Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,963
Naujausias narys: WolfHammer

Naujausi straipsniai

Paskutiniai nariai

minimukas 1 diena
N-20 2 savaitės
Reikalas 2 savaitės
Rytis 3 savaitės
DjArtas 4 savaitės
WolfHammer 4 savaitės
Nostesi15 savaitės
Wisedocs15 savaitės
asdasdddz18 savaitės
Paslapties K...20 savaitės
Audrius_1722 savaitės
Simbijanas34 savaitės
Karinacraft35 savaitės
Žmogus38 savaitės
Bruksnys42 savaitės
Darexs45 savaitės
Nepas46 savaitės
keistuole48 savaitės
Gizmis49 savaitės
MaFetas63 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.62
Naujienų: 529
Straipsnių: 235
Temų: 52,590
Postų: 522,550
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.

minimukas
2026 Vas. 21 08:02:25
oi oi akinanti šypsen yra dar cia gyvu? akinanti šypsen

N-20
2026 Vas. 6 21:02:05
O mes dar gyvi šypsosi)

WolfHammer
2026 Sau. 25 01:01:35
drovus

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Nepas
2025 Bal. 9 17:04:13
drovus

Š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
del header
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: GooUn Peržiūrų: 3394      Spausdinti temą
2008 Spa. 6 17:10:58          1 žinutė iš 13
Spausdinti pranešimą
zekit Kur pazimeta juodai matos header kaip panaikinti http://www.part.lt/img/142f946f6...3b2109.bmp

2008 Spa. 6 17:10:34          2 žinutė iš 13
Spausdinti pranešimą
headeri sumazink arba reikia tas reklamas pakelt y virsu, bet greiciausiai headeri mazink šypsosi


P.S nedaryk .bmp formatu akinanti šypsendrovusdrovus

www.svarosspektras.lt
Redagavo _MaZvE_ 2008 Spa. 6 17:10:50
2008 Spa. 6 17:10:35          3 žinutė iš 13
Spausdinti pranešimą
Ne ziurek www.muzika4ever.too.lt

2008 Spa. 6 17:10:15          4 žinutė iš 13
Spausdinti pranešimą
Duok theme.php

www.svarosspektras.lt
2008 Spa. 6 17:10:48          5 žinutė iš 13
Spausdinti pranešimą

<?php

/*******************************/
/*
Empe3.lt dizainas kurtas traskis
Lithuanian PHP-fusion support www.webdnd.com
 */
/*****************************/

if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "1024";
$theme_width_l = "223";
$theme_width_r = "223";

function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink,$db_prefix;

echo "<br>
<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' background='".THEME."images/header.jpg' height='281'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr valign='top'>
<td>
<table align='center' cellpadding='0' cellspacing='0'>
<tr>
<td align='center' style='padding-right:417px; padding-top:47px;' height='281'>";


echo"<table width='530' align='center'>
<tr>
<td width='48%'>";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,16");
 if (dbrows($result) != 0) {
  echo "<table width='80%' cellpadding='0' cellspacing='0'>";
  while ($data = dbarray($result)) {
   echo "<tr>
    <td class='small'>
     <img src='".THEME."images/bulletai.gif'>
     <a href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='".$data['download_title']."' class='side'>".trimlink($data['download_title'], 23)."</a>
    </td>
    <td align='center'>".$data['download_count']."</td>
      </tr>";
  }
  echo "</table>";
 } else {
  echo "<div style='text-align:center'>".$locale['004']."</div>\n";
 }


echo "</td>
<td width='40%'>";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,16");
if (dbrows($result) != 0) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
while($data = dbarray($result)) {
$itemsubject = trimlink($data['download_title'], 23);
echo "<tr>\n<td class='small'><img src='".THEME."images/bulletai.gif'> <a href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='".$data['download_title']."' class='side'>$itemsubject</a></td>\n
<td align='left'>".$data['download_count']."</td>\n</tr>\n";
}
echo "</table>";
} else {
echo "<center>".$locale['004']."</center>\n";
}



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

echo"<table background='".THEME."images/blank.gif' width='1024'>
<tr>
<td><center><img src='http://empe3.lt/images/empe3_02_01.gif' /></center>
<center><a href='http://muzika4ever.too.lt/viewpage.php?page_id=1' target='_blank'><img border='0' src='http://www.part.lt/img/c54e4f63e28922bdc05d3be9ea4a46f2784.jpg' </a> <img src='http://empe3.lt/images/empe3_02_05.gif' /><a target='_blank' href='http://muzika4ever.too.lt/viewpage.php?page_id=1'><img width=468 height=60 border=0 src='http://www.part.lt/img/c54e4f63e28922bdc05d3be9ea4a46f2784.jpg'></a></center>
<center><img src='http://empe3.lt/images/empe3_02_01.gif' /></center></td><br />
</table>\n";


