Auto Commenter

Hi, I added some changes to this script. Proxy support - add proxies to the proxies.txt file like 10.10.10.10:80 etc.. Also changed the referer - it used to refer to the url itself. I changed this to the base domain. SO instead of http://www.target.com/myblog/comment the referer is http://www.target.com
I'v checked your modification and proxy support doesnt work , just check it with echo :) But ill modyfi it soon
 
how long before your server ip gets flagged by wordpress and you can no longer comment?
 
how long before your server ip gets flagged by wordpress and you can no longer comment?

It doesnt do that,maybe it did a while ago but not anymore,I have a few contacts that are very successful with blog commenting on mass subbsions
 
allright i'v updated it . Now it rotates names/emails/comments .Add names to author.txt , add emails to emails.txt , add proxies to proxy.txt , add urls of blog to comment to addresslist.txt , and add your own urls to url.txt . Thank me if you like it
 

Attachments

Last edited:
I dont understand the part with the public_html folder, Please explain, I have many websites and godaddy hosting, I just dont get where to put the public html folder and what not, Thanks
 
I made some changes to the script. First it checks if the data files exist. I also added another feature, besides different proxies also different useragents. So this list has to be filled with other browsers/operating systems. The script is getting bigger and bigger. Maybe it would be better to add the variables (comments/authors/emails/useragents/prxies etc..) to a database. Files work good when you do not have a lot of data.
 

Attachments

cool now wee need a serp scraper . I'll try to create one when I have time...
 
I have found a couple of errors in the script. I am changing it right now. People please do not download the last zip file.
 
Update. Changes: test if urls are present in file, test if file exists and other bug fixes. An url scraper would be a great addition Razorbl. Another nice addition would be an capcha cracker...and maybe additions that it willl submit comments to other blogs types.
 

Attachments

well capcha cracker is not an easy job .
 
Last edited:
yes a captcha crack would be a real killer and what about bypassing comment moderators? you know instead of waiting for our comments to be accept by moderators we could just bypass that by cloaking the url meaning only the blog could see the comments search engines and humans wont be able to see the comments only the blog its self anyways since i cant code im going to do research on how to crack captcha and how to bypass comment mods and i will post it here
and thankx to everyone thats helping improve this script handed over to us by ccd345


:D
 
Last edited:
Update. Changes: test if urls are present in file, test if file exists and other bug fixes. An url scraper would be a great addition Razorbl. Another nice addition would be an capcha cracker...and maybe additions that it willl submit comments to other blogs types.

yes other blog types like and also like guessbooks and wiki's
 
in a couple days
some one with modify and give cosmetic
and sell

hope it not
 
no one better try n sell this or else i will cookie stuff their ass no homo:D
 
i keep getting this error

Warning: parse_url() expects exactly 1 parameter, 2 given in /home/content/bla/bla/bla/bla/html/autocommenter.php on line 33


any ideas?
 
i just cant get this to work.

i went back to the original files. Says it posted properly but nothing is there. i am posting to my own wordpress blogs for testing and nothing shows up.......
 
Relax. I changed autocommenter.php. The not posting problem is caused by a wrong post url. It is not possible to just add a "wp-comments-post.php" at the end of a page. SO now i get the varibles from the page. posturl and comment_post_ID. I tested it with one of my wordpress blogs and it postes comments without problems. I tested this from the commandline, but I am sure it will work from browser aswell. Just add the comment pages with slash to the addresslist.txt file, like http://www.target1.com/blog/page/ and http://www.target2.com/1922/12/12/page etc..
I have disabled useragent because something went wrong wile posting. Will look at it later guys.
 

Attachments

Back
Top