Search found 4 matches

by isinglass
Sun Jul 20, 2003 6:43 pm
Forum: Reseller Assistance
Topic: Image tools
Replies: 10
Views: 16568

4images

I downloaded 4images to have a look. What I think you need to do is edit the file constants.php /includes/constants.php find the line define('CONVERT_IS_GD2', 0); and change this to define('CONVERT_IS_GD2', 1); // If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1. // Your thumbnails will...
by isinglass
Sun Jul 20, 2003 7:35 am
Forum: Reseller Assistance
Topic: Image tools
Replies: 10
Views: 16568

GD library

I use the GD library for creating thumbnails and have found that using the function ImageCreateTrueColor creates far better images than the function ImageCreate If your scripts are using ImageCreate you might like to try the ImageCreateTrueColor function instead. I think there may have been a change...
by isinglass
Wed Dec 11, 2002 2:18 pm
Forum: Open Discussion
Topic: Any Access Guru's in the house?
Replies: 3
Views: 66335

smtp

Will this work? ' TEST INSTRUCTIONS ' 1. change the SMTP server to one you can send through in sub SendMailCDO2 ' 2. set the email from and to in command0_click Private Sub Command0_Click() Call SendMailCDO2("isinglass@your-addy.net", "test subject 1", "message here", &...
by isinglass
Tue Jul 30, 2002 2:32 pm
Forum: Web Hosting Assistance
Topic: Getting Perl to run...
Replies: 2
Views: 16276

CHMOD 755? upload ASCII?

Possibly.... Check the permissions on the directory and file are world execute, CHMOD 755 the cgi-bin directory and the file. Also check you have uploaded as ASCII Maybe rename the test file too just to avoid confusion/caching/server saying file had too many errors/heebeegeebees too obvious? hope th...