Scrapebox issue please help

maxlogov

Junior Member
Joined
Sep 25, 2011
Messages
133
Reaction score
20
Hi,

I need to use scrapebox to send comments which have multi lines, ex:

Line1
Line2
etc

as you know, scrapebox gets all comments from random line in file, so there are no way to store multiple lines as one comment in comments file.
So I found a way that I can store that line in following example:

Line1<br>Line2<br>etc

or

Line1 \n Line2 \n etc

but when scrapebox sending that comment to website, website doesnt recognize a new line,
so it gets it in the same way scrape box send it to site

Any resolution for it ?

Thanks
 
Its easy use that spin format {comment1|comment2|comment3}

EDIT: Oops, sorry I misunderstood you question. Try this format

Hi. I love your blog.
<br /> <br />
very informative post
 
I need to send the full text to form:

Line1
Line2
Line3

and when i insert that text into scrapebox comments, scrapebox sends random lines
Line1 , next time Line3 ,
but I need to send all text in file as one comment
 
Same issue , output in script:
Hi. I love your blog.<br /> <br />very informative post
 
I tried, its doesnt recognize it too
 
Back
Top