#==========================================# # Author: Marius Feraru aka AltBlue # # E-Mail: altblue@tuiasi.ro # # URL : http://www.cs.tuiasi.ro/altblue/ # # http://bofh.mednet.ro/altblue/ # #==========================================# a simple HTML URL redirector... it just redirects you to some address and log to a file the redirection for statistic purposes. in the HTML file just put a link like: "/cgi-bin/out?23" --- that means the script will magicly ++ the redirection count for the record '23' in the database [the _line_ 22 of the file!!! we're counting from 0 up ] oops, the database format: |count|url desc-crap: this could be anything... i usually use it to keep in it the line number... cause that's the most important thing ;-> count: duh! the count ofc. url: heh, ofc this is the url where the visitor will be redirected