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
941
Reaction score
299
Points
63
NullCash
1,160
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
941
Reaction score
299
Points
63
NullCash
1,160
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 :)
 
Top