[GET]Autoblog duplicate posts erazer plugin

Agreed, I will def be using this.

Would it be possible to mod it to check against content (I'm not asking you to do it, just wondering if it is possible)? Or would that be a resource nightmare?
 
Yeah, just tried it. I have been having this problem for a LONG time, and just didn't want to mess with it b/c I figured it would be a pain. Thank you! Can I have your babies?
 
After i activated the plugin, i can still see those duplicate old post in my wordpress blog. Not sure how to make this plugin work for me.
You just need to publish a new post for the plugin to erase your duplicate posts ;)
 
Would it be possible to mod it to check against content (I'm not asking you to do it, just wondering if it is possible)? Or would that be a resource nightmare?
That's possible but it would seriously reduce script performance.
I would use some chuncks of content and compare them to other articles in the blog. It's ok if you have 10-100 posts, but if you have more, it will definitly slow down your server.
 
SOunds good, what if you have two different posts with the same headline?
 
If 2 posts have different content with same headline, one is going to be removed :(
It doesn't look for duplicate content inside posts, it's only based on the title. Generally, using wp-o-matic or so you get the same headline if the post is published twice, chances to get exactly the same title with different content on the same blog are very low ;)
 
WoWww that's some plugin, all my duplicates gone, i was having to delete them one at a time when i found them, thanks a heap blackmelvyn....
 
Glad to help!
Anyone has an idea on how to improve it?
I only tested with wp-o-matic, did you guys tried it with CC or other autoblog scripts?
 
i cant found any setting for this plugin
where do i can edit this plugin setting ?
 
nothing to edit. Just install, then make a new post and watch your duplicate posts disappear.

Works like a charm!
 
Glad to help!
Anyone has an idea on how to improve it?
I only tested with wp-o-matic, did you guys tried it with CC or other autoblog scripts?

just tested with wpanswers; worked like a charm. you rock. i loves ju. bless you. thank you for this.

i cant found any setting for this plugin
where do i can edit this plugin setting ?

just activate it, make a new post, and viola! [he made is so easy....yeh....good guy that one]

eta: I so had to give you some rep for this one~ cheers
 
Error:


Fatal error: Cannot redeclare clearduplicateposts() (previously declared in /home3/maxautob/public_html/wordpress/wp-content/plugins/clearDuplicatePosts.php:12) in /home3/maxautob/public_html/wordpress/wp-content/plugins/clearDuplicatePosts.php on line 24


So, anyone could help to fix this up please? really appreciate this one!!

Cheers
 
i am getting an invalid message.

Invalid File. This error has been forwarded to MediaFire's development team.

The key you provided for file download was invalid. This is usually caused because the file is no longer stored on Mediafire. This occurs when the file is removed by the originating user or Mediafire.

the file doesnt seem to be there anymore, anyone else?
 
can anyone turn this into plugin which auto remove the duplicated article during the fetching for WP?
 
Last edited:
uhm....houston, we got a problem!

Why?

I just set up a job site which pulls feeds, and it can VERY WELL be that it pulls posts with titles like "accountant" "waiter wanted", "bank manager" , "construction workers need in chicago" multiple times a day, every day in a row. The reason is that there is more then ONE "manager wanted" in a 5mill big city, and it can very well be that those posts have the same title.

A duplicate title is a very bad way to check for duplicate post.

If i were you i would make something like a hash of the POSTING itself and then compare hashes and del post - but please not via title!!

Edit: You wouldnt also assume that all postings on the net named "how to make money" are the same posting from the same person? and therefore should be deleted except one .)
 
Last edited:
Depends on your niche... that's right.
However, the code is open source, feel free to improve it and share it over
 
Back
Top