vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

magic74 01-03-2013 12:00 PM

I give up. Never had such problems with a hack before.

First - I installed the software like it was said in the readme. As a result I could´t access AdminCP. I just get a white page.

Second - I tried install the software and copy the files after that. It was possible to configure the chat, but it seems that the icons can´t be loaded (we use just the default skin, so the path must be correct). When I try to post a message I get a security token error message.

YOODA230 01-06-2013 04:41 AM

1 Attachment(s)
4.2.3 MESSUP FORUM BACKROUND IN EXPLORER

Nelson58 01-09-2013 05:17 PM

When I run Rebuild Thread Information in the Maintenance Area of AdminCP, I get this error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 25232 bytes) in /home/hobbymac/public_html/includes/class_dm_threadpost.php(1507) : eval()'d code on line 1

MGC Chatbox Evo uses that hook location. Disabling that plugin ends the error, re-enabling it causes the error.

Can you tell me how to fix this please?

Thanks!


Nelson
www.Hobby-Machinist.com

Nelson58 01-10-2013 01:14 PM

Quote:

Originally Posted by Nelson58 (Post 2395796)
When I run Rebuild Thread Information in the Maintenance Area of AdminCP, I get this error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 25232 bytes) in /home/hobbymac/public_html/includes/class_dm_threadpost.php(1507) : eval()'d code on line 1

MGC Chatbox Evo uses that hook location. Disabling that plugin ends the error, re-enabling it causes the error.

Can you tell me how to fix this please?

Thanks!


Nelson
www.Hobby-Machinist.com



In order to try to fix this, I uninstalled and then reinstalled the add-on, and now it won't show up at all. Can someone please help me?

Thanks very much!

Speedy1505 01-10-2013 09:11 PM

@Nelson
your PHP-Momory-Limit is too small ...
set on 128M

@VBDev
I have wirte a littlt function to create an Auto-Post from Backend. Whn i use this function, it creats an Error
Code:

Fatal error: Call to a member function  authorize_user_newthread_newpost_notif() on a non-object in  /var/www/vhosts/****************/forum/mgc_cb_evo/plugins/postdata_postsave.php  on line 49
i use this Code in my function:
Code:

