Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,956
Naujausias narys: saulyzas

Naujausi straipsniai

Paskutiniai nariai

saulyzas 4 dienos
MaFetas 1 savaitė
TOMIJUS 1 savaitė
ozzWANTED 2 savaitės
Reikalas10 savaitės
Jaunelis17 savaitės
lanis17 savaitės
And2s18 savaitės
Memento Mori23 savaitės
Quwqkibor25 savaitės
asirija29 savaitės
tomeem31 savaitės
weberiz34 savaitės
mRokass37 savaitės
kartoonas38 savaitės
grunskiz41 savaitės
Bruksnys41 savaitės
illusion41 savaitės
ordo42 savaitės
Jurgaila43 savaitės

Informacija:


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

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

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

Š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
yra zmoniu?
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Expert PHP, MySQL klausimai

Autorius: Haked Peržiūrų: 515      Spausdinti temą
2008 Bal. 10 19:04:42          1 žinutė iš 1
Spausdinti pranešimą
Na stai as noreciau tokias paneles tokio didzio ir pavadinimas kad butu baltos spalvos kaip www.runescape.com stai mano theme.php

<?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)  |
+--------------------------------------------*/
/*--------------------------------------------+
|      WTFTHEMES.com Theme kure stygis        |
|---------------------------------------------|
|---------------------------------------------|
| Released under the terms and conditions of  |
| the GNU General Public License (Version 2)  |
+--------------------------------------------*/

// theme settings
$body_text = "#000000";
$body_bg = "#000000";
$theme_width = "1000";
$theme_width_l = "300";
$theme_width_r = "200";

function render_header($header_content) {

global $theme_width,$settings;

echo "<center><table width=\"997\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
  <tr>
    <td>
    <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
      <tr>
        <td height=\"140\" align=\"center\" valign=\"bottom\" background=\"".THEME."header/rs_head.jpg\">
         <div align='right'>".ucwords(showdate($settings['subheaderdate'], time()))."&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
         <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
          <tr>
            <td>";

$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_visibility<='".iUSER."' AND link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
        $i = 1;
        while($data = dbarray($result)) {
                if ($data['link_url']!="---") {
                        $link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
                        if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {

                        }
                }
     
        }
}
            echo "</td>
          </tr>
        </table>

        </td>
      </tr>
    </table>
      <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
        <tr>
          <td width=\"41\" background=\"".THEME."panels/leftborder.gif\">&nbsp;</td>
          <td>\n";
}

function render_footer($license=false) {

global $theme_width,$locale,$settings;

echo "</td>
          <td width=\"41\" background=\"".THEME."panels/rightborder.gif\">&nbsp;</td>
        </tr>
      </table>
      <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
        <tr>
        <td width=\"41\" background=\"".THEME."panels/leftborder.gif\">&nbsp;</td>
        <td align='center'>".stripslashes($settings['footer'])."Visos teisės saugomos!</a>)</td>
      <td width=\"41\" background=\"".THEME."panels/rightborder.gif\">&nbsp;</td>
      </tr>
    </table>
      <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
      <tr>
<td>
<img name=\"rs_foot1\" src=\"".THEME."footer/rs_foot.gif\" width=\"1000\" height=\"130\" border=\"0\" usemap=\"#m_wow_foot1\" alt=\"\">
<map name=\"m_wow_foot1\">
<area shape=\"rect\" coords=\"559,77,784,90\" href=\"mailto:cspafke@gmail.com\" target=\"_blank\" title=\"DX-Portal\" alt=\"DX-Portal\" >
<area shape=\"rect\" coords=\"94,76,345,90\" href=\"http://www.php-fusion.co.uk/\" target=\"_blank\" title=\"PHP-Fusion\" alt=\"PHP-Fusion\" >
</map>
</td>
      </tr>
    </table>
    </td>
  </tr>
</table>\n";
}

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

global $locale;

