Autor Subiect: Inserare cod trafic  (Citit de 1345 ori)

0 Utilizatori şi 1 Vizitator pe acest subiect.

Deconectat robert.buzatu

  • Newbie
  • *
  • Mesaje: 4
  • Popularitate: +0/-0
Inserare cod trafic
« : Joi 18 Februarie 2010, 16:50:00 »
Unde trebuie inserat codul de trafic pentru a functiona? Imi apar mereu erori.

acesta este codul care trebuie introdus:
<!-- Start SEO monitor -->
<a href="http://seomonitor.bunt.ro" id="seomonitor" target="_blank" style="position:relative;">SEO monitor</a>
<script type="text/javascript">
document.write(unescape("%3Cscript src='http://seomonitor.ro/seomonitor.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- End SEO monitor -->

iar aceasta este sectiunea template-ului unde cred ca ar trebui sa introduc codul
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
 <div id="footer">
<div id="foot-wrap">
<div id="foot-l">
<div id="foot-r">
<div id="footerarea">
  <div class="right"><b>Loner</b> 2009, by <a href="http://www.jpr62.com" title=""  target="_blank">Crip</a> | <a id="button_xhtml" href="http://validator.w3.org/check/referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><small>XHTML</small></a> | <a id="button_rss" href="', $scripturl , '?type=rss;action=.xml" class="new_win"><small>RSS</small></a> | <a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><small>WAP2</small></a> | ', theme_copyright(), '
</div>
<div class="left"></div>';
// Show the load time?
if ($context['show_load_time'])
echo '
<p class="smalltext" id="show_loadtime">', $txt['page_created'], $context['load_time'], $txt['seconds_with'], $context['load_queries'], $txt['queries'], '</p>';

  echo '
</div>
</div>
  </div>
</div>
 </div>';
}

function template_html_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;

echo '
</div>

</body></html>';

SMF România

Inserare cod trafic
« : Joi 18 Februarie 2010, 16:50:00 »

Deconectat robert.buzatu

  • Newbie
  • *
  • Mesaje: 4
  • Popularitate: +0/-0
Re: Inserare cod trafic
« Răspunde #1 : Joi 18 Februarie 2010, 17:56:27 »
Am reusit instalarea cu ajutorul celor de la http://seomonitor.bunt.ro/
Se instaleaza imdeiat dupa <div id="footerarea">

Deconectat ucenicul

  • Newbie
  • *
  • Mesaje: 25
  • Popularitate: +0/-0
Re: Inserare cod trafic
« Răspunde #2 : Vineri 13 Mai 2011, 19:53:50 »
Am trecut si eu la SMF 2.0 si nu reusesc sa inserez codurile de monitorizare in tema default. In fisierul index.template.php nu gasesc <div id="footerarea"> ...
Unde gresesc?

Deconectat -=[Vyorel]=-

  • SMF Free Helper
  • Administrator
  • Hero Member
  • *****
  • Mesaje: 1.036
  • Popularitate: +44/-4
  • Gen: Bărbat
  • I LOVE SMF
    • Xerom Zone Community
  • SMF Version: SMF 2.0.2
Re: Inserare cod trafic
« Răspunde #3 : Vineri 13 Mai 2011, 21:21:58 »
Am trecut si eu la SMF 2.0 si nu reusesc sa inserez codurile de monitorizare in tema default. In fisierul index.template.php nu gasesc <div id="footerarea"> ...
Unde gresesc?

Cauta tot in fisierul ala theme_copyright si o sa gasesti.