Does anyone know the PHP file that creates the volter font image.
Thanks

Does anyone know the PHP file that creates the volter font image.
Thanks
Head to HabboEmotion, click resources, then general scripts and you'll find a downloadable Volter text generator. (I've put the direct links below too, but they might have some other stuff to interest you if you check out the site!)
Preview: http://habboemotion.com/resources/ge...s/voltertxtgen
Download: http://habboemotion.com/resources/ge...ltertxtgen.zip
You also have to upload the site to a server in order to see the PHP work.
Last edited by hamheyelliot; 19-02-2012 at 04:10 PM.
How would i make it so the outline was a different colourHead to HabboEmotion, click resources, then general scripts and you'll find a downloadable Volter text generator. (I've put the direct links below too, but they might have some other stuff to interest you if you check out the site!)
Preview: http://habboemotion.com/resources/ge...s/voltertxtgen
Download: http://habboemotion.com/resources/ge...ltertxtgen.zip
You also have to upload the site to a server in order to see the PHP work.
When using this script, it needs to be uploaded to your website to get custom colours, otherwise it will just use HabboEmotion's default black and white text. Can't really help you out too well if you don't have a web server setup yet for your layout.
Go into functions.php and change it to point to the URL where the files are.
Then go into text.php and find //stroke color, replace the 0x0, 0x0, 0x0 (which is black) with a RGB colour code for the green you want (which you can generate on ColorPicker), for example I replaced it with 44, 196, 33, a soft green.
That should do it, that's probably pretty complicated unless there's another script out there that's easier to use.
Example of a green outline modified one: http://iconbits.com/ffff (Size 7 text is usually best)
OK - also what about putting it onto a imageWhen using this script, it needs to be uploaded to your website to get custom colours, otherwise it will just use HabboEmotion's default black and white text. Can't really help you out too well if you don't have a web server setup yet for your layout.
Go into functions.php and change it to point to the URL where the files are.
Then go into text.php and find //stroke color, replace the 0x0, 0x0, 0x0 (which is black) with a RGB colour code for the green you want (which you can generate on ColorPicker), for example I replaced it with 44, 196, 33, a soft green.
That should do it, that's probably pretty complicated unless there's another script out there that's easier to use.
Example of a green outline modified one: http://iconbits.com/ffff (Size 7 text is usually best)
Want to hide these adverts? Register an account for free!