Main list of server queries:
SELECT()
SORT()
MAIN()
Server ares mainly used and operated by queries. These are quite
complex commands. The main and most basic queries, listed above are
used for selecting, sorting and starting all server operations. It
takes quite a lot of work to make a server. Server is built of
queries, command nodes, work station modifications, and operates based
on server queries. Server queries can be provided, based of SQL or
HTML.
This is the main server query for SQL:
GET ALL FROM
It provides a critical point for administrators and moderators of the
server. A very dangerous query script to use is:
server_ban(std::string user);
As it does not provide all permissions. Use this one instead:
server_ban(std::string user, std::string law, std::string permission);
Comments
Post a Comment