Jump to content
UBot Underground

slobib

Members
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About slobib

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Professional Edition

Recent Profile Visitors

923 profile views
  1. I did both but same. Will just move to VPS with Windows 2012, where it works. Thank you for help!
  2. 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..
  3. 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?
  4. 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..
  5. On that same server i run the following bot: alert("working") And it was running. I only added define and click run: define go { alert("working") } And is not responding. Where do you think is the problem? I would be very thankful for any help, i am lost.
  6. 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?
  7. 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
  8. Basically i get the relative html address, but i dont know how to navigate in ubot to it.
  9. This will not work, because i need to navigate to these urls, but they are not working without the insertion of the text.
  10. 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 attribut
×
×
  • Create New...