How can i scrape forums using Scrapebox?

pintonbd

Power Member
Joined
Feb 12, 2008
Messages
639
Reaction score
197
HI,
I want to use Scrapebox as Hrefer alternative , so i need to scrape Forums using scrapebox . How can i do that ?
 
Forums :

"Powered by PHPbb"
"Powered by vBulletin"
"Powered by SMF"
"powered by Simple Machines"
inurl:/index.php?action=register
"powered by punBB"
"powered by expressionengine" "yourkeyword" site:.uk
"powered by expressionengine" "yourkeyword" site:.us
"powered by expressionengine" "yourkeyword" site:.eu
"powered by expressionengine" "yourkeyword" site:.uk
"powered by expressionengine" "yourkeyword" site:.us
"powered by expressionengine" "yourkeyword" site:.eu

Search :)
 
Last edited:
For PHPBB forums:
inurl:ucp.php?mode=register
inurl:ucp.php?mode=login
inurl:ucp.php?mode=delete_cookies
inurl:memberlist.php?mode=viewprofile
inurl:memberlist.php?mode=leaders
inurl:memberlist.php?mode=group&g=3
inurl:"viewforum.php?f="
inurl:"viewtopic.php?f"
inurl:"posting.php?mode=post"
"Delete all board cookies"
"All times are UTC"
"Registering takes only a few moments but gives you increased capabilities"


For SMF forums:
inurl:"index.php?board="+"normal topic"
inurl:"index.php?action=profile;u="
inurl:"index.php?action=activate"
inurl:"index.php?action=search;advanced" inurl:"index.php?action=register"+"Hide email address from public"
"Choose a board to search in, or search all"+category
"So you've arrived at this Simple Machines Forum (SMF)" inurl:"action=activate"+"If you registered with the wrong email address,type a new one and your password here."
For vbulletin forums:
"All times are GMT. The time now is"
inurl:contenttype=vBForum_Post
inurl:"calendar.php?do=getinfo"
"look in the text of FAQ items as well as their titles." inurl:"forumdisplay.php?do=markread"
inurl:forumdisplay.php?
inurl:profile.php?do=editoptions
For expression engine forums:

"If you leave this field blank, your screen name will be the same as your username"


Hopefully this will help someone :)
 
Problem solved. Got a nice tutorial video on youtube.
watch
 
Back
Top