Xrumer - Erase Results from Successful Links Gathered?

dvno879

Regular Member
Joined
Nov 2, 2009
Messages
325
Reaction score
88
When I finish xrumer and let it run for a few minutes, I got to the sucessful tab and click on it.

I then get a bunch of links that it succeeded with posting right, but the links also have this attached next to them:

Result: using proxy 211.138.124.210:80;success;

Or this:

Result: using proxy 118.123.98.21:80;success (from first page);


I want to use a mass pinger and ping them all, but I think this will mess up the links obviously since there are included in the url for each one!


Is there a way to remove all of them instantly, I cant be going through thousands of them and manually deleting them...


Thanks so much!!
 
Open Success Posted List in Notepad++ and Press Ctrl+F (Find and Replace Function).
Navigate to Replace Tab and Type \Result:.* in find what box. Leave replace with box as it is (Blank)

Press Replace All.

Your List is Clean!

Guide Shot :


1028201085908pm.png
 
http://gnuwin32.sourceforge.net/packages/gawk.htm

Download gawk for windows. Extract awk.exe to C:\windows\system32\ or something.

Start->Run->Cmd
cd C:\path\to\xrumer\Logs
type Success idXXX.txt |awk "{print $1}" > cleanlist.txt

Cleanlist will then only contain links.
 
Back
Top