/home/admin/domains/streamingjav/public_html/de/templates/defboot/video_view_embedded.tpl.php [ 19 ]
/home/admin/domains/streamingjav/public_html/de/templates/defboot/video_view.tpl.php [ 93 ] » VTemplate->fetch()
88 <?php if ($this->friends): ?>
89 <?php if ($this->video['embed_code'] == ''): ?>
90 <?php echo $this->fetch('video_view_'.VCfg::get('video.player')); ?>
91 <?php echo p('adv_player', $this->video['adv'], $this->video['channel_id'], $this->video['user_id'], $this->video['categories']); ?>
92 <?php else: ?>
93 <?php echo $this->fetch('video_view_embedded'); ?>
94 <?php endif; ?>
95 <?php else: ?>
96 <div id="player-container"><div id="player"><span><i class="fa fa-lock fa-5x fa-block"></i><?php echo __('video-private', array('<a href="'.RELATIVE_URL.'/users/'.$this->video['username'].'/">'.$this->video['username'].'</a>')); ?></span></div></div>
97 <?php endif; ?>
98 <?php else: echo $this->fetch('video_view_deleted'); endif; ?>
/home/admin/domains/streamingjav/public_html/de/libraries/framework/template.php [ 133 ] » require(arguments)
0 |
(string) /home/admin/domains/streamingjav/public_html/de/templates/defboot/video_view.tpl.php |
128 }
129
130 $content = NULL;
131 foreach ($this->templates as $tpl) {
132 $tpl_path = ($tpl['0'] == '/') ? $tpl : TPL_DIR.'/'.$tpl.'.tpl.php';
133 require $tpl_path;
134 }
135
136 $content = ob_get_contents();
137 ob_end_clean();
138
/home/admin/domains/streamingjav/public_html/de/libraries/framework/template.php [ 144 ] » VTemplate->output()
139 return $content;
140 }
141
142 public function display($cache=FALSE, $seconds=60)
143 {
144 $output = $this->output();
145 if ($this->cache === true && $this->cfg['template_cache']) {
146 VTemplate_Cache::cache(CURRENT_URL, $output);
147 }
148
149 echo VResponse::output($output, $cache, $seconds);
/home/admin/domains/streamingjav/public_html/de/modules/video/components/view.php [ 395 ] » VTemplate->display()
390 $this->tpl->categories = $this->get_video_categories();
391 $this->tpl->download = $this->get_download_perms($user_id);
392 $this->tpl->friends = $friends;
393 $this->tpl->is_shell = !$is_ajax_related; // ← thêm dòng này
394 $this->tpl->load(array('header', 'video_view', 'footer'));
395 $this->tpl->display();
396
397 // === LƯU HTML CACHE CHỈ CHO PUBLIC GUEST VIDEOS ===
398 if ($can_cache_html) {
399 $html_output = ob_get_contents();
400 ob_end_clean();
/home/admin/domains/streamingjav/public_html/de/modules/video/video.php [ 50 ] » VComponent_video_view->render()
45 $component_class = 'VComponent_video_'.$component;
46
47 try {
48 require MODULES_DIR.'/video/components/'.$component.'.php';
49 $obj = new $component_class();
50 $obj->render();
51 } catch (Exception $e) {
52 throw new VException($e);
53 }
54 }
55
/home/admin/domains/streamingjav/public_html/de/libraries/framework/module.php [ 25 ] » VModule_video->render()
20 $module_file = MODULES_DIR.'/'.$module.'/'.$module.'.php';
21 $module_class = 'VModule_'.$module;
22 try {
23 require $module_file;
24 $module_obj = new $module_class();
25 $module_obj->render();
26 } catch(Exception $e) {
27 throw new VException($e);
28 }
29 } else {
30 if ($name != '404') {
/home/admin/domains/streamingjav/public_html/de/index.php [ 41 ] » VModule::load()
36 } else {
37 VLanguage::load('frontend.global');
38 if (VModule::enabled($module)) {
39 VModule::load($module);
40 } else {
41 VModule::load('video');
42 }
43 }
44 }
45
46 VF::close();
/home/admin/domains/streamingjav/public_html/de/index.php |
/home/admin/domains/streamingjav/public_html/de/libraries/bootstrap.php |
/home/admin/domains/streamingjav/public_html/de/libraries/defines.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/benchmark.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/compat/enviroment/magic_quotes_gpc_off.php |
/home/admin/domains/streamingjav/public_html/de/config.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/error.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/multibyte.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/functions.php |
/home/admin/domains/streamingjav/public_html/de/libraries/cdn.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/uri.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/session.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/session/none.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/database.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/database/mysqli.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/server.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/language.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/compat/enviroment/register_globals_off.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/security.php |
/home/admin/domains/streamingjav/public_html/de/config/security.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/device.php |
/home/admin/domains/streamingjav/public_html/de/libraries/mobiledetect/Mobile_Detect.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/module.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/browser.php |
/home/admin/domains/streamingjav/public_html/de/config/mobile.php |
/home/admin/domains/streamingjav/public_html/de/config/browsers.php |
/home/admin/domains/streamingjav/public_html/de/config/robots.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/helper.php |
/home/admin/domains/streamingjav/public_html/de/modules/link/helpers/referer.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/auth.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/template_cache.php |
/home/admin/domains/streamingjav/public_html/de/tmp/cache/language/DEU-DE.frontend.global_a830e166eae51e65fca7725bb4ab3ca7.php |
/home/admin/domains/streamingjav/public_html/de/modules/video/video.php |
/home/admin/domains/streamingjav/public_html/de/modules/video/functions/url.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/cache.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/cache/file.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/template.php |
/home/admin/domains/streamingjav/public_html/de/modules/video/components/view.php |
/home/admin/domains/streamingjav/public_html/de/modules/video/components/includes/slave_server.php |
/home/admin/domains/streamingjav/public_html/de/modules/video/components/includes/related_ajax.php |
/home/admin/domains/streamingjav/public_html/de/modules/video/components/includes/search_logger.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/cfg.php |
/home/admin/domains/streamingjav/public_html/de/tmp/cache/language/DEU-DE.frontend.video_a830e166eae51e65fca7725bb4ab3ca7.php |
/home/admin/domains/streamingjav/public_html/de/libraries/framework/pagination.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/header.tpl.php |
/home/admin/domains/streamingjav/public_html/de/libraries/helpers/hreflang.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/extend/plugins/language.plugin.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/extend/plugins/menu_main.plugin.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/messages.tpl.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/errors.tpl.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/warnings.tpl.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/video_view.tpl.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/extend/plugins/adv_right.plugin.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/extend/plugins/adv.plugin.php |
/home/admin/domains/streamingjav/public_html/de/templates/defboot/video_view_embedded.tpl.php |
/home/admin/domains/streamingjav/public_html/de/templates/error_template.php |
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bcmath |
calendar |
ctype |
curl |
dom |
hash |
FFI |
fileinfo |
filter |
ftp |
gd |
gettext |
SPL |
iconv |
intl |
json |
mbstring |
session |
standard |
mysqlnd |
PDO |
pdo_mysql |
pdo_sqlite |
bz2 |
posix |
Reflection |
mysqli |
shmop |
SimpleXML |
soap |
sockets |
sodium |
exif |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
xml |
xmlreader |
xmlwriter |
xsl |
zip |
cgi-fcgi |
htscanner |
igbinary |
Phar |
gmp |
redis |
imagick |
imap |
ldap |
ionCube Loader |
Zend OPcache |
language |
(string) DEU-DE |
video_csrf |
(integer) 1789146281 |
q |
(string) 3053/watchhd-ezfkpjnfmr-tikp-059/ |
USER |
(string) admin |
HOME |
(string) /home/admin |
HTTP_CONNECTION |
(string) Keep-Alive |
HTTP_ACCEPT_ENCODING |
(string) gzip, br |
HTTP_X_FORWARDED_PROTO |
(string) https |
HTTP_CF_VISITOR |
|
HTTP_CF_IPCOUNTRY |
(string) US |
HTTP_CF_CONNECTING_IP |
(string) 2a06:98c0:3600::103 |
HTTP_CF_WORKER |
(string) kkgi.biz.id |
HTTP_CDN_LOOP |
(string) cloudflare; loops=1; subreqs=1 |
HTTP_CF_EW_VIA |
(string) 15 |
HTTP_CF_RAY |
(string) a39840c538a84c41-CMH |
HTTP_X_FORWARDED_FOR |
(string) 2a06:98c0:3600::103 |
HTTP_HOST |
(string) streamingjav |
SCRIPT_FILENAME |
(string) /home/admin/domains/streamingjav/public_html/de/index.php |
REDIRECT_STATUS |
(string) 200 |
SERVER_NAME |
(string) myserver.javseen.tv |
SERVER_PORT |
(string) 80 |
SERVER_ADDR |
(string) 148.113.9.158 |
REMOTE_PORT |
(string) |
REMOTE_ADDR |
(string) 2a06:98c0:3600::103 |
SERVER_SOFTWARE |
(string) nginx/1.31.3 |
GATEWAY_INTERFACE |
(string) CGI/1.1 |
REQUEST_SCHEME |
(string) http |
SERVER_PROTOCOL |
(string) HTTP/1.1 |
DOCUMENT_ROOT |
(string) /home/admin/domains/streamingjav/public_html |
DOCUMENT_URI |
(string) /de/index.php |
REQUEST_URI |
(string) /de/3053/watchhd-ezfkpjnfmr-tikp-059/ |
SCRIPT_NAME |
(string) /de/index.php |
CONTENT_LENGTH |
(string) |
CONTENT_TYPE |
(string) |
REQUEST_METHOD |
(string) GET |
QUERY_STRING |
(string) q=3053/watchhd-ezfkpjnfmr-tikp-059/& |
FCGI_ROLE |
(string) RESPONDER |
PHP_SELF |
(string) /de/index.php |
REQUEST_TIME_FLOAT |
(double) 1789146281.8993 |
REQUEST_TIME |
(integer) 1789146281 |