What script?
I'd like to add some cool extras to my site such as graphic generators. What do you use for them? Like, what code? And possibly, how do you do it?
Example: http://esigs.brightdev.com/
I'd like to add some cool extras to my site such as graphic generators. What do you use for them? Like, what code? And possibly, how do you do it?
Example: http://esigs.brightdev.com/
demonhale posted this at 04:20 — 2nd September 2005.
He has: 3,278 posts
Joined: May 2005
PHP, but be specific what you really want to do...
winnopeg posted this at 04:28 — 2nd September 2005.
They have: 16 posts
Joined: Sep 2005
I'd like to take my team icons and allow my visitors to put whatever text they need for their forum on it. And possibly some other stuff, but this first.
demonhale posted this at 04:49 — 2nd September 2005.
He has: 3,278 posts
Joined: May 2005
I guess a much simpler way to do this is to actually provide the preview directly not by clicking the link to preview, then on your downloads option just provide the basic button background without the texts, then provide an html code that puts formatted text over the button image....
winnopeg posted this at 05:58 — 2nd September 2005.
They have: 16 posts
Joined: Sep 2005
Yeah, I usually include a blank one, but I think it'd still be cool to have this...
bja888 (not verified) posted this at 06:08 — 2nd September 2005.
They have: 5,633 posts
Joined: Jan 1970
I dont know about php. But asp has image handeling plug-ins that can do what ever u want with a image. Most of the time they are not by microsoft. Normally free for personal use though.
baldrick posted this at 17:07 — 2nd September 2005.
He has: 388 posts
Joined: Apr 2005
you should be able to do it with phps gd librairy if your host has it
winnopeg posted this at 17:27 — 2nd September 2005.
They have: 16 posts
Joined: Sep 2005
I don't know if it has it, i have godaddy.
baldrick posted this at 18:36 — 2nd September 2005.
He has: 388 posts
Joined: Apr 2005
a simple php info will tell you if u do or not
winnopeg posted this at 20:30 — 2nd September 2005.
They have: 16 posts
Joined: Sep 2005
no clue what that is..
SearchBliss posted this at 21:23 — 2nd September 2005.
He has: 267 posts
Joined: Feb 2005
You can to this with ASP.NET (aspx), like I have done here:
http://www.searchbliss.com/banner-maker/build-banners.htm
You need to ask your ISP what scripting languages you can run on the server.
winnopeg posted this at 23:33 — 2nd September 2005.
They have: 16 posts
Joined: Sep 2005
It's not my ISP. And I can only use php and html and stuff...
timjpriebe posted this at 00:05 — 3rd September 2005.
He has: 2,667 posts
Joined: Dec 2004
In that case, as vibins mentioned, you can use the GD library. If the server hosting your site does not have it installed, you can always put it on your personal web space, and use it from there.
See http://us2.php.net/gd for more info on the GD library.
Side note: Although I've not messed with it much, I know that there's a port of sorts to Perl of GD. http://search.cpan.org/~lds/GD-2.19/GD.pm
Tim
http://www.tandswebdesign.com
baldrick posted this at 13:38 — 3rd September 2005.
He has: 388 posts
Joined: Apr 2005
all right if you dont know what phpinfo is then you should just search hotscripts.com for what you want
because you obviously dont know much about server side scripting.
cpellizzi posted this at 16:32 — 3rd September 2005.
He has: 57 posts
Joined: Apr 2005
phpinfo is
<?php
phpinfo()
?>
Search on hotscripts or php.resourceindex.com for what you want.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.