Pages: [1]   Go Down
  Print  
Author Topic: Need help ASAP  (Read 195 times)
jaimck
Jr. Member
**
Offline Offline

Posts: 73



View Profile WWW
« on: November 06, 2011, 01:49:14 AM »

My Featured Banners Won't show on the right side of the specials located at the bpttom there should be 4 Featured Banners located there.

here is my layout.php its got me stuffed why they won't show

here is the fban code :

<div class="fbann">
<?=$fbannerlist;?>

The only thing i did in the layout was added a adhitz banner.

Code:
<? include "viewz_dz.php"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Template Name: Viewz-DZ ( onlinepaidclick.com )
Author: viewz
Author Url: http://OnlinePaidClick.com

This is a Template licensed information, each template for each site
has differance key, and this has to be viewable to the public and
MUST NOT be removed or modified to indicated it's a legit template.
Re-Selling without any written permission from Viewz(OnlinePaidClick.com)
are Scrictly Prohibited.
-->
<html>
<head>

    <title><?php echo $settings['site_title'] ." :: "$includes['title']; ?></title>
    <meta name="keywords" content="paid to click, earn cash">
    <meta name="Description" content="Get Paid To Click!">
    <meta name="ROBOTS" content="ALL">
    <meta name="distribution" content="global">
    <META http-equiv=Content-Type content="text/html; charset=windows-1252">
    <link rel="stylesheet" type="text/css" href="templates/<?=$temp_name;?>/components.css">
    <link rel="stylesheet" type="text/css" href="templates/<?=$temp_name;?>/layout.css">
<link rel="stylesheet" type="text/css" href="templates/<?=$temp_name;?>/style.css" />
<link rel="stylesheet" type="text/css" href="includes/ajax/components.css">
<?php 
    
if($loadAjax == true)
        echo 
load_ajax();?>

<!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> -->
<script type="text/javascript" src="templates/<?=$temp_name;?>/js/jquery.js"></script>
<script type="text/javascript" src="templates/<?=$temp_name;?>/js/jquery.featureList-1.0.0.js"></script>
<script language="javascript">
$(document).ready(function() {
$('#tabs li a').featureList({
output : '#output li',
start_item : 1
});
});
</script>
</head>
<body>
<center><?=$h_top;?></center>
<div class="sitename"><a href="index.php"></a></div>
<div class="banner_top"><?=$pagebanner648; ?></div>
</div>
</td>
</tr>
<tr>
<td>
<div class="top_menu">
<a class="fmenu" href="index.php?view=home&amp;<?php echo $url_variables?>" title="Welcome Page">HOME</a>
<a href="index.php?view=proof&amp;<?php echo $url_variables?>" title="Payment Proof">PROOF PAID</a>
<a href="index.php?view=news&amp;<?php echo $url_variables?>" title="Welcome Page">NEWS</a>
<a href="index.php?view=prices&amp;<?php echo $url_variables?>" title="Prices For Advertising Space">PURCHASE</a>
<? if(!$LOGGED_IN) { ?>
<a href="index.php?view=join&<?=$url_variables;?>" title="Create new account">REGISTER</a>
<a href="index.php?view=login&<?=$url_variables;?>" title="Member Login">LOGIN</a>
<? } ?>
<? if($LOGGED_IN) { ?>
<a href="index.php?view=account&ac=profile&amp;<?php echo $url_variables?>" title="Prices For Advertising Space">ACCOUNT</a>
<? } ?>
<a href="http://www.fast-ptc.info/forum" target="_blank">FORUM</a>
<a href="index.php?view=click&" title="View Ads">SURF ADS</a>
<? if($LOGGED_IN) { ?>
<a href="logout.php?<?=$url_variables;?>" title="Logged Out" style="color:red;font-weight:bold;">EXIT</a>
<? } ?>
</div>
</td>
</tr>
<tr>
<td valign=top>
<div class="cont_bg">
<?=$feaslide;?>
<div class="side_news">
<?=$s_news;?>
</div>
</div>
<div style="float:left;margin-left:33px;margin-top:15px;overflow:hidden;">

