File size: 1.26Kb
<?php
//=============================
#Version WapuS_ToP_final
#Script By: Black1992
#Email: skyangel15@inbox.lv
#Icq: 414454754
#Url: http://WaPuS.pp.Ru
//=============================
include("../config.php");
include("../inc/config.inc.php");
include("../inc/functions.inc.php");
ini_set ('session.use_cookies', 0);
ini_set ('session.use_trans_sid', 1);
session_name('sid');
connect_to_db();
$title=DEFAUL_PAGE_TITLE;
include_once '../head.php';
echo "<b><div class=\"main\">Counter code</b><br/></div>\n";
echo "<div class=\"rek3\">\n";
echo " this is the counter code for your site:<br/>\n";
echo " <a href=\"$rating_url?uid=<b><span>ваш_id</span></b>\"><br/> <img src=\"".$rating_url."count.php?uid=<b><span>ваш_id</span></b>\" alt=\"$site_name\"/></a>\n";
echo " </div><div class=\"rek3\">Copy and paste the html (wml) code on all pages of your site! <br/> \n
If you do place the counter on your site YOU will not appear in our listings!<br/>\n";
echo "</div>";
echo "<div class=\"news\">";
echo "<a href='help.php'>« help</a><br/>";
echo "</div>";
echo "
<div class=\"news\">
<a href=\"" . $rating_url. "index.php\">$rating_name</a>
<img src=\"./../img/gt.gif\" alt=\">\" />Home
</div>
";
include "./../foot_code.php";
?>