Can Scrapebox Navigate to Comment Section?

carpozi

Registered Member
Joined
Jan 4, 2011
Messages
99
Reaction score
18
Hi,

I'm using Scrapebox for blog comments but I've found some pages where you have to click on the 'Comments' section to load up the comment form (and to view the comments).

This is the exact same url, but when I run it through the blog commenter I get nothing from these pages.

How do I post to these comment sections using Scrapebox?

Thanks,
carpozi
 
What plateform is it ?
ScrapeBox analyze the source-code so if the comment fields are already loaded, no problems.

Beny
 
Hi,

It's pixelpost. I can't give an example because it's being flagged.

Thanks Beny
 
I found one example of Pixelpost website and in the source-code there are already :
HTML:
<h5>leave a comment</h5>
  <form method='post' action='index.php?x=save_comment' name='commentform' accept-charset='UTF-8'>
  <label for="name">Name</label><br />
  <input type='text' name='name' class='input' value='' id="name" /><br />
  <label for="url">Website URL, if any</label><br />
  <input type='text' name='url' class='input' value='' id="url" /><br />
  <label for="email">Email: (not visible to others)</label><br />
  <input type='text' name='email' class='input' value='' id="email" /><br />
  <label >Comment</label><br />
  <textarea class='input' name='message' cols='0' rows='2'></textarea><br />
  <input type='submit' value='Say it!' class="comment-button" />
  <input class="parent_id" type='hidden' name='parent_id' value='249' />
  <input class="parent_name" type='hidden' name='parent_name' value='20111109222953_forrest2_mini.jpg' />
  </form>

I think you have just to learn ScrapeBox to post on this plateform, it should work.

Good luck !

Beny
 
There are no captchas but it doesn't post successfully. I have no idea why. Thanks for your input though Beny. I appreciate how quick you are to reply :-)

I'd love to figure this out...
 
I never tried to learn something to ScrapeBox, so I'm not an expert.

Just I think the URL to POST must contains 6 elements, example :
Code:
index.php?x=save_comment

&name=BarackObama
&url=www.google.com
&[email protected]
&message=Great!
&parent_id=249
&parent_name=20111109222953_forrest2_mini.jpg

Demo URL :
Code:
http://photo.van-sluis.nl/demo/superb/index.php?x=save_comment&name=BarackObama&url=www.google.com&[email protected]&message=Great!&parent_id=249&parent_name=20111109222953_forrest2_mini.jpg

This example is flagged as spam but seems correct.

Hope that can help you.

Beny
 
The ScrapeBox definition file for Learning Mode Addon will be :
Code:
#DEFINITIONFILE#
formmethod=post
formname=commentform
parent_id=$hidden
parent_name=$hidden
name=$username
url=$userurl
email=$useremail
message=$comment

Beny
 
kokoloko75 is right. It doesn't post because it also needs "parent_id=" and "parent_name=" that are unique for every post.

Anyway all pixelpost comments are nofollow ;)
 
kokoloko75 is right. It doesn't post because it also needs "parent_id=" and "parent_name=" that are unique for every post.
Anyway all pixelpost comments are nofollow ;)

Yes, but I think it's not a problem for ScrapeBox because WordPress have the same thing (unique Post_ID).
Pixelpost is NoFollow but this plateform seems to be clean and not spammed to death, so it's good !

I just tried quickly to learn ScrapeBox to this plateform but I have a Form Not Found message.
I don't have enough time to move more on that, but I think it's worth it.

Good luck Carpozi !

Beny

PS : I tried this few URLs :
Code:
http://photo.van-sluis.nl/demo/superb/index.php?showimage=245
http://www.clickwithpeople.com/photoblog/index.php?showimage=275
http://photo.van-sluis.nl/demo/egocentric/index.php?showimage=248
http://demo.theworldin35mm.org/p/341
EDIT : Ahhhhh, bad new ! Look at this URL, to show Comment form you need to open a popup... :
Code:
http://www.clickwithpeople.com/photoblog/index.php?showimage=275
 
Last edited:
looking for this now i know its old thread so if anyones discovered since let me knw :D
 
Back
Top