403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.45
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/www.superporner.com/porn/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/www.superporner.com/porn/admin/encTrailer.php
<?
include_once('db.php');
$result = mysql_query("SELECT * FROM content WHERE trailer_filename = '' AND photos = 0 AND embed = ''");
while($row = mysql_fetch_array($result)) {
        $first = $row[filename][0];
        $second = $row[filename][1];
        $third = $row[filename][2];
        $forth = $row[filename][3];
        $fifth = $row[filename][4];
        @mkdir($video_path.'/'.$first);
        @mkdir($video_path.'/'.$first.'/'.$second);
        @mkdir($video_path.'/'.$first.'/'.$second.'/'.$third);
        @mkdir($video_path.'/'.$first.'/'.$second.'/'.$third.'/'.$forth);
        @mkdir($video_path.'/'.$first.'/'.$second.'/'.$third.'/'.$forth.'/'.$fifth);
        @mkdir($thumb_path.'/'.$first);
        @mkdir($thumb_path.'/'.$first.'/'.$second);
        @mkdir($thumb_path.'/'.$first.'/'.$second.'/'.$third);
        @mkdir($thumb_path.'/'.$first.'/'.$second.'/'.$third.'/'.$forth);
        @mkdir($thumb_path.'/'.$first.'/'.$second.'/'.$third.'/'.$forth.'/'.$fifth);
        $subdir = $first.'/'.$second.'/'.$third.'/'.$forth.'/'.$fifth.'/';
        $trailer = uniqid().'.mp4';
        $q = "$ffmpeg_path -i \"".$video_path."/$subdir".$row[filename]."\" -ss $trailerFrom -t $trailerDuration $ffmpeg_command \"$video_path/$subdir".$trailer."\"";
        echo "Encoding... ".$row[orig_filename]." -> ".$trailer."\n";
        echo "Command: ".$q."\n";
        shell_exec($q);
        shell_exec("$mp4box_path -inter 500 \"$video_path/$subdir"."$trailer\"");
        if(file_exists($video_path."/$subdir".$trailer) && filesize($video_path."/$subdir".$trailer) > 0) {
                dbReconnect();
                mysql_query("UPDATE content SET trailer_filename = '$trailer' WHERE record_num = '$rrow[id]'");
        }
}
echo "\n----------------------\nEncoding Complete - $counter videos converted";
?>

Youez - 2016 - github.com/yon3zu
LinuXploit