Jump to content
UBot Underground

Hagen

Members
  • Content Count

    25
  • Joined

  • Last visited

Everything posted by Hagen

  1. I'm in India for a couple of days. Any ideas, why I can't start Ubot from here. License activation freezes with "unable to connect to license server" .Thx,Hagen -------------------------------- OK ... after endless trying it worked.Maybe license server was off.THX
  2. oops ... last time, when I shut down UBot it was "connected" to an not-working-proxy-server ... at least thats, what I think happened, because now, when I try to start UBot, it alerts "UNABLE TO CONNECT TO LICENSE SERVER". Restarting the machine didn't help. Changing the proxy obviously doesn't work because UBot doesn't start. H E L P! Thx, Hagen
  3. Are there any UBOT-admins following here? No "official" comments?
  4. So finally I helped myself by creating a PHP-File on our webserver, producing a random list and reading it with LIST-FROM-FILE. Hope this issue will be solved soon.
  5. OK ... seems like every random-function ist affected - same problem with a variation like this: clear list(%tttest) add list to list(%setplz, $list from text("01*,02*,03*,04*,05*,06*,07*,08*,09*,10*,11*,12*,13*,14*,15*,16*,17*,18*,19*,20*,21*,22*,23*,24*,25*,26*,27*,28*,29*,30*,31*,32*,33*,34*,35*,36*,37*,38*,39*,40*,41*,42*,43*,44*,45*,46*,47*,48*,49*,50*,51*,52*,53*,54*,55*,56*,57*,58*,59*,60*,61*,62*,63*,64*,65*,66*,67*,68*,69*,70*,71*,72*,73*,74*,75*,76*,77*,78*,79*,80*,81*,82*,83*,84*,85*,86*,87*,88*,89*,90*,91*,92*,93*,94*,95*,96*,97*,98*,99*", ","), "Delete", "Global") loop(100) {
  6. No ... sorry ... thought this would work ... but same problem ... everytime you restart UBOT: clear list(%tttest) add list to list(%setplz, $list from text("01*,02*,03*,04*,05*,06*,07*,08*,09*,10*,11*,12*,13*,14*,15*,16*,17*,18*,19*,20*,21*,22*,23*,24*,25*,26*,27*,28*,29*,30*,31*,32*,33*,34*,35*,36*,37*,38*,39*,40*,41*,42*,43*,44*,45*,46*,47*,48*,49*,50*,51*,52*,53*,54*,55*,56*,57*,58*,59*,60*,61*,62*,63*,64*,65*,66*,67*,68*,69*,70*,71*,72*,73*,74*,75*,76*,77*,78*,79*,80*,81*,82*,83*,84*,85*,86*,87*,88*,89*,90*,91*,92*,93*,94*,95*,96*,97*,98*,99*", ","), "Delete", "Global") loop(100) { a
  7. v5 dev ... right ... anybody followed up on this?
  8. Hi Dan ... bzw. gerne! Gruß, Hagen
  9. Don't think so. Restart UBOT and you will get the same sequence of results everytime - see: clear list(%test) loop(10) { set(#plz, $spin("\{01*|02*|03*|04*|05*|06*|07*|08*|09*|10*|11*|12*|13*|14*|15*|16*|17*|18*|19*|20*|21*|22*|23*|24*|25*|26*|27*|28*|29*|30*|31*|32*|33*|34*|35*|36*|37*|38*|39*|40*|41*|42*|43*|44*|45*|46*|47*|48*|49*|50*|51*|52*|53*|54*|55*|56*|57*|58*|59*|60*|61*|62*|63*|64*|65*|66*|67*|68*|69*|70*|71*|72*|73*|74*|75*|76*|77*|78*|79*|80*|81*|82*|83*|84*|85*|86*|87*|88*|89*|90*|91*|92*|93*|94*|95*|96*|97*|98*|99*\}"), "Global") add item to list(%test, #plz, "Delete",
  10. right now $spin produces same pattern sequence with every bot-start. how do I code it to have a truly random result every time?
  11. LOGs deleted --> no help Reinstalled --> no help Confirm: Changing Tabs takes forever - there is a relation to length of script in tab APP-FullWindow Button (between MINIMIZE and CLOSE WINDOW in the upper right doesn't word --> always maxed) again: last Version was fine ... came with 5.0.6
  12. 5.06 DEV ... suddenly everything is superslow. What happened? Also refers to compiled bots. thx for help, Hagen (WIN8.1PRO)
  13. UBOT5 find index returns 4294967295 when string not found. purpose (I don't understand) or bug?
  14. Try it yourself ... it leaves out Titles, so the final table is false. ### script: ui stat monitor("Results", $list total(%results)) ui stat monitor("ResultsURL", $list total(%resultsurl)) clear list(%results) clear list(%resultsurl) clear table(&final) navigate("http://www.google.de/#hl=de&cp=3&gs_id=b&xhr=t&q=ayurveda&pf=p&sclient=psy-ab&site=&source=hp&pbx=1&oq=ayu&aq=0&aqi=g4&aql=&gs_sm=&gs_upl=&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=368126ad50e1de32&biw=830&bih=489", "Wait") loop(10) { add list to list(%resu
  15. OK thanks so far ... This works for me - at least when I only need 2 options (True/False) Giving The User more options is not possible? (sounds greedy?) ... hoever thx for the really fast help.
  16. I do have the automatic solution. like: fans > 500 then like! thx I do need the "manual" way. The USER watches the screen and decides!! Pushing a button! "You want to go SUB1 or SUB2?" depending on what he sees. Then the script proceeds depending on the users choice. So the "criteria" would be the USERS decision.
  17. sorry for the confusion ... yes ... asking how this can be done (using Pro Edition) Thx For Help Different Subs --> User Chooses 1) --> Gosub likepage User Chooses 2) --> Gosub ignorepage
  18. ... let's say the bot arrives at a webpage. The user validates the page ... eg. a facebook-page ... decides to like ... or not like the page ... Now I need a simple alert + two buttons 1)like 2)don't like -> and jump to different subs ... did I miss something?
  19. Thank you ... finally it works! Thx for your help. I had the WHILE still in the LOOP ... so it didn't work. Now it works fine. Great.
  20. Thx for help: I need to scrape from lists with X multiple pages. X beeing different every time and I don't know X in advance. Hint: There is a NEXT-Button on the bottom of each pages ... but no more on the last page. So I thought ... making a loop with the idea: IF ... there is a NEXT-Button ... click Button and proceed. ELSE exit SUB I tried: IF->SEARCH PAGE(">NEXT</a>")->THEN CLICK LINK("NEXT")->ELSE RETURN $NOTHIING Didn't work! Also had the idea: "On Error" ( will appear if CLICK LINK("NEXT")... but there is no "NEXT") --> EXIT But I can't find an ON ERROR Comm
×
×
  • Create New...