Page 1 of 1

Images

PostPosted: 16. September 2003 17:22
by Jorge
hey,
How can i make wampp add a text string to all images it serves?

PostPosted: 16. September 2003 19:23
by Kristian Marcroft
Hi,

a little bit more information, on what exacly you are trying to do would be a great help.

try again :)

So long
KriS

PostPosted: 18. September 2003 12:46
by jorge
ok:
I have a folder with images,
But i wan apache to add: "Server by $hostname" at the bottem left corner, without opening all the images n photoshop, becouse i want to be able to get them via ftp without the text.

hope this explances it :roll: , * runs of to take extra english cource :twisted:

PostPosted: 18. September 2003 22:57
by nemesis
thats not a feature of Apache.
But you can scripte yourself, or use some finished scripts with php+gd for that. Just google, it's over an year ago that i read an article about that.

PostPosted: 19. September 2003 09:45
by Jorge
O, ok thanx

PostPosted: 19. September 2003 15:26
by HardySim
hey, can you post your script here?? sounds interesting :)

PostPosted: 20. September 2003 10:50
by Guest
Dident find one, yet, not much time -_- well i've had a quick look on hotscripts.com, need to do about 5 more pages when i have time

I am afraid he can do it :)

PostPosted: 03. October 2003 06:21
by chanio
nemesis wrote:thats not a feature of Apache.
But you can scripte yourself, or use some finished scripts with php+gd for that. Just google, it's over an year ago that i read an article about that.

Hi, I am afraid that it is not as difficult!
Did you try creating a HEADER.html page on that folder?
I guess that there is also the option to creat a FOOTER.html (written like this).
MAGIC ! You can dessign any html page you want:
Code: Select all
<html><body><h1>Your Name HERE</h1></body></html>

Then, rename it like HEADER.html (written like this), and put it in that special folder of you.
Try doing the same and naming it FOOTER.html (I am not sure).
You should get into that page and find a nice title (up) and a nice writting at the foot of the page (near the end of your visible screen).
And in the middle , your icons that would show some photographs when you click on them.
Hope this helps! (I am also learning)
:lol: