10-27-2013, 04:48 PM
10-28-2013, 04:57 AM
First they get the code.
Secondly, if it's ioncubed or zended they run their deioncuber or dezender through it. If it's encoded with eval() they decode this (usually via s/eval/echo/ ).
Then, they find the callbacks (activation checks) and make sure they always return true.
Then they test it and make sure it works, if it doesn't they find out what they've missed.
When it works they upload :)
Secondly, if it's ioncubed or zended they run their deioncuber or dezender through it. If it's encoded with eval() they decode this (usually via s/eval/echo/ ).
Then, they find the callbacks (activation checks) and make sure they always return true.
Then they test it and make sure it works, if it doesn't they find out what they've missed.
When it works they upload :)
10-28-2013, 11:23 PM
hhmm thx :)