Jump to content
UBot Underground

slobib

Members
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by slobib

  1. You have to set the schedule every time you open a bot, you can't copy the bot with a schedule and try to run it or nothing will happen.

     

    Try opening the bot and setting a schedule on your VPS. Or if the bot isn't working still post your code here if you can so somebody can take a look.

     

    Why do i have to set schedule everytime i open a bot? I always make schedule when i compile bot and it

    always works perfect on other computers or VPS for that matter.

    I tested it on another VPS which uses Windows 2012 and it works there. But on 2008 not..

     

    Bot code isnt relevant, i can see that now. I made a simple "hello world" bot and made schedule to run. When i try to run the simple bot on VPS, again the scheduler is empty.

     

    Has to be something with VPS settings or Windows 2008, but i have no clue what could it be..

  2. I am in contact with support, however we still didnt solve the problem.

     

    The problem is that when i open bot on VPS, scheduler is empty.

    When i send bot from my computer, scheduler is full of events i put there on repeat.

     

    Anyone has any idea what happens to the scheduler?

  3. Its being called from the scheduler.

     

    Once again, when i click on Run on schedule, its not reacting.

     

    How It should look after click:

    http://www4.slikomat.com/13/0418/dpo-HowItS.jpg

     

    And how it actually looks:

    http://www4.slikomat.com/13/0418/bs4-HowItL.jpg

     

    Maybe something wrong with downloading supporting files? I turned off firewall but still same..

  4. Hi!

     

    I have compiled bot, which works on all computers, until i installed it on a newly created online server.

    Whenever i click on Run or Run On Schedule, it freezes for few seconds and all is like i didnt even click on the button. I can click again and same happens.

    I tried everything i could think off and nothing works.

    Can someone help please?

     

     

  5. I solved the issue. Used replace list item and inside used just replace( basically edited the existing text ).

    Thank you for help, it was the right way but need to work on it :)

  6. Hello everyone, its my first post and im happy to be a part of this community.

     

    I have an issue inserting a part of text in list of hrefs( in front of every href, whole item should be a string).

    In debugger i see every href is its own item, but when i want to add part of text in front,

    next item list just goes to the next character. How can i fix this? Also the items in debugger even after execution of this line still stays same, so the insertion obviously doesnt work,

    but the alert part shows the insertion.

    Where is the problem?

     

    clear list(%mylist)
    add list to list(%mylist,$scrape attribute(<href=r"/.*if">,"href"),"Delete","Global")
    set list position(%mylist,0)
    loop($list total(%mylist)) {
        alert("{$insert text(%mylist,"http://something",$list position(%mylist))}{$next list item(%mylist)}")
    }

×
×
  • Create New...