ÿØÿà 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/vidoe.top/code/ |
<?php class notfound { public function __construct() { global $CORE; $code = ''; if (isset($CORE->input['code'])) { $code = $CORE->input['code']; } switch ($code) { default : $this->goList(); break; } } function goList(){ global $smarty,$func,$INFO; if($_SESSION['lang'] != 'vi') { $smarty->assign('title', 'Watch movies and videos free'); $smarty->assign('description','Watch free hd movies fast, fastest video updates, latest. Create a free video channel no ads. The world of movies, films, videos for everyone.'); }else{ $smarty->assign('title', 'Xem phim và video miá»…n phÃ'); $smarty->assign('description','Xem phim hd miá»…n phà tốc Ä‘á»™ nhanh, video cáºp nháºt nhanh nhất, má»›i nhất. Tạo kênh video miá»…n phà không quảng cáo. Thế giá»›i nghe nhìn cho má»i ngÆ°á»i.'); } $smarty->assign('cur_url',$func->current_url()); $smarty->assign('keywords','drama,movie,video'); $smarty->assign('image',$INFO['home_url'].'skin/'.$INFO['skin_folder'].'/img/vidoe-logo.png'); } } $run = new notfound(); ?>