PDA

View Full Version : Cool find a habbo script!



Excellent
09-08-2008, 10:32 PM
Hey guys, quick little script here! Invent! originally made it for habbolake but took it off so I wanted to make something similar :p

Heres the code:

<?php

if(isset($_POST['find'])) {
if((!$_POST['habbo']) || (!$_POST['hotel'])) {
echo ("Oops! You haven't filled in all the fields mister!");
} else {
$habbo = addslashes(htmlspecialchars($_POST['habbo']));
$hotel = addslashes(htmlspecialchars($_POST['hotel']));
echo ("<img src='http://www.habbo$hotel/habbo-imaging/avatarimage?user=$habbo />");
}
} else {
echo ("<form method='post' action='findhabbo.php'>
Habbo name:<br>
<input type='text' name='habbo' size='20'><br>
Hotel:<br>
<select name='hotel' size='1'>
<option label='UK' value='.co.uk'>UK</option>
<option label='US' value='.com'>US</option>
</select><br>
<input type='submit' name='find' value='Find habbo!'>
</form>");
}

?>
Yes you can re-use it or whatever just please don't claim you made it :P All comments are appreciated.

Calon
09-08-2008, 10:33 PM
Hey guys, quick little script here! Invent! originally made it for habbolake but took it off so I wanted to make something similar :p

Heres the code:

<?php

if(isset($_POST['find'])) {
if((!$_POST['habbo']) || (!$_POST['hotel'])) {
echo ("Oops! You haven't filled in all the fields mister!");
} else {
$habbo = addslashes(htmlspecialchars($_POST['habbo']));
$hotel = addslashes(htmlspecialchars($_POST['hotel']));
echo ("<img src='http://www.habbo$hotel/habbo-imaging/avatarimage?user=$habbo />");
}
} else {
echo ("<form method='post' action='findhabbo.php'>
Habbo name:<br>
<input type='text' name='habbo' size='20'><br>
Hotel:<br>
<select name='hotel' size='1'>
<option label='UK' value='.co.uk'>UK</option>
<option label='US' value='.com'>US</option>
</select><br>
<input type='submit' name='find' value='Find habbo!'>
</form>");
}

?>
So, basically an imager.

Excellent
09-08-2008, 10:35 PM
So, basically an imager.Well yes but it's built specifically so the user doesn't have to go through and do the head type, size etc.

Calon
09-08-2008, 10:37 PM
Well yes but it's built specifically so the user doesn't have to go through and do the head type, size etc.
Lol, that's the easiest way of doing it.

Good find for the Habbo players.

Excellent
09-08-2008, 10:53 PM
Yeah it's for the lazy people lool.

Meti
10-08-2008, 03:16 PM
Nice script.

Turbocom
10-08-2008, 03:43 PM
Who made this, you or invent?

Invent
10-08-2008, 03:51 PM
Mine was a bit different to that :P

You typed in part of the name of a Habbo and it would find several Habbos with a similar name.

Excellent
10-08-2008, 04:29 PM
Nice script.Thankyou :)


Who made this, you or invent?I did, but it was 'inspired' by invents on habbolake if you will :P


Mine was a bit different to that :P

You typed in part of the name of a Habbo and it would find several Habbos with a similar name.Ahh I see, didn't know that :)

today
10-08-2008, 08:13 PM
Can we have a demo please ;D

Excellent
10-08-2008, 10:38 PM
Can we have a demo please ;DNo. Yeah sure, www.habbolake.com/v2/objects/findUserShow.php (Sorry couldn't be bothered renaming it invent :P

Want to hide these adverts? Register an account for free!