tahorsuijurisbenyah 0 Posted June 10, 2016 Report Share Posted June 10, 2016 Does anyone know how I can not have this show, or why it shows? I do not have chrome installed and uBot Studio may be using the chromium engine that is causing this "Update to stay secure" message. Do I need to update uBot when it is already updated? Any and all suggestions greatly appreciated. Jon Quote Link to post Share on other sites
Ptrick125 45 Posted June 10, 2016 Report Share Posted June 10, 2016 Change the Ubot "User Agent", that tells the website what version of browser you're using. Quote Link to post Share on other sites
tahorsuijurisbenyah 0 Posted June 12, 2016 Author Report Share Posted June 12, 2016 Ptrick125, Thank you! Shall try today as soon as I complete the 24 tutorial video set. Jon Quote Link to post Share on other sites
tahorsuijurisbenyah 0 Posted June 12, 2016 Author Report Share Posted June 12, 2016 Hi Ptrick125, In Options, General, Browser it has two options: Chrome 39 and Chrome 21. I have been using selection Chrome 39 and the error appears once arriving to www.google.com using the internal browser in uBot Studio. Any suggestions greatly appreciated. Jon Quote Link to post Share on other sites
pftg4 102 Posted June 12, 2016 Report Share Posted June 12, 2016 change user agent type that in search box Quote Link to post Share on other sites
tahorsuijurisbenyah 0 Posted June 12, 2016 Author Report Share Posted June 12, 2016 Hi pftg4, Please what search box? Please see screen shot. Any suggestions greatly appreciated. Quote Link to post Share on other sites
HelloInsomnia 1103 Posted June 13, 2016 Report Share Posted June 13, 2016 They mean search the toolbox, or you can find the "set user agent" setting under the "Settings Commands" on the left side. Try: set user agent("Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36") Before you navigate to the page. Quote Link to post Share on other sites
tahorsuijurisbenyah 0 Posted June 13, 2016 Author Report Share Posted June 13, 2016 Hi, HelloInsomnia, Thank you, shall try it -- I am hoping to upgrade my uBot monthly subscription to the $100 per month within the next 14 days by selling a few automation bots. I did not want that error message in the bots that I hope to distribute. I shall try your solution within the next 2 hours. Thank you. Quote Link to post Share on other sites
BobbyP 8 Posted June 14, 2016 Report Share Posted June 14, 2016 put that first on your bots and keep track of useragent changes here http://www.whatsmyua.com/ on load("Bot Loaded") { define navi { clear cookies set user agent("Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36") navigate("https://www.google.com/","Wait") } } navi() Quote Link to post Share on other sites
tahorsuijurisbenyah 0 Posted June 14, 2016 Author Report Share Posted June 14, 2016 Hi Bobby, EXCELLENT! Shall put it place today. Thank you! Quote Link to post Share on other sites
BobbyP 8 Posted June 15, 2016 Report Share Posted June 15, 2016 Sorry my mistake define won't work inside on load command. code should be on load("Bot Loaded") { navi() } and in hidden tab put the define define navi { clear cookies set user agent("Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36") navigate("https://www.google.com/","Wait") } that's tested and works.Sorry again it worked before coz i had the define in another tab.Also if u need to keep the cookies and the session data acros deleate Clear cookies command and use it after bot completes the job. Quote Link to post Share on other sites
tahorsuijurisbenyah 0 Posted June 15, 2016 Author Report Share Posted June 15, 2016 Hi BobbyP, I shall try to implement your wonderful solution right now. Thank you. Jon Quote Link to post Share on other sites
BobbyP 8 Posted June 16, 2016 Report Share Posted June 16, 2016 would you mind to get a less mind boggling username like ROKO, i can't even spell it Just a joke(or is it........) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.