Quote:
Originally Posted by RHNegative
We are not trying to fix, and thanks for give us more players <3
|
It would be very easy to fix it.
-> Create a table for logs (maybe "site_logs")
--> Rows: id, sl_script, sl_userid
-> Create a function to insert a log in this table
-> Call this function in every script ( script_name, userid )
-> Check what script is called if you try to generate uridium with your userid
Now if you found the script save the $_POST data which was executed in a .txt file -> Find out how it could be done.