View Single Post
  #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
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01197 seconds
  • Memory Usage 1,798KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete