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 around for it, just replace your PID with a series of letters, do not use numbers as this could cause false clicks for another user, then use PHPMYADMIN to replace the PID, to do this click on your database, then on wp_post and click the sql tab, type
UPDATE wp_posts
SET post_content
= replace(post_content, ‘type_your_changed_PID_here’ ,’change_to_your_correct_PID’)
make sure you backup the database first.
This problem also happens with the post pending feeds so make sure all feeds are active before you reset the PID number.
Maybe this would be something that could be done on a update
A couple of toughts for an update
1) as some feeds are over 5 meg compressed (100+ uncompressed) allow us to upload ziped feeds
2) Allow us to start feeds from a start and end number to allow the bigger files to be used and have an auto restart option so that the bigger feeds can be added from where it last finished.
3) Not all feeds use the same structure so we have to make many changes to the template could there be a way to save the template for each file name.
4) allow multi processing of feeds so that we can upload more then one at a time and the plugin would auto post them using some from each feed
5) When the feeds are displayed on the processing screen display the feed number so that we know where the feed got to if the was a problem so that we dont have to restart the whole feed again.
Thanks for a great plugin, has saved me many hours,
Dotnetbargains