September 20, 2024, 02:57:05 am
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 6197 times)
Mojobojo82
MVP
MVP
Offline Offline

Gender: Male
Posts: 838


View Profile
Badges: (View All)
« Reply #15 on: July 05, 2009, 03:25:38 am »

Ahh!
Now I get an error on line 4 .......
Heres link - http://darkilscape.hostoi.com/Real%20Darkilscape%20Userbar.PHP

Heres code -
Code:
<?php

$str 
$_GET['txt'];
$image imagecreatefromjpg('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);

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

?>


Note In Andrew Kaldas/Pictures - It says it's a JPEG Image, But when I uploaded to Photobucket it said it's a JPG Image. So I think code is wrong, Can you guys check it.
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