Jump to content
MakeWebGames

Cash Send Logs


John99

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 3 weeks later...

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);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...