Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 06-19-2007, 11:44 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kall View Post
Hi,

It's likely to be in the header template.
can you tell by looking at this code so I can remove it

Code:
<div id="highslide-container"></div>
<div id="controlbar2" class="highslide-overlay controlbar2">
	<a href="javascript:void(0)" onclick="return hs.previous(this)" title="Previous (left arrow key)"></a>
	<a href="javascript:void(0)" onclick="return hs.next(this)" title="Next (right arrow key)"></a>
    <a href="javascript:void(0)" class="highslide-move" title="Click and drag to move"
    	style="margin-left: 10px"></a>
    <a href="javascript:void(0)" onclick="hs.close(this)" title="Close"></a>
</div>


<style type="text/css">
<!--
A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover	{color:black;text-decoration:none;}
A.ssmItems:active	{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}
//-->
</style>

<SCRIPT SRC="http://www.satprolatino.tv/ssm.js" language="JavaScript1.2">
//Dynamic-FX slide in menu v6.5 (By maXimus, http://maximus.ravecore.com/)
//Updated July 8th, 03' for doctype bug
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
//Puplished For VB By Developer
</SCRIPT>

<SCRIPT SRC="http://www.satprolatino.tv/ssmItems.js" language="JavaScript1.2"></SCRIPT>

<if condition="$show[guest]">
<!-- Improve registration Rates -->
<style type="text/css">

#topbar{
position:absolute;
border: 1px solid black;
padding: 5px;
background-color: white;
width: 620px;
visibility: hidden;
z-index: 400;
}

</style>

<script type="text/javascript">
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>




<div id="topbar">
<a href="" onClick="closebar(); return false"><img src="close.gif" border="0" /></a>
It shows that you are unregistered. Please register with us by clicking <a href="register.php">Here</a></td>
</div>

<!-- End Improve Registration -->
</if>
<META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
<META http-equiv=Page-Enter content=BlendTrans(Duration=0)>

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

<script type="text/javascript">

/****************************************************
*	        DOM Image rollover:
*		by Chris Poole
*		http://chrispoole.com
*               Script featured on http://www.dynamicdrive.com
*		Keep this notice intact to use it :-)
****************************************************/

function init() {
  if (!document.getElementById) return
  var imgOriginSrc;
  var imgTemp = new Array();
  var imgarr = document.getElementsByTagName('img');
  for (var i = 0; i < imgarr.length; i++) {
    if (imgarr[i].getAttribute('hsrc')) {
        imgTemp[i] = new Image();
        imgTemp[i].src = imgarr[i].getAttribute('hsrc');
        imgarr[i].onmouseover = function() {
            imgOriginSrc = this.getAttribute('src');
            this.setAttribute('src',this.getAttribute('hsrc'))
        }
        imgarr[i].onmouseout = function() {
            this.setAttribute('src',imgOriginSrc)
        }
    }
  }
}
onload=init;

</script>



<script language="javascript"> 
<!-- 
if (document.images) { 
image1on = new Image(); 
image1on.src = "$stylevar[imgdir_misc]/links_home_over.gif"; 
image1off = new Image(); 
image1off.src = "$stylevar[imgdir_misc]/links_home.gif";  

image2on = new Image(); 
image2on.src = "$stylevar[imgdir_misc]/links_usercp_over.gif"; 
image2off = new Image(); 
image2off.src = "$stylevar[imgdir_misc]/links_usercp.gif";

image3on = new Image(); 
image3on.src = "$stylevar[imgdir_misc]/links_register_over.gif"; 
image3off = new Image(); 
image3off.src = "$stylevar[imgdir_misc]/links_register.gif";

image4on = new Image(); 
image4on.src = "$stylevar[imgdir_misc]/links_members_over.gif"; 
image4off = new Image(); 
image4off.src = "$stylevar[imgdir_misc]/links_members.gif";

image5on = new Image(); 
image5on.src = "$stylevar[imgdir_misc]/links_faq_over.gif"; 
image5off = new Image(); 
image5off.src = "$stylevar[imgdir_misc]/links_faq.gif";

image6on = new Image(); 
image6on.src = "$stylevar[imgdir_misc]/links_search_over.gif"; 
image6off = new Image(); 
image6off.src = "$stylevar[imgdir_misc]/links_search.gif";
}  
function changeimages() { 
if (document.images) { 
for (var i=0; i<changeimages.arguments.length; i+=2) { 
document[changeimages.arguments[i]].src = eval(changeimages.arguments[i+1] + ".src"); 
} 
} 
} 
// --> 
</script>





<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <td>
    <td width="81" valign="top" style="background: url('$stylevar[imgdir_misc]/border_left_bg.gif') repeat-y top right; text-align: right;"><img src="$stylevar[imgdir_misc]/border_left.gif" alt="border" /></td>
    <td>





<style type="text/css">
<!--
.style1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #3c3c3c;
}
-->
</style>

<!-- Start Admin Log In As User -->
<if condition="$_REQUEST['admin_log_in_as_user'] OR $_COOKIE[COOKIE_PREFIX . 'admin_log_in_as_user']">
	<div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px"><a href="$vboptions[forumhome].php$session?[sessionurl]&amp;log_out_admin_log_in_as_user=true">$vbphrase[admin_log_out_as_user]</a></div>
