Quote:
Originally Posted by Kane@airrifle
A work around for the PB issue. edit /includes/cron/iei_cron; after line 268 add:
Code:
if (is_numeric(stripos($url, 'photobucket')))
{
curl_setopt($ch, CURLOPT_REFERER, 'http://www.photobucket.com/');
}
I have tested it on a few known blocked PB images and it imports them just fine.
*not my code, was posted elsewhere by "IA1"
|
You Sir, are a legend! (and so is IA1 for this remarkably simple fix!!)
It's ticking away nicely pulling images as we speak! I'm sitting on the edge of my seat watching it and testing images as they pull down to make sure they are continuing to work... LOVE IT!!
Quote:
Originally Posted by Kane@airrifle
|
I like BBEdit on the Mac and Notepad++ on Windows. My old job used to use EM Editor which was great for very large files (1M+ lines files dumped from finance systems), but Notepad++ works fine for my coding needs.
BBEdit:
http://www.barebones.com/
EM Editor:
https://www.emeditor.com/