Parašė minimukas· 2009 Lap. 13 23:11:45
#3
stai
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#4F4F4F";
$body_bg = "#e7e7e7";
$theme_width = "100%";
$theme_width_l = "200";
$theme_width_r = "200";
function render_header($header_content) {
global $theme_width,$locale,$data,$aidlink,$db_prefix;
echo "<table align='center' cellpadding='0' cellspacing='0' width='952'>\n<tr>
<td align='center' class='full-header'>";
echo "</td>
<td align='center' class='naujausi'>";
include THEME."naujausi.php";
echo "</td>
<td align='center' class='populeriausi'>";
include THEME."populeriausi.php";
echo "</td>
</tr>
</table>\n";
echo "<table align='center' cellpadding='0' cellspacing='0' width='952' class='outer-border'>\n<tr>
<td align='center' width='300'>";
include THEME."nuorodos.php";
echo "</td>
</tr>
</table>\n";
echo "<table align='center' cellpadding='0' cellspacing='0' width='952' class='outer-border'>\n<tr>
<td align='center' class='ad'>";
echo "</td>
</tr>
</table>\n";
echo "<table align='center' cellpadding='0' cellspacing='0' width='952'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table align='center' cellpadding='0' cellspacing='0' width='950' class='footer'>
<tr>
<td width='247' align='left' class='f_text'><br> Dizainas pagal:<br> Design Gotnix durnelis, Code NerukantiS.</td>
<td width='446'>Copyright © 2009 Visos teises saugomos.<br>
Powered by PHP-Fusion copyright © 2003-2006 by Nick Jones.<br>
Released as free software under the terms of the GNU/GPL license.</td>
<td width='247' align='right' class='f_text'></td>
</tr>
</table>
<center>Addwords: half life, counter-strike download, cs 1.6, cd key, games, linux server, servers, downloads, online games, cheating-death, hlsw, maps, spray logos, animated spray logo, logo creator, skins, clans, wallpaper, demo, demos, strategy, statsme, clanmod, amxmodx, amx, metamod, cstrike, script, model, patch, counter strike source, Counter-Strike, Gather Botai, Mapai, Skinai, Modeliai, Mapo Kurimas, Skriptai, Download Counter-Strike, Amx, Metamod, Amxx, Psychostats, SuperHero, WarCraft3, Counter-Strike Naujienos, Counter-Strike pamokos, Counter-Striek Serveriai, Counter-Strike 1.6, Counter-Strike help, Counter-Strike hlds, HLDS configuration, amxx_piss, piss, Super Hero, Superhero, CSDM, Video, find server, CS 1.6, Zero, counter-strike serveriai, Audio & Video, GFX CM & GTH, Skriptai, skinai, Mappingas, Mapai, Counter-strike pagalba, Counter-strike pamokos, Admin pakai, admin packas, Plugin, Pluginai, counter-strike forumas, forumas apie counter-strike, find server, matrix mod, motd.txt, HLSW naudojimas, AMX MOD X, TaxMaker download, raidinis ip, gaming portal, cstrike , cs Counter-Strike, Gather Botai, Counter-Strike Mapai, Counter-Strike Skinai, Counter-Strike Modeliai, Mapo Kurimas, Counter-Strike Skriptai, Siusti Counter-Strike, Siuti Gather Bota, Siusti Counter-Strike mapus, Download Counter-Strike, Download Gather Bot, Download Counter-Strike Maps, Download Counter-Strike Skins,Admin Pack, Counter-Strike 1.6 Admin Pack, Counter-Strike Video pamokos, SuperHero Admin Pack 70lvl, Counter-Strike Zombie Mod, Counter-Strike, CS, CSS, CS Skinai, CSS Skinai, CS maps, Amx, Metamod, Amxx, Psychostats, SuperHero, WarCraft3, Kaip sukurti Counter-Strike serveri, Counter-Strike serverio kurimo pagalba, Counter-Strike Naujienos, Counter-Strike pamokos, Kaip sukonfiguruoti gather bota, Gather bot pagalba, Counter-Striek Serveriai, Counter-Strike 1.6, Download Counter-Strike 1.6, Download Counter-Strike:Source, Counter-Strike:Source pagalba, Counter-Strike help, Counter-Strike hlds, HLDS configuration, How to create counter-strike server, Counter-Strike Spray Logos, Counter-Strike Animated Spray Logo tutorial, Counter-Strike:Source configuration ir kita...
<br>".showcounter()."
<br><a target=\"_blank\" href=\"http://www.hey.lt/details.php?id=PiOn33r\"><img width=88 height=31 border=0 src=\"//www.hey.lt/count.php?id=PiOn33r\" alt=\"Hey.lt - Nemokamas lankytojø skaitliukas\"></a></center>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='535'>
<tr>
<td align='left' class='capmain'>\n";
echo " $subject<br>";
echo " <a href='news.php?readmore=".$info['news_id']."' class='white'>[Plaèiau]</a><br>";
if ($info['news_allow_comments'])
echo " <a href='news.php?readmore=".$info['news_id']."' class='white'>Komentarø: ".$info['news_comments']."</a> | ";
echo "Paraðë: <a href='profile.php?lookup=".$info['user_id']."' class='white'>".$info['user_name']."</a>";
echo "";
echo "</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='535' cellpadding='0' cellspacing='0'>
<tr>
<td align='right' class='capmain'>\n";
echo "$subject<br>";
if ($info['news_allow_comments'])
echo "<a href='news.php?readmore=".$info['news_id']."'>Komentatu: ".$info['news_comments']."</a> | ";
echo "Parase: <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
echo "<p align='right'><a href='news.php?readmore=".$info['news_id']."'>[Placiau]</a>";
echo "</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo "</td>
</tr>
</table>\n";
}
function openfrm($title) {
echo "<table align='center' cellpadding='0' cellspacing='0' width='980'>
<tr>
<td align='center' class='frm-vidurys' width='100%' height='60'>$title</td>
</tr>
<tr>
<td class='frm-body'>\n";
}
function closefrm() {
echo "</td>
</tr>
<tr><td class='frm-pabaiga' width='100%' height='60'></td></tr>
</table>\n";
}
function opensrv($title) {
echo "<table align='center' width='952' cellpadding='0' cellspacing='0'><tr><td class='table1'><img src='".THEME."images/blank.gif' width='134' height='30' alt='' style='display:block'></td><td width='100%' class='table2'><center>$title</center></td><td class='table3'><img src='".THEME."images/blank.gif' width='145' height='30' alt='' style='display:block'></td></tr></table>
<table align='center' width='952' cellpadding='0' cellspacing='0'><tr><td class='table-body'>\n";
}
function closesrv() {
echo "</td>
</tr>
<tr><td><img src='".THEME."images/pan_vid_apac.gif' width='100%' height='9' alt='' style='display:block'></tr></td>
</table>\n";
}
function opentable($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr><td class='table1'><img src='".THEME."images/blank.gif' width='134' height='30' alt='' style='display:block'></td><td width='100%' class='table2'><center>$title</center></td><td class='table3'><img src='".THEME."images/blank.gif' width='145' height='30' alt='' style='display:block'></td></tr></table>
<table width='100%' cellpadding='0' cellspacing='0'><tr><td class='table-body'>\n";
}
function closetable() {
echo "</td>
</tr>
<tr><td><img src='".THEME."images/pan_vid_apac.gif' width='100%' height='9' alt='' style='display:block'></tr></td>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td align='center' class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
<tr><td><img src='".THEME."images/son_pan_apac.gif' alt='apacia'></td></tr>
</table>\n";
tablebreak();
}
function openside_header($title) {
echo "<table align='center' cellpadding='center' cellspacing='0'>
<tr>
<td align='center'class='side-body-panel'>\n";
}
function closeside_header() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function openside_panel($title) {
echo "<table align='center' cellpadding='center' cellspacing='0' width='200'>
<tr>
<td class='side-body-panel'>\n";
}
function closeside_panel() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
Redagavo minimukas· 2009 Lap. 13 23:11:04