echo "<table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
            <tr>
              <td><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                <tr>
                  <td width=\"57\" height=\"47\" background=\"".THEME."panels/ctl.gif\">&nbsp;</td>
                  <td background=\"".THEME."panels/ctm.gif\">&nbsp;</td>
                  <td width=\"116\" height=\"47\" background=\"".THEME."panels/ctr.gif\">&nbsp;</td>
                </tr>
              </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"15\" background=\"".THEME."panels/cborderl.gif\">&nbsp;</td>
                    <td bgcolor=\"#b59c66\">
                    <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td align=\"center\" class='center-caption'>$subject</td>
                      </tr>
                      <tr>
                        <td class='main-body'><hr>$news</td>
                       <tr>
                       <td align='center'><hr>".$locale['040']." <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ".$locale['041'].showdate("longdate", $info['news_date'])." --- ";

        echo "".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> <b>·</b>\n" : "")."";
        if ($info['news_allow_comments'])
        echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> <b>·</b> ";
        echo "".$info['news_reads'].$locale['044']." <b>-</b> ";
        echo "<a href='print.php?type=N&amp;item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' style='vertical-align:middle;border:0px;'></a>";
        echo "</td>";

                       echo "</tr>
                      </tr>
                    </table>
                    </td>
                    <td width=\"35\" background=\"".THEME."panels/cborderr.gif\">&nbsp;</td>
                  </tr>
                </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"57\" height=\"97\" background=\"".THEME."panels/cbl.gif\">&nbsp;</td>
                    <td height=\"97\" background=\"".THEME."panels/cbm.gif\">&nbsp;</td>
                    <td width=\"116\" height=\"97\" background=\"".THEME."panels/cbr.gif\">&nbsp;</td>
                  </tr>
                </table>
                </td>
            </tr>
          </table><br>\n";
}

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

global $locale;

echo "<table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
            <tr>
              <td><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                <tr>
                  <td width=\"57\" height=\"47\" background=\"".THEME."panels/ctl.gif\">&nbsp;</td>
                  <td background=\"".THEME."panels/ctm.gif\">&nbsp;</td>
                  <td width=\"116\" height=\"47\" background=\"".THEME."panels/ctr.gif\">&nbsp;</td>
                </tr>
              </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"15\" background=\"".THEME."panels/cborderl.gif\">&nbsp;</td>
                    <td bgcolor=\"#b59c66\">
                    <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td align=\"center\" class='center-caption'>$subject</td>
                      </tr>
                      <tr>
                        <td class='main-body'><hr><div style='width:100%;vertical-align:top;'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div><hr>


       <div align='center'>".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>
        ".$locale['041'].showdate("longdate", $info['article_date'])."";
        if ($info['article_allow_comments'])
        echo $info['article_comments'].$locale['043']." <b>·</b> ";
        echo "".$info['article_reads'].$locale['044']." <b>-</b> ";
        echo "<a href='print.php?type=A&amp;item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' style='vertical-align:middle;border:0px;'></a>";
        echo "</div></td>";

                    echo "  </tr>
                    </table></td>
                    <td width=\"35\" background=\"".THEME."panels/cborderr.gif\">&nbsp;</td>
                  </tr>
                </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"57\" height=\"97\" background=\"".THEME."panels/cbl.gif\">&nbsp;</td>
                    <td height=\"97\" background=\"".THEME."panels/cbm.gif\">&nbsp;</td>
                    <td width=\"116\" height=\"97\" background=\"".THEME."panels/cbr.gif\">&nbsp;</td>
                  </tr>
                </table>
                </td>
            </tr>
          </table><br>\n";
}

function opentable($title) {

echo "<table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
            <tr>
              <td><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                <tr>
                  <td width=\"57\" height=\"47\" background=\"".THEME."panels/ctl.gif\">&nbsp;</td>
                  <td background=\"".THEME."panels/ctm.gif\">&nbsp;</td>
                  <td width=\"116\" height=\"47\" background=\"".THEME."panels/ctr.gif\">&nbsp;</td>
                </tr>
              </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"15\" background=\"".THEME."panels/cborderl.gif\">&nbsp;</td>
                    <td bgcolor=\"#b59c66\">
                    <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td align=\"center\" class='center-caption'>$title</td>
                      </tr>
                      <tr>
                        <td class='main-body'>\n";
}

