Is there someone here good at nulling scripts?

Tony

Registered Member
Joined
Nov 23, 2007
Messages
67
Reaction score
52
Well I managed to grasp a copy of ProjektIRS setup file.
It's probably not nulled, so I was just wondering if there
was anyone in here that knows how to null it.

Here's the site:
hxxp://w3.myea*syscrip*ts.com/en/pro*ducts/pro*jek*t-irs/

Tnks in advance.
 
i got that too, i need it so i'll null it myself. well try too.

Can't be too hard with the code as its only PHP. I've had a quick look at the code and one character changed should make it work. Simple no-cd cracking fix trick i learnt.

if it only registers with a valid email (i.e. email = valid), which is equals, change it to not equal. so it'll only register with a non-valid email. works like a charm sometimes!

We'll see though, probably won't be that simple!
 
so how did you go nulling the script? If its not too old (ie a waste of time) i can get some pro nullers to have a go
 
$servers = array ();
$servers[] = 'http://www.myeasyscripts.com/en/store/';
$query_string = 'license=' . $license;

Decode: Part of the script :)

it's the license.php PM if you want it

Require a little editing to function 100%

Proof: http://www.myeasyscripts.com/en/store/validate_internal.php?license=60b624ae0dae0b7452e4b396a1e26299&product_id=1

right click > source and it will say invalid but with a little editing to trick the script into thinking that it is valid, it will work
 
Back
Top