Main > Free Download Search >

Free easy disk drive safeguard 3.03 script

easy disk drive safeguard 3.03

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 689
R-Linux Free Recovery 3.0 3.0

R-Linux Free Recovery 3.0 3.0


R-Linux is a free data recovery and undelete utility for Ext2FS/3FS (Linux) file systems. File recovery after power failure, system crash, virus infection or partition reformation, even for the different file system. Unformat and unerase tool. The more>> R-Linux is a free data recovery and undelete utility for Ext2FS/3FS (Linux) file systems. File recovery after power failure, system crash, virus infection or partition reformation, even for the different file system. Unformat and unerase tool. The utility creates image files an entire disk, partition or its part. Such drive image can be processed like regular drive. Recognition and parsing of Dynamic (Windows 2000/XP), Basic and BSD (UNIX) partitions layout schema. Localized names support. Recovered files can be saved on any (including network) disks accessible by the host operating system.<<less
Added: 2003-11-13 License: Freeware Price: $0.00USD
7889 downloads
DotNetNuke File Manager 1.1

DotNetNuke File Manager 1.1


Designed using ASP.NET 2 Technology User-friendly interface,Designed like DotNetNuke File Manager with the tree based file explorer Powerful file manager with no need for FTP, upload files from your hard drive, copy, rename, delete files and more. more>> Designed using ASP.NET 2 Technology User-friendly interface,Designed like DotNetNuke File Manager with the tree based file explorer Powerful file manager with no need for FTP, upload files from your hard drive, copy, rename, delete files and more. Build in C# Technology that fully utilise DataGrid and ASP.NET 2 TreeView Control. Combined with FreeTextBox allow you to edit HTML files on the fly.<<less
Added: 2006-09-12 License: Freeware Price: $0.00USD
5241 downloads
@lex Guestbook 5.0

@lex Guestbook 5.0


@lex Guestbook is an extremely powerful guestbook which adapts automatically to all PHP configurations. Its functionalities are very numerous and without equivalents. Look at the demonstration version. Principal functionalities : - Automatic more>> @lex Guestbook is an extremely powerful guestbook which adapts automatically to all PHP configurations. Its functionalities are very numerous and without equivalents. Look at the demonstration version. Principal functionalities : - Automatic installation, choice of the name tables to creation, - Graphic interface very easily personnalisable with a skins system, - Webmasters can show the latests posts messages with a javascript code, - Send of automatic thanks messages, - Webmaster can answer to the messages, - Database gestion in the administration panel : optimization, safeguard, restoration, - Optional limit in the maximum number of characters in a message, - Validation optional of the messages before their final publication, - Show countries flags, - Smiley integration, - Management of censurable words, - IP addresses banishment, - Search engine, - Visitors can allot a note to the site, - Javascript encoding of the URL, - The principal skin is valid XHTML.<<less
Added: 2003-02-24 License: Freeware Price: $0.00USD
10 downloads
 
Other version of @lex Guestbook
@lex Guestbookin the administration panel : optimization, safeguard, restoration, - Optional limit in the
License:Freeware
Download
2438 downloads
Added: 2003-02-24
Easy CMS 1.01

Easy CMS 1.01


A content management system that lets you manage a completely template driven site. Add news, galleries, let people add comments and to manage those comments. The formats of the galleries and the news are completely configurable so you can have a site more>> A content management system that lets you manage a completely template driven site. Add news, galleries, let people add comments and to manage those comments. The formats of the galleries and the news are completely configurable so you can have a site with the look that you want. Now the script includes features to better manage the news and galleries. Also, only registered members are allowed to post comments.<<less
Added: 2004-01-16 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Easy CMS
Easy CMSA content management system that lets you manage a completely template driven ... template driven site. Add news, galleries, let people add comments and to manage those
License:Freeware
Download
2109 downloads
Added: 2004-01-16
LAMP, MySQL/PHP Database Driven Websites - Part III

LAMP, MySQL/PHP Database Driven Websites - Part III


Part II of III. Includes discussion of Many to Many relationships, SQL Joins, OOP, PHP Documentor, using classes, and emitting Javascript with PHP. more>> Part II of III. Includes discussion of Many to Many relationships, SQL Joins, OOP, PHP Documentor, using classes, and emitting Javascript with PHP.<<less
Added: 2005-04-26 License: GPL Price: Free
1665 downloads
H2 Database Engine

H2 Database Engine


H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. more>> H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. A web console application is included. Clustering is supported as well. It can run as a Java application or as a native executable.<<less
Added: 2005-12-16 License: Other Free / Open Source License Price: Free
1444 downloads
PHP Photo Album script

PHP Photo Album script


This is a PHP enhanced Photo Album script that automates the retrieval of all images within a specific directory to show. more>> This is a PHP enhanced Photo Album script that automates the retrieval of all images within a specific directory to show.<<less
Added: 2006-02-11 License: Freeware Price: Free
1364 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
Perl storable module to persist data to disk 1

Perl storable module to persist data to disk 1


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 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: $0.00USD
13 downloads
 
Other version of Perl storable module to persist data to disk
Perl storable module to persist data to diskCame across the following challenge this week, how . Came across the following challenge this week, how
License:Freeware
Download
1239 downloads
Added: 2006-06-05
How To Do Test Driven Development In Rails

How To Do Test Driven Development In Rails


Test-driven development is A Good Thing. This article takes the example of a simple user authentication system controller and explain how to do test driven development using Rails. more>> Test-driven development is A Good Thing. This article takes the example of a simple user authentication system controller and explain how to do test driven development using Rails.<<less
Added: 2006-08-31 License: Freeware Price: Free
1178 downloads
ASP Tutorials - Microsoft Scripting Runtime DLL

ASP Tutorials - Microsoft Scripting Runtime DLL


This tutorial helps you to understand: scrrun.dll Dictionary Class FileSystemObject Class Drive Class Folder Class File Class TextStream Class more>> This tutorial helps you to understand: "scrrun.dll" "Dictionary" Class "FileSystemObject" Class "Drive" Class "Folder" Class "File" Class "TextStream" Class<<less
Added: 2006-08-27 License: Free for non-commercial use Price: Free
1171 downloads
Sending SMS with HTTP

Sending SMS with HTTP


Tutorial on using PHP to send SMS. You might want to add a Free SMS option to your site to drive traffic to your site.. This tutorial might be useful more>> Tutorial on using PHP to send SMS. You might want to add a Free SMS option to your site to drive traffic to your site.. This tutorial might be useful<<less
Added: 2005-05-04 License: Other Free / Open Source License Price: Free
1096 downloads
Creating Text files on server

Creating Text files on server


In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on se more>> In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on server.<<less
Added: 2007-01-07 License: Freeware Price: Free
1027 downloads
Making XML/XSLT driven site using PHP

Making XML/XSLT driven site using PHP


This article contains an example of simple php xslt engine for XML driven web-sites which implements caching techniques and Apache-based XML file processing. more>> This article contains an example of simple php "xslt engine" for XML driven web-sites which implements caching techniques and Apache-based XML file processing.<<less
Added: 2007-04-17 License: Other Free / Open Source License Price: FreeAdditionalInfoNorestrictionsopensourcecopy,modify,redistribute,commercialuseallowedexceptrepublishingcodeinothersources.
952 downloads
DypsRTF a free RTF Writer

DypsRTF a free RTF Writer


DypsRTF is a free component wich enable you to create RTF files on the fly for free. You dont need to have MS Word install on the server. Documents can be proposed for download, save on the disk or op more>> DypsRTF is a free component wich enable you to create RTF files on the fly for free. You dont need to have MS Word install on the server. Documents can be proposed for download, save on the disk or opened in the client browser.<<less
Added: 2005-10-11 License: Freeware Price: FreeAdditionalInfoDypsoBackOfficesignatureshouldbekeepedonthedocumentforthefreeversion
865 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5