Reply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
Here’s how to remove the problem of the first line in the CJ datafeeds: In two functions: function cj_process_datafeed($cj_preview,$cj_time_interval,$cj_time_factor ) AND function cj_datafeed() Change...
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
hi I use bigdump http://www.ozerov.de/bigdump.php to import huge databases into mysql that can take a few hours to do (1gig) without a problem. Can we not use the same idea of staggering the import in...
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
Thanks! I’m thinking that the answer may be to break large files into smaller chunks and process them separately. Perhaps the delay mechanism can be used to control it. The problem is during reading...
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
CPU time is restricted on shared hosts too. Usually you get a server timeout after 30sec. Hundreds of website can be host on one server. This is why one script can’t take over cpu resources for a long...
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
I see. Those server issues can usually be resolved only by editing the php.ini file. This is not allowed unless you’re on a dedicated server, so many people will have this problem. I’ll check into...
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
The problem come from the hosting server limiting memory and cpu ressources. I need to understand how plugin like WP-DB-Backup work. It use java script to retrieve database data. It’s a long process...
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
I’m wondering why there is a processing limit of around 200 items per feed. I’ve worked on code that processed hundreds of thousands of items from CJ feeds but it wasn’t in the WordPress environment....
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
Thanks guys for your comments and tips. I was looking for a solution for this problem too. I just release version 1.02 but I’m not use to tortoise SVN and WP … have some hard time updating new version...
View ArticleReply To: [Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
This probably is due to your WordPress trying to do pingbacks on each link in the post. Overall pingbacks are a bad thing when combining automated posting and WordPress. I add this to my functions.php...
View Article[Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS
hi This is a great plugin, but have run into a slight problem with it. When the feeds are being uploaded there are creating 1000s of clicks at CJ website, almost had my account closed. Done a work...
View Article