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
Download
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.
Code:
<?php
#################
# #
# #
# Enjoy! #
# #
# #
#################
$config['mysql_host'] = 'frosthold.servegame.org'; //MySQL Host
$config['mysql_user'] = 'root'; //MySQL Username
$config['mysql_pass'] = 'antrix'; //MySQL Password
$config['mysql_dbname'] = 'frostholdlogon'; //Database Name
?>
-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
?>