#!/user/bin/perl -w ############################################################################### # Copyright (c) 2005 Matt Verstraete - All Rights Reserved. # # Modification, distribution, selling of this script is prohibited. # # Use of this script anywhere but crystalreverie.com is prohibited. # ############################################################################### use strict; use CGI q~:standard~; use DBI; my ($dbh, $sth, @resultholder, $uid, $password, $character); $uid = param('uid'); $password = param('password'); print "Content-type: text/html\n\n"; print q~