[REL]Habbo Layout (:

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 27, 2007
Messages
10
Reaction score
0
Demo:

Alright well I was bored so I decided to make a layout for all of you!

THERE IS A REASON ITS SAVED AS A PHP!

I have added a code in php to help all of your out! You need a host that supports php I suggest free account has 5 GB of space!
Supports PHP and MYSQL for free! :D

Back to this ok so here is the code:

PHP:
<?php
function is_online($host){
$fp = @fsockopen($host, 80, $errno, $errstr, 5);
if (!$fp) {
    return false;
} else {
    @fclose($fp);
    return true;
}
}
 
if (is_online("127.0.0.1")){
echo '<a href="loader.html"><img src="images/checkin.gif"></a>';
} else {
echo '<img src="images/closed.PNG">';
}
 
?>

You will find this in index.php

Edit the port (Set at 80 right now!)
And the IP
Then change loader.html to where your loader is!

NOTHING ELSE!

Just Copy and paste index.php and rename open it and change the content :)

Here is the pictures if you have edited right:

Offline:
:performance - [REL]Habbo Layout (: - RaGEZONE Forums


Online:
:performance - [REL]Habbo Layout (: - RaGEZONE Forums


When it is offline it isn't clickable but once it is online it is!


Download:



Rate 1-10 :):):)
 
Now i can, sorry. I don't like it very much the content box, 8/10.




Andres -
 
Now i can, sorry. I don't like it very much the content box, 8/10.




Andres -

Andres May I Ask Why U Keep Advertising Ur Site When Ever U Post?

On Topic:

I Rate It 4/10
Too Simple, While It Barly Has Any Image To It, An Essential Portion.
 
Andres May I Ask Why U Keep Advertising Ur Site When Ever U Post?

On Topic:

I Rate It 4/10
Too Simple, While It Barly Has Any Image To It, An Essential Portion.

Sorry if u don't like it, i stop. I just for help my website have good layout's to see. :)
 
It Really Doesn't Even Look As Good As I Thought
7/10

__________________________________________________________________________

:performance - [REL]Habbo Layout (: - RaGEZONE Forums


 
Status
Not open for further replies.
Back