verifying my success list with xrumer

yazzou

Registered Member
Joined
Dec 19, 2008
Messages
61
Reaction score
7
Hi,
I made a small blast and registered profiles on forums with xrumer (around 1000 forums...). I did not post any link or whatever. Now i got a list of "successful" registrations according to xrumer.
I would like to verify which are really successful and which are not...all nicknames are spinned and all stored in excel file with username and password.

How can i clean up the list ?

THanks
 
i made a small bot in JAVA that verifies all the accounts...sorted thanks !
 
Mutasharef ya xpleet kif halek ya habibi
It is not very difficult actually, i am bit sad not being able to do it directly with xrumer and not finding any help for that.
THe tool i have created is based on JAVA library for scraping and sending forms...but whatever you are using as language, you can simply apply this principle :
store the urls + user+ pass in csv file
visit each forum with a bot that sends the login info
get the url after post

let say you are working on smf forums, if the login is successful you get : "check;member=xxx" in the result URL where XXX is the profile id
if the login fails
you get "index.php?action=login2"
Store al the result in text file and you should have a list of successful registration 100 % reliable !
 
Back
Top