Auto Commenter

ok , i still can not see my comments , plz fix proxy problem , can you remove proxy file from your script ?
 
Hello Everyone,

First I would ike to say HELLO to the board and hell0 you have a kick ass program. Thanks for your hard work.

I have been trying for hours to get autocommentor working on my local desktop. I am running wamp locally and all i keep getting is these damn errors..

Notice: Undefined offset: 0 in C:\wamp\www\autocommenter.php on line 143

Notice: Undefined offset: 1 in C:\wamp\www\autocommenter.php on line 145

Notice: Undefined variable: proxy in C:\wamp\www\autocommenter.php on line 118
Failed to comment to: http: XXXXXXXXXXX . XXXX

I modified the php.ini below...

max_execution_time = 30
max_input_time = 999999
;max_input_nesting_level = 64
memory_limit = 999999M

What am i doing wrong?

this is not my script, it is the o.ps - i am just giving support for it
you just ignore them messages- ypu will see that some should still manage to post from what i remember - i dont think i changed the max input time - its the timeout limit and the momeory limit that needs changing. you have done the memory limit, you need to change the overall timeout to 99999, but not the timeout PER script.
 
I changed the "memory_limit = 999999M" line but none of the lines say "timeout" like you keep posting, I have these lines:

max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 999999M ; Maximum amount of memory a script may consume (128MB)

Now I'm getting this:

Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\autocommenter.php on line 130

Does anybody have a working windows version they can just share?
 
Thanks for the feedback.I'll try and add the features when I have a little spare time.I tested the script using proxies but the success ratio was pretty low and so I left the idea,but i'll give it a shot again.


For the I.P. issue why not run it on "local host" through Multiproxy. A now aging but still "robust" piece of software. Google for it..runs and XP still. Very easy with minimal proxy knowledge. And best part it is free.
 
Has anyone yet fixed the above problem I posted?

Thank you!
 
Mirror + Instructions + Big Blog List that you could use with the script! :


hxxp://www [dot] blackhatmoney [dot] net/building-backlinks-with-blog-commenting/
 
This thing is buggy as sh*t, wish someone could just make a standard working desktop version for BHW!
 
Thanks powerpc, got "undefined calls" message on every line, but it says that they were posted, is there any way of verifying that they've been posted (the weird "post number 34" system sucks - can't find my links).
 
Just a note to all, be very careful running this on your hosting account. I got sick of using proxies because it was slow and often wouldnt post right so I started using it without. My hosting account suspended me after about 5 or 6 runs for spamming. Luckily I was able to talk them into letting me back in but damn I was scared.
 
hmm... with proxies, it only comments to a few blogs, but the proxies are working.
 
I keep getting this error:

Notice: Undefined index: in C:\wamp\www\LAla\autocommenter.php on line 70

Fatal error: Call to undefined function curl_init() in C:\wamp\www\LAla\autocommenter.php on line 130

Whats the problem :(

PHP Notice: Undefined Index errors are usually minor coding things - they won't prevent the script from running, so nothing much to worry about there, though there can be a lot of them displayed on screen.

To prevent those Notice errors being displayed, make the following changes in your php.ini file:

set:
error_reporting = E_ALL & ~E_NOTICE
[That will suppress the Notice errors, but all others will still be displayed. This is shown in one of the error reporting examples in the default php.ini file, but it's not the default setting.]

OR set:
display_errors = Off
[That will suppress screen output for ALL error messages. Error messages will be still be logged to a file if log_errors = On in the php.ini file. It can be useful to display error messages during script development (e.g. when running as localhost) but for live server use it's better to turn off displaying errors in the browser - hackers can get clues as to what you're running through the error messages which may help them hack your scripts/server.]

You can also set those values on a per script basis by using the ini_set() function in the script code - see php.net function reference for more on that.
 
hey,can anyone gve feedback about this tool? did it increase the backlink from commenting?


see my site>>http://money-directories.com
 
okay the autocommenter is a great script and works good . BUT all the comments go to spam when akismet is activated . any idea how to pass this?
 
Cheers for this script, how many different comments can it alternate between maximum?
 
WOW what a long thread this is the first tested product ive bared witness to, here is my 2 cents y dont someone just help him make a desktop with fancy buttons or help him to make a web app with fancy buttons and popups for the urlscraps and poxy list input instead of having to add every thing to a text file on the backend....should be a nice input were u can actually upload and save the files on to and from ur desktop for now then have the it load it into the webapp i think this will be much easier.... i jst stopped saving the file because i know there will be alot of changes yet... my 2 cents but please keep up the great work i think this will be one of the fastest posters i have... or ever seen... im also posting so i can get the instant post too...:D:)
 
Back
Top