Web?

Newbie Spellweaver
Joined
Feb 3, 2007
Messages
7
Reaction score
0
Is it Possiable if i can host the web files onto my website and ppl can signup there? And also does anyone know the web files that make it look like the real site?
 
Of course its possible ^_^ You just gotta set up the site to access the MySQL on your server machine, and you also need to make a user privilege for it to access from any host, or the webserver IP. There's quite a few webpacks around that immitate the WoW website. You'll just need to look for them ^_~
 
oh lol, didn't realize you were running WoWemu... I can't help you then, as I have NEVER used WoWemu, so I don't know the first thing about it. Sorry. Hopefully, someone else will be able to help you.
 
Good news and bad news:

Good news:
Wowemu comes with a webserver. If you were able to read down to step 4 of the guide you posted you would see there that the pack you downloaded has that pretty website.

Bad news:
If you have followed that guide and you still don't see the website I can't help you much. You probably aren't using WoWemu if you followed that to a T.

If you are using WoWemu however, here is the fix.

Remedy:
When WoWemu finishes loading you will see a line of code saying something to

Helper libraries loaded... bla bla blah... and three lines that have port numbers in them

usually 8080, 8085, and 3724.

8085 and 3724 are standard. These ports are what lets WoW run over the network/internet. the 8080 one is the one that could change depending on how the emulator config file is set up. this is what port the website runs on. so whatever port you see there type in after your ip address. example;

there is a folder in the wowemu server folder called www. this is the website, and the folder that all the files for it are contained in. To change the port number to something different edit the emu.conf file. Look for the http port line in the file. and enter whatever port you want. If your ISP hasn't blocked port 80 id use that. More often than not they have though. I think the config file is under the scripts directory. Hope this helps. And make sure your firewall ports are open for all 3 ports... otherwise noone will see your server.
 
@FamineMK: ... he/she was asking if it was possible to host the webpage on his payed for webserver. He/She never said they had problems with the website...

Anyways, try looking in the config files for the webpack and see if there is anything that asks for an IP address to point to the server. If so, then you can probably get it to work with it being on the webserver.
 
Back