@ryanscripts
We are unable to reproduce your problem yet.
Please attach the project in which the problem definitely occurs. You can attach it here or in the forum PM.
Integrating BAS into website
-
@ocraft said in Integrating BAS into website:
У меня есть внешний веб-сайт, и я хочу вызвать функцию BAS при нажатии кнопки внутри этого веб-сайта, возможно ли это?
yes
-
The simplest option to set parameters for BAS is any analog of contact form for wordpress.
From the site side, you set the necessary settings or parameters, and send an email to your email
From the BAS side, running best on VDS, you scan emails from a certain mailbox, for example by imap. And you execute the commands you have already received in BAS, after which you send the result of the work to a letter, or create a page on the site with the necessary data.
You can also use mysql as communication elements, on the one hand filling in the table, on the other hand reading data from it and executing the set commands.
Please note that this text was translated using Yandex translator.
-
Quite interesting question. I'm asking this myself for a while now and considering to use a mysql based solution. But I'm not sure about the best approach to syncronize the DB with BAS.
Maybe someone can recommend a "connector" for this purpose?
-