Archive for the 'Web Server Maintenance Scripts' Category

Snake Killer

Tuesday, November 21st, 2006

SNAKE KILLER

MONITOR, CONTROL AND BLOCK NETWORKS DOWNLOADING YOUR WEBSITE

CGI Script monitors for suspicious activity generated by network users stealing your content.  Easy to setup perl script will monitor your logfiles for suspicious activity and allow you to block access to people relying on your website for content.

PLUG-IN (soon to be released) Script allows you to completely screw over users that stalk you and steal from you by sending them to a completely different website!  It sure would be a shame if those losers that steal from you and make a living off of your hard work would accidentally end up downloading viruses, trojan horse files, spyware, and packet sniffers.  Revenge is in your hands!

System Requirements

  • Perl 5
  • Multiple access logs highly recommended
  • crontab or fake crontab

Features

  • Keeps dated log of all heavy downloaders
  • Customizable threshold allows you to control toxicity of venom (bytes downloaded)
  • Suspends user/pass accounts
  • Does NOT interfere with search engines
  • Allows you to stalk the stalkers
  • Easily adapted to fooling your predators into thinking they are on your website but downloading crap instead
  • Excellent tool of revenge
  • Super easy to install

Fake Crontab

Wednesday, November 15th, 2006

FAKE CRONTAB

CRONTAB EMULATOR

CGI Script emulates unix crontab script scheduler which is not available on all isp’s.  Script can schedule scripts per hour, day, month, or per # of visitors.  Option to email you when execution takes place and email describes processes completed.  Installation in seconds and works on virtually any ISP.

System Requirements

  • Perl 5
  • Sendmail

Features

  • Works on ANY ISP
  • Just like real crontab plus allows you to execute per # of visitors
  • Emails you with crontab results and process results
  • Installation is a snap

HTML Parser

Wednesday, November 15th, 2006

HTML PARSER

HTML TO TEXT CONVERTER

CGI Script will spider your websitet to index all html files then you can run the parser to convert the html to RAW TEXT.  Great way to build information databases free from html tags if constructing search engines.  Also useful analytical tool for search engine studies such as keyword densities, etc.  Great subroutine that can be applied by the wise webmaster for many purposes.  Useful tool for integrating with LINKING scripts such as gossamer threads, etc.  Extracts the core data from HTML and turns into simple text.

System Requirements

  • Perl 5
  • Telnet recommended

Features

  • HTML parsed and tags removed
  • Sorts unique words
  • Counts unique words
  • Captures metakeywords
  • Captures metadescriptions
  • Captures TITLE
  • Creates text summaries of webpage
  • Automatic spidering or manual entry allows you to parse only the files you choose
  • Great tool for webmasters for many purposes
  • Creates keyword ranking numbers for search engine studies

Bandwidth Valve

Wednesday, November 15th, 2006

BANDWIDTH VALVE

Is your website on a fixed bandwidth budget?  Now you can kick heavy users off your password site and keep your bandwidth bill under TOTAL control!  The valve scans and kicks users off your password list if they surpass the webmaster defined bandwidth quota.  Also effective secondary measure to monitor for password leaks.  Most password leak security programs only scan for multiple logins but PROXY servers such as AOL, etal FAIL to get noticed!  Not so with the bandwidth valver.  Stop data hogs cold.

System Requirements

  • Works on all operating systems
  • Apache web server
  • Access logs
  • .htaccess ability
  • Telnet access
  • Perl 5
  • Crontab recommended

Features

  • Blocks excessive bandwidth per username by removing password account
  • Useful countermeasure against proxy servers such as AOL

Nightly Backup Site Archiver

Monday, October 30th, 2006

Automatic Website Mirroring / Backup Utility

If you make money online then you know your website is your lifeline.  Keep your password databases, billing databases, or even your entire website safe and secure on multiple webservers!  Now you can sleep assured that your files can be restored in seconds from a perfect backup done automatically as often as you wish.  Easy to setup script that will archive and transfer a copy of your entire website or any directory of files to another server to provide you with a nightly, weekly, or monthly automated backup.  Files are not overwritten so there is no danger of file corruption caused if backups fail and write 0K files.

System Requirements

  • Perl 5
  • Crontab required
  • Remote Server to backup to
  • Unix Style Operating System

Features

  • Backup controlled by crontab for total automation
  • Files sorted chronologically by julean date so there is no danger of backing up 0K files in case of connection loss
  • Script is extremely easy to setup
  • Transfer an entire website or just a single directory of files
  • Keep your password or billing databases safe and secure on multiple webservers!

Automatic Useradd

Monday, October 30th, 2006

CREATES REAL UNIX USER ACCOUNTS FROM WEB BASED FORM

From a simple 2 form field (username/password) this script creates a REAL ftp account.  Any mediocre programmer can also add other routines to add mail accounts, etc.  A great building block and you won’t find this type of script ANYWHERE on the net.  We are the only site with this technology.  So get your cgi book out and you can do all kinds of cool stuff with this utility.  This is perfect for using with the apache append/prepend mod compilation if you know what i mean - if you dont…. then wait… geocities is coming…

System Requirements

  • Perl 5
  • Sendmail
  • PERL MODULES LISTED BELOW (simple to install - all included)
  • Expect.pm
  • IO-Stty-.02.tar.gz
  • IO-Tty-0.03.tar.gz
  • IO-1.20.tar.gz
  • Requires dedicated server
  • Works on unix and linux operating systems

Features

  • Simple 2 field form
  • Creates REAL unix telnet, ftp, email accounts with the push of a button
  • Easily interfaces with other code to build all sorts of cool stuff