• ARCHIVES 
  • » [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

Pages: 12

[hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

andHa
» FTalkWhiz
FTalk Level: zero
3386
0
1969-12-31

[hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

[hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to customize your font type and put it in your profile as an image. You can put the text in ur more about me box, wiwtm box, header, comment, etc. You also can set the slope of the text. And this script is 100% JS-free. [table][tr][td][b]Tutorial[/b][hr][/td][/tr][/table] [li]1. Download your favourite font in [url=http://cooltext.com/Fonts]cooltext.com[/url], there are over 1000 fonts collection there.[/li] [li]2. Make a new folder in your hosting site's main folder, named it [b]fonts[/b].[/li] [li]3. Upload the font that you have downloaded into the [b]fonts[/b] folder.[/li] [li]4. Make a new .php file in your hosting site's main folder, named it with your own prefer. eg : [b]customized_text.php[/b][/li] [li]5. Put the script below in the .php file.[/li] [spoiler]<?php /* Customized Font Type || By si-andha Visit http://si-andha.web44.net */ class andhaCustomizedText { var $font = 'fonts/[color=red][b]fontname.ttf[/b][/color]'; function andhaCustomizedTex($width,$height,$text) { $font_size = [color=green][b]30[/b][/color]; $image = @imagecreate($width, $height) or die('Text is missing'); $background_color = imagecolorallocate($image, [color=darkblue][b] 255, 255, 255[/b][/color]); $text_color = imagecolorallocate($image,[color=darkred][b] 0, 0, 0[/b][/color]); $textbox = imagettfbbox($font_size, 0, $this->font, $text); $x = ($width - $textbox[4])/2; $y = ($height - $textbox[5])/2; imagettftext($image, $font_size, [color=blue][b]0[/b][/color], $x, $y, $text_color, $this->font , $text); imagejpeg($image); } } $width = isset($_GET['width']) ? $_GET['width'] : ''; $height = isset($_GET['height']) ? $_GET['height'] : ''; $text = isset($_GET['text']) ? $_GET['text'] : ''; header('Content-Type: image/jpeg'); $andha = new andhaCustomizedTex($width,$height,$text); ?>[/spoiler] Note [quote][color=red][b]Red[/b][/color] : The name of the downloaded font. [color=green][b]Green[/b][/color] : The size of the font. [color=darkblue][b]Dark Blue[/b][/color] : The text's background color, set in RGB (the example above is the RGB for white ) [color=darkred][b]Dark Red[/b][/color] : The text's color, set in RGB (the example above is the RGB for black color) [color=blue][b]Blue[/b][/color] : The font's degree.[/quote] [li]6. Use the code below to put the customized text in your profile.[/li] [spoiler]<img src="[color=darkred][b]http://si-andha.web44.net/customized_text.php[/b][/color]?width=[color=red][b]350[/b][/color]&height=[color=green][b]90[/b][/color]&text=[color=blue][b]Text[/b][/color]">[/spoiler] Note [quote][color=darkred][b]Dark Red[/b][/color] : The URL of the .php file. [color=red][b]Red[/b][/color] : Text's width. [color=green][b]Green[/b][/color] : Text's height. [color=blue][b]Blue[/b][/color] : The text.[/quote] [li]7. Done ![/li] [table][tr][td][b]Preview[/b][hr][/td][/tr][/table] [align=center][img]http://si-andha.web44.net/customized_text.php?width=250&height=40&text=Hypmotizin[/img] [img]http://si-andha.web44.net/for_ftalk/font_dekha_21.php?width=300&height=40&text=gravitysucks[/img][/align] or Put any text in the [b]bold[/b] part below. [quote]http://si-andha.web44.net/customized_text.php?width=350&height=80&text=[b]Text[/b][/quote] Open the URL with your browser to see the result. [table][tr][td][b]Important Note[/b][hr][/td][/tr][/table] [li]Make sure your hosting site supports .php file.[/li] [li]This text is formed as an image, you need to set the width and the height to make it appropriate with the text's length.[/li] [li]Use this [url=http://www.colorcombo.com/bghex.html]converter[/url] to help you in converting the hex code to rgb.[/li] [hr][hr] [align=center][flash=250x50]http://si-andha.web44.net/for_friendster/flash/siggy.swf[/flash][/align] [hr][hr]

Last edited by andHa (2008-08-25 19:52:18)

paijoooo
» FTalkAgent
FTalk Level: zero
2068
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

1st comment :D thanks 4 sharing bro :thumbsup: ill try now :wow::thumbsup:
kuntilanak
» FTalkElite
FTalk Level: zero
4412
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

:arrow: [b]2nd comment[/b] thanks for sharing brother andha
Afzulnizam
» SuperFTalker
FTalk Level: zero
8122
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

:arrow:[b]3rd comments[/b] nice trick bro... thanks for sharing +1 repu to you
ammar1408
» FTalkFreak
FTalk Level: zero
1522
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

:arrow: [b]4rd comment[/b] Thankz for sharing.. nice trick bro Ill try it later =) =) =)
-=_+ColourBlind+_=-
» n00b
FTalk Level: zero
80
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

i thinks dis ones very kewl.:D:thumbsup: does it mean i can use any fonts i want and my viewer can see it as well even they dont have that font installed on their computer yeah?. uhm can i request for a preview pls. :D thanks for sharing this :thumbsup:
mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

thnxx for this.. it was cool! +repu for you =)
andHa
» FTalkWhiz
FTalk Level: zero
3386
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

[b]-=_+ColourBlind+_=-[/b] 101% ryt =) the text will act like an image. so, u can use the image link i gave above to see how the script's works. [b]mhedge[/b] thx for the repu dude :D

