natostanco
Junior Member
- Jul 23, 2011
- 141
- 13
This is my way to cleanup URLs lists with scrapebox without using any addon.
This is useful because you can do this after a blast of the list so that you don't waste much time with it, in fact addons like alive checker even if pretty fast it is still needs to run the entire list another time to check for urls.
My way to do it:
- Blast the list
- After you have run the blast you export the error log
- open the error log in notepad++
- press CTRL+f
- go on Mark tab
- check "bookmark line" and "match whole word only" boxes
- enter one by one this words and press "mark all" button:
care about "unable to post" since it will be the one that will cut down the list the most.
- now go on menu again search->bookmark->remove bookmarked lines
- wait till it ends, save the list.
notes: The error entries list are IMHO the ones that have a major probability to be permanent errors, while I would avoid timeouts and captchas...
Can be time consuming running all the lines to bookmark with each keyword.
How do you do it? any methods? Does anyone think this should be included as a new addon in scrapebox, called "List Mantainer" or something that should be able to:
1- import error log from and ended blast
2- let the user choose wich error/lines eliminate checking the one he wants from a list
3- profit
This is useful because you can do this after a blast of the list so that you don't waste much time with it, in fact addons like alive checker even if pretty fast it is still needs to run the entire list another time to check for urls.
My way to do it:
- Blast the list
- After you have run the blast you export the error log
- open the error log in notepad++
- press CTRL+f
- go on Mark tab
- check "bookmark line" and "match whole word only" boxes
- enter one by one this words and press "mark all" button:
Code:
FAILED, 0
FAILED, 501
FAILED, 404
FAILED, 500
FAILED, 301
FAILED, 302
FAILED, 303
FAILED, 300
FAILED, 503
FAILED, 400
FAILED, 401
FAILED, 402
unable to post
comments closed
no comment form
- now go on menu again search->bookmark->remove bookmarked lines
- wait till it ends, save the list.
notes: The error entries list are IMHO the ones that have a major probability to be permanent errors, while I would avoid timeouts and captchas...
Can be time consuming running all the lines to bookmark with each keyword.
How do you do it? any methods? Does anyone think this should be included as a new addon in scrapebox, called "List Mantainer" or something that should be able to:
1- import error log from and ended blast
2- let the user choose wich error/lines eliminate checking the one he wants from a list
3- profit
Last edited: