-
Comet-WoW Recruiting
Hello all!
Comet-WoW Here.
________________________________________________
We're currently recruiting for our Custom Server:
Game Masters
In-game Admin
Forum Moderator
Forum Admin
Developer
________________________________________________
|
We're Currently Recruiting for our PvP Server :
Game Masters
In-game Admin
Forum Moderator
Forum Admin
Developer - Server needs to be Developed a bit more
_________________________________________________
More Servers coming soon!
Also - We need someone able to install our Website! If you do that, you get Moderator on the Forum, Admin in ALL servers!
Thanks,
Avid
-
Yo, can I post my application for in-game admin on both realms and forum mod here?
-
Yes. But we still need to sort out the Website.
-
Contacted you on MSN. Cya tmr Avid!
-
Read my thread =]
Can do everything listed, including website.
-
The problem is, Wig, I don't think Avid can pay for your services :P.
-
I would have been able to if some Idiot I sold my WoW Account to hadn't Disputed me.
-
Anyways, Avid, I'll tell you what I've done so far on MSN :)
-
Have you tried to install the website by using apache? It is easy. You get a repack from this site. You change the htdocs, double click on your apache.exe, manage the site a little, change the ip and that's it...
Good luck,
-
Change the IP to what, I may ask?
Here's my Config file :
(The Main Bit)
Code:
/*********************************
** MAIN SERVER CONFIGURATION ***
*********************************/
$port = "8129"; // Ascent Server Port - used for server status (online/offline)
$server = "127.0.0.1"; // Ascent Server Address
$realmlist = "127.0.0.1"; // realmlist
$wowdb="world"; //enter wow database - world (looking up items table)
$chardb="logon";//enter character database, if don't exist enter same as $wowdb - logon (looking up accounts, characters table)
$commondb="forum";//CMS database
$domainurl="http://localhost";//enter domain URL here (url to web site not forum)
$dhost="localhost";
$duser="root";
$dpass="ascent";
I dont know what to change tbh.