Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,957
Naujausias narys: keistuole

Naujausi straipsniai

Paskutiniai nariai

keistuole 1 savaitė
Gizmis 3 savaitės
Reikalas 3 savaitės
Rytis12 savaitės
MaFetas16 savaitės
ozzWANTED18 savaitės
saulyzas20 savaitės
TOMIJUS21 savaitės
Jaunelis36 savaitės
lanis36 savaitės
And2s37 savaitės
Memento Mori42 savaitės
Quwqkibor44 savaitės
asirija48 savaitės
tomeem50 savaitės
weberiz54 savaitės
mRokass56 savaitės
kartoonas57 savaitės
grunskiz60 savaitės
Bruksnys60 savaitės

Informacija:


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

Gizmis
2025 Kov. 15 14:03:50
OMG, smagu matyt sita puslapi veikianti

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

MaFetas
2024 Lap. 13 22:11:57
hey how, geras dar veikiantis saitas?

Jaunelis
2024 Lie. 25 11:07:43
Oho vis dar veikia svetainė akinanti šypsen Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas šypsosi

And2s
2024 Lie. 17 19:07:04
2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija akinanti šypsen ačiū Ozz kad saugoji šitą kultūrinį reliktą šypsosi

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

Autorius: Deiviux.eu Peržiūrų: 1366      Spausdinti temą
2008 Rugs. 1 17:09:49          1 žinutė iš 5
Spausdinti pranešimą
Taiva turiu problema saite issitampo background va pic:



Va theme.php kodas

<?

$body_text = "#777777";
$body_bg = "#202734";
$theme_width = "100%";
$theme_width_l = "170";
$theme_width_r = "190";

function render_header($header_content) {

global $theme_width,$settings;

   echo "<script src='".THEME."/grade.js' language='Javascript'></script>";
   echo "<img src='".THEME."images/1.gif' WIDTH='100%' HEIGHT=3><table width='$theme_width' cellspacing='0' cellpadding='0' border='0'>";
   echo "<tr><td align='center' valign='top'>";
//cia

// &#203;&#238;&#227;&#238; - images/banner.gif &#232; &#225;&#224;&#237;å&#240; (&#234;&#238;ä &#225;&#224;&#237;å&#240;&#224; &#226; &#244;&#224;é&#235;å /themes/Black_Tomato/banners.php)
   echo "<td width='100%' height='110'>
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH='100%'><TD><img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."' title='".$settings['sitename']."'></TD>
<TD ALIGN=RIGHT WIDTH=468><iframe src='".THEME."banners.php' marginwidth=0 marginheight=0 vspace=0 hspace=0 width=468 height=60 scrolling=no frameborder=0></iframe></TD></TABLE>";
   echo "</td></tr></table>
   </td>";
   
   echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
   echo "<td><table width='100%' height='28' border='0' cellpadding='4' cellspacing='0'>";
   $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
      if (dbrows($result) != 0) {
   echo "<td class='cellpic'>\n";
      $i = 0;
   while($data = dbarray($result)) {
      if (checkgroup($data['link_visibility'])) {
      if ($data['link_url']!="---") {
      if ($i != 0) { echo "  <img src='".THEME."images/divider.gif'>  "; } else { echo "\n"; }
   $link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
      if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
   echo "<a href='".$data['link_url']."'".$link_target."'>".$data['link_name']."</a>";
   } else {
   echo "<a href='".BASEDIR.$data['link_url']."'".$link_target."'>".$data['link_name']."</a>";
}
   }
$i++;
      }
   }
}
   echo ($i == 0 ? " " : "")."</td>\n";
   echo "<td align='right' class='cellpic' nowrap><strong>".ucwords(showdate($settings['subheaderdate'], time()))."</strong>";
   echo "</td></tr></table></td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>";
   echo "</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='4' bgcolor='#222222' cellspacing='0' border='0'>";
}

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

   echo "</tr>\n</table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>";
   echo "<td>".stripslashes($settings['footer'])."<br>";
   echo "<tr><td><table border='0' cellpadding='0' cellspacing='0' width='100%' height='30'>";
   echo "<tr><td class='footer' valign='middle' width='35%'>";
      if ($license == false) {
   echo "Varikliukas: <a target='_blank' href='http://www.php-fusion.co.uk'>Php-Fusion</a> v".$settings['version']." &copy; 2008";
   }
   echo "</td>";
   echo "<td class='footer' align='center' width='20%'>";
   echo "Design by: <a target='_blank' href='http://netck.ru'>cK</a></td>";
   echo "<td class='footer' align='right' width='35%'><b>".$settings['counter']."</b> ".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n");
   echo "</td></tr></table></center></table></table></table>\n";
}


