John99 Posted July 20, 2007 Posted July 20, 2007 Open: sendcash.php AND REPLACE ALL THIS You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. With this You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. I think that works i forgot what i done so i just posted xD Quote
Isomerizer Posted July 20, 2007 Posted July 20, 2007 Re: Cash Send Logs cashsend.php? Dont you meen sendcash.php? :wink: Anyways it works a treat thank you. +1 Quote
John99 Posted July 20, 2007 Author Posted July 20, 2007 Re: Cash Send Logs ahh ye lol ill rename it xD Quote
Arson Posted July 23, 2007 Posted July 23, 2007 Re: Cash Send Logs Mccodes already comes with a cash transfer log. Quote
iseeyou94056 Posted July 23, 2007 Posted July 23, 2007 Re: Cash Send Logs ya but they did not work Quote
iseeyou94056 Posted July 24, 2007 Posted July 24, 2007 Re: Cash Send Logs when i went to view them nothin way there even after i sent to someone Quote
seanybob Posted July 24, 2007 Posted July 24, 2007 Re: Cash Send Logs when i went to view them nothin way there even after i sent to someone I think he's right... it was a bug I noticed a long time ago. Something most people probably offhandedly fixed, it was something stupid if I member correctly Quote
John99 Posted July 25, 2007 Author Posted July 25, 2007 Re: Cash Send Logs Yeah they didnt work so its fixed know :mrgreen: Quote
oxidati0n Posted August 3, 2007 Posted August 3, 2007 Re: Cash Send Logs I got a better way, leave them instructions and run this query ALTER TABLE cashxferlogs DROP cxCONTENT; Quote
dementor Posted September 10, 2007 Posted September 10, 2007 Re: Cash Send Logs thanks +1 works perfectly Quote
seanybob Posted October 1, 2007 Posted October 1, 2007 Re: Cash Send Logs For those wondering what was wrong... Line 45 Change mysql_query("INSERT INTO cashxferlogs VALUES ('', $userid, {$_GET['ID']}, {$_POST['money']}, unix_timestamp(), '{$ir['lastip']}', '{$er['lastip']}')",$c); TO mysql_query("INSERT INTO cashxferlogs VALUES ('', $userid, {$_GET['ID']}, {$_POST['money']}, unix_timestamp(), '{$ir['lastip']}', '{$er['lastip']}','')",$c); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.