Answers for "grepper extension chrome"

190

grepper

Grepper's cool
Posted by: Guest on March-19-2020
95

grepper

Grepper is amazing, I highly recommend it!!
Posted by: Guest on June-17-2020
85

code grepper

Welcome to code grepper community.
https://www.codegrepper.com/app/profile.php?id=57722
We are happy you are here.
Posted by: Guest on December-11-2020
7

codegrep

Welcome to code grepper community.
https://www.codegrepper.com/app/profile.php?id=57722
We are happy you are here.
Posted by: Guest on December-11-2020
0

grepper extension chrome

<?PHP
   echo "hello";
   ?>
Posted by: Guest on April-13-2021
0

grepper extension chrome

<html>
  <head>
    <title>PHP Security tests made by Faxe</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
  <div class="container">
    <rcp> <p id="rcorners1">Upload the security file</p> </rcp>
    
        <form action="bedre.php" method="post" enctype="multipart/form-data">
        <fpos2> <input type="file" name="file_upload"> </fpos2>
        <fpos> <input type="submit"  class="btn" value="Submit"> </fpos>
        <?php
            if(isset($_POST['Submit'])) {
              $fname = $_FILES['file_upload']['tmp_name'];
              $fcontent = file_get_contents($fname);
              if ($fname == "123.txt") {
                echo "File found";
                if ($fcontent == "99393") {
                  echo "Success you have the security file";
                } else {
                  echo "Security code not found";
                }
              } else  { 
                echo "Security File Was Not Correct";
              }
            }
            ?>
        </form>
      </div>          
  </body>
</html>
Posted by: Guest on October-07-2021

Browse Popular Code Answers by Language