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!

Nick1337's website v1.0 (official files)

Status
Not open for further replies.
Experienced Elementalist
Joined
May 25, 2009
Messages
261
Reaction score
52
It doesn't have much.
i didn't had much time so hope you like it :)
I might add more stuff like register or ranking later

Screenie:
Nick1337 - Nick1337's website v1.0 (official files) - RaGEZONE Forums


Download link:



you might find some errors because i don't have flyff here to test it :)

Guide:
very easy just config it
 
Last edited:
Elite Diviner
Joined
Nov 6, 2009
Messages
473
Reaction score
44
well I kinda finished it, I have reg page, and everything :)

The problem is, even if server is online, it is still showing me the OFFLINE img.

Trying now to fix that script, and I'll reply how to fix it, but if you already done, please post.
 
Experienced Elementalist
Joined
May 25, 2009
Messages
261
Reaction score
52
well I kinda finished it, I have reg page, and everything :)

The problem is, even if server is online, it is still showing me the OFFLINE img.

Trying now to fix that script, and I'll reply how to fix it, but if you already done, please post.
Code:
<?php
    $online = @fsockopen("<?php echo $serverip;  ?>", 28000, $errno, $errstr, 1);
    if($online >= 1) { 
        echo '<img src="css/images/on.png">';
    }
    else {
    echo '<img src="css/images/off.png">';
    } 
?>

try this instead

Edit:
Did you added your ip to the config_info.php?
 
Last edited:
We are Maverick!
Loyal Member
Joined
Feb 27, 2009
Messages
2,915
Reaction score
1,000
It says : The file you are trying to access is temporarily unavailable

o_O
 
Elite Diviner
Joined
Nov 6, 2009
Messages
473
Reaction score
44
after this guy gave you awesome template, you want him to code for you?

Damn.
 
Skilled Illusionist
Joined
Sep 1, 2008
Messages
344
Reaction score
13
Nice release, Maybe I can finish it for you guys. If that's ok with you?
 
Status
Not open for further replies.
Back
Top