Jump to content
UBot Underground

kill3rbko

Members
  • Content Count

    153
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by kill3rbko

  1. Sorry regaram My problem is not solved totally . Thats why i did not add anything Randomly my bots freeze (not crash) but freeze and i still not abble to know why! Anyway the things i think i will now avoid are : - chrome 49 (better use chrome 21 in ubot) - waiting for element (picture) - close browser - in shared browser Things i m using now are : - load html() before each navigate
  2. Thank you for your fast reply Masta! I have tried all ways my noob brain can go through Anyway here is my problem : When i navigate to an url it is like it looses the focus and i have this message on the top of the page : You need to keep this advert on focus to get credit Please click here to continue Please see below sample site attached pic http://i.imgur.com/r9KeHd7.png 1°) I have tried to click picture. It works on the ubot studio and the compiled bot on the ubot studio's computer but the compiled bot is not working on other computers. 2°) I have tried to focus the page, to scroll
  3. Hello It seems that this function does not work in compiled bot. x and y position are relative to ubot studio 's windows or compiled bot windows ? Thanks in advance http://i.imgur.com/A4PYply.png
  4. Are you sure while setting #findprice the "add thread" is modifying the table ? May be the same principe with a variable #findingprice to block add thread while setting #findprice ?
  5. Hello insomnia, First of all thanks a lot for the help you are providing for noobs as us I have gone into testing the loadhtml before navigate and its great ! I have played with in shared browser also and the process seems to be better but still hangs on after few minutes. I have figured out that if i use in shared browser to navigate on ads it works perfectely but the problem is that image recognition seems to not working well in "in shared browser" Is it normal ? (im using chrome 21) Regards
  6. Hello You can open the shared browser in a thread and add at the end of your commands a "loop while variable = true" + wait(x) In your main browser when you set this variable to false , the loop command in shared browser will terminate. Hope it will help
  7. Does not work! I have saved as another name and open it also but still have all vars in double just after the "New variable" item in the list.
  8. Bump Any idea on how to delete unused variables?
  9. Seems great! Thanks Insomnia to point me towards that. Ill give a try tomorrow and feedback
  10. Hi something strange i have noted. When i put pause script just before the click function and make a 'run node' on the click i get the popop with all visible picture. But when click is done during bot running the popop open and maximise so the pictures are not visible. How to avood the maximise function? Thanks in advance for the help
  11. Hi and sorry for all these questions. On some of my bots i can navigate 120 x in a loop and i noticed that after a certain period the bot freeze ( i dont have a crash or error but simply nothing happening) To solve it i ve added "close browser" before navigate in the loop. (so it suppose to close browser before each navigate command) The result is better but after randomly x loop (from 2 to 20) the bot freeze again. In this case i can see only 2 or 3 browser.exe in task manager. It seems that "close browser" has closed more browser than needed. I think the main navigation browser is closed
  12. Hello, I m trying to click an ad on a site clixsense.com When i use click image function it open the ad with pictures on the top i want to manually click. Unfortunately most of the pic can not be seen, i used without success : run javascript("window.scrollTo(0, 0);") Plz check the picture (i have to click manually on the cat ! damn ...) http://i.imgur.com/VHk9ut2.png
  13. Hi Where do you block? Login in your email ? (watch ubot beginning tutorials) Scrape link? (check functions pagescrape and/or scrapeattribute) Good luck !
  14. Hi, Ive noticed somitimes the same variables in double. Is it normal? http://i.imgur.com/86zYgRL.png Thanks for any help
  15. Awesome Aymen! Thanks a lot! Great plugin! I love you
  16. Hello ubotters! My today's problem is how to click and select an item in combo list like in the screenshot. http://i.imgur.com/ryXkZfJ.png Im pretty sure i ve seen a vid (tutorial) on ubot but can not find it. Thanks to anyone who can pointme on. Regards!
  17. Thank you for the help Pash. When ive tried the load html, ive got in url adress : asset://assets/ and a page with some text like : http://i.imgur.com/CSAMk4R.png Then navigate function run (i can see the url in bar adress) and close imediately to the home page. and the ad can not be viewed!
  18. Hello, Im struggling on clicking or naigate link (ad) on a web page. Even after the manual click i get a popop open to view the ad but it suddenly close. Ive tried the function allow(popop) and allow(javascript) without success. I have scraped the links to click with scrapeattribute and get links like this : <a href="#" onclick="crea_openptc('http://mysite.fr/ptc_clic.php?adid=648855415&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.regie-business.com/images/banniere.png" border="0"></a> Is there any way
  19. so finally , i guess ubot can not deal with ...
  20. Hello I dont know why i can not navigate on some url like : https://www.paidverts.com/ I get this error everytime i m trying : navigate("https://www.paidverts.com/","Wait") Something went wrong while displaying this webpage. A connection was reset. CONNECTION_RESET: -101 Plz help needed! Edit : Solved ! When i ve changed browser to 49 its working. Sorry for the post...
  21. I am also new with bot and ubot and using the dev version with 49 is really hard. gs are workng well. especially the image clicking recognition, no way to click a good image with 49.
  22. Hello Emanu Did you find a way to solve it? Sharing the trick would be really appreciated! Thanks
×
×
  • Create New...