Auto Commenter

i get this error when using WPfinder.php

Fatal error: Cannot instantiate non-existent class: simplexmlelement in /home/public_html/autocommenter/wpfinder.php on line 89
anyhelp with this
 
What am I doing wrong?! I've installed it three times and when I hit submit the prgress bar (in firefox) just says "Waiting for mywebsite.com" and stays like that and does nothing?

Please Help!

Thank you!
 
It looks great, the only problem I can see is the script must timeout.

How about it posts 50, then refreshes its self or something?

I could be wrong...

The alternative would be to run it from command prompt or shell.. that would work very nicely.

I will have a test when I get home from work later it looks pretty awesome ;)
 
I have it working but is there a was we can send comments to blogs powered by Disqus?
 
It looks great, the only problem I can see is the script must timeout.

How about it posts 50, then refreshes its self or something?

I could be wrong...

The alternative would be to run it from command prompt or shell.. that would work very nicely.

I will have a test when I get home from work later it looks pretty awesome ;)

ok, use it on wamp, which uses your computer as a server

go to the php.ini and search: memory

change the memory AND timeout to 999999, and leave it at 30 secs per script(it means 30 seconds per site)

hit the thanks if it works
 
Sorry but whats wamp? Will using it help with problem above?
 
Hey, thanks for the advice above. I downloaded and installed WAMP, Enabled Curl, copied and pasted the files (newest update thanks to BlackOut!) to C:\wamp\www but when I type http://localhost into firefox, I can't find any www link as is says here:

Then type http://localhost in your browser,click on www. After that just follow the steps in the other post for posting comments.

I get the WAMP page but no www link. What did I miss?

Thank you!
 
thanks for sharing this but my head is spinning, I downloaded 10 times alredy and there is always new update coming.Which one should I use.
 
Yes uploaded the 8 or so files. Should I change the name of the run.html file? I tried changing the index.php file to index.htm and got a page full of gibberish when I went to localhost.

Thank you!
 
Last edited:
OK, I get the autocommentor page and hit submit then after a few minutes I get this:

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

Notice: Undefined offset: 1 in C:\wamp\www\autocommenter.php on line 136
Failed to comment to: with proxy: 142.103.2.1:3127

Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\autocommenter.php on line 130
 
OK, I get the autocommentor page and hit submit then after a few minutes I get this:

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

Notice: Undefined offset: 1 in C:\wamp\www\autocommenter.php on line 136
Failed to comment to: with proxy: 142.103.2.1:3127

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


ignore them notices.

goto the php.ini

search:mem

then make timout 999999
and memory to 999999
but leave it at 30 seconds PER script - this means itl timeout after 30 seconds if it cant connect to a site
 
ignore them notices.

goto the php.ini

search:mem

then make timout 999999
and memory to 999999

Thank you but where is the php.ini? somewhere in wamp or do I have the wrong version of the commenter?

Thank you!
 
Thank you but where is the php.ini? somewhere in wamp or do I have the wrong version of the commenter?

Thank you!

left click the wamp icon in toolbar> php> php ini
then click edit> find> mem
 
someone care to share a url where he was able to work it out?
tnx
 
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?
 
Back
Top