Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Security Registration website

Newbie Spellweaver
Joined
Sep 3, 2011
Messages
54
Reaction score
2
Have someone have code php for more secure register page?

Code:
@mssql_query("insert into TB_User(StrUserID,password,Name,Email,sex,postcode,reg_ip,sec_primary,sec_content)
 values
                                ('$user','$md5','$name','$email','$sex','$secret','$ip','3','3')");

i use this before.. someone can change the sec_primary,sec_content to '1','1'. And you server will get hack :) How to solve it? :?:
 
Newbie Spellweaver
Joined
Feb 2, 2012
Messages
23
Reaction score
0
theres a link somewhere in *********** one guy did it o_o .
lemme post the link here.



remove the dash*

hope it'll help you :D
 
Upvote 0
Back
Top