PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/productjuly1video/champdoms.click/sources/live/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/productjuly1video/champdoms.click/sources/live/content.php

<?php
if (!IS_LOGGED) {
	header('Location: ' . PT_Link('404'));
	exit;
}
if ($pt->config->live_video == 1 && ($pt->config->who_use_live == 'all' || ($pt->config->who_use_live == 'admin' && PT_IsAdmin()) || ($pt->config->who_use_live == 'pro' && $pt->user->is_pro > 0))) {
}
else{
	header('Location: ' . PT_Link('404'));
	exit;
}
$if_live = $db->where('user_id',$pt->user->id)->where('stream_name','','!=')->where('live_time',time() - 5,'>=')->getValue(T_VIDEOS,'COUNT(*)');
if ($if_live > 0) {
	header('Location: ' . PT_Link('404'));
	exit;
}
$db->where('time',time()-60,'<')->delete(T_LIVE_SUB);

$pt->page_url_ = $pt->config->site_url.'/live';
$pt->title       = $lang->live . ' | ' . $pt->config->title;
$pt->page        = "live";
$pt->description = $pt->config->description;
$pt->keyword     = @$pt->config->keyword;
$pt->content     = PT_LoadPage('live/content');