[Ascent] webpage, html?

Newbie Spellweaver
Joined
Dec 19, 2007
Messages
34
Reaction score
0
Ok so i have access to make this webpage from my internet company. What i want is to make a ascent server registration page (like SPORA) but everything needs to be (and work) in html, cause thats the coding i have to use for the webpage.
Are there any wow ascent registration pages out there in .html and not!! in .php??
-And how do i make it so that people can connect to my server without hamachi, using the webpage instead?

Please say it out loud all that you know!
Thanks.. :)
 
Re: Ascent webpage, html?

Why not just run it from the PC you are using as a server ?? (Would make life a lot easier for you)

Just download and install :

apache/httpd
php
mysql

All available for Windows
 
Re: Ascent webpage, html?

Oh and for the connection without hamatchi ..

get your user to create a new link to wow.exe and put somthing similar to the following in the target field..

Code:
"C:\Program Files\World of Warcraft\wow.exe" -console

then they start WOW, press the ` key (next to the number 1 key)

a console will open, type in :

set realmlist <ip address or domain name> (and hit enter)

then, press the ` key again

then enter the login details for your server ..

:)
 
lol... First of all
Oh and for the connection without hamatchi ..

get your user to create a new link to wow.exe and put somthing similar to the following in the target field..
This is just a more advanced way of changing your realmlist in your wow directory..
Second, i have already tried making a wamp (apache php mysql and all that) server, works fine for me on my computer, i get the internet page up and it works like i can create accounts and everything, but i dont know how to get it online so that other people can acces the site..

btw i have all ports forwarded and firewall off. How do i change the website domain of my wamp server (what other people search for in their web browser)?
From my computer i acces it by pressing on wamp and hitting "localhost" there (thats when it is offline) and when i set it to online (dont know what it actually does then) i can just search for 127.0.0.1 or 192.168.1.xxxx (my internal ip). Theese marked in orange are addresses that i know is internal and used by 21904718 computers in the world so i figure it wont help for other people to search for them in their web browser.

Help me out with making a wamp server please.. :D
 
Case closed guys.. used xampp, it works, but just not now as i am on a wireless network behind a router.
I have to wait until i can move my computer down to get wired direct internet access, then my server goes online.. :)

Thanks to all replies anyway :)
 
Back