Well we can see actual code also with a single php function.
here is an example . Check it out this simple script.
<?php
if ( isset( $_POST['file'] ) )
show_source( $_POST['file'] ) or print "can not be open \"$file\"";
?>
<html>
<head>
</head>
<body>
<form action="" method="post" enctype="multipart/form-data">
Enter file name:
<input type="text" name="file" value="<?php print $file; ?>">
<input type="submit" name="Submit" value="Submit">
</form>
</body>
</html>
very good and usefull code for hackers..
ReplyDeletekeep it up ...