[help]Need help about free hosting O.o menu

Shout-Out

User Tag List

Results 1 to 12 of 12
  1. #1
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [help]Need help about free hosting O.o

    Okay i am using a free hosting website and it is good but i was wondering how would i change the account registration??

    <?php

    #################
    # #
    # #
    # Enjoy! #
    # #
    # #
    #################

    $config['mysql_host'] = 'Don't know what goes here'; //MySQL Host
    $config['mysql_user'] = 'root'; //MySQL Username
    $config['mysql_pass'] = 'antrix'; //MySQL Password
    $config['mysql_dbname'] = account; //Database Name

    ?>
    Also how would i set the server stats??

    +rep who ever help me

    [help]Need help about free hosting O.o
  2. #2
    nickelo's Avatar Active Member
    Reputation
    56
    Join Date
    Aug 2007
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well from what site?? are you ac-web's website by any chance? or what.

  3. #3
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nope i am using this:
    Free Web Hosting - Free PHP Hosting, MYSQL, FTP, Ad-Free and Free Domain Names - Zymic
    Matt was the one who showed it to people in another fourm

  4. #4
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so does anyone know how to fix this??

  5. #5
    Andoni07's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the account registration you'd have to open up the MySQL server to allow outside connections. Even then I doubt your host would let you connect to it.

    And for the Stats Page, you'd have to upload the stats.xml to the FTP provided by your host, but since the stat's plugin cant do that you'd have to get a program to mount the ftp as a directory on your hard drive and save the stats.xml there.

    I wouldnt suggest doing any of this though. :O
    Last edited by Andoni07; 01-05-2008 at 02:53 PM.

  6. #6
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got this:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-

    #-#-#-#-#-#-#
    # Status Dumper Config
    #
    # These directives set up the status dumper plugin. Filename is an
    # absolute or relative path to the server binary. Interval is the
    # time that the stats will be dumped to xml.
    # Default: stats.xml / 120000 (2 minutes)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-

    #-#-#-#-#-#-#

    <StatDumper FileName = "stats.xml" Interval = "6000">
    But what do it put for filename??? can anyone plz tell me i want to found out about this

  7. #7
    ucigashu's Avatar Member
    Reputation
    22
    Join Date
    Aug 2007
    Posts
    138
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aznboy View Post
    I got this:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-

    #-#-#-#-#-#-#
    # Status Dumper Config
    #
    # These directives set up the status dumper plugin. Filename is an
    # absolute or relative path to the server binary. Interval is the
    # time that the stats will be dumped to xml.
    # Default: stats.xml / 120000 (2 minutes)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-

    #-#-#-#-#-#-#

    <StatDumper FileName = "stats.xml" Interval = "6000">
    But what do it put for filename??? can anyone plz tell me i want to found out about this
    Do you got WAMP or XAMPP? find the www folder and type your directory there(in Default: stats.xml / 120000 (2 minutes))
    Ex:
    Code:
     #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Status Dumper Config
    #
    #        These directives set up the status dumper plugin. Filename is an
    #        absolute or relative path to the server binary. Interval is the
    #        time that the stats will be dumped to xml.
    #        Default: stats.xml / 120000 (2 minutes)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <StatDumper FileName = "D:AppServwwwstatsstats.xml" Interval = "120000">
    edit-
    <StatDumper FileName = "D:\AppServ\www\stats\stats.xml" Interval = "120000">
    (, in code there isn't "\")
    Write the Url of your folder
    Last edited by ucigashu; 01-05-2008 at 03:08 PM.

  8. #8
    Andoni07's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He isn't running the website himself, he's using a free hosting service. In order to get the stats.xml over there he'd have to do it via FTP, and since he cant put f.tp://username[email protected]/ as the directory, he'd have to use a program like NetDrive to mount the FTP as a virtual Directory or a virtual Drive and save the stats.xml file there

  9. #9
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey you know how to do this also:
    <?php

    #################
    # #
    # #
    # Enjoy! #
    # #
    # #
    #################

    $config['mysql_host'] = 'Don't know what goes here'; //MySQL Host
    $config['mysql_user'] = 'root'; //MySQL Username
    $config['mysql_pass'] = 'antrix'; //MySQL Password
    $config['mysql_dbname'] = account; //Database Name

    ?>

  10. #10
    Andoni07's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You'd have to configure MySQL to allow outside connections. I've never needed to do this, so I dont know how. I guess all you'd have to do is forward port 3306 on your router and get MySQL to bind itself to your external IP (I think by default it only listens on 127.0.0.1) and then all you'd have to do is set "$config['mysql_host'] = 'IP Address of the WoW MySQL Server';" Although, this is a huge security risk and I would strongly recommend that you not do that. Especially since, judging by the configuration you provided, the database is accessed by the ROOT account and the password is just simply antrix. :O

  11. #11
    aznboy's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    807
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That is not my real password XD lol Omg thank you so much i would +rep you again if i can cuz you have save my life XD
    Last edited by aznboy; 01-05-2008 at 03:35 PM.

  12. #12
    EcHoEs's Avatar lol why u mad
    Reputation
    374
    Join Date
    Sep 2006
    Posts
    1,646
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    MySQL host is localhost when hosting it on your comp
    Don't know anything else


Similar Threads

  1. Need HELP about NPC!
    By crosecret in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 02-23-2008, 02:27 PM
  2. Need Help about BT
    By aznboy in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 11-04-2007, 03:30 AM
  3. Need help about Character Models
    By mizery in forum World of Warcraft General
    Replies: 0
    Last Post: 08-23-2007, 08:46 AM
  4. Need a little help for free time of WoW =(
    By Pwnnned in forum World of Warcraft General
    Replies: 3
    Last Post: 06-09-2007, 11:40 AM
  5. I really need help! About Pics!
    By xlAnonym0uslx in forum World of Warcraft General
    Replies: 3
    Last Post: 02-03-2007, 11:42 AM
All times are GMT -5. The time now is 05:56 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