PDA

View Full Version : PHP Volter Font



rubbertommy
19-02-2012, 01:58 PM
Does anyone know the PHP file that creates the volter font image.

Thanks

Recursion
19-02-2012, 03:59 PM
There isn't one. You have to make it.

rubbertommy
19-02-2012, 04:08 PM
There isn't one. You have to make it.

I have one but it does not seem to be working, I have it and when I placed it in my layout
<img src="images/green.php?t=Administrator"> It does not show in my browser or in dreamweaver.

Any help?

hamheyelliot
19-02-2012, 04:09 PM
Head to HabboEmotion (http://habboemotion.com), 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/generalscripts/voltertxtgen
Download: http://habboemotion.com/resources/generalscripts/voltertxtgen.zip

You also have to upload the site to a server in order to see the PHP work.

rubbertommy
19-02-2012, 04:20 PM
Head to HabboEmotion (http://habboemotion.com), 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/generalscripts/voltertxtgen
Download: http://habboemotion.com/resources/generalscripts/voltertxtgen.zip

You also have to upload the site to a server in order to see the PHP work.

How would i make it so the outline was a different colour

hamheyelliot
19-02-2012, 04:54 PM
How would i make it so the outline was a different colour
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 (http://colorpicker.com)), 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)

rubbertommy
19-02-2012, 05:03 PM
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 (http://colorpicker.com)), 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 image

hamheyelliot
19-02-2012, 05:07 PM
OK - also what about putting it onto a image
No idea myself, you might need to ask someone who can work with 'GD' or whatever the code is - if you're looking for images with dynamic text.

rubbertommy
19-02-2012, 05:45 PM
No idea myself, you might need to ask someone who can work with 'GD' or whatever the code is - if you're looking for images with dynamic text.

do i insert to html like this ?


<img src="images/_inc/text.php?t=Owners&s=7&w=1">

Qzaki
19-02-2012, 05:45 PM
I think its not been working for you cause you've not uploaded it to a site / used XAMPP

hamheyelliot
19-02-2012, 07:59 PM
do i insert to html like this ?

That should work, but it's easier to take the exact code that the generator provides in case it doesn't work!

rubbertommy
20-02-2012, 05:29 PM
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 (http://colorpicker.com)), 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)

Does not seem to be working for me when I have changed the colour.

Is it because of my host 000webhost

rubbertommy
21-02-2012, 04:18 PM
still need help on this

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