<?php
function post_game()
{
    global $vbulletin, $config;

    require_once(DIR . '/includes/class_dm.php');
    require_once(DIR . '/includes/class_dm_threadpost.php');
    require_once(DIR . '/includes/functions_databuild.php');

    $title      = $config['gtitle'];
    $allowsmilie = '1';
    $visible    = '1';
    $thema      = 13360;

    $post_user_name = 'ArcadeMaster';
    $post_user_id  = 15;

    // Floating-Schutz disable
    $last = $vbulletin -> options['floodchecktime'];
    $vbulletin -> options['floodchecktime'] = 0;

    $last_game = $vbulletin -> db -> query_first('SELECT MAX(gid) AS gid FROM ' . TABLE_PREFIX . 'games_list');

    $message = "ONE MESSAGE TEXTE HERE";

    $getfirstpost = $vbulletin->db->query_first("SELECT postid
                                                FROM " . TABLE_PREFIX . "post
                                                WHERE threadid = " . $thema . "
                                                ORDER BY dateline LIMIT 1");
    $parentid = $getfirstpost['postid'];

    $postdm = new vB_DataManager_Post($vbulletin, ERRTYPE_STANDARD);
      $postdm->do_set('username',    addslashes($post_user_name) );
      $postdm->do_set('userid',      intval($post_user_id) );
      $postdm->do_set('threadid',    intval($thema) );
      $postdm->do_set('title',      addslashes($title) );
      $postdm->do_set('pagetext',    $message);
      $postdm->do_set('parentid',    $parentid);
      $postdm->do_set('allowsmilie', $allowsmilie);
      $postdm->do_set('visible',    $visible);
    $postdm->save();

    unset($postdm);

    build_thread_counters( $thema );

    $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user
                                SET posts = posts + 1
                                WHERE userid = " . intval($post_user_id) . " LIMIT 1");

    // Foolting-Schutz wieder einschalten
    $vbulletin -> options['floodchecktime'] = $last;
}
?>

thanks vor your help

Silver44 01-11-2013 02:41 PM

hello I have a question I can even somewhere eistellen the chatbox the updated faster?

lg.silver

vinkenier 01-11-2013 07:17 PM

Quote:

Originally Posted by Silver44 (Post 2396215)
hello I have a question I can even somewhere eistellen the chatbox the updated faster?

lg.silver

I would like to find this out to!

Silver44 01-12-2013 10:39 AM

have found it to do the update in the user groups einstellungen.danke lg.silver still

Elenna 01-12-2013 07:54 PM

I would like to use this on a gaming web site as a "Looking for Group" system. Is it possible to have drop-downs and/or other text fields that would be populated into someone's text message (like "Character Name", "Dungeon" (drop-down), "Server", and so on)?

So, for example, I would fill in "Elenna", "Fractals of the Mists", "Sea of Sorrows" in the boxes / drop-downs, and then put in "Difficulty 8, available until 8pm Central" in my chat, and it would then actually insert this as my chat:
Elenna (Sea of Sorrows Server): Fractals of the Mists, Difficulty 8, available until 8pm Central"

If not, am I allowed to edit the code to attempt to get such functionality (I wouldn't plan on releasing the changes)?

Easy5s.net 01-18-2013 09:29 AM

Now, i want custom var {vb:raw mgc_cb_evo_var} to insert into the one that i want on forumhome.
(Option Position of the chatbox on the forum home (forumhome) not have a reasonable for me).

Ranger187 01-20-2013 06:12 AM

Quote:

Originally Posted by Pure Dope (Post 2394095)
Some images are missing?!?!?

File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_sel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_nosel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_new.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_sel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_nosel.gif
File does not exist: /var/www/vhosts/.net/httpdocs/fam/images/tf_ideal/misc/mgc_cb_evo/channels/ok_new.gif

I used to have those files. I just went through every release I have and couldn't find them. Just ignore that until MGC updates the zip file here.

harry10 01-22-2013 11:01 AM

I got this error message:

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 55

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 111

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 130

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 134

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 142

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/init.php on line 389

Deprecated: Assigning the return value of new by reference is deprecated in /home/magicfor/public_html/vb/includes/class_core.php on line 2552

PHP Version 5.3.20
please help

War Machine 01-23-2013 01:10 PM

I can't disable chat because my forum be blank all pages!!! Tell me a solution please!!!

Ranger187 01-25-2013 04:11 AM

Quote:

Originally Posted by War Machine (Post 2398940)
I can't disable chat because my forum be blank all pages!!! Tell me a solution please!!!

That's simple bro. Just disable the plugin via the config file.

https://www.vbulletin.com/forum/show...Product-System

Tamara-Jasmin 01-26-2013 09:08 AM

Hi,
ich finde leider keine Livedemo unter dem angegebenen Link. Gibt es die nicht mehr?
Werden die Userdaten automatisch in den chat übertragen? Oder muss der user sich
dort neu anmelden?

Liebe Grüsse:
Tammy

blind-eddie 01-26-2013 09:34 AM

Sie werden automatisch im Chat, aber bitte in alle künftigen Beitrag Englisch, dies ist ein Forum Regel.

Lightmaster-AH 01-27-2013 08:03 PM

Hi,

i love this, but if you have an "privat chat" and you switch from privat to public and back, nothing refreshs in privatchat. you must refresh the whole site to see the new text. all looks like frozen ;)

vB 4.2.0
mgc 3.3

How I can fix it? (sorry for my bad english)

Thanks!

SwalyAaron 02-11-2013 12:07 PM

It won't appear on my site for some odd reason

Ranger187 02-16-2013 02:57 AM

Quote:

Originally Posted by SwalyAaron (Post 2403482)
It won't appear on my site for some odd reason

Enable it for each usergroup?

xxdestinyxx 02-18-2013 04:48 PM

Trying to import the product (after uploading the files in the instructions) and all it said was "importing product, please wait" and never finished. Tried twice with no luck.

Vb 4.2.0

EDIT: Nevermind I pulled a stupid :)

BowlingGuru 02-18-2013 06:16 PM

I am getting an error whenever I try and post in the chat. I installed per the "Read Me" instructions and whenever I type in the chatbox it gives me a "security token error message.".

