uawdijnntqw1x1x1
IP : 216.73.217.142
Hostname : localhost.localdomain
Kernel : Linux localhost.localdomain 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
OS : Linux
PATH:
/
var
/
www
/
forum-e-syn
/
FUDforum
/
src
/
help_index.php.t
/
/
<?php /** * copyright : (C) 2001-2010 Advanced Internet Designs Inc. * email : forum@prohost.org * $Id: help_index.php.t 5030 2010-10-08 18:27:42Z naudefj $ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. **/ /*{PRE_HTML_PHP}*/ $section = isset($_GET['section']) ? $_GET['section'] : ''; switch ($section) { case 'usermaintance': case 'boardusage': case 'readingposting': $file = '{THEME_ROOT_DISK}/help/'. $section .'.hlp'; $return_top = '{TEMPLATE: return_top}'; break; default: $file = '{THEME_ROOT_DISK}/help/faq_index.hlp'; $return_top = ''; } ses_update_status($usr->sid, '{TEMPLATE: help_index_update}'); $TITLE_EXTRA = ': {TEMPLATE: help_title}'; /*{POST_HTML_PHP}*/ $str = file_get_contents($file); $tt_len = strlen('TOPIC_TITLE:'); $th_len = strlen('TOPIC_HELP:'); $help_section_data = ''; while (($str = strstr($str, 'TOPIC_TITLE:')) !== false) { $end_of = strpos($str, "\n"); $topic_title = substr($str, $tt_len, $end_of-$tt_len); $str = strstr($str, 'TOPIC_HELP:'); $str = substr($str, $th_len); $end_of_str = strstr($str, 'TOPIC_TITLE:'); $topic_help = substr($str, 0, strlen($str)-strlen($end_of_str)); $str = $end_of_str; if ($FUD_OPT_2 & 32768 && !empty($_SERVER['PATH_INFO'])) { $rs = 'S='. str_replace(array('/', '?'), array('&', ''), _rsid); } else { $rs = _rsid; } $topic_help = str_replace(array('%_rsid%', '&#', '&#'), array($rs, '#', '#'), $topic_help); $help_section_data .= '{TEMPLATE: help_section}'; } /*{POST_PAGE_PHP_CODE}*/ ?> {TEMPLATE: HELP_PAGE}
/var/www/forum-e-syn/FUDforum/src/help_index.php.t