[release] Blizlike website look alike easy to use menu

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 64
  1. #16
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did u edit some thing in the new-hp file?

    [release] Blizlike website look alike easy to use
  2. #17
    xsyx's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nope, everything is completely unedited like the way i downloaded it. I hate to say it but I'm completely new to xsl and xml. I'm just starting to get in on them. Althought I'm pretty decent at css and html. -_- I should be able to take any help I can get very easily, so please try what you can . Thanks.

  3. #18
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm so u didnt edit any thing and it wont open it could be if your db is on a differnt comoputer your config might be wrong
    removed by Unholy

  4. #19
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i just figuered out what your problem is what are you using to host it on?
    removed by Unholy

  5. #20
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you have to cheek the start as a service to start mysql make sure u never stop it tho after it is started or ur data bases will be deleted

    and u should just get a 2.4 repack instead of updating it
    removed by Unholy

  6. #21
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    trying to make a account but i get errors like this on each page


    Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\account\process_reg.php on line 453

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\account\process_reg.php on line 453

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\account\process_reg.php on line 454




    //Mysql server: Host name
    $mysql_host = "wickedwarcraft.game-host.org";
    //Mysql server: Username
    $mysql_username = "root";
    //Mysql server: Password
    $mysql_password = "XXXX";
    //Mysql server: The realmd database...
    $mysql_realm_db = "world";
    //Mysql server: The mangosd database...
    $mysql_mangos_db = "world";

  7. #22
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do you have 1 db or 2 for logon and world also make a user in mysql ODBC with the same mysql password
    removed by Unholy

  8. #23
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok both server and website are on same PC

    "also make a user in mysql ODBC with the same mysql password" i use Navicat, do u mean make a new account?

  9. #24
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea and I mean if you have a world db and logon db your suposed to put that in the config instead
    removed by Unholy

  10. #25
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    'world" far as my noobness knows is my only database..... What is ODBC? Can u tell me what goes here...first time setting up a website....

    //Mysql server: Host name
    $mysql_host = "wickedwarcraft.game-host.org";
    //Mysql server: Username
    $mysql_username = "root";
    //Mysql server: Password
    $mysql_password = "XXXX";
    //Mysql server: The realmd database...
    $mysql_realm_db = "world";
    //Mysql server: The mangosd database...
    $mysql_mangos_db = "world";


    im using Chrispees sunwell....which is ascent does that matter?
    Last edited by Wolverine77; 07-07-2008 at 10:29 PM.

  11. #26
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you need to make an admin account in navicat with the username ODBC
    removed by Unholy

  12. #27
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my database in navicat is "world" thats what i enter? get this


    Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\account\process_reg.php on line 760

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\account\process_reg.php on line 760
    Database error! Please contact the system administrator.

  13. #28
    rappelz15's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    omg sweet website!!!!

  14. #29
    Zotie's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i change the adress of my site?

  15. #30
    damon160's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    didn't krillin (Ac-Web) did something like this

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Looking for an easy-to-use bot for D3
    By tunahead321 in forum Diablo 3 General
    Replies: 3
    Last Post: 10-10-2012, 02:51 PM
  2. [ArcEmu] Looking for a clean, stable, easy to use ArcEmu Repack!
    By ProphetWoW in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 08-24-2010, 07:06 PM
  3. For those who use krillins website. Look here I need help
    By LAFD in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-08-2008, 01:37 AM
  4. [Release] Lakelog's Project Silvermoon Repack (easy to use)
    By Lakelog in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 11-24-2007, 06:33 PM
  5. Copy any website, for scams or personal use.
    By marick626 in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 08-27-2007, 06:49 PM
All times are GMT -5. The time now is 11:59 PM. 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