<a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/a.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/v.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/i.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/n.gif" /></a><br><a href="http://www.orkutrox.com"><b>Free Image Upload</b></a> | <a href=http://inviyahoo.com><b>Detect Invi Y! ID</b></a>
It's a very cool sitelike this:
http://www.commenthaven.com/glitter-text-generator/
that's some pretty fancy GD library work, I'd imagine. Probably a lot of difficult coding. I'd start with google searching for a tutorial on GD and decide from there if it's worth it
The easiest way is first create all the alphabets and letters in animated gifs and then write a php code to detect the user's letters and generate html code that puts each letter in order see an example:
Edit:HTML:<a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/a.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/v.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/i.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/n.gif" /></a><br><a href="http://www.orkutrox.com"><b>Free Image Upload</b></a> | <a href=http://inviyahoo.com><b>Detect Invi Y! ID</b></a>
I typed "Avin" in orkutrox.com and it generated the above code.
The easiest way is first create all the alphabets and letters in animated gifs and then write a php code to detect the user's letters and generate html code that puts each letter in order see an example:
Edit:HTML:<a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/a.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/v.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/i.gif" /></a><a href=http://upl0ad.org/glitter><img alt="http://www.orkutrox.com" src="http://www.orkutrox.com/glitter/style/5/n.gif" /></a><br><a href="http://www.orkutrox.com"><b>Free Image Upload</b></a> | <a href=http://inviyahoo.com><b>Detect Invi Y! ID</b></a>
I typed "Avin" in orkutrox.com and it generated the above code.
More detail~i have the alphabets the problem now is the code
help!
Thanx, but i dint do any job!Woow,good job
"i have the alphabets the problem now is the code
help!"
I'll give it a try... and maybe finish it by tomorrow. but I tell you I'm not a php expert!
Edit:
Thanx, but i dint do any job!
<img src=http://thedomain.com/images/t.gif>
<img src=http://thedomain.com/images/e.gif>
<img src=http://thedomain.com/images/x.gif>
<img src=http://thedomain.com/images/t.gif>
<form action="generate.php" method=post class=form1 id=form1>
<input type="text" class=medium name="text" />
<input type="submit">
</form>
<?php
$text = strip_tags($_POST['text']);
$length = strlen($text);
echo "<textarea rows=\"10\" cols=\"50\">";
for( $i = 0; $i < $length; $i++) {
echo "<img src=\"/font/caps/$text[$i].gif\" alt=\"$text[$i]\">\n";
}
echo "</textarea>";
?>
<?php
$text = strip_tags($_POST['text']);
$varToLower = strtolower($text);
$length = strlen($text);
echo "<textarea rows=\"10\" cols=\"50\">";
for( $i = 0; $i < $length; $i++) {
echo "<img src=\"/font/caps/$varToLower[$i].gif\" alt=\"$varToLower[$i]\">\n";
}
echo "</textarea>";
?>
Y isn't sonicblow replying?
This is what I hate!!! Why don't some people even reply when others have or at least tried to help 'em?