need help with a graphic script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
netzoner
Forum Newbie
Posts: 3
Joined: Sat Jul 02, 2005 12:27 am
Location: bahrain
Contact:

need help with a graphic script

Post by netzoner »

lo all
i need a script to write the input of the user to image
something like this script

Code: Select all

http://services.nexodyne.com/email/
but for a bigger image
smo
Forum Newbie
Posts: 20
Joined: Tue May 31, 2005 11:02 pm

Post by smo »

For this you need GD support.
You can store standard template images for each email service provider and mix text or images over it by using ImageCopy function.
I use this to add a standard image to every image uploaded by the user at http://www.plusrate.com , you can see plusrate.com addded to all the images at bottom.

GD function is very powerfull in PHP and my friend even written a script to add flash images to some pictures at http://www.bannersnbuttons.com/ You can upload a image here and add text over it.
netzoner
Forum Newbie
Posts: 3
Joined: Sat Jul 02, 2005 12:27 am
Location: bahrain
Contact:

Post by netzoner »

thanks man
but i need the script for my site
i have a lot of sigs that i want to provide for my users
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

It seems to me that you are unwilling to do it yourself... So why don't you send a n e-mail to the author of the script and ask his price?
netzoner
Forum Newbie
Posts: 3
Joined: Sat Jul 02, 2005 12:27 am
Location: bahrain
Contact:

Post by netzoner »

timvw wrote:It seems to me that you are unwilling to do it yourself... So why don't you send a n e-mail to the author of the script and ask his price?
if i know how to make php script i will do it i will not ask for help

if you can do it what is the price of your help
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Well, here is a little sample that should get you started..

demo: http://timvw.madoka.be/ip2location/
src : http://timvw.madoka.be/programming/php/ip2location.txt

The part image functions you can lookup: http://www.php.net/gd
Post Reply