Jump to content
UBot Underground

How big is too big?


Recommended Posts

So I'm making a bot which signs up verifies and then posts at a load of sites..

 

How many sites is too many?

 

At the moment I've got 4 sites and it's working fine.. How many more can I script in before the bot becomes 'too large' and starts being buggy and or crashes the whole time?

 

Thanks! :)

Link to post
Share on other sites

So I'm making a bot which signs up verifies and then posts at a load of sites..

 

How many sites is too many?

 

At the moment I've got 4 sites and it's working fine.. How many more can I script in before the bot becomes 'too large' and starts being buggy and or crashes the whole time?

 

Thanks! :)

I think it really depends on how clean you keep your code. Make sure to put each site in it's own command, and run it that way.

 

I have a press release bot that posts to 123 pr sites, and runs just fine. But I have a pligg bot using loops, and it ALWAYS crashes eventually. Sometimes after 1,000 loops sometimes after 2,000. Although this bug has been acknowledged as an Awesonium error, hopefully they update soon.

Link to post
Share on other sites

Hi,

 

Thanks for the response..

 

Might be a stupid question but what do you mean by make all the sites a separate 'command'?

 

I sort of have them separate at the moment by using this format:

 

I have a UI check box for each site so for example: Wordpress would have it's own UI checkbox and be called Wordpress with a variable of #wordpress

 

Then each site is laid out like this one after another:

 

if #wordpress

then

loop

(sign up)

-----------------------

 

if #squidoo

then

loop

(sign up)

-----------------------

 

That keeps everything separate - is there a better way?

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