Navigacija

Vartotojų tinkle

Prisijungusių svečių: 69
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,952
Naujausias narys: tomeem

Naujausi straipsniai

Paskutiniai nariai

asirija 3 savaitės
tomeem 5 savaitės
Reikalas 6 savaitės
weberiz 8 savaitės
mRokass11 savaitės
kartoonas12 savaitės
iaescortsmap12 savaitės
ozzWANTED13 savaitės
grunskiz15 savaitės
Bruksnys15 savaitės
illusion15 savaitės
ordo16 savaitės
Jurgaila17 savaitės
originalcs1617 savaitės
Rytis18 savaitės
halis19 savaitės
junkus22 savaitės
morlis22 savaitės
Majakas23 savaitės
andsoft24 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.118.119.196
Naujienų: 529
Straipsnių: 235
Temų: 52,585
Postų: 522,523
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Apocal
2023 Rugs. 2 18:09:23
Nu davai nuveikiam kažką akinanti šypsen. Prisijungti kada visi čia akinanti šypsen.

Apocal
2023 Rugs. 2 00:09:18
Šiaip atėjau pažiūrėti ar dar lopas nesby yra ar koks ten buvo.

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
padekit;(
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: mariuxxxx Peržiūrų: 2431      Spausdinti temą
2009 Lie. 21 13:07:41          1 žinutė iš 12
Spausdinti pranešimą


padekit kazkas su tema sitoje puseje kazkoks tarpas o kito per daug susiliete padekit:s

va tema:


<?php
/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System   |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk            |
| email: nick@php-fusion.co.uk                |
|---------------------------------------------|
| Released under the terms and conditions of  |
| the GNU General Public License (Version 2)  |
+--------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

/* Theme Settings */
$body_text = "#555555";
$body_bg = "#343434";
$theme_width = "900";
$theme_width_l = "170";
$theme_width_r = "170";

function render_header($header_content) {
global $theme_width,$settings;

   echo "<table align='center' class='bodyline' width='$theme_width' cellspacing='0' cellpadding='0' border='0'>";
   echo "<tr><td width='25' nowrap='nowrap' class='lefttd'></td><td>";
   // Start banner code
   echo "<table width='1000' border='0' cellpadding='0' cellspacing='0'><tr>";
    echo "<td background='".THEME."images/02.gif' height='185'>&nbsp;</td></tr></table>";
   // End banner code
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td background='".THEME."images/09.gif' height='31'>&nbsp;<img border='0' src='".THEME."images/bullet.gif'>".showsublinks("<img border='0' src='".THEME."images/bullet.gif'>")."</td>\n";
   echo "</td></tr></table>";
   
   echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
   echo "<tr valign='top'>";
   echo "<td valign='middle' align='right'>";
   echo "<table width='100%' cellpadding='2' bgcolor='#9A978E' cellspacing='0' border='0'><tr>";
}

function render_footer($license=false) {
   
global $theme_width;

   echo "</tr>\n</table>\n";
   echo "<table cellpadding='0' cellspacing='0' width='900' height='31'><tr><td align='center' class='footer'>Varikliukas: <a href='http://www.php-fusion.co.uk/' targer='_blank'>PHP-Fusion</a>. Sprendimas: <a href='mailto:KipshiuS@GMail.com'>KipshiuS</a></td></tr></table>";

}

function render_news($subject, $news, $info) {
   
global $locale;
   
   echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
   echo "<td class='capmain'><center>$subject</center></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='main-body'>$news</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='news-footer' align='center'>&nbsp;".newsposter($info)."</td>";
   echo "<td align='center' class='news-footer'>";
   echo openform("N",$info['news_id']).newsopts($info,"&middot;").closeform("N",$info['news_id']);
   echo "</td></tr></table></td></tr></table>\n";
}

function render_article($subject, $article, $info) {
   
global $locale;
   
   echo "<table bgcolor='#ABA8A0' class='border2' cellspacing='0' width='100%' cellpadding='3'><tr>";
   echo "<td class='capmain'><center>$subject</center></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."";
   echo "</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='news-footer' align='center'>".articleposter($info)."</td>";
   echo "<td align='center' class='news-footer'>";
   echo openform("A",$info['article_id']).articleopts($info,"&middot;").closeform("A",$info['article_id']);
   echo "</td></tr></table></td></tr></table>\n";
}

// Open table begins
function opentable($title) {

   echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
   echo "<td class='scapmain'>$title</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td class='side-body'>\n";
}

// Close table end
function closetable() {
   echo "</td></tr></table>\n";
}

function openside($title) {

   echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
   echo "<td class='scapmain'>$title</td></tr>";
   echo "<tr><td class='side-body'>";
}

function closeside() {
   echo "</td></tr></table>";
   tablebreak();
}

function opensidex($title,$open="on") {
   $boxname = str_replace(" ", "", $title);
   $box_img = $open == "on" ? "off" : "on";
   echo "<table bgcolor='#ABA8A0' border='0' style='border: 1px solid #8A8573' cellspacing='0' width='100%' cellpadding='0'><tr>";
   echo "<td class='scapmain'>$title</td>";
   echo "<td class='scapmain' align='right'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>";
   echo "</tr>";
   echo "<tr><td colspan='2' class='side-body'>";
   echo "<div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}


function closesidex() {

   echo "</div></td></tr></table>";
   tablebreak();
}

// Table functions
function tablebreak() {
   echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'></td></tr></table>\n";
}
?>




2009 Lie. 21 13:07:20          2 žinutė iš 12
Spausdinti pranešimą
gal pamegink apačioj kur yra pavaryt kvadratėlį ta?šypsosi

http://filmaitau.lt Registruokis! Siųskis! Bendrauk!
2009 Lie. 21 13:07:26          3 žinutė iš 12
Spausdinti pranešimą
<?php
/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System   |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk            |
| email: nick@php-fusion.co.uk                |
|---------------------------------------------|
| Released under the terms and conditions of  |
| the GNU General Public License (Version 2)  |
+--------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

/* Theme Settings */
$body_text = "#555555";
$body_bg = "#343434";
$theme_width = "900";
$theme_width_l = "170";
$theme_width_r = "170";

function render_header($header_content) {
global $theme_width,$settings;

   echo "<table align='center' class='bodyline' width='$theme_width' cellspacing='0' cellpadding='0' border='0'>";
   echo "<tr><td width='25' nowrap='nowrap' class='lefttd'></td><td>";
   // Start banner code
   echo "<table width='1000' border='0' cellpadding='0' cellspacing='0'><tr>";
    echo "<td background='".THEME."images/02.gif' height='185'>&nbsp;</td></tr></table>";
   // End banner code
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td background='".THEME."images/09.gif' height='31'>&nbsp;<img border='0' src='".THEME."images/bullet.gif'>".showsublinks("<img border='0' src='".THEME."images/bullet.gif'>")."</td>\n";
   echo "</td></tr></table>";
   
   echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
   echo "<tr valign='top'>";
   echo "<td valign='middle' align='right'>";
   echo "<table width='100%' cellpadding='2' bgcolor='#9A978E' cellspacing='0' border='0'><tr>";
}

function render_footer($license=false) {
   
global $theme_width;

   echo "</tr>\n</table>\n";
   echo "<table cellpadding='0' cellspacing='0' width='1000' height='31'><tr><td align='center' class='footer'>Varikliukas: <a href='http://www.php-fusion.co.uk/' targer='_blank'>PHP-Fusion</a>. Sprendimas: <a href='mailto:KipshiuS@GMail.com'>KipshiuS</a></td></tr></table>";

}

function render_news($subject, $news, $info) {
   
global $locale;
   
   echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
   echo "<td class='capmain'><center>$subject</center></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='main-body'>$news</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='news-footer' align='center'>&nbsp;".newsposter($info)."</td>";
   echo "<td align='center' class='news-footer'>";
   echo openform("N",$info['news_id']).newsopts($info,"&middot;").closeform("N",$info['news_id']);
   echo "</td></tr></table></td></tr></table>\n";
}

function render_article($subject, $article, $info) {
   
global $locale;
   
   echo "<table bgcolor='#ABA8A0' class='border2' cellspacing='0' width='100%' cellpadding='3'><tr>";
   echo "<td class='capmain'><center>$subject</center></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."";
   echo "</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='news-footer' align='center'>".articleposter($info)."</td>";
   echo "<td align='center' class='news-footer'>";
   echo openform("A",$info['article_id']).articleopts($info,"&middot;").closeform("A",$info['article_id']);
   echo "</td></tr></table></td></tr></table>\n";
}

// Open table begins
function opentable($title) {

   echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
   echo "<td class='scapmain'>$title</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td class='side-body'>\n";
}

// Close table end
function closetable() {
   echo "</td></tr></table>\n";
}

function openside($title) {

   echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
   echo "<td class='scapmain'>$title</td></tr>";
   echo "<tr><td class='side-body'>";
}

function closeside() {
   echo "</td></tr></table>";
   tablebreak();
}

function opensidex($title,$open="on") {
   $boxname = str_replace(" ", "", $title);
   $box_img = $open == "on" ? "off" : "on";
   echo "<table bgcolor='#ABA8A0' border='0' style='border: 1px solid #8A8573' cellspacing='0' width='100%' cellpadding='0'><tr>";
   echo "<td class='scapmain'>$title</td>";
   echo "<td class='scapmain' align='right'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>";
   echo "</tr>";
   echo "<tr><td colspan='2' class='side-body'>";
   echo "<div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}


function closesidex() {

   echo "</div></td></tr></table>";
   tablebreak();
}

// Table functions
function tablebreak() {
   echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'></td></tr></table>\n";
}
?>






Pabandyk

2009 Lie. 21 13:07:56          4 žinutė iš 12
Spausdinti pranešimą
dekui skiles nebera o daba kaip padaryt kad desinej pusej butu tarpas kaip kaireja tas melynas nes ten susiliejadrovus
2009 Lie. 21 14:07:53          5 žinutė iš 12
Spausdinti pranešimą
Padaryk foto. Nes nesuprantu ką čia nori pasakyt. Tada pasistengsiu padėt

2009 Lie. 21 14:07:06          6 žinutė iš 12
Spausdinti pranešimą
ziurek:

kaire:




desine:



matai vienoje puseja yra tarpas kitoje negalvoja

2009 Lie. 21 14:07:15          7 žinutė iš 12
Spausdinti pranešimą
Sucentruok temą ir bus vienodi tarpai akinanti šypsen Atrodo, kad tas tarpas pasaulio pabaiga be žado
2009 Lie. 21 14:07:24          8 žinutė iš 12
Spausdinti pranešimą
nerandu kur centruot akinanti šypsendrovus
nu nerandu be žado

2009 Lie. 21 14:07:46          9 žinutė iš 12
Spausdinti pranešimą
sucentruok jei nesunku be žado
2009 Lie. 21 14:07:32          10 žinutė iš 12
Spausdinti pranešimą
<?php
/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk |
| email: nick@php-fusion.co.uk |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

/* Theme Settings */
$body_text = "#555555";
$body_bg = "#343434";
$theme_width = "900";
$theme_width_l = "170";
$theme_width_r = "170";

function render_header($header_content) {
global $theme_width,$settings;

echo "<table align='center' class='bodyline' width='$theme_width' cellspacing='0' cellpadding='0' border='0'>";
echo "<tr><td width='25' nowrap='nowrap' class='lefttd'></td><td>";
// Start banner code
echo "<table width='1000' border='0' cellpadding='0' cellspacing='0'><tr>";
echo "<td background='".THEME."images/02.gif' height='185'>&nbsp;</td></tr></table>";
// End banner code
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
echo "<td background='".THEME."images/09.gif' height='31'>&nbsp;<img border='0' src='".THEME."images/bullet.gif'>".showsublinks("<img border='0' src='".THEME."images/bullet.gif'>")."</td>\n";
echo "</td></tr></table>";

echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
echo "<tr valign='top'>";
echo "<td valign='middle' align='right'>";
echo "<table width='100%' cellpadding='2' bgcolor='#9A978E' cellspacing='0' border='0'><tr>";
}

function render_footer($license=false) {

global $theme_width;

echo "</tr>\n</table>\n";
echo "<center><table cellpadding='0' cellspacing='0' width='1000' height='31'><tr><td align='center' class='footer'>Varikliukas: <a href='http://www.php-fusion.co.uk/' targer='_blank'>PHP-Fusion</a>. Sprendimas: <a href='mailto:KipshiuS@GMail.com'>KipshiuS</a></td></tr></table></center>";

}

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

global $locale;

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

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

global $locale;

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

// Open table begins
function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
echo "<td class='scapmain'>$title</td></tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
echo "<td class='side-body'>\n";
}

// Close table end
function closetable() {
echo "</td></tr></table>\n";
}

function openside($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'><tr>";
echo "<td class='scapmain'>$title</td></tr>";
echo "<tr><td class='side-body'>";
}

function closeside() {
echo "</td></tr></table>";
tablebreak();
}

function opensidex($title,$open="on") {
$boxname = str_replace(" ", "", $title);
$box_img = $open == "on" ? "off" : "on";
echo "<table bgcolor='#ABA8A0' border='0' style='border: 1px solid #8A8573' cellspacing='0' width='100%' cellpadding='0'><tr>";
echo "<td class='scapmain'>$title</td>";
echo "<td class='scapmain' align='right'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>";
echo "</tr>";
echo "<tr><td colspan='2' class='side-body'>";
echo "<div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}


function closesidex() {

echo "</div></td></tr></table>";
tablebreak();
}

// Table functions
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'></td></tr></table>\n";
}
?>


Redagavo WyPuk 2009 Lie. 21 14:07:45
2009 Lie. 21 14:07:39          11 žinutė iš 12
Spausdinti pranešimą
nu vistiek tas pats žliumbia
2009 Lie. 21 15:07:45          12 žinutė iš 12
Spausdinti pranešimą
padekit kas
Peršokti į forumą: