AJXB Posted February 7, 2013 Share Posted February 7, 2013 Is it possible to export a server logs to a website? if yes, How? Link to comment
Renkon Posted February 7, 2013 Share Posted February 7, 2013 Yes.. you have got maany ways.. From using file functions to save the logs in a file and making the website read the file, to storing it in a database. And there are many ways more Link to comment
J.S. Posted February 7, 2013 Share Posted February 7, 2013 Storing it in a database would probably be the best way to do it. These events may help: OnPlayerJoin OnPlayerQuit OnPlayerWasted OnChatMessage and also take a look at the SQL Functions. You'll need to set up an SQL database but the benefit of this over a file is that it's accessible from virtually anywhere you want to integrate it via PHP. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now