Auto Commenter

i couldnt find the "collector.php" which was said in the readme.txt, i presume the collector php is ti find the ******** wp blogs. can some one attach this :D
 
btw @ r-webb-k the script only find related blog post to the keyword, but no specify on do follow blogs :(
 
hey i just finish up with the script posted by "r-webb-k". im attaching it in this post.

note :
- its not going to find ******** blogs, it only find blog post related to keyword.
- its also automatically update the url.txt file

instruction:
- upload it on your server, or localhost
- put it in the same folder as commenter
- run the php file

thanks me if you like :D
 

Attachments

thankx brainet77 and yea blackout the "collector.php" is missing or was that just an example??
 
yo brainet77 checkout this thread its about a wordpress ******** scraper like can you modify it like add a proxy feature etc?


http://www.blackhatworld.com/blackhat-seo/member-downloads/19029-do-follow-blog-finder-my-script-bhw-free.html
 
yo brainet77 checkout this thread its about a wordpress ******** scraper like can you modify it like add a proxy feature etc?


http://www.blackhatworld.com/blackh...do-follow-blog-finder-my-script-bhw-free.html
i hav been analyze the script that its seems only use "KEYWORD HERE" "powered by wordpress" "leave a comment" -"no comments" as a query

for comparison the old script use this query "KEYWORD HERE" "powered by wordpress"

and i can confirm that both query, its not giving you 100% of do follow blog list.

any other suggestion? :D
 
thankx 4 da update again brainet77 so how do we use wpfinder exactly is it standalone script or we have to use it with auto commenter?
 
thankx 4 da update again brainet77 so how do we use wpfinder exactly is it standalone script or we have to use it with auto commenter?

just put it on the different location from the commenter
the files would be :
- wpfinder.php
- addresslist.txt
- proxies.txt
- useragents.txt

hope that help :D
 
The script collector.php was something I was working on to collect blogs from google. But I see that brainet77 allready made a blog harvester. Good job! I think you can just add tthe wpfinder.php script to the rest since autocommenter.php will read the gathered addresslist.txt and uses the same proxies.txt and useragents.txt.
 
I found a small error in wpfinder.php

Change this
$fp = fopen($ddresslist.txt, "w");

into thie

$fp = fopen($addresslist, "w");

Otherwise it will write results to txt instead of addresslist.txt
 
damn u should diff try n put da proxy feature back man so that e dont get banned
 
i got strange error
Warning: parse_url() expects exactly 1 parameter, 2 given in /home/----/public_html/-----/autocommenter.php on line 144

on line 144 is: $domain = parse_url($url, PHP_URL_HOST);
 
Looks very good, I never tried this kind of submission, but usually, I get problems on proxies (not with script), have to find a solution for that, anyhow thanks to the OP and updates.. :clap2:
 
can anyone check and see wut SobkY is talking about damn too bad im not a coder:D
 
user tip:

Add a link to wpfinder.php to run.html to keep it centralized and easier to get at the new list - nice work by the way!
I suspect no one needs this assistance, but just explain more clearly...
Code:
<a href="http://www.[I][B][COLOR="Red"]yourdomain[/COLOR][/B][/I].com/[I][B][COLOR="Red"]directoryname[/COLOR][/B][/I]/wpfinder.php>wpfinder</a>

(this is a non-essential modification to those that are trying to piece this all together - it's just for convenience)
 
Back
Top