Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: SKAITLIUKA KAIP IDET?

Parašė Atviorke· 2011 Lie. 25 23:07:27
#1

Kaip idet skaitliuka?
Va theme.php info

<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }

define("THEME_WIDTH", "1090");
define("THEME_BULLET", "<img src='".THEME."images/bullet.gif' alt='' style='border:0' />");

require_once INCLUDES."theme_functions_include.php";


function render_page($license=false) {

global $settings, $main_style,$userdata,$locale,$aidlink,$db_prefix;

//Header
echo "<div id='bg_fonas'><table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center'>\n<tr>\n";
echo "<td>\n";

echo"<div id='header'>";
echo "<div id='logo'><img src='".THEME."/images/logo.png'></div>";


echo"</div>";

echo"<div id='meniu'>";
echo"<div id='nav' class='sub-header'>".showsublinks("", "white")."</div>";


echo"</div>";



echo "</td>\n</tr>\n</table>\n";


//Content
echo "<table cellpadding='0' cellspacing='0' width='".THEME_WIDTH."' align='center' class='$main_style'>\n<tr>\n";
if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
echo "</tr>\n</table>\n";





//Footer
echo "<table cellpadding='0' cellspacing='0' width='".THEME_WIDTH."' align='center'>\n<tr>\n";
echo "<td align='center' class='footer'>";
//Backlinkai
echo "Kopijuoti be Savininko leidimo DRAUDZIAMA. Mus saugo WWW.CYBERPOLICE.LT";
echo "</td>";
echo "</tr>\n</table>\n";



}

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='capmain'>".$subject." </td>\n";
echo "</tr>\n<tr>\n";
echo "<td class='main-body'>".$news."</td>\n";
echo "</tr>\n<tr><br/>\n";
echo "<td align='center' class='news-footer'>\n";
echo newsposter($info," &middot;").newsopts($info,"&middot;").itemoptions("N",$info['news_id']);
echo "</td>";
echo "\n</tr>\n</table>\n";

}

function render_article($subject, $article, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='capmain'>".$subject."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='center' class='news-footer'>\n";
echo articleposter($info," &middot;").articleopts($info,"&middot;").itemoptions("A",$info['article_id']);
echo "</td>\n</tr>\n</table>\n";

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='capmain'><div class='text'>".$title."</div></td>\n";
echo "</tr>\n<tr>\n";
echo "<td class='main-body'>\n";

}

function closetable() {

echo "</td>\n</tr>\n</table>\n";

}

function openside($title, $collapse = false, $state = "on") {

global $panel_collapse; $panel_collapse = $collapse;

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='scapmain'><div class='text'>".$title."</div></td>\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>\n";
}
echo "</tr>\n<tr>\n";
echo "<td".($collapse == true ? " colspan='2'" : "")." class='side-body'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }

}

function closeside($collapse = false) {

global $panel_collapse;

if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n</tr><tr><td class='apacia'></td></tr></table>\n";


}
?>



O va skaitliuko info


1) Nukopijuokite šį kodą į atmintį (clipboard).

<a href="http://www.stats.lt/counter28667.html" target="_blank"><img id="statslt_cnt" src="" border="0" alt="www.stats.lt - Lankomumo statistika, reitingai, skaitliukas" style="display: none"></a>
<script language="JavaScript" type="text/javascript">
<!--
var st_img; if (document.getElementById) st_img = document.getElementById('statslt_cnt');
if (!st_img && document.all) st_img = document.all['statslt_cnt'];
if (st_img) { st_img.onload = function () { this.style.display = 'inline'; }
st_img.src = "http://images.stats.lt/countme.php?site=28667&ref="+escape(document.referrer)+"&h="+ screen.height +"&w="+ screen.width + "&cs="+Math.random()*9999; }
//-->
</script>

2) Įterpkite šį kodą savo svetainės puslapiuose tarp <body> ir </body> žymenų toje vietoje,
kurioje norite, kad atsirastų STATS.LT skaitliukas.


Prasau padekit...

Parašė Wasiulis· 2011 Lie. 26 00:07:05
#2

Eini į Administracija -> Sistemos valdymas -> Panelės -> [Sukurti naują panele] ir įrašai:

openside("Skaitliukas");
echo '<center>
<a href="http://www.stats.lt/counter28667.html" target="_blank"><img id="statslt_cnt" src="" border="0" alt="www.stats.lt - Lankomumo statistika, reitingai, skaitliukas" style="display: none"></a>
<script language="JavaScript" type="text/javascript">
<!--
var st_img; if (document.getElementById) st_img = document.getElementById('statslt_cnt');
if (!st_img && document.all) st_img = document.all['statslt_cnt'];
if (st_img) { st_img.onload = function () { this.style.display = 'inline'; }
st_img.src = "http://images.stats.lt/countme.php?site=28667&ref="+escape(document.referrer)+"&h="+ screen.height +"&w="+ screen.width + "&cs="+Math.random()*9999; }
//-->
</script>
</center>';
closeside();



Parašė Atviorke· 2011 Rugp. 6 23:08:01
#3

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/sweetest/domains/sweet.wu.lt/public_html/administration/panel_editor.php(111) : eval()'d code on line 6

Parašė Jointass· 2011 Rugp. 6 23:08:19
#4

openside("Skaitliukas");
?><center>
<a href="http://www.stats.lt/counter28667.html" target="_blank"><img id="statslt_cnt" src="" border="0" alt="www.stats.lt - Lankomumo statistika, reitingai, skaitliukas" style="display: none"></a>
<script language="JavaScript" type="text/javascript">
<!--
var st_img; if (document.getElementById) st_img = document.getElementById('statslt_cnt');
if (!st_img && document.all) st_img = document.all['statslt_cnt'];
if (st_img) { st_img.onload = function () { this.style.display = 'inline'; }
st_img.src = "http://images.stats.lt/countme.php?site=28667&ref="+escape(document.referrer)+"&h="+ screen.height +"&w="+ screen.width + "&cs="+Math.random()*9999; }
//-->
</script>
</center><?
closeside();



Šitas kodas turi veikti.

Parašė switz· 2011 Rugp. 6 23:08:01
#5


openside("Skaitliukas");
?>
<center>
<a href="http://www.stats.lt/counter28667.html" target="_blank"><img id="statslt_cnt" src="" border="0" alt="www.stats.lt - Lankomumo statistika, reitingai, skaitliukas" style="display: none"></a>
<script language="JavaScript" type="text/javascript">
<!--
var st_img; if (document.getElementById) st_img = document.getElementById('statslt_cnt');
if (!st_img && document.all) st_img = document.all['statslt_cnt'];
if (st_img) { st_img.onload = function () { this.style.display = 'inline'; }
st_img.src = "http://images.stats.lt/countme.php?site=28667&ref="+escape(document.referrer)+"&h="+ screen.height +"&w="+ screen.width + "&cs="+Math.random()*9999; }
//-->
</script>
</center>
<?
closeside();

Parašė Atviorke· 2011 Rugp. 6 23:08:17
#6

Abudu variantai veikia:) dekui jum. jai dar galit padekit del mokejimai.lt...