Vote System ERROR, please help menu

User Tag List

Results 1 to 5 of 5
  1. #1
    mantor4's Avatar Member
    Reputation
    2
    Join Date
    Aug 2006
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Vote System ERROR, please help

    So i downloaded a vote system folder, and put it in my htdocs folder. I go to my website, and open up the vote section. It tell me to log in, but when i try to, i get this
    error:

    RDVS Error
    Type: Logon MySQL
    Error: Access denied for user 'root'@'localhost' (using password: YES)
    There was no guide i could find, and 3 hours trying to fix it myself didnt work, the only "guide" i found just told me to edit the rdvs_config, but it did not tell me what to edit, can somebody please, please help me

    my rdvs_config look like this:
    <?php
    /*--------------------------------*\
    | RaxeZDev Vote System - by DataBase/Jesper |
    | Website: www.RaxeZDev.info/www.hammer-wow.com |
    | Copyright 2010 |
    \*--------------------------------*/

    // mysql
    $rdvs_mysql_logon_host = "localhost"; // MySQL server containing the logon database
    $rdvs_mysql_logon_user = "root"; // MySQL username for logon host
    $rdvs_mysql_logon_pass = "root"; // MySQL passowrd for logon host
    $rdvs_mysql_logon_db = "logon"; // MySQL logon database

    $rdvs_mysql_host = "localhost"; // MySQL server containing the RDVS database
    $rdvs_mysql_user = "root"; // MySQL username for RDVS host
    $rdvs_mysql_pass = "root"; // MySQL passowrd for RDVS host
    $rdvs_mysql_db = "rdvs"; // MySQL RDVS database

    // styles
    $rdvs_stylesheet = "rdvs/style.php"; // Stylesheet file - no need to change as default
    $rdvs_bg_image = "../rdvs_img/backgrounds/bg1.jpg"; // Background image (linking from the css folder, example: "../img/backgrounds/bg1.jpg")
    $rdvs_bg_repeat = "no-repeat"; // Background repeat: no-repeat, repeat, repeat-x, repeat-y
    $rdvs_bg_color = "#000"; // Background color
    $rdvs_text_color = "#00baff"; // Text color
    $rdvs_fieldset_border = "1px solid #ccc"; // Fieldset border
    $rdvs_link_color = "#00baff"; // Link color
    $rdvs_link_decoration = "none"; // Link text-decoration (underline, none etc. )
    $rdvs_link_color_hover = "#00baff"; // (on mouse over) Link color
    $rdvs_link_decoration_hover = "underline"; // (on mouse over) Link text-decoration (underline, none etc. )

    // misc
    $rdvs_site_title = "Privatserver - Vote System"; // Site title
    $rdvs_form_action = "index.php"; // Form action, index file - No need to change as default
    $rdvs_page = "index.php"; // The file
    $rdvs_page_extra = ""; // [Only for intergration] If you use any kind of $_GET script for paging, type the site adress here (Example; ?page=vote etc.)
    $rdvs_points = 1; // Point per vote
    $rdvs_tooltip = 1; // Wowhead tooltip, only for retail items [1 = yes, 0 = no]

    // reward mail
    $rdvs_subject = "Vote reward"; // Reward mail subject
    $rdvs_body = "Thanks for voting, here is your Tocken(s)!"; // Reward mail body

    // ignore
    $rdvs_x = "x";
    ?>
    Last edited by mantor4; 07-12-2011 at 12:53 PM. Reason: More info

    Vote System ERROR, please help
  2. #2
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    $rdvs_mysql_logon_host = "localhost"; // MySQL server containing the logon database
    $rdvs_mysql_logon_user = "root"; // MySQL username for logon host
    $rdvs_mysql_logon_pass = "root"; // MySQL passowrd for logon host
    $rdvs_mysql_logon_db = "logon"; // MySQL logon database
    
    $rdvs_mysql_host = "localhost"; // MySQL server containing the RDVS database
    $rdvs_mysql_user = "root"; // MySQL username for RDVS host
    $rdvs_mysql_pass = "root"; // MySQL passowrd for RDVS host
    $rdvs_mysql_db = "rdvs"; // MySQL RDVS database

    The SQL password is wrong, try another.


    Edit this
    "$rdvs_mysql_logon_pass = "root"; // MySQL passowrd for logon host"

    root -> change to your mysql password but keep the ""
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  3. #3
    mantor4's Avatar Member
    Reputation
    2
    Join Date
    Aug 2006
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That fixed the error, but now when i try to log into it, it loads, but goes right back to the log on screen, and it wont log in. Any idea?

  4. #4
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually I've never used RDVS, sorry. :/
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  5. #5
    mantor4's Avatar Member
    Reputation
    2
    Join Date
    Aug 2006
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh well, thanks for helping with the error problem

Similar Threads

  1. Everyone On Server Is Getting Critical Error Please Help
    By BillyBob31 in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 03-22-2008, 11:50 AM
  2. I keep geting error , please help!
    By Arugos in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-21-2007, 10:30 PM
  3. Server Error [Please Help]
    By Thq92 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 11-02-2007, 09:20 PM
  4. WoW Critical Error, please help
    By JustRob in forum World of Warcraft General
    Replies: 13
    Last Post: 09-30-2007, 01:56 PM
  5. MWCS Error. Please help.
    By Davenukem in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-29-2007, 04:33 AM
All times are GMT -5. The time now is 06:05 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search