April 19, 2024, 05:49:55 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 5851 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 06, 2009, 02:14:13 am »

Ahh!
Now i've got an error on line 7!

Code -
Code:
<?php

$str 
$_GET['txt'];
$image imagecreatefromjpeg("file");('realdarkilscapeuserbar.jpeg');
$color imagecolorallocate($image000);
$font 'fonts/VISITOR.FON';
$x 275;
$y 9;
$size 15;
$rotation 0;
imagefontext($image$size$rotation$x$y$color$font$str);

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

?>

Link - http://darkilscape.hostoi.com/DynamicDarkilscapeUserbar.PHP
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