[Release]website with registration script




hope someone can make a guide on how to setup this website to successfully create an account , thank you

add skype sangozanji2 if you can teach me

I got this work (Just run exe file) but after click register i have problem with ODBC conn :/
 
i successfully set register page you release.. now it working.. maybe just change to publisher to 2 because that already hash md5 script..
see the demo here .. i already try it and it work on my database function


check that out :P
 
Last edited:
i successfully set register page you release.. now it working.. maybe just change to publisher to 2 because that already hash md5 script..
see the demo here .. i already try it and it work on my database function


check that out :P

how did you make it work?, did you change the db user in the config?
 
Except Password Encryption not work.

All functions are ok.

This script also use Password "NULL" to solve the login problem , so the password problem still not solve.
 
see on this line..

( register.asp )

conn.execute("insert into Accounts (AccountName,AccountLevelCode,CharacterCreateLimit,CharacterMaxCount,RegisterDate,PublisherCode) values ('"& UserName &"','1','4','7','2014-01-20 12:12:12','4<<<<<<<<<<< change to 2 that i think will work..because that already correctly md5 encryption script') ")


anyone success use this..please inform here..
 
see on this line..

( register.asp )

conn.execute("insert into Accounts (AccountName,AccountLevelCode,CharacterCreateLimit,CharacterMaxCount,RegisterDate,PublisherCode) values ('"& UserName &"','1','4','7','2014-01-20 12:12:12','4<<<<<<<<<<< change to 2 that i think will work..because that already correctly md5 encryption script') ")


anyone success use this..please inform here..

Microsoft OLE DB Provider for ODBC Drivers '80004005'

[Microsoft][ODBC SQL Server Driver][DBNETLIB]Invalid connection.

\inc\conn.asp, line 10

Still have problem :/
 
just use 32bit system with mssql r2 enteprrice edition so you must set iis netframework 4.0
 
im good to go

cindylim - [Release]website with registration script - RaGEZONE Forums
 
use ii7 in 32bit system :P sure it work..make sure you enable framework 4.0
 
Back