I present to all Mu Players the most simple webpage .
What Contains :
1 . Register
2 . Forum
3 . Download
1.Register
Configurate in config.php
2. Forum
Configurate in index.php
3. Download
Configurate in download.php
The Text in RED u must modify .
Hope You Like It ! Download Link Atached !
Screens Atached !
Enjoy !
What Contains :
1 . Register
2 . Forum
3 . Download
1.Register
Configurate in config.php
Code:
<?php
//Admin Login
$alogin = '[COLOR=Red]sa[/COLOR]';
//Admin Password
$apass = '[COLOR=Red]PASSWORD[/COLOR]';
//Database Name
$db = '[COLOR=Red]MuOnline[/COLOR]';
//Variables
$ip = "127.0.0.1";
//Host. IP If working remotely
$host = '[COLOR=Red]127.0.0.1[/COLOR]';
//Title that will appear on all pages.
$title = '[COLOR=Red]SilverMu Registration[/COLOR]';
//Server Name
$srvname = '[COLOR=Red]SilverMuFina[/COLOR]l';
//Credits
$credits = 'Silver Iulian';
//Database Connection
$msconnect=mssql_connect("$host","$alogin","$apass");
$msdb=mssql_select_db("$db",$msconnect);
?>
Configurate in index.php
Code:
<a href="[COLOR=Red]http://Your Forum Link[/COLOR]"><img></a>
Configurate in download.php
Code:
<a href="[COLOR=Red]http://LINK TO CLIENT[/COLOR]"><img></a>
<a href="[COLOR=Red]http://LINK TO PATCH[/COLOR]"><img></a>
<a href="[COLOR=Red]http://LINK TO LAUNCHER[/COLOR]"><img></a>
Hope You Like It ! Download Link Atached !
Screens Atached !
Enjoy !