- Joined
- Sep 26, 2006
- Messages
- 232
- Reaction score
- 3
I made today a mu webpage , its very simple , not anything special , only register and others...
Config :
News edit in news.txt , more simple to use ^^
Screens :
Options :
+Register
+Forum
+Downloads
+Server Info
Credits : Made By silver Iulian with Gold Template :rofl:
Download : Atached
P.S : Not MD5 !
Config :
Code:
<?php
// Server Specs
$title = "YourMuPage" ;
$exp = "1000x" ;
$drop = "100%" ;
$version = "99b+" ;
// Server Links
$forum = "http://127.0.0.1/forum" ;
$client = "http://client" ;
$patch = "http://patch" ;
$launcher ="http://launcher" ;
// Server Configuration
$dbuser = "sa" ;
$dbpass = "password" ;
$ip = "127.0.0.1" ;
$port ="44405" ;
$db = "MuOnline" ;
// Do Not Edit Here !
$msconnect=mssql_connect("$ip","$dbuser","$dbpass");
$msdb=mssql_select_db("$db",$msconnect);
?>
News edit in news.txt , more simple to use ^^
Screens :


Options :
+Register
+Forum
+Downloads
+Server Info
Credits : Made By silver Iulian with Gold Template :rofl:
Download : Atached
P.S : Not MD5 !