#!/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~
##
DBI::db=HASH(0x18a0ea0)->disconnect invalidates 1 active statement handle (eithe
r destroy statement handles or call finish on them before disconnecting) at D:\crystalreverie.com\www\members\modify.pl line 34.