Archive for the 'Database Manipulation Scripts' Category

Database

Tuesday, November 21st, 2006

DATABASE

multiuser online database creator and search engine

Search, edit, and import ASCII databases on your web server. Endless possiblities for serving databases over the world wide web.  Import your ASCII database from microsoft access right over the internet.  Password protected editing offers administrator ability to edit or delete any file.  Also features the ability to allow visitors to add individual password protected database entries that they can edit.  Export and import the database into any program that can interpret comma delimited formats.

System Requirements

  • Unix, Linux or NT Operating System
  • Perl 5

Features

  • Performs searches by multiple (space seperated) keywords
  • Breaks up search results into groups of 10 at a time
  • Ability to import or export data into desktop software
  • Admin password allows total online database editing access
  • Modify or delete records online
  • Offers ability for each database entry to be password protected

Super Sorter

Monday, October 30th, 2006

SORTS ANY FILE ALPHABETICALLY AND REMOVES DUPLICATES

A CGI Script that you can use to sort and organize ANY text file database.  Use it to cleanup email lists, URL lists, addressbooks, absolutely any text file can be quickly sorted into alphabetical order and all duplicates removed.  Great tool to use with the whois parser so you don’t waste time querying whois over and over for the same domain name.  Also a great tool to sort through address books and lists of URLS if you are building a search engine.   Works great for flatfile search engines such as matchmasters (not pro version) where you can quickly delete all of the duplicate submissions made from people hitting the submit button multiple times.  A great tool for any webmaster.

System Requirements

Perl 5

Features

No time out problems even with huge lists
Works from browser or telnet
Final list is sorted into alphabetical order
Removes all duplicate lines
Can be used for sorting ANY text file (urls, database entries, email lists, link lists, address books, etc)