Help on this

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! GMDeveloper1 is offline
    MemberRank
    Mar 2013 Join Date
    328Posts

    angry Help on this

    why is it na when done register there;s no update on Tantra database ., where i cant find users in TantraBackup_00


  2. #2
    Developer Terrified is offline
    MemberRank
    Dec 2013 Join Date
    Six MountainsLocation
    229Posts

    Re: Help on this

    i would suggest you look into your website files. check if it is saving into tantra database. look for $conn=mssql_connect($hostname,$user,$pass); and $mydb = mssql_select_db("$tantra"); or something like that. and check if it is savinng like $myquery="INSERT INTO account SET(username,password,fullname,emai,secret,dateofbirth) VALUES ('$uname','$pass','$full','$email'); or something like that.

    good luck.

  3. #3
    Ronin Dev John is offline
    MemberRank
    Mar 2011 Join Date
    /dev/nullLocation
    382Posts

    Re: Help on this

    The SQL Daemon update the database Tantra on the table TantraBackup_00, if, the table have a error, the sql daemon can't update the database. Check the logs of the sql daemon.
    And, the accounts save in Account table on the UserLogin database, (of the web register).



Advertisement