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!

Mutoolz MX launcher Skin

Custom Title Activated
Loyal Member
Joined
Feb 27, 2004
Messages
1,378
Reaction score
50
i was doing a simple skin to mutoolz to work inside the Mx launcher thingi..

it is autodetecting ,. i mean. .u can use any skin on ur site.. but if the site detects that the MX launcher is the one reading it .. it will automatically use the MX skin.

hihihi...

just try it...

edit ur roar.txt and make it view

ull notice the new skin..

will release after i finish the design and the additional code around 2 line to index.php

ps.. im not going to explain why im doing this.. im just bored.. nor will i answer how to edit roar.txt


README
Mu MX skin...



installation..

1. unzip the MX folder in the mutoolz template folder.
noteÇ this will create a new folder callled MX
2. edit index.php ( the one on the main mutoolz folder )

find :
$pagegen->stop();

replace with :
//MX SKIN
if ($config['template'] != "MX") {
echo '<script language="javascript">
<!--

if (document.body.clientHeight < 450)
{
location.replace("index.php?themeid=MX");
**
-->
</script> ';
**
//MX SKIN
$pagegen->stop();



then ur done..

btw:

u should like edit ur roar.txt to point to ur mutoolz site.
 

Attachments

You must be registered for see attachments list
Last edited:
Custom Title Activated
Loyal Member
Joined
Dec 31, 2004
Messages
4,091
Reaction score
25
So it will launch the special main.exe? Cool :p
 
Newbie Spellweaver
Joined
Jul 9, 2004
Messages
18
Reaction score
0
still down john another link can't to see your new stuff... hehehe lol
 
Skilled Illusionist
Loyal Member
Joined
Aug 31, 2004
Messages
365
Reaction score
1
John, the site auto loads as the mx theme and i dont even have an mu application on this computer lol
 
Initiate Mage
Joined
Jun 16, 2005
Messages
3
Reaction score
0
Parse error: parse error in C:\apachefriends\xampp\htdocs\mutoolz\index.php on line 74
i got this error when i remplase those lines
 
Back
Top