INSTALLATION PROCEDURE |
How to install: 1. Open config.php and fill out the correct information pertainning to your server information. 2. (skipt this step if you do not want to change colors and fonts) Open style.css and change the colors to whatever you want. 3. Upload all files to the same folder as you specified in config.php to your FTP. 4. Go to www.yoursite.com/clans/install.php (or wherever you put the files), and follow instructions. 5. You're done! Go to www.yoursite.com/clans/admin (or wherever you put the files), login, and setup your clans and what-not To Add the Clans to your Page: - PHP: stick this code wherever you want the clans to show up: <?php include ('path/to/clans/index.php'); ?> You'll also have to change the extention of the page on which it is shown to .php, or it won't work. - HTML Just use an iFrame for it. Here is an example: <iframe scr="path/to/clans" name="Clans" width="100%" height=" 100%"> </iframe> Problems? Questions? Suggestions? Make sure you check out the FAQ. If that does not help you, you can get help by contacting me or posting a thread in the Programming and Scripting thread on the forum (www.extremestuff.net/forum) or: Site: http://www.extremestuff.net E-mail: Burning_Cyclope@extremestuff.net AIM: Burning Cyclope MSNM: burning_cyclope@hotmail.com Yahoo!: BurningCyclope |