Main > Free Download Search >

Free hard disks script

hard disks

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 148
Replace hard breaks

Replace hard breaks


Replace hard breaks will replace hard break or to so it shows up properly in the html document that is displayed more>> Replace hard breaks brings you a convenient application which is able to replace hard break or to so it shows up properly in the html document that is displayed. nl2br doesn't always work if you submit html in a textare<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
Captcha ZDR 1

Captcha ZDR 1


This is simple, complete and powerfull captcha tool written in PHP for protecting your web FORMS from spammers. "Captcha ZDR" offers several methods of captcha protection, string protection, calculation protection (sum and deduction), noise in more>> This is simple, complete and powerfull captcha tool written in PHP for protecting your web FORMS from spammers. "Captcha ZDR" offers several methods of captcha protection, string protection, calculation protection (sum and deduction), noise in image, string symbols are hard for reading from spamer machines. 8 unique backgrounds for captcha image.<<less
Added: 2007-05-02 License: GPL Price: $0.00USD
16 downloads
 
Other version of Captcha ZDR
Captcha ZDR, calculation protection (sum and deduction), noise in image, string symbols are hard for
License:GPL
Download
557 downloads
Added: 2007-05-02
Erase Disk Free Space Script

Erase Disk Free Space Script


Use this script to erase all the free space on your disk drive by filling it with blank, zeroed files. The WSF script runs on Windows and is freeware licensed under GPL. Just copy it to the drive you want to fill up, and double-click on it. more>> Use this script to erase all the free space on your disk drive by filling it with blank, zeroed files. The WSF script runs on Windows and is freeware licensed under GPL. Just copy it to the drive you want to fill up, and double-click on it.<<less
Added: 2005-06-19 License: GPL Price: $0.00USD
18 downloads
PHP password generation

PHP password generation


Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) ar more>> Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) are quite hard to remember: in fact, its even impossible to read them. This article provides a function for generating English-like readable passwords.<<less
Added: 2006-12-24 License: Other Free / Open Source License Price: Free
666 downloads
PDFClass

PDFClass


PDFClass is a PHP5 class that can be used to build and maintain dynamic PDF files through PHP. Data can be retrieved from any system, be it a database, a flat file or hard coded in the system. PDFClass is an API that makes it easy to build PDF files. more>> PDFClass is a PHP5 class that can be used to build and maintain dynamic PDF files through PHP. Data can be retrieved from any system, be it a database, a flat file or hard coded in the system. PDFClass is an API that makes it easy to build PDF files.<<less
Added: 2007-10-01 License: Freeware Price: $0.00USD
12 downloads
Alchemic Topsites

Alchemic Topsites


Alchemic Topsites is a topsites script thats easy to use and customize. Its mostly skinable, and by the first final version, will be fully skinable. (currently only error messages are hard coded) It s more>> Alchemic Topsites is a topsites script thats easy to use and customize. Its mostly skinable, and by the first final version, will be fully skinable. (currently only error messages are hard coded) It supports -Anti-Cheating -In and out counting -Editing by users -User requested deletion -Optional manual approval of sites -an admin panel -multiple admins and more<<less
Added: 2005-08-11 License: GPL Price: FreeAdditionalInfoOnlyrequirementforuseisthatyouleavethecopyrightlinealone.skinningisok,butitmustbevisible
1537 downloads
ASP.NET Code Debugging 1

ASP.NET Code Debugging 1


This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly more>> This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing and Exception Handling youre armed and ready.<<less
Added: 2008-08-26 License: Freeware Price: $0.00USD
13 downloads
iPod Copier

iPod Copier


iPod Copier is very easy to use tool to Copy your iPod Device(Any Type), you can copy tracks from iPod to your local hard drive. With iPod Copier you can: 1- View all Audio/Video iPod Contents. 2- Play Audio/Video Tracks of the iPod. 3- View the more>> iPod Copier is very easy to use tool to Copy your iPod Device(Any Type), you can copy tracks from iPod to your local hard drive. With iPod Copier you can: 1- View all Audio/Video iPod Contents. 2- Play Audio/Video Tracks of the iPod. 3- View the properties of the Audio/Video tracks of the iPod. 4- Copy Audio/Video tracks from iPod to local hard drive. 5- Search in the tracks properties to easily find the desired track. 6- Support All iPod Types.<<less
Added: 2009-03-03 License: Freeware Price: $0.00USD
1251 downloads
Disc Collision rev3

Disc Collision rev3


