Thanks for Advice,They're out there for sure, can't remember which forum I found the stuff I use, sorry.
Just hunt around some of the hack/crack forums - you can find them for free and do work pretty good on most scripts.
ioncube and zend decoders are about - just be sure to virus check them lots!!!
even better run in a VM if you can with network disconnected
Si
No man , this is not a right method , btw thanksI haven't really messed with ioncube, though with Zend you can pretty much get it to spit out the strings.. unless the php file has a check to see if the file has been modified..
You can take strings like $variable = encryptedcodestringstuffhere;
and add echo $variable;
below it..
it is useful when you only need something in 1 file..
If you need a ton of files (like decrypting a script like amember or something) then your going to want a full decrypter. I assume it would have to run in memory to decrypt ioncube?