How to null a module

lucignolo76

Active member
Elite
XNullUser
Joined
May 29, 2020
Messages
28
Reaction score
113
Points
28
NullCash
245
Hello, people.
Is there a guide or tutorial about the way to null a module?
Thank you.
 

vivozivo

Well-known member
Diamond
Elite
Joined
Sep 24, 2019
Messages
1,038
Reaction score
487
Points
83
NullCash
85
I have a bunch of good modules, but don't know what I need to remove or change to get nulled, please help.
 

prokill

Well-known member
Diamond
Elite
Joined
Jul 27, 2020
Messages
272
Reaction score
254
Points
63
NullCash
470
I would say: check for any lines that connects to external server

- such as fopen, fsock, file_get_contents, and so on....
- check for any URL in scripts. Look for https: and http

Many scripts might connect to the author webserver to transmit data (email, ip, and so on...) or check for a licence key,
disable all of it.

Remove any information that might be personal or customized.
 

Siekiera

Active member
XNullUser
Joined
Sep 7, 2020
Messages
119
Reaction score
30
Points
28
NullCash
0
I wonder why module authors do not use ionCubeLoader?
 

tuuni

Active member
Elite
Joined
Jan 2, 2020
Messages
133
Reaction score
238
Points
43
NullCash
544
Only russian programmers use this more often i have seen.
 

prokill

Well-known member
Diamond
Elite
Joined
Jul 27, 2020
Messages
272
Reaction score
254
Points
63
NullCash
470
I wonder why module authors do not use ionCubeLoader?

well that would suck if you buy a buggy script that is crypted and you could not edit code (just for customization issues). Not sure that agencies (that are main customers of Prestashop) would follow.
 

Siekiera

Active member
XNullUser
Joined
Sep 7, 2020
Messages
119
Reaction score
30
Points
28
NullCash
0
But then any module can be secured to run only on a specific domain.
 

tuntulis

Well-known member
Elite
Joined
Oct 20, 2020
Messages
37
Reaction score
349
Points
53
NullCash
751
Is somebody tracking usage of those modules? Every time when u ask for support they ask u the order number. So they don't know if you have a legit module or not.
 

noobhai

New member
XNullUser
Joined
Jan 29, 2021
Messages
4
Reaction score
0
Points
1
NullCash
0
in order to make the script null, you need to read through the code they wrote and see where they do the verification for coupon/ code
 

Robas

Member
XNullUser
Joined
Oct 26, 2020
Messages
141
Reaction score
1
Points
18
NullCash
3
Thanks, good idea with these urls and more.
 

odenmc

New member
XNullUser
Joined
Aug 10, 2020
Messages
11
Reaction score
0
Points
1
NullCash
0
Most of the modules do not require any work, simply uploading them is enough.
 

x0rzkov

Member
XNullUser
Joined
Jan 20, 2020
Messages
292
Reaction score
11
Points
18
NullCash
12
you need to check if you have any remote calls (file_get_content, google analytics or 1x1 pixel) in the code. And to change the module key in the module.
 
Top