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..
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...
hello i have try the first version it say "Comment has been posted to http://www.mysite.com/wordpress/ (post no 27) " and no post ....
i have try the last version and this time it write this
" Failed to comment to: with proxy: 60.2.93.39:80 " so don't know what's goin on
i have several proxy but i don't know why my url are not in the error message
my hosting have curl etc...
hello i have try the first version it say "Comment has been posted to http://www.mysite.com/wordpress/ (post no 27) " and no post ....
i have try the last version and this time it write this
" Failed to comment to: with proxy: 60.2.93.39:80 " so don't know what's goin on
i have several proxy but i don't know why my url are not in the error message
my hosting have curl etc...
I have been a bit busy the last couple of days. The question regarding the proxy. If the script cannot get the posturl and post_id from the page you will ghet this error and nothing will be posted. The reason could be denied connection to the proxy or another reason.
I would advise to check prioxies with charon or another program. Guys if I have more time I will work on it a bit more.
I have been a bit busy the last couple of days. The question regarding the proxy. If the script cannot get the posturl and post_id from the page you will ghet this error and nothing will be posted. The reason could be denied connection to the proxy or another reason.
I would advise to check prioxies with charon or another program. Guys if I have more time I will work on it a bit more.
so blackout are u saying nothing is wrong with the script bug wise and that all we need to do is find fresh working proxies??
Uncaught exception 'Exception' with message 'String could not be parsed as XML'
impleXMLElement->__construct('<?xml version="...') #1 {main} thrown in wpfinder.php on line 93
hey blackout i know you have been really busy lately but can you pause for a second and fix this script once and for all some of us is waiting on this script to launch a blackhat propaganda campaign. lol
I am working on the autocommenter program. At the moment I am looking for working proxies so that I can test it with working proxies. Without proxies it works. I've made some changes and tested it successfully on three of my wordpress blogs.
The latest autocommenter. I've worked on the proxies a bit. Make sure the proxies can be used because the program itself doesn't check if they work. I tested with two proxies and it got posted to my wordpress blogs.
Uncaught exception 'Exception' with message 'String could not be parsed as XML'
impleXMLElement->__construct('<?xml version="...') #1 {main} thrown in wpfinder.php on line 93
Server running php 5.2.5 -
Any suggestions? I'm no PHP whizz unfortunately
Did you try this with or without proxies in the proxies.txt file? I haven't tried this with proxies but without it worked for me. Can you send me the query you send through the webinterface?
Last edited by BlackOut; 12-17-2008 at 02:54 PM.
Reason: more info
weird I still getting "Failed to comment to: www.domain.com with proxy: " I try to add new proxies and I tried to remove it too but I am still getting that error....
Any way we can randomize the user names and comments? Instead of reapting the same thing over.
Add a new author in author.txt, comments in comments.txt etc.. and place each new one on a new line. It should randomise these values with each url it reads from the addresslist.txt file.
weird I still getting "Failed to comment to: www.domain.com with proxy: " I try to add new proxies and I tried to remove it too but I am still getting that error....
Are you sure you can connect to a website with these proxies? Some proxies do not allow posting like the codeen proxies. I tried out proxies and then posted to some of my wordpress blogs. Also maybe the connection times are too long. The connection fails if it doesn' t connect within 60 seconds.
guys once again,thanks very much for this,im still trying to find a free host and subdomain that is cabable of letting me uplaod a whole 5mb
You can also install it on your pc at home. This is how I run it. You only need php5 with curl support and apache (not really nessesary if you know how to run php programs from the commandline). There are some programs to install it reaslly easy on Windows.
i just run into a few problems which i now have worked around
the regexs to extract the post info is not working correctly
i used my own custom function to extract the laetst post only and comment to that
ie
#parse the latest post id tags form downloaded page
$postid = return_between ($page, "id="post-", "">", EXCL );
$postid = str_replace("post-", "", $postid);
$postid = trim($postid);
echo "POSTID = ".$postid."<br><br>";
$arr = $postid;
return $arr;
this correctly extracts the latest post id to comment to
the postdata string is not in the correct order
$postdata="author=$anchort&email=$email&url=$urlid &comment=$commentis&submit=Submit+Comment&comment_ post_ID=$id";
comment_post_ID should be on the end of the string
you will find that if
Failed to comment to: xxxx
comes up the script is not extracting the correct info
all you ned to do is extract the post id's and simply add the post url to the current url
so in effect all you are doing is just extracting the post ids frrom the page
to go a step futher all you need to do then is -1 on the id to post to thread before that or simply run the script threw once a week or so just posting to the most recent posts it up to you
just my 2 cents
Also doing a foreach is not really a good idea if you have hunderds of urls to post to
it whould be a much better idea to count the urls text file, save as a variable, then keep reloading the page moving down the list of post sites one at a time, this way you have no timeouts and you can just leave the script running and it will go threw them all until the count number is reached
weird I still getting "Failed to comment to: www.domain.com with proxy: " I try to add new proxies and I tried to remove it too but I am still getting that error....
me too i try many different proxy and i have same error each time .....
Ok,I set it up,but it stopped after about 3k urls, it says my memory for the php exceeded, can somone change this part of the script and reuplaod please, you will all need it once you have a biggish list -
The setting for this is usually kept in php.ini and looks something like ...
memory_limit = 16M
You want to change it to something like ...
memory_limit = 10000000m
or the biggest number that you can use
thanks guys, I might be able to submit some links for you at last - i dont know where abouts i change this or what software to use to edit the script
Bookmarks