v1.6-v1.7 PHP expert

ampradas

Member
XNullUser
Joined
Jul 8, 2021
Messages
111
Reaction score
2
Points
18
NullCash
31
Hi!
Some expert in the forum that can help me, I need to open a file that contains an extension, ".php.imax"

I don't know what it is, I've searched the internet and I can't find anything, I can't open it with anything either.

Note: It is a module that I need to edit.

All "php" files have this inside.

<? php
$ data = file_get_contents (dirname (__ FILE __). "/ configuration.php.imax");
eval (gzuncompress ($ data));
?>


Thanks
 

Attachments

  • Captura de pantalla 2021-09-07 a las 19.23.14.png
    Captura de pantalla 2021-09-07 a las 19.23.14.png
    57.9 KB · Views: 5

d-shilko

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 10, 2021
Messages
2,490
Reaction score
1,404
Points
113
NullCash
6,234
Hi!
Some expert in the forum that can help me, I need to open a file that contains an extension, ".php.imax"

I don't know what it is, I've searched the internet and I can't find anything, I can't open it with anything either.

Note: It is a module that I need to edit.

All "php" files have this inside.

<? php
$ data = file_get_contents (dirname (__ FILE __). "/ configuration.php.imax");
eval (gzuncompress ($ data));
?>


Thanks
This code load from file code and run.
configuration.php.imax just file that exist php code.
 

ampradas

Member
XNullUser
Joined
Jul 8, 2021
Messages
111
Reaction score
2
Points
18
NullCash
31
Thanks for answering.

But how can I edit this file or how can I open it,

I have tried various programs and nothing.

I don't know much about php
 

d-shilko

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 10, 2021
Messages
2,490
Reaction score
1,404
Points
113
NullCash
6,234
Thanks for answering.

But how can I edit this file or how can I open it,

I have tried various programs and nothing.

I don't know much about php
Any editor. It is just php code. I guesses php code can be obfuscation. Can you provide this file. Attach here
 

johnloner

Member
XNullUser
Joined
Aug 16, 2021
Messages
57
Reaction score
8
Points
8
NullCash
216
HAve you tried to open the file with a code editor like Notepad++ ? This is what I use in order to edit all kind of html and php files
 

ampradas

Member
XNullUser
Joined
Jul 8, 2021
Messages
111
Reaction score
2
Points
18
NullCash
31
Hello, yes, but only characters that cannot be read appear. View image
 

Attachments

  • Captura de pantalla 2021-09-08 a las 19.45.42.png
    Captura de pantalla 2021-09-08 a las 19.45.42.png
    131.5 KB · Views: 2

trakr

Member
XNullUser
Joined
Apr 8, 2021
Messages
278
Reaction score
0
Points
16
NullCash
3
remove ".imax" and open it with dreamweaver
 
Top