Go Back   vb.org Archive > Community Discussions > Forum and Server Management
Prev Previous Post   Next Post Next
  #3  
Old 08-06-2008, 04:08 PM
kronnos kronnos is offline
 
Join Date: Apr 2006
Posts: 241
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And here is part 2 of the file:

PHP Code:
{
vbseo_get_options();
$tmode $_COOKIE[$bbuserinfo['cprefix'] . "threadedmode"];
if (
$vbseo_arr['thread_page'] > || $tmode == 'threaded' || $tmode == 'hybrid')
{
vbseo_set_self('showthread.' VBSEO_VB_EXT '?' VBSEO_POSTID_URI '=' $vbseo_arr['post_id'] .
(
$vbseo_arr['thread_page'] > 1'&' VBSEO_PAGENUM_URI '=' $vbseo_arr['thread_page'] :''));
$vbseo_found_fn 'showthread.' VBSEO_VB_EXT;
$vbseo_found true;
}
else
{
define('THIS_SCRIPT''showthread');
$globaltemplates $phrasegroups $specialtemplates = array();
include 
'global.' VBSEO_VB_EXT;
vbseo_get_options();
vbseo_prepare_seo_replace();
$r_post_id $vbseo_arr['post_id'];
vbseo_get_forum_info();
$find_prepostthread_ids = array($r_post_id);
unset(
$g_cache['post']);
vbseo_get_post_thread_info($r_post_id);
vbseo_get_thread_info($find_postthreads);
$vbseo_url_ vbseo_thread_url_postid($r_post_id1false, -1);
vbseo_safe_redirect($vbseo_url_);
}
}
else
if (
VBSEO_REWRITE_THREADS &&
(
$arr2 $arr vbseo_check_url('VBSEO_URL_THREAD_NEXT'$vbseo_url_)) ||
(
$arr3 $arr vbseo_check_url('VBSEO_URL_THREAD_PREV'$vbseo_url_))
)
{
vbseo_get_forum_info();
vbseo_prepare_seo_replace();
vbseo_get_thread_info($arr['thread_id']);
$nthread vbseo_get_next_thread($arr['thread_id'], $arr3?true:false);
if (
$nthread['threadid'])
{
vbseo_get_thread_info($nthread['threadid']);
$vbseo_url_ vbseo_thread_url($nthread['threadid']);
vbseo_safe_redirect($vbseo_url_);
}
else
{
vbseo_set_self('showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $arr['thread_id'] . '&goto=' . ($arr3?'nextoldest':'nextnewest'));
$vbseo_found_fn 'showthread.' VBSEO_VB_EXT;
$vbseo_found true;
}
}
else
if (
VBSEO_REWRITE_MEMBER_LIST && $arr vbseo_check_url('VBSEO_URL_MEMBERLIST_PAGENUM'$vbseo_url_))
{
vbseo_set_self('memberlist.' VBSEO_VB_EXT '?' . ($arr['page'] > 1?VBSEO_PAGENUM_URI '=' $arr['page']:''));
$vbseo_found_fn 'memberlist.' VBSEO_VB_EXT;
$vbseo_found true;
}
else
if (
VBSEO_REWRITE_MEMBER_LIST && $arr vbseo_check_url('VBSEO_URL_MEMBERLIST'$vbseo_url_))
{
vbseo_set_self('memberlist.' VBSEO_VB_EXT);
$vbseo_found_fn 'memberlist.' VBSEO_VB_EXT;
$vbseo_found true;
}
else
if (
VBSEO_REWRITE_MEMBER_LIST && $arr vbseo_check_url('VBSEO_URL_MEMBERLIST_LETTER'$vbseo_url_))
{
if (
$arr['letter'] == '0'$arr['letter'] = '%23';
vbseo_set_self('memberlist.' VBSEO_VB_EXT '?ltr=' strtoupper($arr['letter']) . ($arr['page'] > '&' VBSEO_PAGENUM_URI '=' $arr['page']:''));
$vbseo_found_fn 'memberlist.' VBSEO_VB_EXT;
$vbseo_found true;
}
else
if (
VBSEO_REWRITE_BLOGS && file_exists('blog.' VBSEO_VB_EXT) && (
(
$arr5 vbseo_check_url('VBSEO_URL_BLOG_NEXT'$vbseo_url_)) ||
(
$arr6 vbseo_check_url('VBSEO_URL_BLOG_PREV'$vbseo_url_)) ||
(
$arr vbseo_check_url('VBSEO_URL_BLOG_ENTRY'$vbseo_url_)) ||
(
$arr11 vbseo_check_url('VBSEO_URL_BLOG_ATT'$vbseo_url_)) ||
(
$arr23 vbseo_check_url('VBSEO_URL_BLOG_BLIST_PAGE'$vbseo_url_)) ||
(
$arr15 vbseo_check_url('VBSEO_URL_BLOG_BLIST'$vbseo_url_)) ||
(
$arr22 vbseo_check_url('VBSEO_URL_BLOG_BEST_BLOGS_PAGE'$vbseo_url_)) ||
(
$arr12 vbseo_check_url('VBSEO_URL_BLOG_BEST_BLOGS'$vbseo_url_)) ||
(
$arr21 vbseo_check_url('VBSEO_URL_BLOG_BEST_ENT_PAGE'$vbseo_url_)) ||
(
$arr13 vbseo_check_url('VBSEO_URL_BLOG_BEST_ENT'$vbseo_url_)) ||
(
$arr24 vbseo_check_url('VBSEO_URL_BLOG_DAY_PAGE'$vbseo_url_)) ||
(
$arr10 vbseo_check_url('VBSEO_URL_BLOG_DAY'$vbseo_url_)) ||
(
$arr25 vbseo_check_url('VBSEO_URL_BLOG_MONTH_PAGE'$vbseo_url_)) ||
(
$arr9 vbseo_check_url('VBSEO_URL_BLOG_MONTH'$vbseo_url_)) ||
(
$arr16 vbseo_check_url('VBSEO_URL_BLOG_UDAY'$vbseo_url_)) ||
(
$arr17 vbseo_check_url('VBSEO_URL_BLOG_UMONTH'$vbseo_url_)) ||
(
$arr7 vbseo_check_url('VBSEO_URL_BLOG_FEEDUSER'$vbseo_url_)) ||
(
$arr8 vbseo_check_url('VBSEO_URL_BLOG_FEED'$vbseo_url_)) ||
(
$arr20 vbseo_check_url('VBSEO_URL_BLOG_LIST_PAGE'$vbseo_url_)) ||
(
$arr4 vbseo_check_url('VBSEO_URL_BLOG_LIST'$vbseo_url_)) ||
(
$arr18 vbseo_check_url('VBSEO_URL_BLOG_CLIST_PAGE'$vbseo_url_)) ||
(
$arr19 vbseo_check_url('VBSEO_URL_BLOG_CLIST'$vbseo_url_)) ||
(
$arr3 vbseo_check_url('VBSEO_URL_BLOG_USER'$vbseo_url_)) ||
(
$arr2 vbseo_check_url('VBSEO_URL_BLOG_CAT_PAGE'$vbseo_url_)) ||
(
$arr2 vbseo_check_url('VBSEO_URL_BLOG_CAT'$vbseo_url_))
)
)
{
if (
$arr)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?b=' $arr['blog_id']);
}
else
if (
$arr2)
{
if (empty(
$arr2['user_id']) && isset($arr2['user_name']))
$arr2['user_id'] = vbseo_reverse_username($arr2['user_name']);
if (!
$arr2['category_id'])
$arr2['category_id'] = vbseo_reverse_blogcat($arr2['user_id'], $arr2['category_title']);
$_vsself = ('blog.' VBSEO_VB_EXT '?u=' $arr2['user_id'] . ($arr2['page']?'&page=' $arr2['page']:'') . '&' VBSEO_BLOG_CATID_URI '=' . ($arr2['category_id']?$arr2['category_id']:-1));
}
else
if (
$arr7)
{
if (empty(
$arr7['user_id']) && isset($arr7['user_name']))
$arr7['user_id'] = vbseo_reverse_username($arr7['user_name']);
$_vsself = ('blog_external.' VBSEO_VB_EXT '?bloguserid=' $arr7['user_id']);
}
else
if (
$arr8)
{
$_vsself = ('blog_external.' VBSEO_VB_EXT);
}
else
if (
$arr4)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list');
}
else
if (
$arr20)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list&page=' $arr20['page']);
}
else
if (
$arr23)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=bloglist&page=' $arr23['page']);
}
else
if (
$arr15)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=bloglist');
}
else
if (
$arr5)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?b=' $arr5['blog_id'] . '&goto=next');
}
else
if (
$arr6)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?b=' $arr6['blog_id'] . '&goto=prev');
}
else
if (
$arr25)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list&page=' $arr25['page'] . '&y=' $arr25['year'] . '&m=' $arr25['month']);
}
else
if (
$arr9)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list&y=' $arr9['year'] . '&m=' $arr9['month']);
}
else
if (
$arr24)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list&page=' $arr24['page'] . '&y=' $arr24['year'] . '&m=' $arr24['month'] . '&d=' $arr24['day']);
}
else
if (
$arr10)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list&y=' $arr10['year'] . '&m=' $arr10['month'] . '&d=' $arr10['day']);
}
else
if (
$arr16)
{
if (empty(
$arr16['user_id']) && isset($arr16['user_name']))
$arr16['user_id'] = vbseo_reverse_username($arr16['user_name']);
$_vsself = ('blog.' VBSEO_VB_EXT '?u=' $arr16['user_id'] . '&y=' $arr16['year'] . '&m=' $arr16['month'] . '&d=' $arr16['day']);
}
else
if (
$arr17)
{
if (empty(
$arr17['user_id']) && isset($arr17['user_name']))
$arr17['user_id'] = vbseo_reverse_username($arr17['user_name']);
$_vsself = ('blog.' VBSEO_VB_EXT '?u=' $arr17['user_id'] . '&y=' $arr17['year'] . '&m=' $arr17['month'] . '&d=' $arr17['day']);
}
else
if (
$arr3)
{
if (empty(
$arr3['user_id']) && isset($arr3['user_name']))
$arr3['user_id'] = vbseo_reverse_username($arr3['user_name']);
$_vsself = ('blog.' VBSEO_VB_EXT '?u=' $arr3['user_id']);
}
else
if (
$arr11)
{
preg_match('#^(\d+)(d\d+)?(t)?#'$arr11['attachment_id'], $atm);
$_vsself = ('blog_attachment.' VBSEO_VB_EXT '?attachmentid=' $atm[1] . '&d=' $atm[2] . (isset($atm[3])?'&thumb=1':''));
}
else
if (
$arr22)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=bloglist&blogtype=best&page=' $arr22['page']);
}
else
if (
$arr12)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=bloglist&blogtype=best');
}
else
if (
$arr21)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list&blogtype=best&page=' $arr21['page']);
}
else
if (
$arr13)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=list&blogtype=best');
}
else
if (
$arr18)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=comments&page=' $arr18['page']);
}
else
if (
$arr19)
{
$_vsself = ('blog.' VBSEO_VB_EXT '?do=comments');
}
if (!
$vbseo_url_suggest)
{
$vbseo_found true;
vbseo_set_self($_vsself);
$vbseo_found_fn $_SERVER['vbseo_fn'];
}
}
else
if ((
VBSEO_REWRITE_MEMBERS && ($arr vbseo_check_url('VBSEO_URL_MEMBER'$vbseo_url_)) && !$vbseo_url_suggest) ||
(
VBSEO_REWRITE_AVATAR &&
(
substr($vbseo_url_0strlen(VBSEO_AVATAR_PREFIX)) == VBSEO_AVATAR_PREFIX) &&
(
$arr vbseo_check_url('VBSEO_URL_AVATAR'substr($vbseo_url_strlen(VBSEO_AVATAR_PREFIX)))))
)
{
if (empty(
$arr['user_id']) && isset($arr['user_name']))
$arr['user_id'] = vbseo_reverse_username($arr['user_name']); // if($arr['user_id']) {
if (vbseo_check_url('VBSEO_URL_MEMBER'$vbseo_url_))
{
vbseo_set_self('member.' VBSEO_VB_EXT '?action=getinfo&' VBSEO_USERID_URI '=' $arr['user_id']);
$vbseo_found_fn 'member.' VBSEO_VB_EXT;
}
else
{
vbseo_set_self('image.' VBSEO_VB_EXT '?' VBSEO_USERID_URI '=' $arr['user_id'] . '&dateline=' time());
$vbseo_found_fn 'image.' VBSEO_VB_EXT;
}
$vbseo_found true;
}
else
if (
VBSEO_REWRITE_PRINTTHREAD &&
(
$arr vbseo_check_url('VBSEO_URL_THREAD_PRINT_PAGENUM'$vbseo_url_)) ||
(
$arr vbseo_check_url('VBSEO_URL_THREAD_PRINT'$vbseo_url_)))
{
vbseo_set_self('printthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $arr['thread_id'] . (isset($arr['thread_page'])?'&' VBSEO_PAGENUM_URI '=' $arr['thread_page']:''));
$vbseo_found_fn 'printthread.' VBSEO_VB_EXT;
$vbseo_found true;
}
else
if (
VBSEO_REWRITE_THREADS && VBSEO_ENABLE_GARS &&
(
$arr vbseo_check_url('VBSEO_URL_THREAD_GARS_PAGENUM'$vbseo_url_))
)
{
vbseo_set_self('showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $arr['thread_id'] . (isset($arr['thread_page'])?'&' VBSEO_PAGENUM_URI_GARS '=' $arr['thread_page']:''));
$vbseo_found_fn 'showthread.' VBSEO_VB_EXT;
$vbseo_found true;
}
else
if (
VBSEO_REWRITE_THREADS &&
(
$arr vbseo_check_url('VBSEO_URL_THREAD_PAGENUM'$vbseo_url_)) ||
(
$arr vbseo_check_url('VBSEO_URL_THREAD'$vbseo_url_))
)
{
vbseo_set_self('showthread.' VBSEO_VB_EXT '?' VBSEO_THREADID_URI '=' $arr['thread_id'] . (isset($arr['thread_page'])?'&' VBSEO_PAGENUM_URI '=' $arr['thread_page']:''));
$vbseo_found_fn 'showthread.' VBSEO_VB_EXT;
$vbseo_found true;
}
if (!
$vbseo_found && !$vbseo_url_suggest)
{
if (
VBSEO_REWRITE_FORUM &&
(
(
$arr $arra vbseo_check_url('VBSEO_URL_FORUM_ANNOUNCEMENT'$vbseo_url_)) ||
(
$arr $arra2 vbseo_check_url('VBSEO_URL_FORUM_ANNOUNCEMENT_ALL'$vbseo_url_)) ||
(
$arr vbseo_check_url('VBSEO_URL_FORUM_PAGENUM'$vbseo_url_)) ||
(
$arr vbseo_check_url('VBSEO_URL_FORUM'$vbseo_url_))
)
)
{
if (!isset(
$arr['forum_page'])) $arr['forum_page'] = 1;
if (!isset(
$arr['forum_id']) &&
(
isset(
$arr['forum_path']) ||
isset(
$arr['forum_title'])
)
)
{
$arr['forum_id'] = vbseo_reverse_forumtitle($arr);
}
if (
$vbseo_url_suggest)
{
if (!
$arr['forum_id'])
$vbseo_url_suggest '';
}
else
if (isset(
$arr['forum_id']))
{
vbseo_set_self('forumdisplay.' VBSEO_VB_EXT '?' VBSEO_FORUMID_URI '=' $arr['forum_id'] .
(
$arr['forum_page'] > '&' VBSEO_PAGENUM_URI '=' $arr['forum_page'] : ''));
$vbseo_found_fn 'forumdisplay.' VBSEO_VB_EXT;
$vbseo_found true;
if ((
$arra || $arra2))
{
if (
$arra)
{
vbseo_prepare_seo_replace();
vbseo_get_forum_info();
$a_ann vbseo_get_forum_announcement($arr['forum_id']);
if (!
$arr['announcement_id'] && $a_ann)
while (list(
$aid$announce) = each($a_ann))
{
if (
preg_replace(array_keys($seo_replace_inurls),
$seo_replace_inurls,
vbseo_filter_text($announce)
) == 
$arr['announcement_title'])
{
$arr['announcement_id'] = $aid;
break;
}
}
}
$vbseo_url_ 'announcement.' VBSEO_VB_EXT '?' VBSEO_FORUMID_URI '=' $arr['forum_id'] . '&announcementid=' $arr['announcement_id'];
vbseo_set_self($vbseo_url_);
$vbseo_found_fn 'announcement.' VBSEO_VB_EXT;
$vbseo_found true;
}
}
}
}
}
}
if ((isset(
$_POST[($vbseo_postpar 'mergethreadurl')]) && $murl_dyn $_POST[$vbseo_postpar]) ||
(isset(
$_POST[($vbseo_postpar 'dealurl')]) && $murl_dyn $_POST[$vbseo_postpar])
)
{
$murl $murl_dyn;
vbseo_get_options();
$purl = @parse_url($murl);
$murl urldecode(substr($purl['path'], strlen(VBSEO_TOPREL)));
if (
$arr vbseo_check_url('VBSEO_URL_THREAD_GOTOPOST'$murl))
{
$murl_dyn 'showthread.' VBSEO_VB_EXT '?p=' $arr['post_id'];
}
else
if ((
$arr vbseo_check_url('VBSEO_URL_THREAD_PAGENUM'$murl)) ||
(
$arr vbseo_check_url('VBSEO_URL_THREAD'$murl)))
{
$murl_dyn 'showthread.' VBSEO_VB_EXT '?t=' $arr['thread_id'];
}
if (!
strstr($murl_dyn':'))
$murl_dyn $vboptions['bburl2'] . '/' $murl_dyn;
$_POST[$vbseo_postpar] = $_REQUEST[$vbseo_postpar] = $murl_dyn;
}
}
$vbseo_found_1 $vbseo_found;
if (!
$vbseo_found)
{
$vbseo_found_fn VBSEO_BASEURL;
if (@
is_dir($vbseo_url_) || !$vbseo_url_)
{
$vbseo_url_ .= 'index.' VBSEO_VB_EXT;
$vbseo_found_fn 'index.' VBSEO_VB_EXT;
}
$vbseo_root dirname($vbseo_url_);
$vbseo_file $vbseo_found_fn;
if (
$vbseo_file == '')
$vbseo_file 'index.' VBSEO_VB_EXT;
if (@
is_file($vbseo_url_) && (!$vbseo_root || ($vbseo_root == '.') || @is_dir($vbseo_root) || @is_dir($vbseo_root2)))
{
if (
$vbseo_root && @is_dir($vbseo_root))
@
chdir($vbseo_root);
vbseo_set_self($_SERVER['REQUEST_URI']);
$vbseo_found true;
}
else
{
$vbseo_root dirname($vbseo_url_);
$vbseo_root2 basename($vbseo_root);
if (
file_exists($vbseo_found_fn) || file_exists($vbseo_root2 '/' $vbseo_found_fn))
{
if (!
file_exists($vbseo_found_fn))
{
@
chdir($vbseo_root2);
$vbseo_found_fn $vbseo_root2 '/' $vbseo_found_fn;
}
$vbseo_purl = @parse_url($_SERVER['REQUEST_URI']);
if (
$_POST)
{
$vbseo_found true;
}
else
{
vbseo_safe_redirect($vbseo_found_fn . ($vbseo_purl['query'] ? '?' $vbseo_purl['query'] : ''), array(), true);
}
}
}
}
if (
$vbseo_found_1 && !isset($_GET['vbseorelpath']))
define('VBSEO_PREPROCESSED'1);
if (!
function_exists('vbseo_output_handler'))
{
function 
vbseo_output_handler($outbuffer)
{
global 
$vboptions;
@
define('VBSEO_OUTHANDLER'1);
if (
preg_match('#<[^>]*?\bdata="(.*?)"#is'$outbuffer$outm))
{
$cont html_entity_decode ($outm[1]);
$cont make_crawlable($cont);
$cont function_exists('htmlspecialchars_uni')?htmlspecialchars_uni($cont):htmlspecialchars($cont);
$outbuffer str_replace($outm[1], $cont$outbuffer);
}
else
$outbuffer make_crawlable($outbuffer);
$outbuffer preg_replace('#([\";]|\&quot\;)(images/)#s''$1' $vboptions['bburl2'] . '/$2'$outbuffer);
return 
$outbuffer;
}
}
if (
$vbseo_found_fn == 'external.' VBSEO_VB_EXT || $vbseo_found_fn == 'blog_external.' VBSEO_VB_EXT
)
{
$GLOBALS['VBSEO_REWRITE_TEXTURLS'] = 1;
define('VBSEO_REWRITE_EXTERNAL'1);
ob_start("vbseo_output_handler");
define('VBSEO_AJAX'1);
require (
$vbseo_found_fn);
if (!
defined('VBSEO_PROCESS'))
{
$output ob_get_contents();
ob_clean();
$output make_crawlable($output);
echo 
$output;
}
exit();
}
if (
$_GET['vbseoembedd'] && $vbseo_found_fn)
{
ob_start("vbseo_output_handler");
require (
$vbseo_found_fn);
ob_flush();
if (!
defined('VBSEO_PROCESS'))
{
$output ob_get_contents();
ob_clean();
$output make_crawlable($output);
echo 
$output;
}
exit();
}
if ((
$vbseo_found_fn == 'ajax.' VBSEO_VB_EXT) || (isset($_POST['ajax']) && preg_match('#(newreply|editpost|blog_post|blog_ajax)\.php#'$vbseo_found_fn)))
{
ob_start("vbseo_output_handler");
define('VBSEO_AJAX'1);
ob_start();
require (
$vbseo_found_fn);
if (!
defined('VBSEO_OUTHANDLER'))
{
$output ob_get_contents();
ob_clean();
vbseo_get_options();
$output make_crawlable($output);
$output preg_replace('#([\";]|\&quot\;)(images/)#s''$1' $vboptions['bburl2'] . '/$2'$output);
echo 
$output;
}
exit();
}
if (!
$vbseo_found)
{
if (
$vbseo_url_suggest)
{
vbseo_safe_redirect($_GET['vbseorelpath'] . $vbseo_url_suggest);
}
if (
VBSEO_404_HANDLE == 2)
{
$vbseo_incf VBSEO_404_CUSTOM;
if (
$vbseo_incf[0] != '/')
$vbseo_incf dirname(__FILE__) . '/' $vbseo_incf;
include(
$vbseo_incf);
exit;
}
else
vbseo_404_routine($vbseo_url_);
}
else
{
if (
preg_match('#\.(css|php4?/?|html?|txt)$#'$vbseo_found_fn$typematch) && !strstr($vbseo_found_fn'://'))
{
if (
$typematch[1] == 'css')
header ('Content-type: text/css');
if (
preg_match('#^(.+)/([^/]+)$#'$vbseo_found_fn$vbseo_m))
{
@
chdir($vbseo_m[1]);
$vbseo_found_fn $vbseo_m[2];
}
if ((
$vbseo_found_fn == 'showthread.' VBSEO_VB_EXT) && isset($_POST) && isset($_POST['excerpt']) && VBSEO_IN_TRACKBACK)
{
@
define('THIS_SCRIPT''showthread');
include 
dirname(__FILE__) . '/global.' VBSEO_VB_EXT;
vbseo_extra_inc('linkback');
vbseo_trackback_proc();
}
require(
getcwd() . '/' $vbseo_found_fn);
exit();
}
else
{
vbseo_404();
}
}
vbseo_close_db();
exit();
?> 

Thank You
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10430 seconds
  • Memory Usage 3,261KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete