How to use and How to read custom log sql?

Zirius

New member
Messages
261
Points
0
Hello! I am trying to implement AGIT LORD ranking system, and wondering if I can use logsql to make sure the points are getting updated daily, so if someone could give me an example how to use logsql query, that would be great.

Thanks!

 
Hello! I am trying to implement AGIT LORD ranking system, and wondering if I can use logsql to make sure the points are getting updated daily, so if someone could give me an example how to use logsql query, that would be great.

Thanks!
Its same as query_sql, but instead of main database , it will execute the query into log database (that you have set in inter-server.conf)
 
Hello! I am trying to implement AGIT LORD ranking system, and wondering if I can use logsql to make sure the points are getting updated daily, so if someone could give me an example how to use logsql query, that would be great.

Thanks!
Its same as query_sql, but instead of main database , it will execute the query into log database (that you have set in inter-server.conf)
Oh ok. Thanks! I'll try to script the same way, I'll hit you if I got any problem. Thanks!

 
Back
Top