You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2023. It is now read-only.
I've been looking into opening ports with php. Apparently we can open ports with sockets.
Because the bot can't listen to input by itself, we could make it listen to input from another socket and associated port.
The advantage to this would be we could use control panels in all kinds of formats. We can make a web based panels, graphical platform independent panels, mobile panels, you name it. You're not bound to PHP as programming language. And you can remotely control the bot instead of just locally.
Disadvantage would be that the bot needs additional components to be managed and we need a standard for interpreting commands, plus implementations for commands (and probably authentication in the meantime, so random idiots can't connect and control it).