WORKING FEATURES AT TIME:
- Join
- Serverstatus (Online/Ofline)
- Castleowner
- Lightbox 2 Gallery
- Top20
- Passwordchange
- AdminCP with: - Usermanager
- Itemeditor
- Charactereditor (only GM rights)
-- DOWNLOAD IT ! -- :
http://www.megaupload.com/?d=97D4H56L
I AM WORKING AT THIS TIME ON :
- A LOGGIN SESSION
- A MEMBERPANNEL WITH: - Changepassword
- Itemviewer
- Profileviewer
- Online Store
- GUILDADMINISTRATION for LEADER of GUILDS
- MSSQL DATABASE for ALL INFORMATIONS
- CONTENT MANAGEMENT SYSTEM
and much MORE .....
I WILL WE HAPPY ABOUT HELP from SOME DEVOLPERS :
- HTML SCRIPTER
- PHP & MSSQL PROGRAMMER
- MSSQL Specialists
- GRAFIK DESIGNER
- FLASH DESIGNER
- TRANSLATORS
and all poeple they have some experience in programming or scripting
You have to DO:
- EDIT config/config.php with your DATABASE LOGIN DATA
- EDIT config/config.php with your adminpassword
HOW TO:
1. ---------------------------- SITES -----------------------------------
1.1 ------------------------- ADD SITES ---------------------------------
To add a new Site you have to add a new Line in Index.php
where you can find the other Links. Add a new line like :
<li><a href="index.php?seite=nameofnewsite">→ HOME</a></li> this.
Then you have to create a new file in the directory sites.
The filename have to be like the seite=nameofwebseite ^^ in the link.
Also for example:
If you want to create a new Site in your Sidebar:
1. Create a file in the sites directory: filename.txt (sites/filename.txt)
2. Open the filename.txt and edit with Syntax: $ueberschrift='yourheaderinhtml'; $text='yourtextinhtml';
3. Go into the Index PHP and look for:
<li><a href="index.php?seite=home#">→ HOME</a></li>
<li><a href="index.php?seite=ranking&function=ranking#">→ RANKING</a></li>
<li><a href="index.php?seite=download#">→ DOWNLOAD</a></li>
<li><a href="index.php?seite=join&function=join#">→ JOIN</a></li>
<li><a href="index.php?seite=changepw&function=changepw#">→ PWC</a></li>
<li><a href="index.php?seite=gallery&function=gallery#">→ GALLERY</a></li>
4. Add a new Line with the same Syntax: <li><a href="index.php?seite=filename">→ The Name of the Site you want Show</a></li>
1.2 ------------------------- Modify SITES ------------------------------
To modify sites like News or Home go into the sites directory and change
the text. the variable for the header is $ueberschrift=''; and the
variable to safe the text is $text='';
For Example:
If you want to change the News text:
1. Go into sites directory and open the news.txt
2. Change the text behind the characters $text = " and before ";
3. You must be carefully because if the Syntax of the variable is like: $text=""; you have to use this character: ' for html tags else if the syntax is like $text=''; you have to use " in html tags
4. Safe the File and finished
!IMPORTANT! :
1. Look for the characters behind the "=" - character. - If it is ' use " in Html Tags else if is it " use '
For example :
$text="<a href='link'></a>";
or
$text='<a href="link"></a>';
2. $ueberschrift is for the headertext
3. $text is for the text in the site
2. ------------------------- Change downloads ------------------------------
To change downloads open the follow file: sites/downloads.txt
Use following Syntax for a new Line: <tr><td></td><td></td><td></td></tr>
For Example:
If you want to add a new Link:
1. Open the file sites/downloads.txt
2. Look for the <!-- Downloadlinks --> XXXXX <!-- Downloadlinks -->
3. Add between the <!-- Downloadlinks --><!-- Downloadlinks --> following line: <tr><td>Name of the LINK</td><td> Size of the Link </td><td><a href="LINK TO FILE">Mirror 1 <img src="style/DL.gif" width="10" height="10"></a></td></tr>
To delete or change Lines is the same way, if youre a lil bit intellegent you will understand
3. ------------------------- Add Functions ----------------------------------
If you want to Add functions you have to be a devolper also you know what
you have to do. so i havent to write a tutorial for this. Only to things to
say:
Look for scripts/functions.php and write all scripts there
also $function = $_GET["function"];
all scripts are in a "else if ($function == "nameoffunction")" routine safed and they will all be run,
if you tell them with the post function