• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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:
http://www.megaupload.com/?d=9DC4D22B


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