Hi there, I am hosting a page at tripod.co.uk ...
My page has some photos so I have done a slideshow in php where you can rotate images, see date/time and some things like that...
As the gd library in tripod.co.uk (and my gd library) doesn't support the imagerotate function, I made my own code to rotate a picture (with imagecopy). The code works great but there is a problem.
When I put the code in tripod.co.uk and try to rotate a very large image I get a fatal error: timeout (which I don't get in my computer couse I have 30 seconds time limit). In tripod is 10 seconds time limit.
I tried to change the time in tripod with set_time_limit but apparently tripod has php running on safe mode couse that didn't work!
Is there any way to cheat the time limit. I can't use filesystem functions in tripod so its not posible to change their server time or create temp files (fopen, fwrite, fputs, fprintf, copy).
If thats not posible, is there any other free php hosting where I don't have time limits (or I can change them with set_time_limit).
Thanks,