Jump to content
UBot Underground

Recommended Posts

Just wondering. I know Ubot is able to to send PM's to members of forums but is it possible to make go to the "Members" area of forums where it shows usernames, post, register date, etc. Its usually the members.php of vbulletin. Is it possible to make a bot that scrapes member id's that only has over a certain amount of post?

Link to post
Share on other sites

Just wondering. I know Ubot is able to to send PM's to members of forums but is it possible to make go to the "Members" area of forums where it shows usernames, post, register date, etc. Its usually the members.php of vbulletin. Is it possible to make a bot that scrapes member id's that only has over a certain amount of post?

 

I've not looked at the actual page you are scraping but to give you some idea;

 

Do two scrapes into two lists. One contains the username the other the number of posts. Now loop through the list and whenever list2 has a number over whatever you are looking for get the userid from the other list (same position) and add it to a new list.

 

The new list will end up with the ids that match your criteria.

 

Andy

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...