-
Content Count
159 -
Joined
-
Last visited
-
Days Won
5
SmileyBot last won the day on July 16 2018
SmileyBot had the most liked content!
Community Reputation
12 GoodAbout SmileyBot
-
Rank
Advanced Member
Profile Information
-
Gender
Male
-
Location
Australia
System Specs
-
OS
Windows 10
-
Total Memory
More Than 9Gb
-
Framework
unsure
-
License
Developer Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi Guys After updating to Ubot X because my bots started to not function correctly I have found the following bugs when running my bots that I know worked fine before Internal Browser freeze - I found that if I just add 'in external browser' to the start of your script it seem to knock/reset the internal browser and run smother and not freeze the internal browserUI dropdown - default value = nothing - when ubot starts up the ui dropdowns do not default to the first valueScraping to list - position 0 gets filled with nothing and then the scrape starts in position 115/12/2018 thread spawn doe
-
Thanks, I have been holding off on the update Maybe it's time
-
Thanks mate This is the address that takes you to the page - navigate("https://zapier.com/app/settings/authorizations","Wait") I dont have the login portion to FB as I can't see any login details as it doent load The ID url was the url that was sent to FB in a normal firefox browser when I confirm the FB connection on the above zapier page and probably irrelevant as it a different browser? thank again
-
The code I have is above?
-
Thanks TJ, I tried that and it doesn't work. the popup just stays on flash screen and doesn't open FB login screen
-
Hey guys Trying to connect a FB account through a popup on Zapier after loggin i go to the connect page, once you add your selection a popup appears and is not visable and continues looping In a normal desktop browser I have managed to get the FB confirm url and have confirmed connection twice The difference in the the 2 changes in the different confirm codes FB url's was the below XXXXXX I need to be able to scrape the logger ID and replace XXXXXX with this scraped ID any solutions? thx to all allow popups("In New Window") navigate("https://zapier.com/app/settings/authorizations","Wait") w
-
Regex Remove Comma From Number Result
SmileyBot replied to SmileyBot's topic in Regex (Regular Exp<b></b>ressions) 101
Thx guys, too simple -
Free Code: Random User Agents And Random Referrers
SmileyBot replied to AtmoPress's topic in Bots and Scripts
Thanks for sharing dude! -
Google Maps Website Http Get Regex
SmileyBot replied to SmileyBot's topic in Regex (Regular Exp<b></b>ressions) 101
Thanks Nick, you always come through with the goods -
Google Maps Website Http Get Regex
SmileyBot replied to SmileyBot's topic in Regex (Regular Exp<b></b>ressions) 101
thanks bestmacro for your time, but this doesn't seem to work with HTTP GET cheers this is the SET just need correct regex Thx set(#get_website_url,$find regular expression($plugin function("HTTP post.dll", "$http get", "https://www.google.com/maps/place/?q=place_id:ChIJ78PxQ60Q1moR8NHDUv_v0gk", "", "", "", ""),"(?<=widget-pane-link\">).*(?=<)"),"Global") -
Hey guys I'm wanting to scrape the website url from goole maps listing, I'm able to scrape it when just running normal browser I'm currently using HTTP GET to run the bot so I would like to continue using it to find regex expression can anyone help as the HTTP code is messy to regex Example url: https://www.google.com/maps/place/Cityside+Conveyancing+Services/@-37.6956501,145.0148806,17z/data=!4m5!3m4!1s0x6ad644f85ba0b2dd:0x9b61e2d8af06c697!8m2!3d-37.6956544!4d145.0170693 Thanks in advance