Last edited by andHa (2008-07-19 22:13:34)

mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

heehheeh thnxx sir..
p0ngz1209
» n00b
FTalk Level: zero
86
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

nice!! tnx 4 sharing..^^
japzy
» FTalkManiac
FTalk Level: zero
639
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

cool kua!!! now its easier. we dont need to download any font just to see cool profiles.. +repz :D
Yellow Flash
» Banned
FTalk Level: zero
1781
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

wow.. this will help me... im not good at this actually....
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

wee andha.. this is nice... at last i can uniform my font... to match my page design indonesians coders are really great huh ... im seeing lotz of great tricks from u guyz... muahhhssss... :kiss:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

[b]@ andha[/b] thanks andha!! kip rock'n!! [b]@ switpotato[/b] hi switpotates!! :kiss:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

[quote=dale]@ switpotato hi switpotates!![/quote] eiii... hi dalicious... waa off topic... andha nice tricks....
andHa
» FTalkWhiz
FTalk Level: zero
3386
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

thx guys. i just inspired by some script. then i re-arranged it :eh: hope this will help
triciapink29
» FTalkFreak
FTalk Level: zero
1504
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

Cool one. :):thumbsup: very usefull thank you very much

Last edited by triciapink29 (2008-07-26 11:30:30)

D' Angelo
» FTalkManiac
FTalk Level: zero
977
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

Nice one :thumbsup: [b]PHP[/b] rock rite? :cool::thumbsup:
andHa
» FTalkWhiz
FTalk Level: zero
3386
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

[b]triciapink29[/b] u r welcome . [b]D' Angelo[/b] hha. iap. php rocks ! finally i realized it :lol:
chrysta may
» FTalker
FTalk Level: zero
187
0
1969-12-31

Re: [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

tnx for the share!!
  • ARCHIVES 
  • » [hr][hr] [align=center][color=grey][b]Customize Your Own Font Type[/b] Credit : andHa[/color][/align] [hr][hr] [table][tr][td][b]Description[/b][hr][/td][/tr][/table] This script allows you to custo

Pages: 12

Board footer

© 2024 F Talk

Current time is 19:55

[ 10 queries - 0.027 second ]
Privacy Policy