Search found 7 matches

by Harley
Sun Feb 02, 2003 6:17 pm
Forum: PHP - Code
Topic: PHP image gallery problem
Replies: 10
Views: 978

-=Disabled URL=-
by Harley
Sun Feb 02, 2003 6:15 pm
Forum: PHP - Code
Topic: PHP image gallery problem
Replies: 10
Views: 978

GD Support enabled
GD Version 2.0 or higher


That's what I see about GD in the PHP info... Is this the new version?
by Harley
Sun Feb 02, 2003 3:02 am
Forum: PHP - Code
Topic: PHP image gallery problem
Replies: 10
Views: 978

PERFECT!!!!!! That is exactly what I am looking for. Although I must say I am not positive on how to use it. Here is what I did, then maybe you can tell me what I have done wrong or left out... I took that code and put it in a new file called thumb_make.php. I then put that new file in the image fol...
by Harley
Sat Feb 01, 2003 8:34 pm
Forum: PHP - Code
Topic: PHP image gallery problem
Replies: 10
Views: 978

I just need something that will create thumbnails for images that are uploaded. I want to keep the upload system that is already there. I thought I had seen one of these a while back.
by Harley
Sat Feb 01, 2003 3:55 pm
Forum: PHP - Code
Topic: How some people can actually see the php source of i page!
Replies: 17
Views: 2610

This is the html one that I saw I think...

http://download.com.com/3000-2381-79192 ... ag=lst-0-1
by Harley
Sat Feb 01, 2003 5:45 am
Forum: PHP - Code
Topic: How some people can actually see the php source of i page!
Replies: 17
Views: 2610

Isn't there a program that encrypts the php files? I have seen one for html and I thought php also.... no? I will look for it again.
by Harley
Sat Feb 01, 2003 3:59 am
Forum: PHP - Code
Topic: PHP image gallery problem
Replies: 10
Views: 978

PHP image gallery problem

I am looking for a solution to the following setup: I have a folder that accepts uploads. People upload image files to that folder via the website interface. I then have another PHP page that outputs what is in the folder. This works fine but I would like to use all the code has to offer. To do that...