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!

[Release] Simple registration script php with captcha ( ODBC )

Experienced Elementalist
Joined
Sep 9, 2006
Messages
272
Reaction score
346
Hello ,

I release a simple registration script with captcha ( using the odbc driver ) .

Link 1 :


Link 2 :


PS : If you find a problem with my script let me know i will update. If you like it , just like it :)

Sincerly,
 
Last edited:
Junior Spellweaver
Joined
Sep 12, 2011
Messages
135
Reaction score
15
for those who are getting error with session_start()
just add "//" in front of "session_start();" so it will look like this "//session_start();"

for those who are getting error with session_start()
just add
PHP:
//
in front of
PHP:
session_start();
so it will look like this
PHP:
//session_start();
 
Newbie Spellweaver
Joined
Sep 18, 2011
Messages
32
Reaction score
0
help me where SQL name change ?

Error Code

[back]

English Client Link Download : Here

error ?
 
Banned
Banned
Joined
Nov 7, 2011
Messages
244
Reaction score
84
Hello ,

I release a simple registration script with captcha ( using the odbc driver ) .

Link 1 :


Link 2 :


PS : If you find a problem with my script let me know i will update. If you like it , just like it :)

Sincerly,

#test

sessions in registration o_O ?

illogical not? :blink:
 
Newbie Spellweaver
Joined
Sep 18, 2011
Messages
32
Reaction score
0
i always code error why ??

PHP:
Error Code

[back] 

English Client Link Download : Here
 
Newbie Spellweaver
Joined
Nov 29, 2011
Messages
5
Reaction score
0
ODBC I like it .

so ,far away "mssql driver can't find"
 
Back
Top