Quantcast
Browsing all 26 articles
Browse latest View live

darren on "[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


iolaire on "[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


Hytekk on "[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...

View Article

kaspar on "[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 Article

Hytekk on "[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 Article


kaspar on "[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 Article

Hytekk on "[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 Article

kaspar on "[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 Article


darren on "[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 Article


kaspar on "[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 Article

Hytekk on "[Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS"

Thanks Kasper just miss the v1.03 release by 5min ( damn ) but it sure will be in v1.04.

View Article

kaspar on "[Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS"

You're welcome. I think I can re-purpose some of the code in bigdump.php to make thew script handle more than 200 lines. I'll let you know when I get it done. That should probably qualify as version 1.1!

View Article

kaspar on "[Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS"

I have another concern about the CJ feeds. WordPress has "tags" and "categories" The are often used somewhat interchangeably but they are clearly different things. When processing a datafeed, it would...

View Article


Hytekk on "[Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS"

You can specify a existing categories, just type the exact category name separate with "," for multiple cat

View Article

kaspar on "[Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS"

That's what I thought but it has not worked. When I go to Posts after uploading a feed file and specifying an exact category name...then select that category from the dropdown list and click Filter, no...

View Article


Hytekk on "[Plugin: CJ-Datafeed] CJ DATA FEEDS CLICKS"

Something must have change from 2.9.2 to 3.04, was working before. Anyway, in the time I was working on CJ-Datafeed, I didn't fully understand how to add categories to POST in a simple way. I solve the...

View Article

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 Article


Reply 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 Article

Reply 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 Article

Reply 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 Article
Browsing all 26 articles
Browse latest View live