Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Simple Webpage 2007

Loss is a relative term.
Joined
Sep 26, 2006
Messages
232
Reaction score
3
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

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 13, 2007
Messages
26
Reaction score
0
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 ^^
 
Newbie Spellweaver
Joined
Aug 29, 2006
Messages
75
Reaction score
0
Re: [Release]Simple Webpage 2007

a bit to simple and it needs more things like add stats, ranking etc. but anyway nice work!
 
Newbie Spellweaver
Joined
Nov 8, 2005
Messages
84
Reaction score
0
Re: [Release]Simple Webpage 2007

i don't like it. big letters bothers me.
 
Initiate Mage
Joined
Feb 28, 2007
Messages
1
Reaction score
0
Re: [Release]Simple Webpage 2007

i do i do it its confuzing me.
 

Leo

Custom Title Activated
Loyal Member
Joined
Nov 21, 2004
Messages
1,897
Reaction score
19
Re: [Release]Simple Webpage 2007

The config.php is a cheap rip off from Warrior19's old release, years ago.
 
Newbie Spellweaver
Joined
Jun 15, 2006
Messages
8
Reaction score
0
Re: [Release]Simple Webpage 2007

That is this??? :scratch:
:bad:
 
Back
Top