Topcp error

Newbie Spellweaver
Joined
Feb 3, 2010
Messages
5
Reaction score
0
Hello everyone...why my topcp error....can any1 help me here..

here is the SS.



plzz help me ASAP
 
First you must use Xamp ver 1.7.1 or an earlier release !!
Second Do the following:
Look for (in reg.php)


do_query("INSERT INTO account_login (id,name,password,originalPassword) VALUES ('$id','$login','$encr_pass','$pass')","AccountServer");


Change into



do_query("INSERT INTO account_login (name,password,originalPassword) VALUES ('$login','$encr_pass','$pass')","AccountServer");


That's it
 
First you must use Xamp ver 1.7.1 or an earlier release !!
Second Do the following:
Look for (in reg.php)


do_query("INSERT INTO account_login (id,name,password,originalPassword) VALUES ('$id','$login','$encr_pass','$pass')","AccountServer");


Change into



do_query("INSERT INTO account_login (name,password,originalPassword) VALUES ('$login','$encr_pass','$pass')","AccountServer");


That's it

It's not, because the screenshot shows (index.php) wouldn't affect (reg.php), must be something to do with SQL, or not configuring correctly.

Tell us SQL details, not PASSWORD, just do (*******) :)
 
get another Topcp your scripts are damaged by you or by itself(from the begining) i had the same problem
note:do not download from the same source
 
Back