The only deviation from the install instructions that I made was the images folder. It says to load that into each of my "forum style folders" but I didnt have any forum style folders. So I loaded the Images folder contents to the forum root folder.


Any help would be appreciated. I am running VBulletin 4.2 and please be kind. Im a total noob at this stuff and am literally just figuring things out as I go. The simplest terms and instructions work best for me :)

Ranger187 02-19-2013 10:46 PM

Quote:

Originally Posted by BowlingGuru (Post 2405037)
I am getting an error whenever I try and post in the chat. I installed per the "Read Me" instructions and whenever I type in the chatbox it gives me a "security token error message.".

The only deviation from the install instructions that I made was the images folder. It says to load that into each of my "forum style folders" but I didnt have any forum style folders. So I loaded the Images folder contents to the forum root folder.


Any help would be appreciated. I am running VBulletin 4.2 and please be kind. Im a total noob at this stuff and am literally just figuring things out as I go. The simplest terms and instructions work best for me :)

Your default images folder is /images , not root.. The error you are getting is either a file or mod_security error.

BowlingGuru 02-20-2013 12:13 AM

Quote:

Originally Posted by Ranger187 (Post 2405314)
Your default images folder is /images , not root.. The error you are getting is either a file or mod_security error.


Ok, I understand what you are saying to an extent. So should I put the contents of the images folder into my "Images" directory?

BowlingGuru 02-20-2013 12:49 AM

Yeah, SO I have now royally screwed my site up. I tried to uninstall and start from scratch but now I get the below error :(


Warning: include([path]/mgc_cb_evo/plugins/init_startup.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/init_startup.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/fetch_userinfo_query.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/fetch_userinfo_query.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include([path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/cache_templates.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(1419) : eval()'d code on line 121

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/cache_templates.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(1419) : eval()'d code on line 121

Warning: include([path]/mgc_cb_evo/plugins/parse_templates.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(430) : eval()'d code on line 87

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/parse_templates.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(430) : eval()'d code on line 87

Warning: include([path]/mgc_cb_evo/plugins/notifications_list.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(1227) : eval()'d code on line 13

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/notifications_list.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(1227) : eval()'d code on line 13

Warning: include([path]/mgc_cb_evo/plugins/process_templates_complete.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(561) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/process_templates_complete.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(561) : eval()'d code on line 1

BowlingGuru 02-20-2013 12:57 AM

Even attempting to log in to the vBulletin amin section, I get the below error :( I fear I may have to start all the way over and reinstall vBulletin. I hope I am wrong. any assistance is greatly appreciated :(


Warning: include([path]/mgc_cb_evo/plugins/init_startup.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/init_startup.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/fetch_userinfo_query.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/fetch_userinfo_query.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include([path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/global_start.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(29) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/global_start.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/global.php(29) : eval()'d code on line 1
Unable to add cookies, header already sent.
File: /home/content/02/10373602/html/forums/includes/class_core.php
Line: 5615

Ranger187 02-22-2013 05:20 PM

Quote:

Originally Posted by BowlingGuru (Post 2405333)
Even attempting to log in to the vBulletin amin section, I get the below error :( I fear I may have to start all the way over and reinstall vBulletin. I hope I am wrong. any assistance is greatly appreciated :(


Warning: include([path]/mgc_cb_evo/plugins/init_startup.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/init_startup.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/fetch_userinfo_query.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/fetch_userinfo_query.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/functions.php(1855) : eval()'d code on line 68

Warning: include([path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/global_bootstrap_init_start.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/includes/class_bootstrap.php(103) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/global_start.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(29) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/global_start.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in [path]/global.php(29) : eval()'d code on line 1
Unable to add cookies, header already sent.
File: /home/content/02/10373602/html/forums/includes/class_core.php
Line: 5615

Read the readme, you obviously just deleted files without following the uninstall info. ;)

1. ALWAYS backup your site before you make any changes. <----------- I can't stress this enough for n00bs or people not familiar with it. AND for experts.

2. Reinstall the product. That should fix the issue.

BowlingGuru 02-22-2013 08:27 PM

well I did read the readme, folowed it step for step. But I didnt do a backup... :(

I tried re-installing and still get the same issue. Even tried uninstalling VBulletin and just installing that and same thing. Very frustrating :(

Ranger187 02-23-2013 03:44 AM

Quote:

Originally Posted by BowlingGuru (Post 2405866)
well I did read the readme, folowed it step for step. But I didnt do a backup... :(

I tried re-installing and still get the same issue. Even tried uninstalling VBulletin and just installing that and same thing. Very frustrating :(

I bet you didn't copy the files over correctly to the right dir.

ptmuldoon 02-25-2013 03:08 PM

Hi,

I just installed this in Version 4.2, and was wondering the following:

1. Added a link to the chat on my Navbar. Can i have that link open/popup in a new window without the sites header/footer info?

2. Has anyone made any additional channel images for Moderators only, etc.?

BowlingGuru 02-26-2013 12:43 AM

Quote:

Originally Posted by ptmuldoon (Post 2406232)
Hi,

I just installed this in Version 4.2, and was wondering the following:

1. Added a link to the chat on my Navbar. Can i have that link open/popup in a new window without the sites header/footer info?

2. Has anyone made any additional channel images for Moderators only, etc.?

I was able to get mine installed and working properly and would also like to know if theres a way to have the additional channels for Mods/admins.

qldafwebmaster 03-02-2013 05:24 AM

I have installed on 4.2 and everything looks ok

tried to post a chat and i get this error
"Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error"

Ranger187 03-02-2013 08:42 PM

Quote:

Originally Posted by qldafwebmaster (Post 2407330)
I have installed on 4.2 and everything looks ok

tried to post a chat and i get this error
"Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error"

Have you searched the forums for the answer?

https://vborg.vbsupport.ru/search.php?searchid=20807992 gives me tons of threads. I'm not patient enough to search them all.. I looked through 2 pages to try and find you an answer.

DeadApe 03-02-2013 09:29 PM

I've installed the mod, made sure the chatbox is activated in the settings and played around with the positioning of the chatbox, despite this, the chatbox is simply not displaying anywhere. The issue isn't template related because I've checked it on the default vbulletin style and it doesn't display there either.

Anyone have an idea what the problem could be?

- vb4
- seemed to installed fine
- chatbox activated
- tried all the display options
- didn't mess with any other settings

edit: NEVERMIND......needed to allow admins to view it...wierd

qldafwebmaster 03-03-2013 01:09 AM

Quote:

Originally Posted by Ranger187 (Post 2407438)
Have you searched the forums for the answer?

https://vborg.vbsupport.ru/search.php?searchid=20807992 gives me tons of threads. I'm not patient enough to search them all.. I looked through 2 pages to try and find you an answer.

Yep i have search the forums and can't find anything that helps

If i open the chat to full screen it works however if i use the chat on the home page i just keep getting the security token error

Ranger187 03-15-2013 01:15 AM

QL, just search this thread for security token and you'll find it. I personally don't remember that error as it was like 2-4 years ago I last dealt with it. Maybe MGC/VB Dev can shed some light on this....

Nelson58 03-26-2013 03:41 PM

Whenever I try to validate a moderated thread on my system in the admincp, I get this error:

Fatal error: Call to a member function authorize_user_newthread_newpost_notif() on a non-object in /home/hobbymac/public_html/mgc_cb_evo/plugins/postdata_postsave.php on line 0

How can I fix this please?

Thanks,

Nelson

Ranger187 03-27-2013 10:48 PM

You are saying a moderated thread (not in the chat) is giving you issues?

Does the chat list new topics in the chat by chance?

Also what's line 0 say in postdata_postsave.php

VBDev 03-27-2013 10:56 PM

Hi,

To disable the error for the moment you can disable the newthread notifications.

To find out the problem, please can you tell me your vb version ?

Clément

Nelson58 03-27-2013 11:51 PM

I don't have new thread notifications enabled. I am using VB 4.2 PL3.

One user group has its first post to my board moderated.

When I click "validate" then "save" I get the error I listed above.

Nelson

VBDev 03-28-2013 09:10 PM

Hello,

I have checked the code, there is no reason why it should fire this error.

If you lok in the php logs from your server, do you have any other error ?

Clément


All times are GMT. The time now is 12:27 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.12240 seconds
  • Memory Usage 1,888KB
  • 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
  • (2)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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