quote:
Originally posted by Spunky
If I understood it correctly, that is the Cila script he posted.
It is, I meant it's different from the latest Cila Smart Security that was in the DB.
quote:
Originally posted by Spunky
As for formatting, you may need to open it in Wordpad and save it again to regain formatting.
Well, the way I decoded was quite lazy. In Firefox:
1. Copy the eval packed JS. something like —- eval(function(p,a,c,k,e,d){e=function(c) …………………. }
2. Open Error Console on your firefox
3. Paste the packed JS in Code input tab
4. Add eval = alert; at the beginning of the code
5. Hit Evaluate
I don't think you can any formatting/line breaks back into that result.