wyszukaj
06-09-2006, 11:24 AM
Hello!
I need help for php code how can i add code for some page? like link-vault code or my special statistics code.
I need add this code for main page, category page and link-dispay page:
<?
include("robots_counter.php");
echo "
<div style='background-color:#ffffff;color:#000000;padding: 5px 5px 5px 5px;margin: 0px 0px
0px 3px;font-size:9px;font-weight:bold;'>Wizyty robotów na tej podstronie:</div>
<img src=google.jpg border=0 alt=Robot GoogleBot /> <b>$PageInfo[googlebot]</b><br />
<img src=msn.ico border=0 alt=Robot MSNbot /> <b>$PageInfo[msnbot]</b><br />
<img src=yahoo.jpg border=0 alt=Robot Yahoo! /> <b>$PageInfo[yahoo]</b><br />
";
?>
This is example screen for statistics efect:
http://www.skarpety.org/cat/Clip.jpg
And this is script files:
http://myth.org.ua/robots_counter.zip
Please help me!!!
BR
Tomek
I need help for php code how can i add code for some page? like link-vault code or my special statistics code.
I need add this code for main page, category page and link-dispay page:
<?
include("robots_counter.php");
echo "
<div style='background-color:#ffffff;color:#000000;padding: 5px 5px 5px 5px;margin: 0px 0px
0px 3px;font-size:9px;font-weight:bold;'>Wizyty robotów na tej podstronie:</div>
<img src=google.jpg border=0 alt=Robot GoogleBot /> <b>$PageInfo[googlebot]</b><br />
<img src=msn.ico border=0 alt=Robot MSNbot /> <b>$PageInfo[msnbot]</b><br />
<img src=yahoo.jpg border=0 alt=Robot Yahoo! /> <b>$PageInfo[yahoo]</b><br />
";
?>
This is example screen for statistics efect:
http://www.skarpety.org/cat/Clip.jpg
And this is script files:
http://myth.org.ua/robots_counter.zip
Please help me!!!
BR
Tomek