Jump to content
UBot Underground

snap990

Members
  • Content Count

    18
  • Joined

  • Last visited

Community Reputation

1 Neutral

About snap990

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi Guys! Could you help me with an ideea, how can i stop a loop if javascript scrolldown is ended? I am talking about this window.scrollTo(0,document.body.scrollHeight); I have a loop that i give a value=100, to scroll to the page and collect some information. I have a problem when some pages have 10scrolls, and some have 100scrolls. There is any way to stop and go to next navigation, if the scroll is ended, or if listtotal is the same value for 2 times? Thank you!
  2. does it work also for mysql?
  3. Can i use this table, to list real time data from database connection? for example to connect to a database and list all user information in the css table ?
  4. I already make this bot. Please give me ur contact details.
  5. Hello Guys, Does anyone work with shell commands till now? Anyone can show me an example code, how should i run shell commands with next list item: Something like mkdir next list item ? Regards, Sqlhelpdesk
  6. Hello! Can you please help me guys with this code. The threads remain open and bot dosent stop or close threads when the list total is reached. create table from file("{$special folder("Application")}/table.csv", &table) add list to list($plugin function("TableCommands.dll", "$list from table", &table, "Column", 2), %url, "Delete", "Global") loop(5) { thread { in shared browser { loop($list total(%url)) { } } } }
  7. Can u show a demo compilled bot, that request for a license key? THe process to register one licensed bot.
  8. Hi, Can you please someone give an advice? I have a list of emails with password. I have to create accounts with list total from my email list, for each account create 2 directory, and for each directory create an redirect. What is the logic of this boot? loop account creation with list total ffrom list > loop in loop 2 times to create directory > loop in loop in loop 2 times to create the redirect for each subdirectory? Thanks.
  9. Hi! I want to navigate between 2 dropdown dates value, 2013 08 01 to 2013 08 05 Can you please help me what is wrong on this code. ui drop down("Start Month", "1,2,3,4,5,6,7,8,9,10,11,12", #s month) ui drop down("Start Day", "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31", #s day) ui drop down("Start Year", "2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013", #s year) ui drop down("End Month", "1,2,3,4,5,6,7,8,9,10,11,12", #e month) ui drop down("End Day", "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,
  10. Hello, I`m looking for a bot or a script to rewrite bulk title and description from a sql or excell, or a wordpress post.
×
×
  • Create New...