Jump to content
MakeWebGames

Recommended Posts

Posted

Hello again, fellow members of the Makewebgame community. Today i bring to you, a secured sendcash.php with the ability to send messages added as well ;)

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Enjoy :P

Posted

in most fetching data exploits on MC what is the most common mistake made with MySQL queries?

hint: * selects every single column...

so in my opinion if they can error the script even in the slightest then it's possible to select any or all columns in a table... again i say add [OPINION] on the end of your subject on the first post.

Posted

Hi guys,

Just wanted to add a little bit to it, if you cant see the difference well would be best to test it your selves,

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Hope you like the little effort i put in :)

Posted

I'm so proud no *'s paddy but may i suggest one little thing, `` on

 

 

 

 

PHP Source code

 

 

1

2

3

 

$it = $db->query("SELECT userid,

username FROM users u LEFT JOIN userstats us ON

u.userid=us.userid WHERE u.userid=".$_GET['ID']."");

 

 

Zero Affect, so polite and sweet :P

  • 10 months later...
Posted

Nice modification.

I don't know about you guys but i got a SQL error when running this script i had to change

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

to

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

When I use paddytm's version I get the error:

 

Parse error: syntax error, unexpected $end in /home/theghetto/public_html/sendcash.php on line 138

 

and that line is ?>

so I don't know what the error is.

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...