PDshop Event Log (Audit Trail) code list
In some versions of PDshop you can turn on event logging. When enabled, PDshop will records certain events such as logons and logoffs, and when users change passwords or when administrators view pages with credit card details. This feature can be useful for tracking customer & admin activity.
Web.config key to Enable Shop Event Log:
<add key="shopeventlog" value="ON" />
Web.config key to Enable Admin Event Log:
<add key="admineventlog" value="ON" />
Web.config key to Enable Affiliate Event Log:
<add key="affileventlog" value="ON" />
NOTE: Events are recorded in the database table called “pd_eventlog”. In order to review the contents of this log you must use your own database program, compatible with Microsoft Access or MSSQL databases. Below is a list of event codes and their meaning.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Admin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100=Successful login
101=Logoff
102=login failed - incorrect password or username
103=(reserved)
104=access denied
105=(reserved)
106=Admin User Created.
107=Admin User login/password changed.
108=Admin User Deleted.
109=Admin User login/password viewed.
110=customer order/payment detail accessed by Admin.
111=customer account or login/password accessed by Admin.
112=customer account deleted by Admin.
113-119=(reserved)
120=Affiliate account or login/password accessed by Admin.
121=Affiliate account deleted by Admin.
122-150=(reserved)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Shop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200=Successful login
201=Logoff
202=login failed - incorrect password or username
203=login failed - account locked out
204=access denied
205=password recovery, user account information or password emailed.
206=customer account Created.
207=customer login/password changed.
208=customer order/payment detail viewed by customer.
209-250=(reserved)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Affiliate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
300=Successful login
301=Logoff
302=login failed - incorrect password or username
303=login failed - account locked out
304=access denied
305=password recovery, user account information or password emailed.
306=Affiliate account Created.
307=Affiliate account info or password changed by Affiliate.
308-350=(reserved)
Web.config key to Enable Shop Event Log:
<add key="shopeventlog" value="ON" />
Web.config key to Enable Admin Event Log:
<add key="admineventlog" value="ON" />
Web.config key to Enable Affiliate Event Log:
<add key="affileventlog" value="ON" />
NOTE: Events are recorded in the database table called “pd_eventlog”. In order to review the contents of this log you must use your own database program, compatible with Microsoft Access or MSSQL databases. Below is a list of event codes and their meaning.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Admin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100=Successful login
101=Logoff
102=login failed - incorrect password or username
103=(reserved)
104=access denied
105=(reserved)
106=Admin User Created.
107=Admin User login/password changed.
108=Admin User Deleted.
109=Admin User login/password viewed.
110=customer order/payment detail accessed by Admin.
111=customer account or login/password accessed by Admin.
112=customer account deleted by Admin.
113-119=(reserved)
120=Affiliate account or login/password accessed by Admin.
121=Affiliate account deleted by Admin.
122-150=(reserved)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Shop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200=Successful login
201=Logoff
202=login failed - incorrect password or username
203=login failed - account locked out
204=access denied
205=password recovery, user account information or password emailed.
206=customer account Created.
207=customer login/password changed.
208=customer order/payment detail viewed by customer.
209-250=(reserved)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Affiliate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
300=Successful login
301=Logoff
302=login failed - incorrect password or username
303=login failed - account locked out
304=access denied
305=password recovery, user account information or password emailed.
306=Affiliate account Created.
307=Affiliate account info or password changed by Affiliate.
308-350=(reserved)
Related Topics
Search for help...