<div class="bg_top"></div>
<div class="bg_mid">
<div style="width:570px;float:left;margin-left:15px;">
<center><script type="text/javascript" src="http://adhitzads.com/315660"></script></center><br> <? if($view=="home") { ?>
<div class="home_bg">
<div class="home_lamp">
<div class="faqtips">
<?
//echo $faqtips;
echo $tips;
?>
</div>
</div>
<div class="home_cent">
<div class="home_mem">
<div>
<ul>
<?=$mem_benefits;?>
</ul>
</div>
<?=$c_home;?>
<? } else { echo $includes[content]; } ?>
</div>
<div class="side_warp">
<? if($view!="home") { ?>
<div class="side_in">
<div class="side_top">
<span>
ChatBox
</span>
</div>
<div class="side_cont">
<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0;border:1px solid #b5b5b5;">
<div><iframe frameborder="0" width="200" height="150" src="<?=$cbox;?>;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: 1px solid #ccc;margin-top:3px;" id="cboxmain"></iframe></div>
<div><iframe frameborder="0" width="200" height="75" src="<?=$cbox;?>;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px" id="cboxform"></iframe></div>
</div>
<!-- END CBOX -->
</div>
</div>
<div class="side_in">
<div class="side_top">
<span>
Latest Payout
</span>
</div>
<div class="side_cont">
<?=$lastpay;?>
</div>
</div>
<? } ?>
<div class="side_in">
<div class="side_top">
<span>
Featured Links
</span>
</div>
<div class="side_cont">
<?=$flinklist;?>
</div>
</div>
<div class="side_in">
<div class="side_top">
<span>
Featured Ads
</span>
</div>
<div class="side_cont">
<?=$fadslist;?>
<?=$c_ads;?>
<?=$c_adss;?>
<div class="spec_in_i">
<?=$speclist; ?>
</div>
</div>
                <div class="fbann">
        <?=$fbannerlist;?>
</div>
</div>
<div class="bg_bot"></div>
</div>
</td>
</tr>
<tr>
<td valign=top>

<div class="bottom_bg">
<div class="bot_bg_in">
<div class="bann">
<?=$rcode; ?>
</div>
<div class="bot_right">
<a href="<?=$paypalurl;?>" title="Paypal" target="_blank"><img src="templates/<?=$temp_name;?>/images/paypal.png" border=0></a>
<a href="<?=$alertpayurl;?>" title="AlertPay" target="_blank"><img style="margin-left:15px;" src="templates/<?=$temp_name;?>/images/alertpay.png" border=0></a>
<a href="<?=$facebookurl;?>" title="Facebook" target="_blank"><img style="margin-left:15px;" src="templates/<?=$temp_name;?>/images/facebook.png" border=0></a>
<a href="<?=$twitterurl;?>" title="Twitter" target="_blank"><img style="margin-left:15px;" src="templates/<?=$temp_name;?>/images/twitter.png" border=0></a>
<?=$b_code;?>
<? if($third_bottom==1) { ?>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0 align=center width=950>
<tr>
<td>
<?=$third_p;?>
</td>
</tr>
</table>
</td>
</tr>
<? } ?>
<tr>
<td>
<center>
<div class="bottom_bg">
<div class="bot_bg_in">

<?php if($settings['custom_stats']==2) echo $customstats?>
<br><br>
<?php if($settings['jai_stats']==3) echo $jaistats?>

</div>
</center>
<div class="footer_bg">
<table cellpadding="0" cellspacing="0" align=center border=0 style="margin-top:6px;width:870px;">
<tr>
<td width=45% class="f_left" valign=top>
&nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy; 2011 <? echo $settings[site_title]; ?>,
<a href="http://onlinepaidclick.com/" title="AuroraGPT Template">AuroraGPT Template</a> by <a href="http://onlinepaidclick.com/" title="AuroraGPT Template">Viewz</a>
</td>

<?=$b_codee;?>
</table>
</body>
</html>

Any help will be appreciated.

I did not change anything in the layout_header.php
Logged

Upgrade to an SDR 3
Aligroup
Global Moderator
Hero Member
*****
Offline Offline

Posts: 781



View Profile WWW
« Reply #1 on: November 06, 2011, 01:05:54 AM »

is removing that adhitz code is doing all thing as it was before and work???
Logged

Iam Online almost 15 hours Daily
Goldclix " Advertize Your Site Free Check Here"

Get a SDR 3 NOW at http://ptcfactory.info

The best and most up to date Aurora script in the market!!
Pages: [1]   Go Up
  Print  
 
Jump to: