Re: Improved Staff Logs For V2
LOL, its easy to make... when someone takes money or gets money from there partner.. insert the log into the db :P example...... mysql_query("INSERT INTO `partner_logs` (`id`, `user`, `time`, `money`, `crystals`) VALUES('NULL', '".mysql_real_escape_string($ir['username'])."', unix_timestamp(), '{$_POST['money']}', '{$_POST['crystals']}')") or die (mysql_error()); that was a quick example.. Also you can just make a function to view them from staff panel...