I've ripped a working speech bubble generator from a Habbo fansite. It had a couple of javascript files. The javascripts i think gets the avatar info off of habbo. In this font generator, it gives you a URL to the picture. However, the URL is to the website i ripped the Speech Bubble Gen. From. I have been trying to figure out how to change it so it will link to my website and put the speech bubble pictures on my site. In the javascript code, it says this somewhere:
var habbo_avatar = "http://www.habbies.nl/img/"+url+"/"+hotel+"/"+habbonaam+"/"+shout+"/"+text+".gif";
Note that the fansite is Dutch, so the code is in dutch. But I translated the HTM. page to english.
Anyways, I tried changing the code above to http://localhost/, but it didn't work. I want to figure out how I code it so it will post the speechbubble images to localhost. How do i do this?





Reply With Quote

