Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Ad Management 4 Details »»
vB Ad Management 4
Version: 5.00, by RedTyger RedTyger is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 11-08-2006 Last Update: 12-12-2007 Installs: 1791
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.


What does it do?

Features include global settings, advertisements allowing template conditionals, ad sharing and ad revenue sharing, timed advertisements, preset popular ad locations and functions such as sponsors, additional custom ad locations, random and static advertisements and its all very easy to use. You can use it for ordinary ads like adsense, banner rotations, or any content at all as well as using it to manage ads outside your forum too.

You can read in more detail about these and other features in the manual, which also contains some helpful notes and instructions, as well as the installation and upgrade instructions



If you are using autoinsertion and were using vB Ad Management before version 4.00, you will need to remove your old template edits or advertisements will appear multiple times. Just reverse the old instructions below.

Quote:
* Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
* Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
* Paste $threadbit_advertisement at the bottom of your threadbit template.
* Paste $footer_advertisement at the top of your footer template.
* Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
* Find &nbsp; in your header template and replace it with $header_advertisement.
* Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1882  
Old 12-04-2007, 02:39 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour View Post
2. Sorry, i think some of us both is not understanding.

I see the Ads and i am Administrator. Where is the sense for this Link to be redirect to Register? All i want is a field where i can add the Usergroups which dont have any sense to register to deactivate the Ads. For all other Users this Link is useless.

You have made Permissions for seeing Ads or not. Why are there no Options to add the link or make it disappearing on this Choice from the Administrator? Or any way to change the Link to a Option in UserCP to deactivate this for special Groups (Sponsormembers or anything like that).
Because adding AdminCP options - especially more complex ones - is not efficient. I'm sorry you do not like the new method but it will not be changed back. You must use template conditionals for the link if you only want some usergroups to see it.

Quote:
Originally Posted by songyee View Post
For the 'Full Page Advertisement' how would you show a different site?

I tried <iframe> but it only limits it to a small box.

Like example, if i wanted to show " http://www.google.com " what would the code be?
Make the iframe bigger there's no other way.

Quote:
Originally Posted by bada_bing View Post
I just tried to upgrade from my previous version of this hack 3.14 to the current and when I installed the xml I get a database error and had to revert back to 3.14 and now lost all my settings anyone else have this issue. I have two sites and this happened to my 3.6.7 version of VB
What was the database error? I need details if I am to fix problems.

Quote:
Originally Posted by tekguru View Post
With this new update how do we go about adding the Google Analytics code back in?
Edit the footer template and paste your analytics code at the bottom. Simple as that.
Reply With Quote
  #1883  
Old 12-04-2007, 02:42 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant post the error because the the character limits here so I will post the error in multiple posts sorry

HTML Code:
Invalid SQL:

				INSERT INTO vb_setting
					(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
				VALUES
					(
					'adintegrate_onoff',
					'',
					'1',
					'1',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_delimiter',
					'',
					'|',
					'|',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_usergroupids_on',
					'',
					'6',
					'6',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_usergroupids_off',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumids_on',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumids_off',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_this_script_off',
Reply With Quote
  #1884  
Old 12-04-2007, 02:44 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Continue
HTML Code:
'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_refresh_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_autoinsert_onoff',
					'',
					'1',
					'1',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_allowhtml',
					'',
					'0',
					'0',
					'',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_usergroupids_on',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_usergroupids_off',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_userids_off',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_forumids_on',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_forumids_off',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_threadids_off',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_admincode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_chanceofthreadstarter',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_chanceoflastposter',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_chanceofstaff',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_chanceoflastposter',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_force_threadstarter',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_sharing_force_lastposter',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_refresh',
					'',
					'0',
					'0',
					'number',
Reply With Quote
  #1885  
Old 12-04-2007, 02:45 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

More

HTML Code:
'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_autoinsert',
					'',
					'nbsp;',
					'nbsp;',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_navbar_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_navbar_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_navbar_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_navbar_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_navbar_autoinsert',
					'',
					'<!-- / nav buttons bar -->',
					'<!-- / nav buttons bar -->',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_autoinsert',
					'',
					'$spacer_open',
					'$spacer_open',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_autoinsert',
					'',
					'$spacer_close',
					'$spacer_close',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_announcements_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_pms_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_search_posts_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_posts_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_postbit_blend_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_postbit_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_postbit_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_postbit_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_postbit_autoinsert',
					'',
					'$template_hook[postbit_end]',
					'$template_hook[postbit_end]',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_announcementids_on',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_announcementids_off',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_firstpost',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_lastpost',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_xpostonly',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_postcountrepeat',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_minpostcount',
					'',
					'1',
					'1',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumbit_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumbit_blend_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumbit_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumbit_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumbit_autoinsert',
					'',
					'bottom',
					'bottom',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_forumbit_forumids_on',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_threadbit_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_search_threads_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_threadbit_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_threadbit_blend_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_threadbit_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_threadbit_autoinsert',
					'',
					'bottom',
					'bottom',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_threadcountrepeat',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_footer_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_footer_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
Reply With Quote
  #1886  
Old 12-04-2007, 02:45 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
),
	(
					'adintegrate_fullpage_arrival',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_fullpage_timeout',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_fullpage_timetoad',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_fullpage_pageviewstoad',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_fullpage_thisscript',
					'',
					'showthread',
					'showthread',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_fullpage_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_archive_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_archive_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_archive_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_header_archive_autoinsert',
					'',
					'top',
					'top',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_footer_archive_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_footer_archive_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_footer_archive_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_footer_archive_autoinsert',
					'',
					'top',
					'top',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_archive_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_archive_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_archive_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_leftcolumn_archive_autoinsert',
					'',
					'top',
					'top',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_archive_onoff',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_archive_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_archive_adcode',
					'',
					'',
					'',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_rightcolumn_archive_autoinsert',
					'',
					'top',
					'top',
					'free',
					'textarea',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom_count',
					'',
					'',
					'',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom_delete',
					'',
					'0',
					'0',
					'boolean',
					'yesno',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom1_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom1_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom1_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom1_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom1_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom1_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom2_onoff',
					'',
					'',
					'',
					'boolean',
					'',
Reply With Quote
  #1887  
Old 12-04-2007, 02:46 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom2_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom2_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom2_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom2_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom2_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom3_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom3_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom3_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom3_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom3_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom3_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom4_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom4_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom4_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom4_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom4_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom4_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom5_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom5_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom5_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom5_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom5_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom5_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom6_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom6_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom6_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom6_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom6_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom6_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom7_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom7_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom7_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom7_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom7_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom7_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom8_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom8_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom8_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom8_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom8_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom8_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom9_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom9_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom9_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom9_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom9_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom9_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom10_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom10_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom10_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom10_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom10_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom10_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom11_onoff',
					'',
Reply With Quote
  #1888  
Old 12-04-2007, 02:47 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
					'adintegrate_rt'
	),
	(
					'adintegrate_custom12_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom13_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom13_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom13_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom13_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom13_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom13_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom14_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom14_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom14_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom14_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom14_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom14_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom15_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom15_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom15_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom15_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom15_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom15_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom16_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom16_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom16_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom16_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom16_template',
					'',
					'',
					'',
Reply With Quote
  #1889  
Old 12-04-2007, 02:47 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
'adintegrate_custom24_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom24_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom24_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom24_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom24_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom24_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom25_onoff',
					'',
					'',
					'',
					'boolean',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom25_refresh',
					'',
					'0',
					'0',
					'number',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom25_timescale',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom25_adcode',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom25_template',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_custom25_autoinsert',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field1',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field2',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field3',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field4',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field5',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field6',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field7',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field8',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field9',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field10',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field11',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field12',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field13',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field14',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field15',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field16',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field17',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field18',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field19',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field20',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field21',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field22',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field23',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field24',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	),
	(
					'adintegrate_field25',
					'',
					'',
					'',
					'free',
					'',
					0,
					0,
					1,
					'',
					0,
					'adintegrate_rt'
	);

MySQL Error  : Duplicate entry 'adintegrate_sharing_chanceoflastposter' for key 1
Error Number : 1062
Date         : Tuesday, December 4th 2007 @ 10:35:58 AM
Script       : http://www.xxx.com/forums/admincp/plugin.php?do=productimport
Referrer     : http://www.xxx.com/forums/admincp/plugin.php?do=productadd
IP Address   : 67.59.x.x
Username     : username
Classname    : vb_database
Reply With Quote
  #1890  
Old 12-04-2007, 02:48 PM
cygy2k cygy2k is offline
 
Join Date: May 2006
Location: Iowa
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just wanted to thank you again for the amazing mod! This is probably the most beneficial mod for forum owners because it actually helps generate profit and I can't thank you enough for continuing to develop this. Thanks again!
Reply With Quote
  #1891  
Old 12-04-2007, 02:52 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bada_bing: Did you uninstall the old modification before installing the new one?

Quote:
Originally Posted by cygy2k View Post
I just wanted to thank you again for the amazing mod! This is probably the most beneficial mod for forum owners because it actually helps generate profit and I can't thank you enough for continuing to develop this. Thanks again!
You are welcome.
Reply With Quote
Reply


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 02:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05861 seconds
  • Memory Usage 2,400KB
  • Queries Executed 25 (?)
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
  • (7)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (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_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete