I need help with my account sign up page menu

Shout-Out

User Tag List

Results 1 to 12 of 12
  1. #1
    pooooo132's Avatar Member
    Reputation
    13
    Join Date
    Sep 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I need help with my account sign up page

    ok i did everything exactly the same as the guide i used and everyone else who used the guide said it was good and worked for them but it doesnt work for me i get this

    mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\account.php on line 479
    Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'root'@'MASTER' (using password: YES).



    please tell me if you know whats wrong thanks ill +Rep if it works!









    I need help with my account sign up page
  2. #2
    BillyBob31's Avatar Member
    Reputation
    24
    Join Date
    Feb 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My row 479 is this

    $logincheck = mysql_num_rows($uniqueuser);

    But also im using a form of spora idk what your using ... why dont u say what kind ur using and show the line your error is like show just 479

    ... then also show more of the file like 4 lines before and after with including the 479 line
    www.billywowarcraft.com

    ThE BeSt

  3. #3
    dann462's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pooooo132 View Post
    ok i did everything exactly the same as the guide i used and everyone else who used the guide said it was good and worked for them but it doesnt work for me i get this
    You must configurate the config.php with your correct MySQL data's.

  4. #4
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    check yeh config.php like the guy above said there will be a password part you have missed and if you are using spora it will be pretty easy to find


  5. #5
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    post your index.php file or conf.php file
    If you need me you have my skype, if you don't have my skype then you don't need me.

  6. #6
    pooooo132's Avatar Member
    Reputation
    13
    Join Date
    Sep 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this it waht it looks like


    $lang="en"; // Language ("en" - english, "ru" - russian)
    $title="phoenix funserver"; // Insert the title of your server here
    $host="5.90.161.241"; // HOST for Character database
    $user="root"; // USER for Character database
    $password="password i use to get into navicat"; // PASS for Character database
    $db="logon"; // NAME of Character database
    $hostr="5.90.161.241"; // HOST for Logonserver database
    $userr="root"; // USER for Logonserver database
    $passwordr="password i use to get into navicat"; // PASS for Logonserver database
    $dbr="localhost"; // NAME of Logonserver database
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = "img/"; // Image dir
    $server = "5.90.161.241"; // Ascent Server Address
    $port = "3306"; // Ascent Server Port
    $lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
    $lock_reg=0; // Registration only one (or more) account from one IP address


    thanks for the help

  7. #7
    pooooo132's Avatar Member
    Reputation
    13
    Join Date
    Sep 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    O and that is one of the many things i have done like i have tryed a bunch of other users and passes and a bunch of other everything but it just never works

  8. #8
    pooooo132's Avatar Member
    Reputation
    13
    Join Date
    Sep 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and this is spora v1.4

  9. #9
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try this?:
    In yellow is what I changed:
    $lang="en"; // Language ("en" - english, "ru" - russian)
    $title="phoenix funserver"; // Insert the title of your server here
    $host="localhost"; // HOST for Character database
    $user="root"; // USER for Character database
    $password="password i use to get into navicat"; // PASS for Character database
    $db="logon"; // NAME of Character database
    $hostr="localhost"; // HOST for Logonserver database
    $userr="root"; // USER for Logonserver database
    $passwordr="password i use to get into navicat"; // PASS for Logonserver database
    $dbr="localhost"; // NAME of Logonserver database
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = "img/"; // Image dir
    $server = "localhost"; // Ascent Server Address
    $port = "3306"; // Ascent Server Port
    $lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
    $lock_reg=0; // Registration only one (or more) account from one IP address
    Last edited by Sonic Waffle; 03-24-2008 at 07:03 PM.


  10. #10
    pooooo132's Avatar Member
    Reputation
    13
    Join Date
    Sep 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it worked thanks you so much +rep

  11. #11
    pooooo132's Avatar Member
    Reputation
    13
    Join Date
    Sep 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    actually nvm it doesnt work now i get this

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\account.php on line 479



  12. #12
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You probably have a problem with your DB.

Similar Threads

  1. need help with scammed account
    By Flipt in forum WoW Scam Prevention
    Replies: 4
    Last Post: 06-20-2008, 09:19 PM
  2. Need help with site account creation.
    By badboy92 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-07-2008, 08:36 PM
  3. i need help with selling accounts???
    By xdarkghostx in forum Community Chat
    Replies: 0
    Last Post: 03-21-2008, 08:33 PM
  4. Need help [with kidnapped account]!
    By lawlPwnage in forum World of Warcraft General
    Replies: 4
    Last Post: 03-04-2008, 02:55 PM
  5. Need help with trial account/glider
    By heaker in forum World of Warcraft General
    Replies: 1
    Last Post: 03-10-2007, 07:03 PM
All times are GMT -5. The time now is 06:32 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search