/home/admin/domains/streamingjav/public_html/libraries/framework/template.php [ 165 ]
160 $function_name = 'template_widget_'.$name;
161 if (!function_exists($function_name)) {
162 require TPL_DIR.'/extend/widgets/'.$name.'.widget.php';
163 }
164
165 return $function_name($options);
166 }
167
168 function p()
169 {
170 $args = func_get_args();
/home/admin/domains/streamingjav/public_html/templates/defboot/404.tpl.php [ 8 ] » w()
3 <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
4 <div class="none">Sorry I couldn't find the content you needed ! You can watch other movies here</div>
5 </div>
6 </div>
7 <div class="panel panel-default">
8 <?php echo w('videos_sidebar'); ?>
9 </div>
/home/admin/domains/streamingjav/public_html/libraries/framework/template.php [ 133 ] » require(arguments)
0 |
(string) /home/admin/domains/streamingjav/public_html/templates/defboot/404.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/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/modules/404/404.php [ 20 ] » VTemplate->display()
15
16 VResponse::add_header('Status', '404 Not Found');
17 $tpl = VF::factory('template');
18 $tpl->meta_title = __('Javhd.today Sorry I couldnt find the content you needed');
19 $tpl->load(array('header', '404', 'footer'));
20 $tpl->display();
21
22 VF::close();
23 die();
24 }
25 }
/home/admin/domains/streamingjav/public_html/libraries/framework/module.php [ 25 ] » VModule_404->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/modules/video/video.php [ 126 ] » VModule::load()
121 } else {
122 if (isset($timelines[$arg])) {
123 $options['timeline'] = $arg;
124 array_shift($query);
125 } else {
126 VModule::load('404', true);
127 }
128 }
129 }
130 }
131
/home/admin/domains/streamingjav/public_html/modules/video/components/category.php [ 89 ] » VModule_video->get_query()
84
85 public function render()
86 {
87 // === GET SLUG, ORDER, TIMELINE, PAGE FROM URL ===
88 $is_ajax = isset($_GET['ajax']) && $_GET['ajax'] === '1';
89 $args = $this->get_query(true);
90 $slug = $args['slug'];
91 $order = $args['order'] ?? 'recent';
92 $timeline = $args['timeline'] ?? '';
93 $page = $args['page'] ?? 1;
94
/home/admin/domains/streamingjav/public_html/modules/video/video.php [ 50 ] » VComponent_video_category->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/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/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/index.php |
/home/admin/domains/streamingjav/public_html/libraries/bootstrap.php |
/home/admin/domains/streamingjav/public_html/libraries/defines.php |
/home/admin/domains/streamingjav/public_html/libraries/framework.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/benchmark.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/compat/enviroment/magic_quotes_gpc_off.php |
/home/admin/domains/streamingjav/public_html/config.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/error.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/multibyte.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/functions.php |
/home/admin/domains/streamingjav/public_html/libraries/cdn.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/uri.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/session.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/session/none.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/database.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/database/mysqli.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/server.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/language.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/compat/enviroment/register_globals_off.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/security.php |
/home/admin/domains/streamingjav/public_html/config/security.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/device.php |
/home/admin/domains/streamingjav/public_html/libraries/mobiledetect/Mobile_Detect.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/module.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/browser.php |
/home/admin/domains/streamingjav/public_html/config/mobile.php |
/home/admin/domains/streamingjav/public_html/config/browsers.php |
/home/admin/domains/streamingjav/public_html/config/robots.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/helper.php |
/home/admin/domains/streamingjav/public_html/modules/link/helpers/referer.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/auth.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/template_cache.php |
/home/admin/domains/streamingjav/public_html/tmp/cache/language/en-US.frontend.global_a830e166eae51e65fca7725bb4ab3ca7.php |
/home/admin/domains/streamingjav/public_html/modules/video/video.php |
/home/admin/domains/streamingjav/public_html/modules/video/functions/url.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/cache.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/cache/file.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/template.php |
/home/admin/domains/streamingjav/public_html/modules/video/components/category.php |
/home/admin/domains/streamingjav/public_html/modules/video/components/includes/slave_server.php |
/home/admin/domains/streamingjav/public_html/modules/video/components/includes/category_ajax.php |
/home/admin/domains/streamingjav/public_html/modules/video/components/includes/search_logger.php |
/home/admin/domains/streamingjav/public_html/modules/404/404.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/response.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/header.tpl.php |
/home/admin/domains/streamingjav/public_html/libraries/helpers/hreflang.php |
/home/admin/domains/streamingjav/public_html/libraries/framework/cfg.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/extend/plugins/language.plugin.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/extend/plugins/menu_main.plugin.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/messages.tpl.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/errors.tpl.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/warnings.tpl.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/404.tpl.php |
/home/admin/domains/streamingjav/public_html/templates/defboot/extend/widgets/videos_sidebar.widget.php |
/home/admin/domains/streamingjav/public_html/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) en-US |
q |
(string) deep-throating/discussed/h/cuckold/ |
USER |
(string) admin |
HOME |
(string) /home/admin |
SCRIPT_NAME |
(string) /index.php |
REQUEST_URI |
(string) /deep-throating/discussed/h/cuckold/ |
QUERY_STRING |
(string) q=deep-throating/discussed/h/cuckold/ |
REQUEST_METHOD |
(string) GET |
SERVER_PROTOCOL |
(string) HTTP/1.1 |
GATEWAY_INTERFACE |
(string) CGI/1.1 |
REDIRECT_QUERY_STRING |
(string) q=deep-throating/discussed/h/cuckold/ |
REDIRECT_URL |
(string) /deep-throating/discussed/h/cuckold/ |
REMOTE_PORT |
(string) 13547 |
SCRIPT_FILENAME |
(string) /home/admin/domains/streamingjav/public_html/index.php |
SERVER_ADMIN |
(string) [email protected] |
CONTEXT_DOCUMENT_ROOT |
(string) /home/admin/domains/streamingjav/public_html |
CONTEXT_PREFIX |
(string) |
REQUEST_SCHEME |
(string) http |
DOCUMENT_ROOT |
(string) /home/admin/domains/streamingjav/public_html |
REMOTE_ADDR |
(string) 2a06:98c0:3600::103 |
SERVER_PORT |
(string) 80 |
SERVER_ADDR |
(string) 148.113.9.167 |
SERVER_NAME |
(string) streamingjav |
SERVER_SOFTWARE |
(string) Apache/2 |
SERVER_SIGNATURE |
(string) |
PATH |
(string) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin |
HTTP_ACCEPT_ENCODING |
(string) gzip, br |
HTTP_CONNECTION |
(string) Keep-Alive |
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) a11932e4cc76cf4e-CMH |
HTTP_HOST |
(string) streamingjav |
proxy-nokeepalive |
(string) 1 |
UNIQUE_ID |
(string) aj31AfVhcPyhzyTqHPxVOAAAACg |
REDIRECT_STATUS |
(string) 200 |
REDIRECT_UNIQUE_ID |
(string) aj31AfVhcPyhzyTqHPxVOAAAACg |
FCGI_ROLE |
(string) RESPONDER |
PHP_SELF |
(string) /index.php |
REQUEST_TIME_FLOAT |
(double) 1782445313.0633 |
REQUEST_TIME |
(integer) 1782445313 |