Web Register and Gamelogin

Results 1 to 2 of 2
  1. #1
    Enthusiast Elyrb is offline
    MemberRank
    Mar 2016 Join Date
    Butuan City, PhLocation
    35Posts

    Web Register and Gamelogin

    Can someone share a clean register.php from a web template?

    I downloaded everything from Terrified's post

    (fix database, web template,server,client and everything else)

    http://forum.ragezone.com/f787/tantr...lopers-984649/



    I fixed the mssql_pconnect problem and was able to make it work properly, but when I tried making an account and finished it, it redirects me to a page that gives me an error

    "userId cannot be null........."
    The value of the web template is mismatched with my database so it gives me an error that says
    "cannot INSERTINTO database userId cannot be null, the value of columns does not match with the database (severity 16)"

    Also when running my server, do I really need to run Zone 1,2,3,4,5,6 in order for me to login into my client?
    I've tried running DBSRV>MSGSRV>Zone1.exe and it says (Sorry connection has failed)

    My "192.168.1.100/s_game/login/gamelogin.php" works properly and I have already edited the HTLauncher.exe and HTSMessage

    Thanks :)

    (C) Terried for the files


  2. #2
    Apprentice asuarezv is offline
    MemberRank
    Aug 2016 Join Date
    9Posts

    Re: Web Register and Gamelogin

    Quote Originally Posted by Elyrb View Post
    Can someone share a clean register.php from a web template?
    I downloaded everything from Terrified's post
    (fix database, web template,server,client and everything else)
    http://forum.ragezone.com/f787/tantr...lopers-984649/

    I fixed the mssql_pconnect problem and was able to make it work properly, but when I tried making an account and finished it, it redirects me to a page that gives me an error

    "userId cannot be null........."
    The value of the web template is mismatched with my database so it gives me an error that says
    "cannot INSERTINTO database userId cannot be null, the value of columns does not match with the database (severity 16)"
    All that means is that the data insertion you want to do from your sql query is not consistent with the formation of your tables in your database, I advise you to review that aspect.

    Quote Originally Posted by Elyrb View Post
    Also when running my server, do I really need to run Zone 1,2,3,4,5,6 in order for me to login into my client?
    I've tried running DBSRV>MSGSRV>Zone1.exe and it says (Sorry connection has failed)
    The only areas that need open to start are 1 and 6, you dont need to open all from 1 to 6, only those two.

    Quote Originally Posted by Elyrb View Post
    My "192.168.1.100/s_game/login/gamelogin.php" works properly and I have already edited the HTLauncher.exe and HTSMessage

    Thanks :)

    (C) Terried for the files
    I recommend reviewing the HTMessage file



Advertisement