Disc Collision rev3 provides you with a complete open source collision detection system which is created for Flash ActionScript3 (AS3). more>> Disc Collision rev3 provides you with a complete open source collision detection system which is created for Flash ActionScript3 (AS3). Disc Collision is an implementation of distance-based collision detection system. Built and optimized for Flash 10.<<less
Added: 2009-07-25 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
dir_list 1.0

dir_list 1.0


This provides the ability to browse your local hard drives and select a file. This module is "included" in your program and returns the full path of the selected file. I searched around for a module to do this and I couldnt find one so this little more>> This provides the ability to browse your local hard drives and select a file. This module is "included" in your program and returns the full path of the selected file. I searched around for a module to do this and I couldnt find one so this little utility module was born. Its pretty simple and straight-forward. Unfortunately, you dont consistently get the full path returned when you try to do this with an html form (input type=file...).A sample calling module is included.If you want to keep this in a separate directory from the calling program, then you need to change th path for the icons so they will display correctly. Chris Sep 28-06<<less
Added: 2006-09-29 License: Freeware Price: $0.00USD
14 downloads
Perl storable module to persist data to disk

Perl storable module to persist data to disk


Came across the following challenge this week, how do I easily persist data between two independent UNIX sessions. Usually I?d store data in a db or maybe ldap, but I only want to keep maybe a days wo more>> Came across the following challenge this week, how do I easily persist data between two independent UNIX sessions. Usually I?d store data in a db or maybe ldap, but I only want to keep maybe a days worth and on multiple servers. In this article, I show two scripts - one which writes using the Perl Storage module and the other that reads. Each call to write, adds to a data file. Which is then extracted from by the read script. I include possible uses, for example recording restarts of a given service. In this instance I did nt want services restarting multiple times, where manual recovery of data would be needed. Also generating multiple alerts and notifications, but again looking to throttle them to a given number of iterations over 24 hours.<<less
Added: 2006-06-05 License: Freeware Price: Free
1239 downloads
Randomizing for ranking

Randomizing for ranking


Randomize for ranking features the following scripts: Date/Time Display, Random Text or quotations, random Advertisings, and the hard-to-find Random RSS XML Feeds displayer. more>> Randomize for ranking features the following scripts: Date/Time Display, Random Text or quotations, random Advertisings, and the hard-to-find Random RSS XML Feeds displayer.<<less
Added: 2006-01-22 License: Freeware Price: $0.00USD
14 downloads
dicap Basic 1.0

dicap Basic 1.0


dicap Basic is the next generation captcha solution for your web application. Two features make dicap a unique and valuable solution for you: 1. The captcha is easy readable for the users. 2. It is very hard to computer-read the captcha and transform more>> dicap Basic is the next generation captcha solution for your web application. Two features make dicap a unique and valuable solution for you: 1. The captcha is easy readable for the users. 2. It is very hard to computer-read the captcha and transform it into the right number-code<<less
Added: 2008-05-19 License: Commercial Price: $0.00USD
11 downloads
FedhoSplit - split large files into smaller files 1.0

FedhoSplit - split large files into smaller files 1.0


FedhoSplit split large files into smaller files. Split by file size or by file number. Graphical User Interface. Split a large file into smaller files so that they can be easily copied to floppy disks or transferred via e-mail. Of course more>> FedhoSplit split large files into smaller files. Split by file size or by file number. Graphical User Interface. Split a large file into smaller files so that they can be easily copied to floppy disks or transferred via e-mail. Of course FedhoSplit can join these split parts back together again, so that the original file is restored.<<less
Added: 2007-05-30 License: Freeware Price: $0.00USD
10 downloads
 
Other version of FedhoSplit - split large files into smaller files
FedhoSplit - split large files into smaller filessmaller files so that they can be easily copied to floppy disks. FedhoSplit - split large files ... can be easily copied to floppy disks or transferred via e-mail. Of course FedhoSplit can join
License:Freeware
Download
568 downloads
Added: 2007-05-30
Eventlog Snapshot 1.0

Eventlog Snapshot 1.0


View your servers system event log from anywhere. Great for troubleshooting without needing a special ports or connections for hard-to-reach servers behind firewalls. Works from anywhere. Place on all your servers. more>> View your servers system event log from anywhere. Great for troubleshooting without needing a special ports or connections for hard-to-reach servers behind firewalls. Works from anywhere. Place on all your servers.<<less
Added: 2006-04-10 License: Freeware Price: $0.00USD
68 downloads
 
Other version of Eventlog Snapshot
Eventlog SnapshotGreat for troubleshooting without needing a special ports or connections for hard-to-reach ... Great for troubleshooting without needing a special ports or connections for hard-to-reach
License:Freeware
Download
1351 downloads
Added: 2006-04-10
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5