trafic.ro sau wta.ro pe oscommerce


otisweb


cum fac sa bag codul de la trafic.ro, wta.ro sau orice astfel de monitor de site-uri intr-un site creat cu oscommerce?
bogdanar
Intra in Includes/footer.php si copiaza acolo codurile pentru tracking
 
otisweb
mersi am rezolvat dar problema este ca bannerul de la wta.ri apare in coltul din stanga ci nu in mmijloc.. uitati http://otisweb.net/shop acesta este codul:


CODE
<?php
/*
$Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright © 2003 osCommerce

Released under the GNU General Public License
*/

require(DIR_WS_INCLUDES . 'counter.php');
?>
<table border="0" width="100%" cellspacing="0" cellpadding="1">
<tr class="footer">
<td class="footer">&nbsp;&nbsp;<?php echo strftime(DATE_FORMAT_LONG); ?>&nbsp;&nbsp;</td>
<td align="right" class="footer">&nbsp;&nbsp;<?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>&nbsp;&nbsp;</td>
</tr>
</table>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
</tr>
</table>
<?php
if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
}
?>
<html>
<head>
<script type="text/javascript" src="http://hitx.statistics.ro/hitx2.js"></script>
</head>
<!-- script statistics.ro : V2 : html -->
<a href="http://www.wta.ro/2570stats_index" target="_blank" title="Statistici web"><script type="text/javascript">
st_ro_start(2570, "", "", "");</script></a>
<noscript><a href="http://www.wta.ro/"><img src="http://hitx.statistics.ro/2570/1/-/-/-/a-x/nojs.gif" width="88" height="31" alt="Statistici web"></a></noscript>
<!-- end of script statistics.ro : V2 : html -->
</html>
bogdanar
Pai pune si tu codul respectiv intr-un table

<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" > CODUL WTA </td>
</tr>
</table>
CosminBest
Sau pur si simplu bagi codul intre tagurile <center> respectiv </center>
otisweb
am rezolvat problema demult dar ms oricum:)
Aceasta este o versiune simplificatã a paginii originale. Pentru a vizita versiunea originala click aici.