Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm sure that the answer is "yes" but what I don't understand is how does the bot know my website to click? Does it find it by locating my site in the results by my domain name?
Thanks
Yes, Bas can match your site name with search results. Or you could enter such keywords that will show your site as 1st result of search.
@GaG please show us how to
I think I figured out how to do it, thanks
@Fox said in Get BAS Script username:
There is no such functionality yet.
Ok, already thought that. Then here with this topic I open an proposal that this could be added in the future. Thanks very much :)
@UserTrue said in Node JS with google trends API:
@hippyzipp9 const mysql = require('mysql2'); // create the connection to database const connection = mysql.createConnection({ host: 'localhost', user: 'root', database: 'db', password: '' }); await(new Promise((resolve, reject) => { /*Place your code here and call resolve to proceed*/ connection.connect(function (err) { if (err) { reject('error: ' + err.message); } console.log('Connected to the MySQL server.'); resolve() }); }));
@hippyzipp9
Thanks, your solution worked.
@rekaa0251 https://community.bablosoft.com/topic/2707/how-to-correctly-report-about-error/
@seedgg Many thanks mate!! Working perfect . Thanks for your effort.