Jump to content
UBot Underground

"The Cell you requested is outside the range of table"


Recommended Posts

I keep getting a prompt saying (after working for a while and it has gone thru a list):

"The Cell you requested is outside the range of table"

i need to shut down UB as it keeps coming back no matter what i try. Really annoying !

 

clear table(&emails)
connect to mail server("IMAP With SSL", "themail@gmail.com", "thepassword", "imap.gmail.com", 993) {
    create table from emails(&emails)
}
set(#row, 0, "Global")
loop($table total rows(&emails)) {
    if($contains($table cell(&emails, #row, 0), "email@thesiteiamworkingon.com")) {
        then {
            load html("<html>
<body>
<p>

{$table cell(&emails, #row, 5)}
</p>
</body>
</html>")
            pause script
            click(<outerhtml=w"<a href=\"http://thesiteiamworkingon.com/page.php?userid=*&id=*\">http://thesiteiamworkingon.com/page.php?userid=*&id=*</a>">, "Left Click", "No")
            wait for browser event("Everything Loaded", "")
            wait($rand(30, 45))
        }
        else {
        }
    }
    increment(#row)
}

Does this ever happened to you guys ?

Thanks

Link to post
Share on other sites

Thanks guys, i will have a look at your suggestions today. Heck i didn't even know we could turn off error messages  !!

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