Pages: 12

  2008-07-19 18:11:08

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)

Pages: 12

Board footer

© 2025 F Talk

Current time is 20:17

[ 12 queries - 0.007 second ]
Privacy Policy