April 19, 2024, 11:40:32 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  

[PHP] Simple Dynamic Signature Tutorial

Pages: 1 [2] 3   Go Down
  Print  
Author Topic: [PHP] Simple Dynamic Signature Tutorial  (Read 5854 times)
0 Members and 1 Guest are viewing this topic.
Mojobojo82
MVP
MVP
Offline Offline

Gender: Male
Posts: 838


View Profile
Badges: (View All)
« Reply #15 on: July 08, 2009, 12:50:49 am »

Argh!
I uploaded the pic to the site.

Now when I click the Dynamic Sig it just comes up with the link Sad

http://darkilscape.hostoi.com/DynamicDarkilscapeUserbar.PHP

Code:
<?php

$str 
$_GET['txt'];
$image imagecreatefromjpeg('properdarkilscapeuserbar.jpg');;
$color imagecolorallocate($image000);
$font 'fonts/VISITOR.FON';
$x 310;
$y 10;
$size 15;
$rotation 0;
imagettftext($image$size$rotation$x$y$color$font$str);

header('Content-Type: image/jpg');
imagepng($image);
imagedestroy($image);

?>
« Last Edit: July 08, 2009, 01:29:02 am by mojobojo82 » Report Spam   Logged






Pages: 1 [2] 3   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy