View Full Version : [RERELEASE] Habbo Profile (Status Signature)
hybride
03-10-2007, 04:40 PM
The original script created by -1. on this very forum has been recovered and is available to download from Habbo Ring today.
http://www.habboring.com/hr3-ss_script.htm
It comes with some minor improvements and a readme file that I put together which explains how to set it up and how to edit the .htaccess file to get it working on the forums.
The script lacks the secondary group badge that most new status signatures have but other than that it is complete and ready to use. Thanks. :)
RedCrisps
03-10-2007, 04:54 PM
Woww,
These is well cool :D
i will defo be using wen my host gets GD
Chippiewill
03-10-2007, 05:00 PM
hmm did you edit the version which i uploaded???
the folder is exactly the same name as I zipped it as....
Sunny.
03-10-2007, 05:01 PM
Nice script. Would be usefull for websites. +Rep
Eccentric
03-10-2007, 05:13 PM
+rep welll done same as sunny posted tbh.
hybride
03-10-2007, 05:21 PM
hmm did you edit the version which i uploaded???
the folder is exactly the same name as I zipped it as....
This script was created by -1. (Tom), you have no credit to this script whatsoever.
Nice script. Would be usefull for websites. +Rep
Thank you. I hope it will be.
+rep welll done same as sunny posted tbh.
It probably is.
LegendOfNoob
03-10-2007, 06:27 PM
been there for a while >.>
everyone wants one with group badge now
go for that before you go averdising x]
The badge could easily be added to the script
function groupbadge()
{
if (eregi("/habbo-imaging/badge/", $this->data))
{
$badge = explode('/habbo-imaging/badge/', $this->data);
$badge = explode('.gif', $badge[1]);
$badge = trim($badge[0]);
$badge = "http://habbohotel." . $this->hotel . "/habbo-imaging/badge/" . $badge .
".gif";
return $badge;
}
else
{
return false;
}
}or something along those lines in habboClass.php. Haven't tested it because I cba.
You'd obviously have to edit the image of the signature (which might mean having to make it bigger) and the signature php file.
It wasn't exactly hard to find this, all you needed to do was search on here and it came up.
hybride
03-10-2007, 07:53 PM
The badge could easily be added to the script
function groupbadge()
{
if (eregi("/habbo-imaging/badge/", $this->data))
{
$badge = explode('/habbo-imaging/badge/', $this->data);
$badge = explode('.gif', $badge[1]);
$badge = trim($badge[0]);
$badge = "http://habbohotel." . $this->hotel . "/habbo-imaging/badge/" . $badge .
".gif";
return $badge;
}
else
{
return false;
}
}or something along those lines in habboClass.php. Haven't tested it because I cba.
You'd obviously have to edit the image of the signature (which might mean having to make it bigger) and the signature php file.
Thanks. I just tested it out on my own website's version and it works a charm. I'll make sure to edit and implement this into the next modification of the script.
It wasn't exactly hard to find this, all you needed to do was search on here and it came up.
No one said it was hard to find.
Invent
03-10-2007, 08:17 PM
I'll post a full one of these tomorrow (using my own class) which includes Group Badges.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.