Jump to content
UBot Underground

How to store and manage multiple accounts and platforms


Recommended Posts

Hi there,

 

i'm pretty new to ubot so i hope that somebody can give me a good hint on this ...

 

I try to create multiple accounts on various social bookmark services. All of the SB sites have the same script, so i can use one bot to create accounts on more then 150 sites :) - The next step is to create social bookmarks for various sites on these accounts.

 

At this point i have a big question:

What is the best way to store the account data for all the bookmarking accounts? In fact it would be great to start the bot, give him some urls and start bookmarking. The problem is i need to know: is a user already registered on this site? If yes - what is the password and - more fancy - does he have already bookmarked this site?

 

Normally i would setup a mysql database for this and work with a self-coded java or php program - but i want to do it with ubot :)

 

so i hope that somebody can give me some tips for that :)

Link to post
Share on other sites

There are several ways you can do this. As you create the accounts you can add the credentials to a list and then save them to a file after all the accounts are created (text, csv, etc) and use the file to login to the sites.

 

 

John

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...