v1.6-v1.7 PLEASE BE WARNED: My live site got warning using nulled Mypresta modules!

moonfire

Well-known member
Diamond
Elite
XNullUser
Joined
May 3, 2021
Messages
1,034
Reaction score
347
Points
83
NullCash
1,363
It migt be a good idea to search for the following strings in a module:

PHP:
file_get_contents
file(
fgets
fread
readfile
stream_get_contents
 

scorpionz

Active member
XNullUser
Joined
Sep 2, 2021
Messages
174
Reaction score
35
Points
28
NullCash
768
It migt be a good idea to search for the following strings in a module:

PHP:
file_get_contents
file(
fgets
fread
readfile
stream_get_contents
We just need to search this file and remove it or how to do it?
 

moonfire

Well-known member
Diamond
Elite
XNullUser
Joined
May 3, 2021
Messages
1,034
Reaction score
347
Points
83
NullCash
1,363
We just need to search this file and remove it or how to do it?
It's really not that easy. Sometimes the code that include those words is needed for the module to work.
You can search for those words and see whats around it, and then perhaps exclude some of it.

Without any coding skills it's probably better to just leave it be, and hope for the best :)
 

dynia

Member
XNullUser
Joined
Jun 11, 2021
Messages
102
Reaction score
0
Points
16
NullCash
5
Interesting! Thanks for sharing !
 
Top