1. Download websie u like the most
_____________________________
******** Website | V1.5
Download: 1.rar - Second version of TerraNet Website. +++ Added notes to the config file. +++ Intergrated online player map. +++ Added big variable system. +++ Added server information page. --- Added button menu. --- Remade main page. --- Rewrote most of the
Preview: 
_____________________________
ElderGod's website(remade by him)
Download: Filebeam - Free Fast File Hosting
Preview:
NOTICE: preview is a bit different from real website cos its from adobe golive cs2
chrispeee's 2nd version of this website
Download: MEGAUPLOAD - The leading online storage and file delivery service Mirror: Filebeam - Free Fast File Hosting
Preview: 
_____________________________
SPORA (Simple Page Of Registration of Accounts)by mirage666, Kandyman and Unclemo
Download: Filebeam - Free Fast File Hosting
Preview: 
Features:
+ Account registration (Username, Password and Email Saved)
+ Checkbox for users if wish to enable TBC
+ Account signup and players online all shown on the one page
+ Shows total number of players online
+ Displays list of all players online with name, race, class and level and zone location
+ Distinguish race icon between males and female genders
+ Ability to sort by either name, class, race, level or location
+ Checks for existing login names upon account creation and prevents duplicate login names
+ Allows blocking registration of excess accounts by ip address (helps protect mass account creation spam)
+ Allows naming of the title of your server in configuration
_____________________________
EthernalQ Website v2
Download: Filebeam - Free Fast File Hosting
Rar Password: EthernalQ
Preview: 
______________________________
EthernalQ Website v1:
Download: Filebeam - Free Fast File Hosting
Rar Password:ethernalq
Preview:
_______________________________
Danerf's Webiste
Download: Filebeam - Free Fast File Hosting
Preview:
_______________________________
ElderGod's Website
Download: Filebeam - Free Fast File Hosting
Rar Pass:emupedia.com
Preview: -= INDEX =-
_______________________________
EthernalQ's Website(remade by Szela_93) v3 Ultimate
Download:MEGAUPLOAD - The leading online storage and file delivery service Mirror: RapidShare: 1-Click Webhosting
NOTICE: rapidshare link shouldn't hav space between ultimate and .rar i dunno why it is appearing (when i try to edit it is ok
Preview:
Features:
*New animated Illidan Logo
*Mp3 Player from Krillin's website
*Gallery with images from Krillin's website
*Player map (doesnt work ill try to fix this and fix will be posted)
*Forum
*Stats page
Notice: website is quite big cos there r some mp3's and quite big (6-8mb) animated gifs also there r some images (abt 100 with thumbs abt 200) they r abt 10mb
Player map fix
Download:Filebeam - Free Fast File Hosting
Install:
1.delete following files/folders from ur htdocs folder:
incl, BigMap, player map.php
2. overwrite all files included in archive
3. enjoy
_______________________________
EthernalQ's Website(remade by Szela_93) v2
Download: Filebeam - Free Fast File Hosting
Preview: 
_______________________________
EthernalQ's Website(remade by Szela_93)
Download:Filebeam - Free Fast File Hosting
Preview:
_______________________________
BLIZZLIKE FRONT END
Features:
1. Complete players guide
2. Embedded shoutbox
3. Embedded online players
4. Admin account to edit the layout
5. Account creation page
6. Wallpapers,screenshots etc
7. Working talents calculator
8. Working armor sets
9. MP3 player
10. Server status
11. Semi automated client updater
12. Kaldorei worldmap
13. Webanalyse software
14. Screenshot upload
15. Supports Ludmilla/Kobold/wowemu/Mangos/Antrix
16. Themes
17. Flashchat wow style
18. And alot more
Requirements:
1. N mysql needed, everything setup through one complete file
2. Apache/php server
Compatible:
1. Internet explorer
2. Firefox
ToDo:
1. Support for multiple realms.
2. Armory
DEMO:http://wowserver.krillins.com/
Downloads:
Part 1: (Ver 4.0) Download: RapidShare: 1-Click Webhosting
Part 2: (Ver 4.0) Download: RapidShare: 1-Click Webhosting
OR
(Ver 4.0) Download: MEGAUPLOAD - The leading online storage and file delivery service
Updates:
(Ver 4.1) Download: http://wowserver.krillins.com/wow41.rar
(Ver 4.2) Download: http://wowserver.krillins.com/wow42.rar
NOTICE: THIS ONE'S INSTALLATION IS A BIT DIFFERENT
Installation:
This is a clean version so read the install.txt
NOTICE: this version contains some bugs newer less buggy versions will be posted
___________________________
2. Open ur C:\AC Web Ultimate Repack\Server\htdocs folder and backup all files from it
3. delete files which u backed and paste there website's files which u just downloaded
4. open config.php via notepad and set the db info
should look like:
Code:
<?php$config['mysql_host'] = '127.0.0.1'; //MySQL Host$config['mysql_user'] = 'root'; //MySQL Username$config['mysql_pass'] = 'antrix'; //MySQL Password$config['mysql_dbname'] = 'antrix'; //Database Name?>
NOTICE: some websites dont need this change
5. run website from ac web control panel
6. Getting Antrix Website Stats Page to Work (by SiPex)
a)Go to your server directory folder (C:\AC Web Ultimate Repack). and open up the antrix folder.
b)Find the antrix.conf file and open it.
c)Find the part in the .conf file that looks like this

d)Change it to this

NOTICE: other websites can hav stats somewhere else and can be called also in other way, u can notice stats by .xml extension
e)Restart your server and your website.
f)Congratulations, you have just set up your AC Ultimate Repack stats page!
NOTICE:you can also edit your http.conf file for apache.
Alias /site/stats2/stats.xml "C:/AC Web Ultimate Repack/antrix/stats.xml"
<Directory "C:/AC Web Ultimate Repack/antrix">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
to
Alias "/site/Blizzlike/stats/stats.xml" "C:/AC Web Ultimate Repack/Blizz Like/stats.xml"
<Directory "C:/AC Web Ultimate Repack/Blizz Like">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
7. adding forum to ur website
copy ur forum folder from original ac web repack website to htdocs folder
NOTICE: some websites need renaming folder example ElderGod's website(remade by him) needs to hav folder "forums"
thats all
NOTICE: if ur website isnt availible to others u must open the C:\AC Web Ultimate Repack\Server\apache\conf\httpd.conf file and edit listening ports and ips
Code:
## ServerName gives the name and port that the server uses to identify itself.# This can often be determined automatically, but we recommend you specify# it explicitly to prevent problems during startup.## If your host doesn't have a registered DNS name, enter its IP address here.#ServerName localhost:80
and
Code:
## Listen: Allows you to bind Apache to specific IP addresses and/or# ports, instead of the default. See also the <VirtualHost># directive.## Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0)##Listen 12.34.56.78:80Listen 80
Insert here your hamachi ip and port(must be open)
_______________________________
Credits:
Szela-93
Brrew
Chrispee
SiPex
Nebels
Krillin
ElderGod
EthernalQ
PayBas
Danerf
PvPede
mirage666
Kandyman
Unclemo