PDA

View Full Version : PHP Volter Script



lRhyss
19-12-2013, 02:43 PM
Hey, my friend approched me to see if I had a script that allows you to type text into a div and have it automatically change to volter with a 1px border of certain hash codes

Sorry, I'm bad with explaining things but like:

http://thishabbo.com/v4/_php/header.php?text=VOLTER&width=1&size=7&colour=pink

so the link to that image could be like:

http://website.co.uk/_php/header.php?text=VOLTER&colour= (http://thishabbo.com/v4/_php/header.php?text=WHAT'S%20GOING%20ON?&width=1&size=7&colour=pink)COLOUR

Hopefully you get what I mean :')

Thanks! :)

lRhyss
19-12-2013, 03:39 PM
Sorry for double post but I managed to make one :)

-Nick
19-12-2013, 05:07 PM
404 error including the =COLOUR and without

Chippiewill
19-12-2013, 06:40 PM
You should be able to do this with purely CSS via @font-face

eLv
22-12-2013, 06:28 AM
Using CSS: http://jsfiddle.net/T5MAf/


Hey <strong>guys</strong>.


@font-face {
font-family: volter;
src: url( 'http://habboemotion.com/resources/generalscripts/volter/Volter (Goldfish).ttf' );
}

@font-face {
font-family: volter;
src: url( 'http://habboemotion.com/resources/generalscripts/volter/Volter-bold (Goldfish).ttf' );
font-weight: bold, 900;
}

body {
background: url( 'http://habboemotion.com/resources/images/website_backgrounds/hp_back14.gif' );
font: 12px volter;
text-shadow: 1px 1px rgba( 255, 255, 255, 0.6 );
}

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