Jump to content
php.lv forumi

hacki


yeahz

Recommended Posts

Man interesē vai šeit ir iespējams ko ļaunu izdarīt (jāskatās ir uz query un uz linku)? Ja jā, tad kā izvairīties?

 

<?php

if (!isset($_GET['username'])) {
echo "Unknown user";
footer();
exit();
}

$user = mysql_query("SELECT id FROM users WHERE username='$_GET[username]'");

?>

 

adrese izskatās šādi:

http://link.lv/sendmessage/username/

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.

Loading...
×
×
  • Create New...