function closetable() {

echo "</td>
                      </tr>
                    </table></td>
                    <td width=\"35\" background=\"".THEME."panels/cborderr.gif\">&nbsp;</td>
                  </tr>
                </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"57\" height=\"97\" background=\"".THEME."panels/cbl.gif\">&nbsp;</td>
                    <td height=\"97\" background=\"".THEME."panels/cbm.gif\">&nbsp;</td>
                    <td width=\"116\" height=\"97\" background=\"".THEME."panels/cbr.gif\">&nbsp;</td>
                  </tr>
                </table>
                </td>
            </tr>
          </table><br>\n";
}

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

        $boxname = str_replace(" ", "", $title);
        $box_img = $open == "on" ? "off" : "on";

echo "<table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
            <tr>
              <td><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                <tr>
                  <td width=\"57\" height=\"47\" background=\"".THEME."panels/ctl.gif\">&nbsp;</td>
                  <td background=\"".THEME."panels/ctm.gif\">&nbsp;</td>
                  <td width=\"116\" height=\"47\" background=\"".THEME."panels/ctr.gif\">&nbsp;</td>
                </tr>
              </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"15\" background=\"".THEME."panels/cborderl.gif\">&nbsp;</td>
                    <td bgcolor=\"#b59c66\">
                    <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td align=\"center\" class='center-caption'>$title</td>
                        <td align='right' width='17' class='panel-main'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>
                      </tr>
                      <tr>
                        <td class='main-body'>
                        <div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}

function closetablex() {

echo "</div></td>
                      </tr>
                    </table></td>
                    <td width=\"35\" background=\"".THEME."panels/cborderr.gif\">&nbsp;</td>
                  </tr>
                </table>
                <table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                  <tr>
                    <td width=\"57\" height=\"97\" background=\"".THEME."panels/cbl.gif\">&nbsp;</td>
                    <td height=\"97\" background=\"".THEME."panels/cbm.gif\">&nbsp;</td>
                    <td width=\"116\" height=\"97\" background=\"".THEME."panels/cbr.gif\">&nbsp;</td>
                  </tr>
                </table>
                </td>
            </tr>
          </table><br>\n";
}

function openside($title) {

echo "<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
            <tr>
              <td><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                <tr>
                  <td height=\"47\" align=\"right\" valign=\"bottom\" background=\"".THEME."panels/pt.gif\">
                  <table width=\"73%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td class='side-caption'>$title</td>
                      </tr>
                      <tr>
                        <td height=\"21\"></td>
                      </tr>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td background=\"".THEME."panels/pm.gif\">
                  <table  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td width=\"16\">&nbsp;</td>
                        <td width=\"142\" class='side-body'>\n";
}

function closeside() {

echo "</td>
               </tr>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td height=\"47\" background=\"".THEME."panels/pb.gif\"></td>
                </tr>
              </table>
              </td>
            </tr>
          </table><br>\n";
}

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

        $boxname = str_replace(" ", "", $title);
        $box_img = $open == "on" ? "off" : "on";

echo "<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
            <tr>
              <td><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                <tr>
                  <td height=\"26\" align=\"right\" valign=\"bottom\" background=\"".THEME."panels/pt.gif\">
                  <table width=\"73%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td class='side-caption'>$title</td>
                        <td align='center' class='panel-main'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>
                      </tr>
                      <tr>
                        <td height=\"20\"></td>
                      </tr>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td background=\"".THEME."panels/pm.gif\">
                  <table  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
                      <tr>
                        <td width=\"36\">&nbsp;</td>
                        <td width=\"142\" class='side-body'>
                        <div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}

function closesidex() {

echo "</div></td>
               </tr>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td height=\"8\" background=\"".THEME."panels/pb.gif\"></td>
                </tr>
              </table>
              </td>
            </tr>
          </table><br>\n";
}

function tablebreak() {

        echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='5'>";
        echo "</td></tr></table>\n";
}





Peršokti į forumą: