quick recovery
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 854
Quick Order 1.1
Quick Order provides an ordering system using Java Wireless HTTP Form. more>>
Quick Order provides an ordering system using Java Wireless HTTP Form.
It uses J2ME libraries to submit forms to an HTTP server running PHP and MySQL. It can run on any embedded device that supports Java Wireless, including mobile phones and Palm systems.
It is ideal for making orders in restaurants, point of sale (POS), etc. It supports English and Chinese Big 5 encoding.
Enhancements:
- PASP is used for the server-side language font.
- An HTTP POST method was added to the server.
- A vector is used to allow flexibility of ordered items.
<<lessIt uses J2ME libraries to submit forms to an HTTP server running PHP and MySQL. It can run on any embedded device that supports Java Wireless, including mobile phones and Palm systems.
It is ideal for making orders in restaurants, point of sale (POS), etc. It supports English and Chinese Big 5 encoding.
Enhancements:
- PASP is used for the server-side language font.
- An HTTP POST method was added to the server.
- A vector is used to allow flexibility of ordered items.
Download (0.021MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
987 downloads
Quick-Money 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
204 downloads
Kaboot Recovery 0.1.1.1
Kaboot Linux Operating system aims to provide an operating system which you can take anywhere. more>>
Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on.
Kaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere.
A number of different versions are avaliable, two optimised for size or speed, one for functionality, and one science based.
All containing a host of useful programs able to boot virtually any computer (meeting the minimum requirements) from CD and
USB.Kaboot is still in active development and if you find a bug or fix, you can let me know in the forums.
Enhancements:
- A network bug was fixed.
- A few debugging utilities were added.
- Hotplugging was implemented.
<<lessKaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere.
A number of different versions are avaliable, two optimised for size or speed, one for functionality, and one science based.
All containing a host of useful programs able to boot virtually any computer (meeting the minimum requirements) from CD and
USB.Kaboot is still in active development and if you find a bug or fix, you can let me know in the forums.
Enhancements:
- A network bug was fixed.
- A few debugging utilities were added.
- Hotplugging was implemented.
Download (87.2MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1414 downloads
Quick RSS 0.1
Quick RSS project quickly adds a RSS feed to a web-based news aggregator. more>>
Quick RSS project quickly adds a RSS feed to a web-based news aggregator.
It adds a "Add RSS feed to..." menu to the right-click context menu, allowing you to quickly add a RSS feed to a web-based news aggregator.
For the moment, it only supports My Yahoo as a feed target, since its the only one I really use. Its nothing fancy, but I find it quite useful as it enables 2-click feed subscription instead of the usually lengthy procedure.
<<lessIt adds a "Add RSS feed to..." menu to the right-click context menu, allowing you to quickly add a RSS feed to a web-based news aggregator.
For the moment, it only supports My Yahoo as a feed target, since its the only one I really use. Its nothing fancy, but I find it quite useful as it enables 2-click feed subscription instead of the usually lengthy procedure.
Download (0.004MB)
Added: 2007-06-05 License: MPL (Mozilla Public License) Price:
872 downloads
gzip Recovery Toolkit 0.5
gzip Recovery Toolkit attempts to automate the recovery of data from corrupted gzip files (including tarballs) through a program more>>
The gzip Recovery Toolkit attempts to automate the recovery of data from corrupted gzip files (including tarballs) through a program called gzrecover. gzip Recovery Toolkit package is still very experimental at this point.
99% of "corrupted" gzip archives are caused by transferring the file via FTP in ASCII mode instead of binary mode. Please re-transfer the file in the correct mode first before attempting to recover from a file you believe is corrupted.
This program is provided AS IS with absolutely NO WARRANTY. It is not guaranteed to recover anything from your file, nor is what it does recover guaranteed to be good data. The bigger your file, the more likely that something will be extracted from it. Also keep in mind that this program gets faked out and is likely to "recover" some bad data. Everything should be manually verified.
Usage:
Run gzrecover on a corrupted .gz file. Anything that can be read from the file will be written to a file with the same name, but with a .recovered appended (any .gz is stripped). You can override this with the -o option.
To get a verbose readout of exactly where gzrecover is finding bad bytes, use the -v option to enable verbose mode. This will probably overflow your screen with text so best to redirect output to a file.
Once gzrecover has finished, you will need to manually verify any data recovered as it is quite likely that our output file is corrupt and has some garbage data in it. If your archive is a tarball, read on.
For tarballs, the tar program will choke because GNU tar cannot handle errors in the file format. Fortunately, GNU cpio (tested at version 2.5 or higher) handles corrupted files out of the box.
Heres an example:
$ ls *.gz
my-corrupted-backup.tar.gz
$ gzrecover my-corrupted-backup.tar.gz
$ ls *.recovered
my-corrupted-backup.tar.recovered
$ cpio -F my-corrupted-backup.tar.recovered -i -v
If you have a previous release, please note that the patches to GNU tar have been discontinued. They were only marginally successful at best and GNU cpio does what is needed out of the box and does it far better.
Enhancements:
- Documentation updates, including a man page, plus code cleanup to better enable inclusion in GNU/Linux packages and eliminate compilation warnings.
<<less99% of "corrupted" gzip archives are caused by transferring the file via FTP in ASCII mode instead of binary mode. Please re-transfer the file in the correct mode first before attempting to recover from a file you believe is corrupted.
This program is provided AS IS with absolutely NO WARRANTY. It is not guaranteed to recover anything from your file, nor is what it does recover guaranteed to be good data. The bigger your file, the more likely that something will be extracted from it. Also keep in mind that this program gets faked out and is likely to "recover" some bad data. Everything should be manually verified.
Usage:
Run gzrecover on a corrupted .gz file. Anything that can be read from the file will be written to a file with the same name, but with a .recovered appended (any .gz is stripped). You can override this with the -o option.
To get a verbose readout of exactly where gzrecover is finding bad bytes, use the -v option to enable verbose mode. This will probably overflow your screen with text so best to redirect output to a file.
Once gzrecover has finished, you will need to manually verify any data recovered as it is quite likely that our output file is corrupt and has some garbage data in it. If your archive is a tarball, read on.
For tarballs, the tar program will choke because GNU tar cannot handle errors in the file format. Fortunately, GNU cpio (tested at version 2.5 or higher) handles corrupted files out of the box.
Heres an example:
$ ls *.gz
my-corrupted-backup.tar.gz
$ gzrecover my-corrupted-backup.tar.gz
$ ls *.recovered
my-corrupted-backup.tar.recovered
$ cpio -F my-corrupted-backup.tar.recovered -i -v
If you have a previous release, please note that the patches to GNU tar have been discontinued. They were only marginally successful at best and GNU cpio does what is needed out of the box and does it far better.
Enhancements:
- Documentation updates, including a man page, plus code cleanup to better enable inclusion in GNU/Linux packages and eliminate compilation warnings.
Download (0.005MB)
Added: 2006-08-29 License: zlib/libpng License Price:
1170 downloads
Make CD-ROM Recovery 0.9.7
Make CD-ROM Recovery is a disaster recovery CD-ROM maker. more>>
Make CD-ROM Recovery makes a bootable (El Torito) disaster recovery image (CDrec.iso), including backups of the linux system to the same CD-ROM (or CD-RW) if space permits, or to a multi-volume CD-ROM set. Otherwise, the backups can be stored on another local disk, NFS disk or (remote) tape.
After a disaster (disk crash or system intrusion) the system can be booted from the CD-ROM and one can restore the complete system as it was (at the time mkCDrec was run) with the command /etc/recovery/start-restore.sh
Disk cloning (clone-dsk.sh script) allows one to restore a disk to another disk (the destination disk does not have to be of the same size as it calculates the partition layout itself). A thrid script, restore-fs.sh, will restore only one filesystem to a partition of your choice, and the user can choose with which filesystem the partition has to be formatted.
Linux 2.2.x, 2.4.x and 2.6.x kernels are supported, and if size of the kernel is not too big a boot floppy can be made, otherwise a 2.88 Mb boot floppy will be emulated on CD-ROM.
MkCDrec supports ext2 , ext3, minix, xfs , jfs, reiserfs file systems, LVM and software RAID (multiple devices). Each file system is backed up as a compressed tar archive (including the tar log). The compress program used is the users choice (compress, gzip, bzip2, lzop,...)
But there is more: msdos, fat, vfat and ntfs mounted partitions are recognized and are saved as compressed dumps (on CD, tape, etc.)
The user has the possibility to encrypt all backups with openssl if desired (see the Config.sh configuration file for more information).
To restore your system completely just boot from the first CD-ROM made by mkCDrec and type "/etc/recovery/start-restore.sh " to restore everything from CD. Automatic Disaster Recovery and One Button Disaster Recovery are supported by mkCDrec too.
With the clone-dsk.sh script one can restore selective a disk or partitions to another free disk.
mkCDrec supports IDE (inclusive ATA), SCSI disks, hardware RAID based disks (e.g. Compaq SMART2 Disk Array), LVM and software RAID. With an El-Torito CD-ROM you can boot from an IDE or SCSI based CD-ROM drive on IA32/64, powermac and x86_64 GNU/Linux based computer systems only.
<<lessAfter a disaster (disk crash or system intrusion) the system can be booted from the CD-ROM and one can restore the complete system as it was (at the time mkCDrec was run) with the command /etc/recovery/start-restore.sh
Disk cloning (clone-dsk.sh script) allows one to restore a disk to another disk (the destination disk does not have to be of the same size as it calculates the partition layout itself). A thrid script, restore-fs.sh, will restore only one filesystem to a partition of your choice, and the user can choose with which filesystem the partition has to be formatted.
Linux 2.2.x, 2.4.x and 2.6.x kernels are supported, and if size of the kernel is not too big a boot floppy can be made, otherwise a 2.88 Mb boot floppy will be emulated on CD-ROM.
MkCDrec supports ext2 , ext3, minix, xfs , jfs, reiserfs file systems, LVM and software RAID (multiple devices). Each file system is backed up as a compressed tar archive (including the tar log). The compress program used is the users choice (compress, gzip, bzip2, lzop,...)
But there is more: msdos, fat, vfat and ntfs mounted partitions are recognized and are saved as compressed dumps (on CD, tape, etc.)
The user has the possibility to encrypt all backups with openssl if desired (see the Config.sh configuration file for more information).
To restore your system completely just boot from the first CD-ROM made by mkCDrec and type "/etc/recovery/start-restore.sh " to restore everything from CD. Automatic Disaster Recovery and One Button Disaster Recovery are supported by mkCDrec too.
With the clone-dsk.sh script one can restore selective a disk or partitions to another free disk.
mkCDrec supports IDE (inclusive ATA), SCSI disks, hardware RAID based disks (e.g. Compaq SMART2 Disk Array), LVM and software RAID. With an El-Torito CD-ROM you can boot from an IDE or SCSI based CD-ROM drive on IA32/64, powermac and x86_64 GNU/Linux based computer systems only.
Download (0.76MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
867 downloads
Quick.Cart 2.2
Quick.Cart is a freeware and simple e-commerce solution designed for your own web shop administration. more>>
Quick.Cart is a freeware and simple e-commerce solution designed for your own web shop administration. There is full administration for categories, products, contents, and orders.
Main features:
Freeware - based on licensed GPL with additional conditions,
Simple installation - web shop based on a secure flat files database (SQL database not required). The web shop installation needs just a few minutes and just the basic knowledge about FTP connection use,
Really simple servicing - our goal was to make an application, which wont discourage clients for ordering, through required registration, filling up many forms and going through endless steps of the order,
Stability - application has been used since september 2004. Because of a common access to this application, any errors are immediately detected and removed,
Speed - in designing web shop, we tried to minimize the HTML code and also made possible generating small pictures, making web loading as short as possible,
Standards - our solutions are compatible with XHTML 1.0 and also with settings of most of the popular servers,
Template system - we did our best to separate the logic and presentational layers from each other. The web shop outlook change, is really simple and it works through templates in which complicated PHP language is not used at all.
Functionality:
- full administration of the products, categories and delivery companies (delivery cost),
- full administration of the orders,
- system for managing the content of additional pages and (subpages) in the web shop, as the company information, regulations etc.,
- printing products and order cards
- system of additions, which helps to make your web shop even more functional.
Enhancements:
- An administrator can now turn on or off an option in the configuration to see invisible products in the shop.
- Changing price format is now easier, since the price format is loaded from PHP and JavaScript functions.
- A link to print pages and product lists was added.
- A Safari menu bug was fixed.
- In the description editor, a bug with HTML lists was fixed.
- Other small fixes were made.
- HTML and CSS optimization was done.
- The libraries were updated.
<<lessMain features:
Freeware - based on licensed GPL with additional conditions,
Simple installation - web shop based on a secure flat files database (SQL database not required). The web shop installation needs just a few minutes and just the basic knowledge about FTP connection use,
Really simple servicing - our goal was to make an application, which wont discourage clients for ordering, through required registration, filling up many forms and going through endless steps of the order,
Stability - application has been used since september 2004. Because of a common access to this application, any errors are immediately detected and removed,
Speed - in designing web shop, we tried to minimize the HTML code and also made possible generating small pictures, making web loading as short as possible,
Standards - our solutions are compatible with XHTML 1.0 and also with settings of most of the popular servers,
Template system - we did our best to separate the logic and presentational layers from each other. The web shop outlook change, is really simple and it works through templates in which complicated PHP language is not used at all.
Functionality:
- full administration of the products, categories and delivery companies (delivery cost),
- full administration of the orders,
- system for managing the content of additional pages and (subpages) in the web shop, as the company information, regulations etc.,
- printing products and order cards
- system of additions, which helps to make your web shop even more functional.
Enhancements:
- An administrator can now turn on or off an option in the configuration to see invisible products in the shop.
- Changing price format is now easier, since the price format is loaded from PHP and JavaScript functions.
- A link to print pages and product lists was added.
- A Safari menu bug was fixed.
- In the description editor, a bug with HTML lists was fixed.
- Other small fixes were made.
- HTML and CSS optimization was done.
- The libraries were updated.
Download (MB)
Added: 2007-05-30 License: Freeware Price:
1094 downloads
Quick and Dirty Transcoder 0.1
Quick and Dirty Transcoder provides a simple shell script that adds transcoding support to Amarok using gstreamer. more>>
Quick and Dirty Transcoder provides a simple shell script that adds transcoding support to Amarok using gstreamer.
The only prerequisites are that you have gstreamer installed and the appropriate plugins.
Quick and Dirty Transcoder works with transcoding when copying files to a media player and also adds a context menu to allow you to transcode files in your collection. When doing the latter, the transcoded file will be written to the same directory as the original file.
You can configure dirtyxcode by creating a file in your home directory ~/.dirtyxcode.sh. The format of the configuration is a shell script that will be sourced by dirtyxcode. You can use this to control how dirtyxcode constructs the gstreamer pipeline. For example, to change the flacencoder element add the following:
flac_enc="myflacencoder myflacencopt=foo"
You can also add options to the existing encoders by setting
< format >_enc_options, for example to change the preset quality
setting for the mp3 encoder (lame), add the following to your
~/.dirtyxcode.sh file.
mp3_enc_options="preset=extreme"
The default gstreamer plugins used by Quick and Dirty Transcoder are:
- wav: wavenc
- mp3: lame
- ogg: vorbisenc
- m4a: faac
- aac: faac
- flac: flacenc
<<lessThe only prerequisites are that you have gstreamer installed and the appropriate plugins.
Quick and Dirty Transcoder works with transcoding when copying files to a media player and also adds a context menu to allow you to transcode files in your collection. When doing the latter, the transcoded file will be written to the same directory as the original file.
You can configure dirtyxcode by creating a file in your home directory ~/.dirtyxcode.sh. The format of the configuration is a shell script that will be sourced by dirtyxcode. You can use this to control how dirtyxcode constructs the gstreamer pipeline. For example, to change the flacencoder element add the following:
flac_enc="myflacencoder myflacencopt=foo"
You can also add options to the existing encoders by setting
< format >_enc_options, for example to change the preset quality
setting for the mp3 encoder (lame), add the following to your
~/.dirtyxcode.sh file.
mp3_enc_options="preset=extreme"
The default gstreamer plugins used by Quick and Dirty Transcoder are:
- wav: wavenc
- mp3: lame
- ogg: vorbisenc
- m4a: faac
- aac: faac
- flac: flacenc
Download (0.003MB)
Added: 2007-06-01 License: BSD License Price:
875 downloads
Poisson Media Recovery 0.03
Poisson Media Recovery project can be used to retrieve slightly damaged files from CD-ROM media. more>>
Poisson Media Recovery project can be used to retrieve slightly damaged files from CD-ROM media.
It sequentially mounts and umounts the device, and on each mount it tries to read as many new 512 byte sectors as possible.
I was able to use this tool to save some files from old CDs.
<<lessIt sequentially mounts and umounts the device, and on each mount it tries to read as many new 512 byte sectors as possible.
I was able to use this tool to save some files from old CDs.
Download (0.002MB)
Added: 2007-08-22 License: Public Domain Price:
797 downloads
Quick Image Viewer 2.1-pre11
Quick Image Viewer is a very small and pretty fast GDK/Imlib image viewer. more>>
Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer designed to replace the classic image viewers like xv or xloadimage. Quick Image Viewer program runs on FreeBSD, Linux (libc5/glibc), Solaris (SunOS) and HP-UX.
Main features:
- moving & zooming image in fullscreen mode.
- setting image as x11 background (centered,tiled,stretched..) with user settable background color
- fullscreen viewing with a great statusbar
- external "qiv-command" program support
- screensaver mode
- brightness/contrast/gamma correction
- real transparency
- maxpect (zoom to screen size while preserving aspect ratio)
- scale_down (scale down to big images to fit screen size)
- slideshow (with random order if you want)
- filename filer
- flip horizontal/vertical, rotate left/right
- delete function (move to .qiv-trash/)
- jump to image number x, jump forward/backward x images
Enhancements:
- This release has some bugfixes and new options.
<<lessMain features:
- moving & zooming image in fullscreen mode.
- setting image as x11 background (centered,tiled,stretched..) with user settable background color
- fullscreen viewing with a great statusbar
- external "qiv-command" program support
- screensaver mode
- brightness/contrast/gamma correction
- real transparency
- maxpect (zoom to screen size while preserving aspect ratio)
- scale_down (scale down to big images to fit screen size)
- slideshow (with random order if you want)
- filename filer
- flip horizontal/vertical, rotate left/right
- delete function (move to .qiv-trash/)
- jump to image number x, jump forward/backward x images
Enhancements:
- This release has some bugfixes and new options.
Download (0.070MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
921 downloads
Quick Look 1.0.1
Quick Look is a package to collect system statistics and output pretty graphics and (X)HTML pages. more>>
Quick Look is a package to collect system statistics and output pretty graphics and (X)HTML pages.
Quick Look allows system administrators to have a quick look on the status of their systems, without going for a more advanced (and heavier) solution.
Main features:
- CPU and memory usage
- Load average and process spawning rates
- I/O operations
- Network traffic rates
- Tracked network connections
<<lessQuick Look allows system administrators to have a quick look on the status of their systems, without going for a more advanced (and heavier) solution.
Main features:
- CPU and memory usage
- Load average and process spawning rates
- I/O operations
- Network traffic rates
- Tracked network connections
Download (0.020MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
608 downloads
Relax and Recover 1.2
Relax and Recover (abbreviated rear) is a highly modular disaster recovery framework for GNU/Linux based systems. more>>
Relax and Recover (abbreviated rear) is a highly modular disaster recovery framework for GNU/Linux based systems.
The disaster recovery information (and maybe the backups) can be stored via the network, local on hard disks or USB devices, DVD/CD-R, tape, etc. The result is also a bootable image that is capable of booting via PXE, DVD/CD and tape (OBDR).
Main features:
- Focus on Disaster Recovery
- Modular concept
- For Linux and other Unix-like operations systems
- No external dependancies - use only standard software supplied with the distribution
- encryption (optional) - openssl ?
- Linux: kernel > 2.6 supported (no kernel 2.2/2.4 support !)
- User friendly - minimal output, use log file for error messages and details
The aim is to make rear as least demanding as possible, it will require only the applications neccessary to fulfill the job rear is configured for. All other applications will be copied to the rescue system if they are present.
Enhancements:
- Added SELinux suppport for NETFS Did restore tests with NETFS - see video 2006-08-31 GSS
- Added NETFS support BACKUP=NETFS 2006-08-30 GSS
- finally fixed bug in mkrescue-functions.sh about c0d0p 0 (DEVwP=1)
- Added RHEL ES/AS support 2006-07-21 GD
- start the NFS/CIFS tar backup-restore cyclus
- added support for Software RAID
<<lessThe disaster recovery information (and maybe the backups) can be stored via the network, local on hard disks or USB devices, DVD/CD-R, tape, etc. The result is also a bootable image that is capable of booting via PXE, DVD/CD and tape (OBDR).
Main features:
- Focus on Disaster Recovery
- Modular concept
- For Linux and other Unix-like operations systems
- No external dependancies - use only standard software supplied with the distribution
- encryption (optional) - openssl ?
- Linux: kernel > 2.6 supported (no kernel 2.2/2.4 support !)
- User friendly - minimal output, use log file for error messages and details
The aim is to make rear as least demanding as possible, it will require only the applications neccessary to fulfill the job rear is configured for. All other applications will be copied to the rescue system if they are present.
Enhancements:
- Added SELinux suppport for NETFS Did restore tests with NETFS - see video 2006-08-31 GSS
- Added NETFS support BACKUP=NETFS 2006-08-30 GSS
- finally fixed bug in mkrescue-functions.sh about c0d0p 0 (DEVwP=1)
- Added RHEL ES/AS support 2006-07-21 GD
- start the NFS/CIFS tar backup-restore cyclus
- added support for Software RAID
Download (0.099MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1150 downloads
Quick.Cms.Ext 0.3
Quick.Cms.Ext provides a simple, fast message board with category filtering and a flat file backend. more>>
Quick.Cms.Ext provides a simple, fast message board with category filtering and a flat file backend.
Quick.Cms.Ext is a fast, simple, and multilingual content management system. It is based on flat files and does not require a SQL database.
It supports full administration for pages, subpages, photos, and files.
This application is based on the flat files database, like our other projects. Useful for web page designers, web page programmers and also, for those who just want to manage their own web page.
A Tool which makes work on the web side simple and easy, because it allows everyone who logs in to administration, to manage it. Our experiences with clients helped us to create web administration which is simple for everyone to edit it, add and delete pages, subpages, pictures and files.
Available features in Quick.CMS.Ext:
- Pages administration
- Attaching files and photos to pages
- Management of many languages
- Photo gallery
- Subpages listing like photo gallery
- News administration
- Search through pages
- Site map
- Sub pages comments
- Adding e-mails to newsletter
- Friendly links
- Contact form
- Extended backup module
- Banner system
- Poll
<<lessQuick.Cms.Ext is a fast, simple, and multilingual content management system. It is based on flat files and does not require a SQL database.
It supports full administration for pages, subpages, photos, and files.
This application is based on the flat files database, like our other projects. Useful for web page designers, web page programmers and also, for those who just want to manage their own web page.
A Tool which makes work on the web side simple and easy, because it allows everyone who logs in to administration, to manage it. Our experiences with clients helped us to create web administration which is simple for everyone to edit it, add and delete pages, subpages, pictures and files.
Available features in Quick.CMS.Ext:
- Pages administration
- Attaching files and photos to pages
- Management of many languages
- Photo gallery
- Subpages listing like photo gallery
- News administration
- Search through pages
- Site map
- Sub pages comments
- Adding e-mails to newsletter
- Friendly links
- Contact form
- Extended backup module
- Banner system
- Poll
Download (MB)
Added: 2007-01-26 License: Other/Proprietary License Price:
611 downloads
Quick.Forum 2.2.1
Quick.Forum provides a simple, fast message board with category filtering and a flat file backend. more>>
Quick.Forum provides a simple, fast message board with category filtering and a flat file backend.
Quick.Forum is a fast, simple, and multilingual message board. It is based on text files and features a search engine, categories, and filters.
There is full administration for topics, answers, and categories.
Forum topics are displayed in a single window with color differentiation between categories.
Categories can be filtered on a per-user basis.
Main features:
- Freeware - based on licensed GPL with additional conditions,
- Simple installation - This tool is based on a secure flat files (SQL base not required). Installation needs just a few minutes and just the basic knowledge about FTP connection use,
- Stability - Application has been used since December 2003. Because of a common access to this application, any errors are immediately detected and removed,
- Speed - in designing this application, we tried to minimize the HTML code and also made possible generating small pictures, making web loading as short as possible,
- Standards - our solutions are compatible with XHTML 1.0 and also with settings of most of the popular servers,
- Template system - we made our best effort to separate the logic and presentational layers from each other. The application outlook change, is really simple and it works through templates in which complicated PHP language is not used at all.
Enhancements:
- html/css optimization
- updated libraries
- bugfixes
<<lessQuick.Forum is a fast, simple, and multilingual message board. It is based on text files and features a search engine, categories, and filters.
There is full administration for topics, answers, and categories.
Forum topics are displayed in a single window with color differentiation between categories.
Categories can be filtered on a per-user basis.
Main features:
- Freeware - based on licensed GPL with additional conditions,
- Simple installation - This tool is based on a secure flat files (SQL base not required). Installation needs just a few minutes and just the basic knowledge about FTP connection use,
- Stability - Application has been used since December 2003. Because of a common access to this application, any errors are immediately detected and removed,
- Speed - in designing this application, we tried to minimize the HTML code and also made possible generating small pictures, making web loading as short as possible,
- Standards - our solutions are compatible with XHTML 1.0 and also with settings of most of the popular servers,
- Template system - we made our best effort to separate the logic and presentational layers from each other. The application outlook change, is really simple and it works through templates in which complicated PHP language is not used at all.
Enhancements:
- html/css optimization
- updated libraries
- bugfixes
Download (0.054MB)
Added: 2007-01-26 License: Freeware Price:
609 downloads
Netscape Address Book Recovery 0.1.0
A tool to take that corrupted Netscape Address Book and get your information out of it more>>
A tool to take that corrupted Netscape Address Book and get your information out of it. This is a tool to take that corrupted Netscape Address Book and get your information out of it. After the third time my book got corrupted, I gave up trying to fix it by hand and wrote this program. This program attempts to get as much information out of the address book as is possible. But as with all programs of this type, it will always need to change to keep track of the different ways in which the address book can be corrupted. It can output .csv (Comma Separated Values) or .ldi (LDAP Date Interchange Format) files.Dont output .csv files, you will lose all mailing list information.
Enhancements:
- Major bugfixes with handling indexes
- Major bugfixes with handling edits
- Added LDIF support
- Added support for mailling lists
<<lessEnhancements:
- Major bugfixes with handling indexes
- Major bugfixes with handling edits
- Added LDIF support
- Added support for mailling lists
Download (0.047MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1224 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above quick recovery search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed