Simple Webpage 2007

Loss is a relative term.
Joined
Sep 26, 2006
Messages
232
Reaction score
3
Location
Romania
I present to all Mu Players the most simple webpage .
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);

?>
2. Forum

Configurate in index.php

Code:
<a href="[COLOR=Red]http://Your Forum Link[/COLOR]"><img></a>
3. Download

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>
The Text in RED u must modify .

Hope You Like It ! Download Link Atached !
Screens Atached !

Enjoy !
 

Attachments

  • 1 index - Simple Webpage 2007 - RaGEZONE Forums
    1 index.webp
    15.1 KB · Views: 751
  • 2 register - Simple Webpage 2007 - RaGEZONE Forums
    2 register.webp
    14.2 KB · Views: 557
  • 3 download - Simple Webpage 2007 - RaGEZONE Forums
    3 download.webp
    6.2 KB · Views: 423
  • Simple Webpage 2007.rar
    Simple Webpage 2007.rar
    51.1 KB · Views: 308
Yes good simble webpage is not bad but create more big more features design but this is good if someone have bad internet. 8/10 for simble web ^^
 
Back