- 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
Supports PHP and MYSQL for free!
Back to this ok so here is the code:
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:
Online:
When it is offline it isn't clickable but once it is online it is!
Download:
Rate 1-10


To view the content, you need to sign in or register
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
To view the content, you need to sign in or register
free account has 5 GB of space!Supports PHP and MYSQL for free!

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 :performance - [REL]Habbo Layout (: - RaGEZONE Forums](http://i199.photobucket.com/albums/aa72/brandonlucier/screen01.jpg)
Online:
![:performance - [REL]Habbo Layout (: - RaGEZONE Forums :performance - [REL]Habbo Layout (: - RaGEZONE Forums](http://i199.photobucket.com/albums/aa72/brandonlucier/screen012.png)
When it is offline it isn't clickable but once it is online it is!
Download:
To view the content, you need to sign in or register
Rate 1-10


