Awesome blog comment! wtf

Satyren

Power Member
Joined
Nov 29, 2009
Messages
505
Reaction score
603
yo.

Today I saw a great blog comment. It looked something like this:

HTML:
hey guys, sorry for being offtopic but what theme do you use?
i've always loved the theme here on <blogurl>. <----- this
(EDIT: to clearify; the current blog's url is being posted in <blogurl>)
how is this guy fetching and posting the blogurl in the comment? thats really cool! I've never seen it before. What software can do this? I'm 100% positive this guy used a comment spammer, even HIV positive.

 
Last edited:
how are you 100% positive? thats a great comment if it came from a spammer, id be interested in know how he did it too.
 
Nice.. It seems the very best software for commenting, CSing whatever aren't offered publically, they're created privately and used in the same way. That said, that's a nice comment, maybe it's real... naw.
 
what are you talking about, its just a simple html tag inside of the comment <a>url</a>
 
OMG...I want my two minutes back for reading this thread. I feel jerked out of my time.
 
First off, how is that amazing? People post links all the time, rotating them is easy with Xrumer etc.

If you're saying it's pulling your blog address, that's not hard either. In PHP it's dead-simple, but in this case they're posting to http://whatver.net/blah/ and just cut off the /blah/ before posting. Manual is easiest, but he could use a specialized blog commenter too.
 
wtf is so amazing? you can code a script in 2 hours flat to autocomment and obviously since it knows the domain it is posting on, it can include it in the comment. if scrapebox can't do it it doesn't mean it's amazing :)
 
wtf is so amazing? you can code a script in 2 hours flat to autocomment and obviously since it knows the domain it is posting on, it can include it in the comment. if scrapebox can't do it it doesn't mean it's amazing :)
"no shit"

I never said it was "amazing". I said it was awesome, mainly because I was using a public database of blogs to spam and randomly entered a blog from there and saw that there was this only comment that has gotten approved unlike hundreds of others comments
 
@Satyren i think it's a crap comment to be honest. I used to get a ton of them and deleted them all.
Offtopic: nice signature. it made me laugh :)
 
I wish scrapebox could do this.. I had comments like "I would like to exchange links with <blogurl>.. is this possible?"
 
ScrapeBox comment tokens:

%NAME% will be replaced with the users name from Names.txt
%EMAIL% will be replaced with the users email from Emails.txt, hyperlinked (except BE, just the email)
%WEBSITE% will be replaced with the users website from Websites.txt, hyperlinked (except BE, just the url)
%BLOGURL% will be replaced with the blog?s url you are commenting on, hyperlinked (except BE, just the url)
%BLOGTITLE% will be replaced with the page title of the blog you are commenting on

Regards, %NAME% :)
 
Sweetfunny: You should implement command line callbacks if you really want to make it kickass :) Like have before_comment and after_comment hooks. You pass to the first the source code of the page and the URL and to the second you pass the success status or info like whether it was autoapproved. You could make them as command line hooks so they ca be used from any programming language. If that is implemented, then I can personally do some really badass stuff directly from within SB. As a matter of fact, just add hooks to everything :) Every button, every action. Just to be covered ;)

By the way, in what language is the software coded? Is there any documentation on how to develop plugins?
 
%NAME% will be replaced with the users name from Names.txt
%EMAIL% will be replaced with the users email from Emails.txt, hyperlinked (except BE, just the email)
%WEBSITE% will be replaced with the users website from Websites.txt, hyperlinked (except BE, just the url)
%BLOGURL% will be replaced with the blog's url you are commenting on, hyperlinked (except BE, just the url)
%BLOGTITLE% will be replaced with the page title of the blog you are commenting on

I'm not a newbie but coding does push me to the limit. Can anyone break this down so that someone with limited intelligence can understand it?

Would I put this in my comment section on Scrapebox?

Thanks,
 
Yes. You write something like "Hi, my name is %NAME% and I think the same thing. I even wrote about it on my blog at %WEBSITE% a while ago. Anyway, I'm not necessarily into this stuff but %BLOGTITLE% just happened to grab my attention there in the sidebar, while I was browsing through."

A comment like this may even have some good approval rate.
 
Back
Top