function render_news($subject, $news, $info) {
   
global $locale;
   
   echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td background='".THEME."images/cellpic3.gif' height='24'><img border='0' src='".THEME."images/small_arrow.gif' hspace='3'><font class='block-title'>$subject</font></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='1' 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'>&nbsp;";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['news_date'])." </td>";
   echo "<td height='24' align='right' class='news-footer'>";
   echo "".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "")."";
   if ($info['news_allow_comments'])
   echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> · ";
   echo "".$info['news_reads'].$locale['044']." ";
   echo "<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>";
   echo "</td></tr></table></td></tr></table>\n";
}

function render_article($subject, $article, $info) {
   
global $locale;
   
   echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td background='".THEME."images/cellpic3.gif' height='24'><img border='0' src='".THEME."images/small_arrow.gif' hspace='3'><font class='block-title'>$subject</font></td>";
   echo "</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='1' 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'>";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['article_date'])."</td>";
   echo "<td height='24' align='right' class='news-footer'>";
   if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." · ";
   echo "".$info['article_reads'].$locale['044']." ";
   echo "<a href='print.php?type=A&item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>";
   echo "</td></tr></table></td></tr></table>\n";
}

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

   echo "<table width='100%' cellpadding='2' cellspacing='1' style='border: 1px solid #404050'>";
   echo "<tr><td background='".THEME."images/cellpic2.gif' bgcolor='#202734' height='24'><font class='head-title'>&nbsp;$title</font></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td class='main-body'>\n";
}

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

function openside($title) {

   echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td height='24' width='100%' background='".THEME."images/cellpic3.gif'>";
   echo "<img border='0' src='".THEME."images/small_arrow.gif' hspace='3'><font class='block-title'>$title</font>";
   echo "</td></tr>";
   echo "<tr><td bgcolor='#404050' class='side-body' width='100%'>";
}

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

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

if($open=="on"){$box_img="off";}else{$box_img="on";}
   echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td height='24' width='100%' background='".THEME."images/cellpic3.gif'>";
   echo "<img align='right' style='cursor:hand' onclick=\"javascript:flipBox('$title')\" name='b_$title' border='0' src='".THEME."images/panel_$box_img.gif'><font class='block-title'>$title</font>";
   echo "</td></tr>";
   echo "<tr><td bgcolor='#404050' class='side-body'width='100%' '".THEME."images/back1.gif'>";
   echo "<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}


function closesidex() {

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

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



2008 Rugs. 1 17:09:38          2 žinutė iš 5
Spausdinti pranešimą
čia ne theme.php, o subpenis.php kode problema.merkia akį

[galingų saliutų foto]
2008 Rugs. 1 17:09:03          3 žinutė iš 5
Spausdinti pranešimą
Ką čia nusišneki??
2008 Rugs. 1 17:09:51          4 žinutė iš 5
Spausdinti pranešimą
Žmogus pataria, o tas "ka čia nusišneki?" ... Tai žiūrekis kas ten blogai ir tada rašyk.

2008 Rugs. 2 13:09:24          5 žinutė iš 5
Spausdinti pranešimą
Bet to dalyko kaip subpenis nera nebent tu turi omenyje subheader.php
Peršokti į forumą: