Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 09-07-2019, 02:03 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could the PHP version also be contributing to the Mod_Security issue? The host really refuses to undo that.

EDIT: Never mind that seems to be an Apache issue instead.

--------------- Added [DATE]1567872739[/DATE] at [TIME]1567872739[/TIME] ---------------

As for the template its either:

socialgroups_pictures:

Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
	{vb:raw headinclude}
	<title>{vb:raw group.name} - {vb:rawphrase pictures}</title>
	
	<vb:if condition="$vboptions['storecssasfile']">
		{vb:cssfile album-rollup.css,socialgroups.css}
	<vb:else />
		{vb:cssfile album.css,pictures.css,socialgroups.css}
	</vb:if>
	{vb:raw headinclude_bottom}
</head>

<body>
{vb:raw header}

{vb:raw navbar}

<div id="pagetitle">
	<h1>{vb:rawphrase pictures_from_group_x, {vb:raw group.name}}</h1>
</div>

<vb:if condition="1 OR $pagenav OR $show['add_pictures_link']">
<div class="floatcontainer" id="controls_above">
    <vb:if condition="$pagenav">
    	<div id="pagination_top">
				{vb:raw pagenav}
			</div>
    </vb:if>

	<vb:if condition="$show['add_pictures_link'] AND $picturebits">
		<a class="uploadlaunchlink textcontrol" href="newattachment.php?{vb:raw session.sessionurl}{vb:raw values}&amp;poststarttime={vb:raw poststarttime}&amp;posthash={vb:raw posthash}&amp;contenttypeid={vb:raw contenttypeid}">{vb:rawphrase add_pictures}</a>
	</vb:if>
</div>
</vb:if>

<vb:if condition="$show['add_pictures_link']">
	<form class="vbform block hidden" id="uploaddisplay" action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}group.php?do=updatepictures&amp;groupid={vb:raw group.groupid}" method="post">
		<div class="blockbody formcontrols">
			<h2 class="blockhead">{vb:rawphrase pending_pictures}</h2>
			<ul id="attachlist_list2">
				<li class="hidden">&nbsp;</li>
			</ul>
		</div>
		
		<div class="blockfoot actionbuttons">
			<input type="submit" class="button" value="{vb:rawphrase save_changes}" accesskey="s" tabindex="1" />
		</div>
	
		<input type="hidden" name="posthash" value="{vb:raw posthash}" />
		<input type="hidden" name="poststarttime" value="{vb:raw poststarttime}" />
		<input type="hidden" name="do" value="updatepictures" />
		<input type="hidden" name="groupid" value="{vb:raw group.groupid}" />
		<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
		<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
	</form>
</vb:if>

<div id="view-group-info">
	<h2 class="blockhead">{vb:rawphrase group_pictures}</h2>
	<div class="blockbody">
		<div id="view-group-pictures">
			<vb:if condition="$picturebits">
				<ol id="thumbnails" class="formcontrols blockbody">
					<h3 style="padding: 10px 0px 0px 10px;">{vb:rawphrase showing_x_of_y_pictures, {vb:raw pictures_shown}, {vb:raw group.picturecount}}</h3>{vb:raw picturebits}
				</ol>
			<vb:else />
				{vb:rawphrase no_pictures_added_group_yet}
				<vb:if condition="$show['add_pictures_link']">
					<a class="uploadlaunchlink" href="newattachment.php?{vb:raw session.sessionurl}{vb:raw values}&amp;poststarttime={vb:raw poststarttime}&amp;posthash={vb:raw posthash}&amp;contenttypeid={vb:raw contenttypeid}">{vb:rawphrase add_pictures_to_this_group}</a></vb:if>
			</vb:if>
		</div>
	</div>
</div>

<div class="groupcontrols">
	<vb:if condition="$groupoptions['join']">
	<a href="{vb:link group, {vb:raw group}, 'do=join'}" class="textcontrol" rel="nofollow">{vb:rawphrase join_group}</a>
	</vb:if>
	<vb:if condition="$groupoptions['leave']">
	<a href="{vb:link group, {vb:raw group}, 'do=leave'}" class="textcontrol" rel="nofollow">{vb:rawphrase leave_group}</a>
	</vb:if>
	<vb:if condition="$groupoptions['edit']">
	<a href="{vb:link group, {vb:raw group}, 'do=edit'}" class="textcontrol" rel="nofollow">{vb:rawphrase edit_group}</a>
	</vb:if>
	<vb:if condition="$groupoptions['delete']">
	<a href="{vb:link group, {vb:raw group}, 'do=delete'}" class="textcontrol" rel="nofollow">{vb:rawphrase delete_group}</a>
	</vb:if>
	<vb:if condition="$groupoptions['manage']">
	<a href="{vb:link group, {vb:raw group}, 'do=manage'}" class="textcontrol" rel="nofollow">{vb:rawphrase pending_and_invited_members}</a>
	</vb:if>
	<vb:if condition="$groupoptions['managemembers']">
	<a href="{vb:link group, {vb:raw group}, 'do=managemembers'}" class="textcontrol" rel="nofollow">{vb:rawphrase manage_members}</a>
	</vb:if>
	<vb:if condition="$groupoptions['transfergroup']">
	<a href="{vb:link group, {vb:raw group}, 'do=transfer'}" class="textcontrol" rel="nofollow">{vb:rawphrase transfer_group}</a>
	</vb:if>
</div>

<vb:if condition="$show['add_pictures_link']">
<script type="text/javascript" src="clientscript/vbulletin_attachment.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
<!--
	vB_Attachments = new vB_Attachment('attachlist', {
			editorid     : '',
			poststarttime: '{vb:raw poststarttime}',
			posthash     : '{vb:raw posthash}',
			contentid    : '{vb:raw group.groupid}',
			userid       : '{vb:raw bbuserinfo.userid}',
			contenttypeid: '{vb:raw contenttypeid}',
			values       : '{vb:raw values}',
			insertinline : '0',
			enhanced     : '<vb:if condition="$vboptions['vbasset_enable'] AND $bbuserinfo['vbasset_enable']">1</vb:if>'
	});
//-->
</script>
</vb:if>

{vb:raw footer}

</body>
</html>
Reply With Quote
 


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 12:30 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.04727 seconds
  • Memory Usage 2,539KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (1)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

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

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