Well due to my lack of php knowledge all i understand of how to decode this is "i have to use function that's within the code it self and visible"
i have asked on another forum and maybe from what they have told me you can determine what i need to do to decode this.
here is some of the answers i got back from the other forum i asked on :
Easy to reverse... the function calls to decrypt it are in the code.
What's in entry.php and _header.php? There's no way to completely decode it without knowing where d4764() and the rest of the d*() functions are defined. Other than that, it uses basic skiddy's base64 encoding. After decoding the start of it, it seems to be a script to tell you that the script is unauthorised.
@ timeflow, try decrypting again :)
PHP Code:
function d4764()
{
return time();
}
All functions are on same page :)
for example : when he said "There's no way to completely decode it without knowing where d4764() and the rest of the d*() functions are defined."
and the other guy gave him the function :
function d4764()
{
return time();
}
What exactly would you do with that info? can anyone give me an example of how to decode this thing? :queasy: