vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Deluxe vB User login and access control on non vB pages (https://vborg.vbsupport.ru/showthread.php?t=108026)

Billspaintball 09-14-2006 12:43 PM

I think I may have solved the avatar problem for those that are not storing them in the database.

If anyone who was doing that and having trouble wants to test a revised version PM me.

delive 09-14-2006 08:37 PM

Hey bill,
I sent you a PM about an issue I was having with my login system.

Its odd in that it will log you in once, but the second you logout and try to relogin, it says it works yet shows you not logged in.

Something else thats weird is that even though you are not logged in, it shows you as a active user on the forums.

Grasty 09-15-2006 03:01 AM

alright, my install is completely screwed up. All of the sudden when I login on the home page it wont redirect back to the home page, it keeps going to the forum home.

Also I was playing with the code to only allow usergroup 6 to go to a certain page, If i am not logged in it tells me i dont have permission (as well as "Unable to add cookies, header already sent.
File: /home2/grastyz/public_html/comedy.php
Line: 6") and if im logged in and in usergroup 6 it lets me view it, and then i tried changing the code to usergroup 9 which is an additional usergroup im in, and it let me go to the page, then i changed the code to usergroup 7 which is a usergroup im not in, and it still let me go to the page. im using this code from the first page
Code:

<?php
if ($vbulletin->userinfo['usergroupid'] == '6' )
    {
    echo "Have stuff for here";
            } else {
            echo "You do not have permission for this page"; }
    ?>

regardless of what usergroup i put in that code it still displays "You do not have permission for this page" on top of the screen, the difference is that when im not logged in it is a white screen with that and the error above, and when im logged in its the page plus "You do not have permission ...." at the top of the page

If I login from the home page, it then redirects me to the forum home, so then I would type my home page back in the url, everything looks fine, it shows my avatar, my name, my private messages, etc, but if i then click on the forum link, im not logged into the forums, but im still logged in on the home page.

Sorry, I know i went into rant mode on this, but I am getting so frustrated with this. It was working last week, i changed nothing, and now it doesnt work (last week i didnt test putting a usergroup i didnt belong to in the code listed above)

odonel 09-18-2006 02:31 PM

hello all, i did all the above and still receive erros.....I also need to get the user's name and insert it in an .aspx form so that he/she can log in my chat page.. what do you guys think i should do with this once i get it working ?

thanx

"Notice: Undefined index: REQUEST_URI in D:\webscv\sites\page\vbull\includes\class_core.php on line 1944

Notice: Undefined index: REQUEST_URI in D:\webscv\sites\page\vbull\includes\class_core.php on line 1944

Notice: Undefined index: HTTP_REFERER in D:\webscv\sites\page\vbull\includes\class_core.php on line 1594

Unable to add cookies, header already sent.
File: D:\webscv\sites\page\vbull\includes\class_core.php
Line: 1944

"

pumpiniron 09-28-2006 01:45 AM

I'm getting the following error...

Fatal error: Call to a member function on a non-object in /home/vertical/public_html/forums/login_inc.php on line 150

Line 150 in the login_inc.php file says this...

$getstats = $db->query_read('SELECT threadcount, replycount FROM ' . TABLE_PREFIX . 'forum');

I'm running vB 3.6.1 can anyone help me out with this?

pumpiniron 09-28-2006 02:36 AM

Here is my code from the page that is calling the include that is bringing up the Fatal Error on line 150...

HTML Code:

<?php
  chdir('http://www.verticalterrain.com/forums/');
  require_once('http://www.verticalterrain.com/forums/global.php'); 
?>
 
<html><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Vertical Terrain | Ski and Snowboard Forums and Communities</title>
<!-- InstanceEndEditable --><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="cssv1.css" rel="stylesheet" type="text/css">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>

<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top"><table width="780" border="0" cellpadding="0" cellspacing="0" class="maintable">
      <tr>
        <td colspan="3"><img src="images/main.jpg" width="780" height="124"></td>
      </tr>
      <tr>
        <td colspan="3">&nbsp;</td>
        </tr>
      <tr>
        <td colspan="3" class="headers">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="3">&nbsp;</td>
      </tr>
      <tr>
        <td width="160" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td class="center_headers"><img src="images/navigation.gif" alt="Navigation" width="160" height="20"></td>
          </tr>
          <tr>
            <td><table width="100%" border="0" cellpadding="2" cellspacing="1" class="sidetable_bg">
                <tr>
                  <td class="sidetables"><a href="index.php">Home</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="forums/register.php">Register</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="forums/index.php">Discussion Forums</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="Galleries.php">Galleries</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="Online_Store.php">Online Store </a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="Weather.php">Weather</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="Links.php">Links</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="Classifieds.php">Classifieds</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="Reviews.html">Reviews</a></td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="Contact_Us.php">Contact Us</a></td>
                </tr>
            </table></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td class="center_headers"><img src="images/user_cp.gif" alt="User Control Panel" width="160" height="20"></td>
          </tr>
          <tr>
            <td><table width="100%" border="0" cellpadding="2" cellspacing="1" class="sidetable_bg">
                <tr>
                  <td class="sidetables"><?php
  require_once('http://www.verticalterrain.com/forums/login_inc.php');
?>
</td>
                </tr>
               
            </table></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td class="center_headers"><img src="images/features.gif" alt="Features" width="160" height="20"></td>
          </tr>
          <tr>
            <td><table width="100%" border="0" cellpadding="2" cellspacing="1" class="sidetable_bg">
                <tr>
                  <td class="sidetables">Site Announcements</td>
                </tr>
                <tr>
                  <td class="sidetables"><a href="News.php">News</a></td>
                </tr>
                <tr>
                  <td class="sidetables">Resort Reviews</td>
                </tr>
                <tr>
                  <td class="sidetables">Gear Reviews</td>
                </tr>
            </table></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td class="center_headers"><img src="images/new_posts.gif" alt="New Posts" width="160" height="20"></td>
          </tr>
          <tr>
            <td><table width="100%" border="0" cellpadding="2" cellspacing="1" class="sidetable_bg">
              <tr>
                <td class="sidetables">&nbsp;</td>
              </tr>
             
             
            </table></td>
          </tr>
         
        </table></td>
        <td width="20">&nbsp;</td>
        <td width="600" valign="top"><!-- InstanceBeginEditable name="EditRegion1" -->
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td align="center"><img src="images/center_banner.jpg" alt="Welcome to Vertical Terrain, your online ski and snowboard forums and communities!" width="600" height="300"></td>
            </tr>
            <tr>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td class="center_headers">Site Announcements - Welcome to Vertical Terrain! </td>
                </tr>
                <tr>
                  <td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="centertables">
                    <tr>
                      <td><p title="">Welcome to Vertical Terrain, your online ski and snowboard forums and communities! This site was recently launched and is therefore still growing. This site was designed as a community for people who share a passion for  skiing and snowboarding. Check out our forums where you can discuss anything related to skiing and snowboarding, meet other members from all over the world and have all your questions answered! Here you will be able to discuss a variety of things from your favorite mountain to your favorite run. Read and write reviews on different resorts and ski equipment. Buy or sell your new and used ski or snowboard gear with our classifieds or purchase new equipment at our online shop (coming soon!). If it involves skiing or snowboarding you can be rest assured that you will never have to look any further than Vertical Terrain! Make sure to tell your friends and spread the word about this site because it's going to be blowing up faster than you think! Thanks for stopping by and we hope you enjoy your stay. Have fun on the slopes and stay safe! </p>
                          <p>Best Regards,<br>
                            Vertical Terrain Staff <br>
                        </p></td>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td class="center_headers">Site Announcements - Forums are up! </td>
                </tr>
                <tr>
                  <td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="centertables">
                    <tr>
                      <td><p title="">The Vertical Terrain forums are officially up. The forums are currently undergoing a massive remodel in terms of looks (the idea is to make them match with the rest of the site) so you may feel free to register and post as much as you'd like just don't be alarmed when all of a sudden colors and page layouts in the forum are changing! We promise we will get it taken care of as fast as possible but none of the changes or maintenance will effect your ability to post or respond to topics. Having said this feel free to register as a member and use the forums as much as you would like! This is purely a cosmetic change and the forums will not be down at all during our remodel. </p>
                          <p>Best Regards,<br>
                          Vertical Terrain Staff </p>
                        <p title=""><br>
                        </p></td>
                    </tr>
                  </table></td>
                </tr>
               
              </table></td>
            </tr>
          </table>
        <!-- InstanceEndEditable --></td>
      </tr>
     

      <tr>
        <td colspan="3">&nbsp;</td>
        </tr>
      <tr>
        <td colspan="3" class="headers"><a href="About_Us.php">About Us</a>  | <a href="Advertising.php">Advertising</a> |
          <a href="Legal_Disclaimer.php">Legal Disclaimer</a> | <a href="Contact_Us.php">Contact Us</a></td>
        </tr>
      <tr>
        <td height="160" colspan="3" class="footer">Copyright &copy; 2006 verticalterrain.com All Rights
          Reserved<br>
          Web Design By Chris Jumonville</td>
        </tr>
    </table></td>
  </tr>
</table>
</body>
<!-- InstanceEnd --></html>


pumpiniron 09-28-2006 02:37 AM

As you can see I'm running this page off a template in Dreamweaver... The problem with trying to put that PHP code in the template is it won't let you put it before the <html> or <head> tags because that is not considered part of the template and then that PHP code won't be in any other page that uses that template...

Billspaintball 09-28-2006 03:05 AM

Quote:

Originally Posted by pumpiniron
I'm getting the following error...

Fatal error: Call to a member function on a non-object in /home/vertical/public_html/forums/login_inc.php on line 150

Login_inc.php should not be in the /forums directory.
Or, you have the path entered wrong.

pumpiniron 09-28-2006 03:31 AM

It's not supposed to be in the /forums directory... Let me try taking it out of there... by the way if you want to see for yourself my site is www.verticalterrain.com

pumpiniron 09-28-2006 03:39 AM

Fixed this part...

pumpiniron 09-28-2006 06:14 AM

Fixed part of it.

pumpiniron 09-28-2006 06:51 AM

Ok so this is my final post for the night... I took care of it and got it working on my site...

Check it out here... www.verticalterrain.com

It's doing something weird though. If I log in on the main page it redirects me but shows me as still not being logged in. If I go to my forum main page and log in it logs me in and then if I go back to the main page on my site it shows me as logged in... What's up with that? Is this a cookies issue?

Billspaintball 09-28-2006 06:52 AM

Quote:

Originally Posted by pumpiniron
If you look at my site though at www.verticalterrain.com it still has the error...

Just had a look now and cant see any error?

pokerie 09-28-2006 10:50 AM

Hi,
After using this fantastic hack for a while now, we've just installed the vbseo product. Everything is fine other than this line in login_inc.php:

PHP Code:

list($width$height$type) = getimagesize($file); 

It is throwing up an 'cannot open stream' type error. Any idea what might have caused this?

pumpiniron 09-28-2006 02:41 PM

Bill,

I fixed all the errors now here is my new problem...

Check it out here... www.verticalterrain.com

It's doing something weird though. If I log in on the main page it redirects me but shows me as still not being logged in. If I go to my forum main page and log in it logs me in and then if I go back to the main page on my site it shows me as logged in... What's up with that? Is this a cookies issue?

Hornstar 10-04-2006 01:21 AM

Quote:

Originally Posted by pumpiniron
Bill,

I fixed all the errors now here is my new problem...

Check it out here... www.verticalterrain.com

It's doing something weird though. If I log in on the main page it redirects me but shows me as still not being logged in. If I go to my forum main page and log in it logs me in and then if I go back to the main page on my site it shows me as logged in... What's up with that? Is this a cookies issue?

clear your cookies, and cache and try again, that also happens to me on vbadvanced cms

Hornstar 10-13-2006 10:45 PM

Quote:

Originally Posted by pokerie
Hi,
After using this fantastic hack for a while now, we've just installed the vbseo product. Everything is fine other than this line in login_inc.php:

PHP Code:

list($width$height$type) = getimagesize($file); 

It is throwing up an 'cannot open stream' type error. Any idea what might have caused this?

I'm running vbseo as well and also get the same error. Anyone have a fix for this yet?

Hornstar 10-13-2006 11:37 PM

I also think there must be an error in part of the code or something because some of the links work but then some will end up giving me

forums//login.php as an example but if i changed login_inc to have my forums as .net/forums then it will work however then the other links will be forumsprivate.php as an example

so i dont know how to fix this problem.

Hakaslak 10-14-2006 06:54 AM

What I use to get total number of members. Works for me. Posting it here because it seems to be something people really want. Dunno why. I script kiddied the code that Billspaintball used to get thread/post counts, and did a quickie Google search for how to count rows. and mashed them up. /shrugs

Demo: beta.awp-tech.com

Code:

// get total number of members
$getstats_user_count = $db->query_read('SELECT COUNT(*) FROM ' .TABLE_PREFIX . 'user');
while ($forum_user_count = $db->fetch_array($getstats_user_count))
{
        $totusers += $forum_user_count['COUNT(*)'];
}
$totusers = vb_number_format($totusers);

I am really NOT good at coding (I know no PHP/mySQL), so use at your own risk. If I made any mistakes, please let me know so I can correct it!

Hakaslak figures usage instructions would be nice::rolleyes:

#
#-----[ OPEN ]------------------------------------------
#
Code:

login_inc.php
#
#-----[ FIND ]------------------------------------------
#
Code:

$totposts = vb_number_format($totposts);
#
#-----[ AFTER, ADD ]------------------------------------------
#
Code:

// get total number of members
$getstats_user_count = $db->query_read('SELECT COUNT(*) FROM ' .TABLE_PREFIX . 'user');
while ($forum_user_count = $db->fetch_array($getstats_user_count))
{
        $totusers += $forum_user_count['COUNT(*)'];
}
$totusers = vb_number_format($totusers);

#
#-----[ FIND ]------------------------------------------
#
Code:

$vbphrase[posts]: $totposts<br />
#
#-----[ AFTER, ADD ]------------------------------------------
#
Code:

$vbphrase[members]: $totusers<br />
All done!

Hakaslak 10-14-2006 09:30 AM

I've been trying to add the newest user for 3 hours. It's 3:30 and I'm giving up to sleep. Does ANYONE have any idea how to display the newest registerd user???

Google is NOT my friend.

Hakaslak 10-16-2006 07:02 PM

Quick thing. Any particular reason you used the "+=" operand? I am a newbie so I am guessing, but on my home page, it doubles the value of all my statistics. So instead of 95 posts and 95 threads, the stats say 190 theads and posts. However, when the stat is reporting from a thread in the forums dir, then everything is fine. This is true for the member count stat as well.

Also, I had to change your "+=" operand to "=", and modified your mySQL query in order to get the correct values. Here is what I am using now:

Code:

// get total number of posts
$getstats = $db->query_read('SELECT SUM(replycount) AS sumreply FROM ' . TABLE_PREFIX . 'forum');
while ($forum = $db->fetch_array($getstats))
{
        $totposts = $forum['sumreply'];
}
$totposts = vb_number_format($totposts);

In order to get the SUM() working, I had to seperate the threadcount and postcount queries, but I have it all working and reporting the right values now.

Rated 10-16-2006 10:17 PM

This is the best hack i've ever installed on any vB forum. And trust me ive installed lots ^^

Great work bill!, It took me a while to set it up (major issues with file paths, cookies) but the fixes are in this thread.

And example: http://www.snesclassics.com - up top right.

Thanks again mate!

lsatblu 10-19-2006 10:07 PM

Any idea why this isn't working? I installed it on a test page.

http://talesotaku.com/test.php

Code:

<?php

  chdir('http://talesotaku.com/forums');

  require_once('http://talesotaku.com/forums/global.php'); 

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Untitled Document</title>
</head>

<body>

<?php

  require_once('http://talesotaku.com/login_inc.php');

?> 

</body>
</html>

I have everything on that one page and on my login_inc.php I set the values like I was directed.

N-0p3rz 10-20-2006 09:06 AM

=/ I'm having problems with getting it to show the users info once logged in

Test login page = http://www.hiphopfame.com/test.php
Test login = test
Test password = 1Test1

I changed the Suggested Settings for Path to Save Cookies to / btw. And still this problem =(

I was also getting this error

Quote:

Fatal error: Call to a member function on a non-object in /home/sdot0ne/public_html/hiphopfame/community/login_inc.php on line 150
But I just deleted that little bit of code.

tandalier 10-20-2006 11:24 AM

also can't get it working.
on www.xboxbase.at everything is okay

on the same server there ist a second page, nintendobase, but there I can't get it working:
just see www.nintendobase.at

i'm always getting the message that I'm logged in, but when it get's back to the main-site I'm logged off.

Can anyone help?

Rated 10-24-2006 09:51 AM

Hmm some tips..

Make sure ALL the file paths are absolute.. I.e /home/public_html/website/login_inc.php etc.

If logging into a subdomain.. u need to change the cookie info in vbulletin option to /sitename, not /

pewp 11-08-2006 08:10 PM

now i'm getting this error... anyone got any ideas?

Fatal error: Call to a member function on a non-object in /home/decimato/public_html/login_inc.php on line 150

Rated 11-08-2006 09:52 PM

Whats on line 150?

N-0p3rz 11-13-2006 07:07 AM

Quote:

Originally Posted by N-0p3rz (Post 1100718)
=/ I'm having problems with getting it to show the users info once logged in

Test login page = http://www.hiphopfame.com/test.php
Test login = test
Test password = 1Test1

I changed the Suggested Settings for Path to Save Cookies to / btw. And still this problem =(

I was also getting this error



But I just deleted that little bit of code.

still having this error.

..

the paths are absolute.

My only conclusion is that.. the fact that the domain is an addon domain to my host.. is what's causing the problem..

like the forum can be accessed from http://www.sdotproductions.com/hiphopfame/

Would that be why I'm experiencing what I'm experiencing?

myplacidcasual 11-13-2006 02:07 PM

I'd like it to show that you have unread pms

Shouldn't be hard right bill?

Billspaintball 11-15-2006 11:37 PM

Quote:

Originally Posted by myplacidcasual (Post 1116292)
I'd like it to show that you have unread pms

Shouldn't be hard right bill?

It already does. :confused:

myplacidcasual 11-16-2006 10:18 AM

indeed it does, sorry bill :-)

myplacidcasual 11-16-2006 10:23 AM

I'm trying to rewrite this code:

echo "<a href=\"".$forumpath."private.php?$session[sessionurl] \">

so that it will open in _top

no luck though, it causes a parse error when I do something like

echo "<a href=\"".$forumpath."private.php?$session[sessionurl] \" target="_top">

I'm sure its something simple like quotations but nothing I've tried works.

Billspaintball 11-17-2006 01:50 AM

Quote:

Originally Posted by myplacidcasual (Post 1118515)
I'm trying to rewrite this code:

echo "<a href=\"".$forumpath."private.php?$session[sessionurl] \">

so that it will open in _top

no luck though, it causes a parse error when I do something like

echo "<a href=\"".$forumpath."private.php?$session[sessionurl] \" target="_top">

I'm sure its something simple like quotations but nothing I've tried works.

You must escape all " that are part of the HTML else it will bugger up your php.
Try something like
PHP Code:

echo "<a href=\"".$forumpath."private.php?$session[sessionurl] target=\"_top\" \"> 


N-0p3rz 11-20-2006 02:24 AM

any idea on my prob?

Billspaintball 11-22-2006 02:46 AM

Quote:

Originally Posted by N-0p3rz (Post 1121263)
any idea on my prob?

Sorry no.
It looks like a cookie problem.

The rest of the script appears setup correctly as it forwards you to the vB login page then redirects back again.

It could be the way your host is setup to handle cookies, Im not sure.

Hornstar 11-22-2006 04:42 AM

Hi bill. I have used this integration into a cms that i have purchased for the front end of my forums, and all went really well. thanks.

However I have a request, to ask, and I hope it is not too big of a request.

I am trying to get several other things to show in the non vb page that are from vbulletin.

some examples of things that I am trying are:
* Last 5 posts
* Last 5 Threads
* Latest Polls
* Random Arcade Games
* Most popular Downloads (From Downloads II)
etc.
Basically just like modules from vbadvanced, however instead of for them to show on vbadvanced, for them to show on a non vb page.

If you could throw something together, or basically any help, advice, etc. would be so much appreciated. (I'm not asking for the lot, just any that you think you could do would be great)

Thanks Matt.

Billspaintball 11-23-2006 02:39 AM

Thats pretty much replicating a few modules from vB advanced.

Its certainlty possible, however I really dont have enougth time at present to look at doing that.

Hornstar 11-23-2006 11:03 AM

Quote:

Originally Posted by Billspaintball (Post 1123410)
Thats pretty much replicating a few modules from vB advanced.

Its certainlty possible, however I really dont have enougth time at present to look at doing that.

Thats okay, however for some money would you consider trying to squeeze it in your schedule? I know you have the skill to do this, which is why I would prefer to pay you then a random coder. I dont have much money so if your interested, pm me a value that you would think is fair. If you dont have time, I will understand.

Thanks.

Billspaintball 11-27-2006 11:24 PM

Sorry, with family life at the moment I really just dont have any spare time. :(

I have another project sitting stalled from lack of time as it is :(


All times are GMT. The time now is 11:01 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.01969 seconds
  • Memory Usage 1,949KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_code_printable
  • (1)bbcode_html_printable
  • (3)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete