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
27-03-09, 08:20 PM
enegue
Yo, can I post my application for in-game admin on both realms and forum mod here?
28-03-09, 05:04 AM
Avidgamer
Yes. But we still need to sort out the Website.
28-03-09, 09:06 AM
enegue
Contacted you on MSN. Cya tmr Avid!
28-03-09, 11:25 AM
StickyIcky
Read my thread =]
Can do everything listed, including website.
29-03-09, 09:22 AM
enegue
The problem is, Wig, I don't think Avid can pay for your services :P.
29-03-09, 11:23 AM
Avidgamer
I would have been able to if some Idiot I sold my WoW Account to hadn't Disputed me.
30-03-09, 06:27 AM
enegue
Anyways, Avid, I'll tell you what I've done so far on MSN :)
04-04-09, 03:02 PM
daved
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,
04-04-09, 03:03 PM
Avidgamer
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";