1,500 points make PHP script work!

Status
Not open for further replies.

deadimp

New Member
Messages
249
Reaction score
0
Points
0
Thanks!
If you want to still use the images for errors, have the 2nd part of the $list item reflect the filename (without the extension), and in Habbo::image(), have it return imagecreatefrompng($this->error."png").
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
I don't see the person's badge..
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
See if it pulls up mine i made an account especially for this. Chris73 is my characters name.
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
lol looks like my guy/account there got hacked. Not like i am concerned about it. Try CrabAzz.


Because that doesn't look like my guy i will go add a motto and a badge or something
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
CrabAzz doesn't exist... Are you on the UK server, or the USA one? I only programmed it for the UK one (since that was what the original was).
 
Last edited:

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
Not really sure. I thought the UK one although i am in America i still signed on in the UK. I am on that account now.
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
The first one is the one i made last night . The second one i have no clue about. He should look almost like the first one only with the name Chris73
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Dead I will give you some points but can you make one for .au .co.uk .com and .ca. Also can you add the little habbo like habbos.net with it saying habboard.com hehe thanks.
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
I would add the little persons, but I have no idea how the Canadian Habbo thing is structured, or how the minipersons are generated.
I've recently updated the script to allow different domain endings, so .au, .co.uk, .com and .ca are available by adding '&site=co.uk' or what not to the query string.
I can add the string, but it won't look as good as habbo.net's since I'll just be using the Volter font.
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
I just looked into it, and it seems that that person has images in their motto. I'm guessing it's because the Habbo board allows something like smilie codes that parses the motto and replaces them with images. It's displaying their motto, but it's the with the raw output of the image tags.
Do you want me to strip the html tags entirely?

EDIT: I went ahead and updated the code.
http://deadimp.org/offer/rewrite.php?name=Omei&site=com
 
Last edited:

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Hmm well how is the litle person etc going?
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
I still don't know where they are stored. Could you post an example Habbo page? Are they available in all Habbo sites, or just the Canadian one?
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
I think I know the general method they use for the avatars and all that, but I don't know how precisely to do it. They create their user images / icons (the small peoples, I guess) based off of the profile information, and stores it in an image named using a certain hash.
Problem is, I don't know how this hash works. I see a couple of patterns, but other than that, nothing exact.
Example set (look at hash in avatar url) from habbo.com:
,Tootsiepop Normal | Small
!Scary-Movie! Normal | Small
I think I can see the user id in the two sets of urls, but the endings for the normal / small avatar differ, so they seem to depend on something.

Don't mean to be greedy, but was I able to earn the points for fixing the basic script?
 
Last edited:

deadimp

New Member
Messages
249
Reaction score
0
Points
0
Where do you want me to post it, and where?
Also, where is this image? Is displayed on the Habbo home page?
If I could find this out, I could possibly do that second request.
 
Status
Not open for further replies.
Top