Page 1 of 1

FIX: Using cURL instead of fopen for hosts that prohibit it.

Posted: Sat May 22, 2010 11:14 am
by insidmal
My host (Network solutions) does not allow fopen, it does however allow curl.. I modified this script to use curl instead of fopen, the files that change are admin.php and addlinks.php here is a zip of just those 2 files, install the script as normal but replace those 2 with these files..

http://insidmal.com/links/links.zip

figured I would share this so people don't go through the same mess trying to figure it out that I did, lol.. to thank me feel free to give a backlink to my sites either insidmaldesign.com or blog.insidmal.com or just say thanks!

Posted: Sat May 22, 2010 6:25 pm
by Klemen
Thanks for sharing! I plan to add curl to linkman, but until it's officially supported such a mod is very welcome.

Posted: Thu May 27, 2010 8:54 pm
by DC
There is also my fix for that same problem in the following older thread.
viewtopic.php?t=2591

DC