echo "<table cellpadding='0' cellspacing='0' width='$theme_width'>";

}

function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='footer'>
<tr>
<td width='1024' align='center'><span style='font-size : 10px;font-weight : normal;color:#fff;padding-right:20px;'>Varikliukas: <a href='https://webdnd.com' target='_blank'>PHP-Fusion</a> | muzika4ever 2008 | Sprendimas: <a href='https://webdnd.com' target='_blank'>Samas</a> </a></span></td>
</tr>
</table>";

}

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

echo "
<table cellpadding='0' cellspacing='0' width='540'>
<tr>
<td class='newsmain'><span style='font-size : 10px;font-weight : normal;color:#000;'>".showdate("longdate", $info['news_date'])."</span><br><a name='news_1' id='news_1'></a>$subject</td>

</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<form name='editnews1' method='post' action='administration/news.php&amp;news_id=".$info['news_id']."'>
<td align='center' class='news-footer'><a href='naujienos.php?readmore=".$info['news_id']."'>Pla&#232;iau</a> | Siuntesi: ".$info['news_reads']." | Komentarø: ".$info['news_comments']."</td>
</form>

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

}

function render_article($subject, $article, $info) {
global $aidlink,$item_type,$locale;

echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>
<td class='newsmain' algin='center'>$subject</td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'><tr>
<td algin='left'>
<span style='font-size: 10px; padding-left: 20px;'>".showdate("shortdate", $info['article_date'])."  - <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>";
echo"<td align='center'><span style='font-size: 11px; padding-right: 20px;'> <a href='print.php?type=A&amp;item_id=".$info['article_id']."'' style='color:#d00602;'>Spausdinti</a>";
echo"</td></td>
</tr>
</table>
<hr>
<table>
<tr>";
echo "<span style='padding-left: 20px;'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</form>
</tr>
</table><br>\n";

}

function opentable($title) {

   echo "<table width='100%' cellpadding='0' cellspacing='0'>";
   echo "<tr><td class='panel-center-left'><img src='".THEME."images/blank.gif' width='60' height='46' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-center-main' align='center'>$title</td>";
   echo "<td class='panel-center-right'><img src='".THEME."images/blank.gif' width='85' height='46' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";

   echo "<td class='main-body'>\n";
}

function closetable() {

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

}

function openside($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td align='center' height='34' background='".THEME."images/vidus-virsus.gif' class='scapmain'>$title</td>
</tr>
<tr>
<td background='".THEME."images/vidus-body.gif' class='side-body'>\n";

}

function closeside() {

echo "</td>
</tr>
<td height='9' background='".THEME."images/vidus-apacia.gif' </td>
</table>\n";
tablebreak();

}


function opensidex($title,$open="on") {

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

}

function closesidex() {

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

}


function tablebreak() {

   echo "<table width='100%' cellspacing='0' cellpadding='0'></table>\n";
}
?>





Redagavo GooUn 2008 Spa. 6 17:10:21
2008 Spa. 6 17:10:51          6 žinutė iš 13
Spausdinti pranešimą
Be sypseneliu duok ir dek nrml terp kode

www.svarosspektras.lt
2008 Spa. 6 17:10:03          7 žinutė iš 13
Spausdinti pranešimą
Kaip matau jau viskas ok šypsosi

Portfolio 70%
2008 Spa. 6 17:10:37          8 žinutė iš 13
Spausdinti pranešimą
Padesit

2008 Spa. 6 17:10:32          9 žinutė iš 13
Spausdinti pranešimą
tu geriau paimk ir tokio aukcio balta juostele prie headerio apacios pridek , ir bus viskas okmerkia akį

Portfolio 70%
Redagavo House 2008 Spa. 6 17:10:23
2008 Spa. 6 17:10:01          10 žinutė iš 13
Spausdinti pranešimą
Kai nuejei i saita manogalvoja

2008 Spa. 6 17:10:11          11 žinutė iš 13
Spausdinti pranešimą
aj nebuvo pilnai uzsikroves, bet daryk kaip sakiau balta juostele prie apacios šypsosi

Portfolio 70%
2008 Spa. 6 17:10:58          12 žinutė iš 13
Spausdinti pranešimą
Nesupratau balta juostele prie apacios

2008 Spa. 6 18:10:18          13 žinutė iš 13
Spausdinti pranešimą
kaip yra header atsidaryk painta ir padaryk balta juostele apacioje nu prijunk, imesk header padarysiu

Portfolio 70%
Peršokti į forumą: