[Antrix/website] Error

Results 1 to 11 of 11
  1. #1
    Member Nerdy is offline
    MemberRank
    May 2007 Join Date
    26Posts

    [Antrix/website] Error

    First, sorry for making so many new threads, but heres my problem:

    Picture


    What that means?


  2. #2
    Member Nerdy is offline
    MemberRank
    May 2007 Join Date
    26Posts

    Re: [Antrix/website] Error

    Anyone have an idea what that means?? :badmood:

  3. #3
    Member TheWODs is offline
    MemberRank
    Oct 2006 Join Date
    59Posts

    Re: [Antrix/website] Error

    Well, what the problem appears to be is, your username or password is wrong. so double check them just inacase !!

  4. #4
    Member Nerdy is offline
    MemberRank
    May 2007 Join Date
    26Posts

    Re: [Antrix/website] Error

    Quote Originally Posted by TheWODs View Post
    Well, what the problem appears to be is, your username or password is wrong. so double check them just inacase !!
    Username or password is wrong, from where?

    How i can check them?

  5. #5
    Newbie gein is offline
    MemberRank
    Jul 2007 Join Date
    8Posts

    Re: [Antrix/website] Error

    Check your config.php
    USe the same data as you use to access your database

  6. #6
    Elite Member Kandy is offline
    Member +Rank
    Dec 2006 Join Date
    Perth, AustraliLocation
    132Posts

    Re: [Antrix/website] Error

    You have incorrectly defined your MySQL database settings in the php file which is why you are getting that error. When you have the correct username, password and database titles in the file, the error will not show.

  7. #7
    Member Nerdy is offline
    MemberRank
    May 2007 Join Date
    26Posts

    Re: [Antrix/website] Error

    Ok i will try that, thanks for helping again. :D

  8. #8
    Newbie mkrmec is offline
    MemberRank
    Jul 2007 Join Date
    5Posts

    Re: [Antrix/website] Error

    to me it says i need to upgread mysql client...what client...i got server??

    tnx

  9. #9
    Elite Member arsenik is offline
    Member +Rank
    Jan 2007 Join Date
    185Posts

    Re: [Antrix/website] Error

    you need to set the correct user name password and database name in your php file.

    a mysql client connects to a server to manipulate database tables.

  10. #10
    Member Nerdy is offline
    MemberRank
    May 2007 Join Date
    26Posts

    Re: [Antrix/website] Error

    Code:
    /* 
     SPORA for Antrix v1.1
     Simple Page Of Registration of Accounts for Antrix
     It is made in the form of one page with fields of input of the 
     information of an account and the list of players being on a server.
     
     Original Creation by mirage666 for MaNGOS Categories
     
     Modified for Antrix by Kandyman   Burning WoW
    */
    $lang="en";   // Language ("en" - english, "ru" - russian)
    $host="worldoffinland.servegame.com";  // HOST for Antrix database
    $user="root";   // USER for Antrix database
    $password="********";  // PASS for Antrix database
    $db="antrix";   // NAME of Antrix database
    $hostr="worldoffinland.servegame.com";  
    // HOST for Login database
     
    $userr="root";
      // USER for Login database
     
    $passwordr="********";
     // PASS for Login database
     
    $dbr="antrix";
     
      // NAME of Login database
     
    $database_encoding = 'CP1251'; 
    // Set encoding
    $img_base = "img/";  // Image dir
    $server = "worldoffinland.servegame.com";  // Antrix Server Address
    $port = "8129";   // Antrix Server Port
    $title="World of Finland";  // Insert the title of your server here
    $tbc="8";   // Enable or Disable TBC by default (0 - Disable, 8 - Enable)
    $lock_acc=0;   // Lock created account to IP address (1 - on, 0 - off)
    $lock_reg=1;   // Registration only one (or more) account from one IP address
        // 0 - not limit, 1 - one acc,  2 - two acc, etc...
    I think these pathes are incorrect, what is login database?

  11. #11
    Elite Member arsenik is offline
    Member +Rank
    Jan 2007 Join Date
    185Posts

    Re: [Antrix/website] Error

    $user="root"; // USER for Antrix database
    $password="********"; // PASS for Antrix database


    YOUR password is wrong.. Please quit bumping this thread. Find the right password for your mysql server. If you're on a shared host, email your host and ask them what your username and password are for mysql.



Advertisement