Free Scripts
Here you can find some nice and interesting scripts that I made. Feel free to use them as long as the link to this website is not removed. You can only use it for your websites and not sell or distribute the scripts in any way.
Site not launched countdown script I made this script for who ever will launch a site soon. The script is really easy to install. No setup necessary. Just upload the files to your server and it is ready for use. There is a configuration file that holds everything: date when the site will be launched, the template files and everything else. Read more here>>
Image Hosting Script
A simple yet good image hosting script. It is easy to customize and can work on any php web server. Does not even need a MySQL database. Supports JPG, JPEG, PNG, and GIF images. Read More>>
- Permalink
- Admin
- 26 Feb 2008 8:45 PM
- Comments (1)
May 4th, 2008 at 12:25 pm
hi I am using this script,
I want to ask how can I change the thumbnail size.
means I upload the image and share the link on the forum. but the thumbs are too small. I want to increase a bit. how can I do it. thanks in advance
Answer
Open upload.php. On line 93 there is createthumb($target,$thumb,100,100); Replace 100 with the size you want. Also replace 100 with the same size (or remove the width and height completely) on every page that there is a thumbnail. These pages are: upload.php (line106), uploaded.php (line45) and admin.php(line 33)