SA-MP Forums Archive
[FilterScript] AdvLog+ (Revision 3) (MySQL + SQLite Supported) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] AdvLog+ (Revision 3) (MySQL + SQLite Supported) (/showthread.php?tid=405734)



AdvLog+ (Revision 3) (MySQL + SQLite Supported) - ViruZz - 07.01.2013


Inspired by spywhere (Bukkit Forums)
Created by ViruZz

Description
AdvLog+ provides logging for your whole SA-MP Server. From someone connecting all the way to a car exploding. This is very useful for administrators and which to keep track of their server in a proper way then using the original server log file that is over 100,000 lines long.

Features Requirements How to use this filterscript

You will need to configure the Filterscript by choosing which method you will like to use and disable the DEFAULT method.

Note: If DEFAULT is enabled, the script won't work.

MySQL: If you're using MySQL as a method, then you will need to enter your configuration like below.



After entering the information, import the SQL Dump file provided in the ZIP (You can use any database manager for this, example; PhpMyAdmin, Navicat, DatabaseManager and etc..)

SQLite: If you're using SQLite as a method, then you will need to use the advlogging.db database. Just place it inside the scriptfiles folder and you will be fine. To open and view the database, you will need to use a tool call SQL Browser (Above version 2)


Webpage: You will need to configure every single file with your MySQL Configuration. After doing so, just drag the php files inside your webhost (Make sure to have PHP installed).

Website Screenshot


Download


Revisions
(Last Update: 07/01/2013)
Revision 1 Completed - MySQL + Basic PHP Page is done
Revision 2 Completed - SQLite is done
Revision 3 Completed - Added /clearlog
First Official Release as r3 - Flatfile hasn't been started


Re: AdvLog+ (Revision 3) (MySQL + SQLite Supported) - nor15 - 07.01.2013

1st comment , Nice work


Re: AdvLog+ (Revision 3) (MySQL + SQLite Supported) - RedCrossER - 07.01.2013

Good work


Re: AdvLog+ (Revision 3) (MySQL + SQLite Supported) - [MM]18240[FMB] - 19.01.2013

pawn Code:
C:\Users\Kalgon\Desktop\MySQL_END_Linux\pawno\include\YSI\y_iterate.inc(197) : fatal error 111: user error: "Old foreach.inc files are no longer compatible with YSI."


Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
My foreach is up to date.


Re: AdvLog+ (Revision 3) (MySQL + SQLite Supported) - seanny - 19.01.2013

Quote:
Originally Posted by [MM]18240[FMB]
View Post
pawn Code:
C:\Users\Kalgon\Desktop\MySQL_END_Linux\pawno\include\YSI\y_iterate.inc(197) : fatal error 111: user error: "Old foreach.inc files are no longer compatible with YSI."


Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
My foreach is up to date.
Try switching to Y_Iterate, is does the same job as foreach.