[Release]website with registration script
https://mega.co.nz/#!co5jwSIJ!CitYFU...Lj-pD2JM6gESgM
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
Re: [Release]website with registration script
Re: [Release]website with registration script
can you upload @ mediafire?
Re: [Release]website with registration script
Re: [Release]website with registration script
Quote:
Originally Posted by
cindylim
I got this work (Just run exe file) but after click register i have problem with ODBC conn :/
Re: [Release]website with registration script
Quote:
Originally Posted by
Danielkix10
I got this work (Just run exe file) but after click register i have problem with ODBC conn :/
ya i have the same prob , know how fix?
Re: [Release]website with registration script
You don't really need the .exe to run this.
Re: [Release]website with registration script
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
http://d-gaming.info:8880/dn/
check that out :P
Re: [Release]website with registration script
Quote:
Originally Posted by
megingjard
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
http://d-gaming.info:8880/dn/
check that out :P
how did you make it work?, did you change the db user in the config?
Re: [Release]website with registration script
Quote:
Originally Posted by
kennethz008
how did you make it work?, did you change the db user in the config?
I success, too!
You should change IP to your computer in config.asp
Re: [Release]website with registration script
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.
Re: [Release]website with registration script
Quote:
Originally Posted by
ps2pspgood
I success, too!
You should change IP to your computer in config.asp
cant use 127.0.0.1?
Re: [Release]website with registration script
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..
Re: [Release]website with registration script
Quote:
Originally Posted by
megingjard
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 :/
Re: [Release]website with registration script
just use 32bit system with mssql r2 enteprrice edition so you must set iis netframework 4.0
Re: [Release]website with registration script
Re: [Release]website with registration script
Quote:
Originally Posted by
flamecaster
i have a problem with this when i use my settings without using the exe the capatcha won't show
Re: [Release]website with registration script
use ii7 in 32bit system :P sure it work..make sure you enable framework 4.0
Re: [Release]website with registration script
Quote:
Originally Posted by
megingjard
use ii7 in 32bit system :P sure it work..make sure you enable framework 4.0
well im using x64 atm,
offtopic, hows the debug exe?
Re: [Release]website with registration script
same problem with Danielkix10
this is the line10 of conn
conn.Open connstr
Re: [Release]website with registration script
Yep from me too , the captha only show when i run the .exe
Re: [Release]website with registration script
im using xampp for my launcher....when i use iis..im having conflicts...i cant enable www in the services
Re: [Release]website with registration script
Password encryption is works but not in the client because the DB is alterated , the register page says to the DB to do one thing and the DB do something diferents
Example : it put TESTING on the register page , and in the db is T5E S2T I N4G.