Jump to content
UBot Underground

Ubot 5 Random Bug or problem


Recommended Posts

I have another weird one...

 

ui stat monitor("Number of sites to check: {$list total(%SitesList)}""")
ui stat monitor("Current site: "$replace(#SiteCommandURL"site:"$nothing))

set(#SitesToCheck"{$nothing}{$replace($get files("{$special folder("Desktop")}\\INDEXING""No"), ".xlsx", $nothing)}""Global")
add list to list(%SitesList$list from text(#SitesToCheck"
"), "Delete""Global")
set(#SitesToCheck$nothing"Global")
navigate("http://google.com""Wait")
wait for element(<name="q">"""Appear")
set(#SiteCommandURL"site:{$list item(%SitesList, 0)}""Global")
loop($list total(%SitesList)) {
    set(#SiteCommandURL"site:{$next list item(%SitesList)}""Global")
    wait($rand(1, 3))
    navigate("http://google.com""Wait")
    type text(<name="q">#SiteCommandURL"Standard")
    click(<name="btnG">"Left Click""No")
}
comment("separator --")
stop script
set(#results$scrape attribute(<id="resultStats">"innertext"), "Global")
set(#results$replace($replace regular expression(#results"About (.\{1,\}) results.\{1,\}""$1"), ","$nothing), "Global")
alert(#results)

 

works great in version 4 Dev. but in version 5 Dev. it adds the full filepath as a parameter...  :wacko:  :wacko:  :wacko:

Edited by carlstarus
Link to post
Share on other sites

I have another weird one...

 

ui stat monitor("Number of sites to check: {$list total(%SitesList)}""")

ui stat monitor("Current site: "$replace(#SiteCommandURL"site:"$nothing))

 

set(#SitesToCheck"{$nothing}{$replace($get files("{$special folder("Desktop")}\\INDEXING""No"), ".xlsx", $nothing)}""Global")

add list to list(%SitesList$list from text(#SitesToCheck"

"), "Delete""Global")

set(#SitesToCheck$nothing"Global")

navigate("http://google.com""Wait")

wait for element("""Appear")

set(#SiteCommandURL"site:{$list item(%SitesList, 0)}""Global")

loop($list total(%SitesList)) {

    set(#SiteCommandURL"site:{$next list item(%SitesList)}""Global")

    wait($rand(1, 3))

    navigate("http://google.com""Wait")

    type text(#SiteCommandURL"Standard")

    click("Left Click""No")

}

comment("separator --")

stop script

set(#results$scrape attribute("innertext"), "Global")

set(#results$replace($replace regular expression(#results"About (.\{1,\}) results.\{1,\}""$1"), ","$nothing), "Global")

alert(#results)

 

works great in version 4 Dev. but in version 5 Dev. it adds the full filepath as a parameter...  :wacko:  :wacko:  :wacko:

 

 

Please open a ticket for the issues you find.

Link to post
Share on other sites

issue submitted here: http://tracker.ubotstudio.com/issues/7

and here: http://tracker.ubotstudio.com/issues/6

 

 

Feel free to open a ticket with us at support.ubotstudio.com if you encounter any other issues.

 

If you find a reproducible issue, feel free to to submit it to our tracker.  

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...