Topic: Many Problems

First of all, I would like to thank  Randof (Sorry if that isn't your name) for making this script and for free!

I am able to upload from my computer, and everything is fine. But when I upload via remote, these are the errors I get:


Warning: curl_exec() has been disabled for security reasons in /home/limepic/public_html/engine.php on line 300

Warning: imagecreatefromstring() [function.imagecreatefromstring]: Empty string or invalid image in /home/limepic/public_html/engine.php on line 301

Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/limepic/public_html/engine.php on line 306


Next, when I want to upload via remote and create a tinyurl, here is what I get:



Warning: curl_exec() has been disabled for security reasons in /home/limepic/public_html/engine.php on line 700


IF I upload with tinyurl and remote, I get the same error I get from uploading with remote only.


Could somebody please help me?

And if you want to test it out and see the problem for yourself, www.limepic.co.cc (I hope I'm allowed to post it).

Last edited by draucia (2009-11-03 18:19:13)

Thumbs up

Re: Many Problems

Your hosting provider has disabled curl, the script need that in order to work.
You may try to change the source code to use fopen instead of curl.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Many Problems

Awww sad. The problem is, I have no clue how to do that hmm. I might try to find a new host.

Thumbs up

Re: Many Problems

draucia wrote:

Awww sad. The problem is, I have no clue how to do that hmm. I might try to find a new host.

http://forums.devshed.com/php-developme … 10191.html
http://www.codingforums.com/archive/ind … 14717.html

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!