I wanna share to you these antrix websites. If you don't know something post here. Hope you like it [IMG]http://www.************/forum/images/smilies/cheesy.gif[/IMG] 1. Download website you like the most:
_____________________________ Palakat's website
[Only registered and activated users can see links. ]
_____________________________ ElderGod's website(remade by him)
Download: [Only registered and activated users can see links. ]
Preview: NOTICE: preview is a bit different from real website cos its from adobe golive cs2
chrispeee's 2nd version of this website
Download: [Only registered and activated users can see links. ] Mirror: [Only registered and activated users can see links. ]
Preview:
_____________________________ SPORA (Simple Page Of Registration of Accounts)by mirage666, Kandyman and Unclemo
Download: [Only registered and activated users can see links. ]
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: [Only registered and activated users can see links. ]
Download: [Only registered and activated users can see links. ]
Rar Pass:emupedia.com
Preview: [Only registered and activated users can see links. ]
_______________________________
EthernalQ's Website(remade by Szela_93) v3 Ultimate
Download:[Only registered and activated users can see links. ] Mirror: [Only registered and activated users can see links. ]
Preview:http://images29.fotosik.pl/19/4aae5be9e17f5adb.jpg
Features:
*New animated Flash Logo
*Mp3 Player from Krillin's website
*Gallery with images from Krillin's website
*Player map
*Forum
*Stats page
*Arcade Notice: website is quite big cos there r some mp3's and quite big (8mb) animated flash also there r some images (abt 100 with thumbs abt 200) they r abt 10mb
_______________________________
EthernalQ's Website(remade by Szela_93) v2
Download: [Only registered and activated users can see links. ]
Preview:
_______________________________
EthernalQ's Website(remade by Szela_93)
Download:[Only registered and activated users can see links. ]
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:
?> 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
#
# 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:80
Listen 80 Insert here your hamachi ip and port(must be open)
_______________________________
New Site Released:
Credits:Clantemplates.com- website
armor-Maku
JullinanX for his piece of shyt ass trying to steal this from clantemplates (nice try), and writing the guide
Installing Forums-
1) Open SQLyog and right click on "root@localhost" and select create Database....
2) Name the Database "Forums"
3) Open your browser and go to our site and type /forums at the end.
ex. Frosthold WoW • Index page
4) The rest is explained from there.
INSTALLING WEBSITE
Open "config" with notepad and edit it to match your servers info.
ex.
?> -Setting up the Armory-
1) Open "Website V1.1" and then "Armory"....
2) Next Open "sql" and then again 'sql" and extract the sql files onto your desktop.
3) Open SQLyog and right click on your Character Databse preferably "ascentlogon" and select the option "restore from SQL dump"...
4) Now that u have select that look on your desktop for "allies.sql" and "execute".
5) Next search again, but this time choose "tblwowitems.sql" and "execute" and when finished close.
6) Next open ./includes/config.inc.php in notepad and type there your Character db info
ex.
Code:
<?php
//Database Configuration
$db_host = "frosthold.servegame.org"; // Hostname to yours database
$db_user = "root"; // Username to database
$db_pass = "antrix"; // Password to database
$db_name = "frostholdlogon"; // Name of database that will be used
//Characters List Configuration
$cpp = 50 // How many characters will be showed per page