</if>
<!-- End Admin Log In As User -->

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="156"><img src="$stylevar[imgdir_misc]/header_logo_left.gif" width="156" height="132"></td>
    <td width="163" background="$stylevar[imgdir_misc]/header_logo_right.gif" style="background-repeat:no-repeat;"><p class="style1"><strong>Members:</strong> $numbermembers<br>
        <strong>Threads:</strong> $totalthreads<br>
        <strong>Posts:</strong> $totalposts<br>
        <strong>Online: $totalonline</strong></p>
    <p class="style1"><strong>Newest Member:</strong> <a href="$vboptions[bburl]/member.php?u=$newuserid"> 
        $newusername</a></p></td>
    <td bgcolor="#fdfdfd">&nbsp;</td>
    <td width="351"><div align="right"><a href="index.php"><img src="$stylevar[imgdir_misc]/header_right.jpg" width="351" height="132" border="0"></a></div></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="25"><img src="$stylevar[imgdir_misc]/links_above_left.gif" width="25" height="12"></td>
    <td background="$stylevar[imgdir_misc]/links_above_bg.gif"><img src="$stylevar[imgdir_misc]/links_above_bg.gif" width="1" height="12"></td>
    <td width="25"><img src="$stylevar[imgdir_misc]/links_above_right.gif" width="25" height="12"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="69" background="$stylevar[imgdir_misc]/links_bg.gif">
	<a href="index.php" onMouseOver="changeimages('image1', 'image1on')" onMouseOut="changeimages('image1', 'image1off')">
	<img src="$stylevar[imgdir_misc]/links_home.gif" name="image1" width="69" height="32" border="0" id="image1"></a></td>
    <td width="74" background="$stylevar[imgdir_misc]/links_bg.gif">
	<a href="usercp.php" onMouseOver="changeimages('image2', 'image2on')" onMouseOut="changeimages('image2', 'image2off')">
	<img src="$stylevar[imgdir_misc]/links_usercp.gif" name="image2" width="74" height="32" border="0" id="image2"></a></td>
    <td width="77" background="$stylevar[imgdir_misc]/links_bg.gif">
	<a href="register.php" onMouseOver="changeimages('image3', 'image3on')" onMouseOut="changeimages('image3', 'image3off')">
	<img src="$stylevar[imgdir_misc]/links_register.gif" name="image3" width="77" height="32" border="0" id="image3"></a></td>
    <td width="82" background="$stylevar[imgdir_misc]/links_bg.gif">
	<a href="showgroups.php" onMouseOver="changeimages('image4', 'image4on')" onMouseOut="changeimages('image4', 'image4off')">
	<img src="$stylevar[imgdir_misc]/links_members.gif" name="image4" width="82" height="32" border="0" id="image4"></a></td>
    <td width="63" background="$stylevar[imgdir_misc]/links_bg.gif">
	<a href="faq.php" onMouseOver="changeimages('image5', 'image5on')" onMouseOut="changeimages('image5', 'image5off')">
	<img src="$stylevar[imgdir_misc]/links_faq.gif" name="image5" width="63" height="32" border="0" id="image5"></a></td>
    <td width="63" background="$stylevar[imgdir_misc]/links_bg.gif">
	<a href="search.php" onMouseOver="changeimages('image6', 'image6on')" onMouseOut="changeimages('image6', 'image6off')">
	<img src="$stylevar[imgdir_misc]/links_search.gif" name="image6" width="63" height="32" border="0" id="image6"></a></td>
    <td background="$stylevar[imgdir_misc]/links_bg.gif">&nbsp;</td>
    <td width="135" background="$stylevar[imgdir_misc]/links_bg.gif"><img src="$stylevar[imgdir_misc]/links_right.gif" width="135" height="32"></td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td background="$stylevar[imgdir_misc]/links_undershadow.gif" bgcolor="#FFFFFF"><img src="$stylevar[imgdir_misc]/links_undershadow.gif" width="6" height="48"></td>
  </tr>
</table>

<!-- content table -->
$spacer_open
$_phpinclude_output
$welcomeheaders

<div align="center" width="100%" id="link_display">
Warning!!! To view this please enable JavaScript and Flash! 
</div>
<script type="text/javascript">
   var fo = new FlashObject("vbadlsystem.swf", "link_display", "700", "230", "8,0,0,0", "#ffffff");
   fo.addParam("quality", "high");
   fo.write("link_display");
</script>
<!-- js flashobject -->
<br />

	<script type="text/javascript" src="js/ajax-dynamic-content.js"></script>
	<script type="text/javascript" src="js/ajax.js"></script>
	<script type="text/javascript" src="js/ajax-tooltip.js"></script>
	<link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css">
<script type="text/javascript"> 
document.body.onclick = ajax_hideTooltip; 
</script>



anyone please
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 09:32 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.06811 seconds
  • Memory Usage 2,459KB
  • Queries Executed 13 (?)
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
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (1)postbit_attachment
  • (5)postbit_onlinestatus
  • (5)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
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete