ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/img.123vid.top/ |
<?php $array = array('170.130.62.4:3128','170.130.62.107:3128','170.130.62.4:3128', '170.130.62.107:3128', '173.232.14.67:3128', '104.140.209.33:3128', '173.208.39.20:3128', '170.130.62.189:3128', '173.208.39.112:3128', '104.140.209.156:3128', '173.232.14.30:3128', '170.130.62.216:3128'); $k = array_rand($array); $v = $array[$k]; $id = $_GET['id']; $q=''; if(isset($_GET['q'])){ $q=$_GET['q']; } switch ($q){ default: $out= shell_exec('youtube-dl -f 18 --proxy https://'.$v.' --output "/var/www/html/img.123vid.top/cache/youtube/%(id)s.%(ext)s" https://www.youtube.com/watch?v='.$id); break; case 'sd': $out= shell_exec('youtube-dl -f "bestvideo[height<=480]+bestaudio/best[height<=480]" --proxy https://'.$v.' --output "/var/www/html/img.123vid.top/cache/youtube/%(id)s.%(ext)s" https://www.youtube.com/watch?v='.$id); break; case 'hd': $out= shell_exec('youtube-dl -f 22 --proxy https://'.$v.' --output "/var/www/html/img.123vid.top/cache/youtube/%(id)s.%(ext)s" https://www.youtube.com/watch?v='.$id); break; } echo 'ok'; exit(); ?>