Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,956
Naujausias narys: saulyzas

Naujausi straipsniai

Paskutiniai nariai

Reikalas03:38:52
MaFetas 2 savaitės
ozzWANTED 3 savaitės
saulyzas 5 savaitės
TOMIJUS 6 savaitės
Jaunelis22 savaitės
lanis22 savaitės
And2s23 savaitės
Memento Mori28 savaitės
Quwqkibor30 savaitės
asirija34 savaitės
tomeem36 savaitės
weberiz39 savaitės
mRokass42 savaitės
kartoonas43 savaitės
grunskiz46 savaitės
Bruksnys46 savaitės
illusion46 savaitės
ordo47 savaitės
Jurgaila48 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.191.91.15
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,538
Postų pask. parą: 1
Shout'ų pask. parą: 0
P.S.C. pask. parą: 1
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 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

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

Š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: klaude Peržiūrų: 580      Spausdinti temą
2010 Lap. 11 14:11:10          1 žinutė iš 2
Spausdinti pranešimą
sveiki noriu jusu teiko paprasyti ziurekit as noriu kad mano psl headirije butu prisijungimas radau siame puslapije pamoka kai tai padaryti bet tipo sako susirandame eilutes


function render_header($header_content) {
 
global $theme_width;
 
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td><img src='"
.THEME."header.gif'></td>
</tr>
</table>
</td>
</tr>
</table>\n"
;
 
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
 
</tr>
</table>\n"
;
 
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
 
}

ir pakeiciam i sitas

function render_header($header_content) {
 
global $theme_width,$settings,$locale,$userdata,$aidlink;
 
echo "<table align=center class='mainsite-border' align='left' width='910' cellspacing='0' cellpadding='0'>
<tr><td class='outer-border'>
<table align='center' width='100%' cellspacing='0' cellpadding='0'>
<tr><td class='inner-border'>
<table align='center' width='100%' cellspacing='0' cellpadding='0'>
<tr align=left><td>"
;
include_once "header.php";
echo "</td></tr>
</table>\n"
;
echo "<table width='100%' cellspacing='0' cellpadding='0'>\n<tr>\n";
}

o pas mane tokiu eiluciu nera tai va mano themes.php failas

<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }
 
define("THEME_WIDTH", "999");
define("THEME_BULLET", "<img src='".THEME."images/bullet.gif' alt='' style='border:0' />");
 
require_once INCLUDES."theme_functions_include.php";
 
function render_page($license=false) {
 
global $settings, $main_style;
 
//Header
echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";
echo "<td>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td>
<td background='"
.THEME."images/itouch_02.png' height='44' width='1000'></td>
</td>
</tr></td>\n"
;
echo "</tr>\n</table>\n";
echo "</td>\n</tr>\n</table>\n";
echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";
echo "<td>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td>
<center><img src='"
.THEME."images/itouch_04.png'><center>
</td>
</tr></td>\n"
;
echo "</tr>\n</table>\n";
echo "</td>\n</tr>\n</table>\n";
 
echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";
echo "<td>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td>
<td background='"
.THEME."images/subheader.png' height='76' width='1000' align='center'>
<a href='#'><a href='http://wdb.wu.lt/news.php'>Pagrindinis</a>&nbsp; &nbsp; &nbsp;
<a href='#'><a href='http://wdb.wu.lt/submit.php?stype=n'>Įdėti</a>&nbsp; &nbsp; &nbsp;
<a href='#'><a href='http://wdb.wu.lt/forum/index.php'>Forumas</a>&nbsp; &nbsp; &nbsp;
<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=2'>Veikla</a>&nbsp; &nbsp; &nbsp;
<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=7'>Komanda</a>&nbsp; &nbsp; &nbsp;
<a href='#'><a href='http://wdb.wu.lt/infusions/ls_tinychat_panel/ls_tinychat.php'>Šaukykla</a>&nbsp; &nbsp; &nbsp;
<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=3'>Parama</a>&nbsp; &nbsp; &nbsp;
<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=60'>Reklama</a>&nbsp; &nbsp; &nbsp;
</td>
</td>
 
</td>
</tr></td>\n"
;
echo "</tr>\n</table>\n";
echo "</td>\n</tr>\n</table>\n";
 
echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";
echo "<td>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td>
 
</tr></td>\n"
;
echo "</tr>\n</table>\n";
echo "</td>\n</tr>\n</table>\n";
 
 
echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";
echo "<td>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td>
<img src='"
.THEME."images/klaude.bmp'>
</td>
</tr></td>\n"
;
echo "</tr>\n</table>\n";
echo "</td>\n</tr>\n</table>\n";
 
//Content
echo "<table cellpadding='0' cellspacing='0' align='center' width='999' class='$main_style'>\n<tr>\n";
if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
echo "</tr>\n</table>\n";
 
//Footer
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' align='center' width='999'>\n<tr>\n";
echo "<td background='".THEME."images/itouch_32.png' height='100' align='center'><a href='http://wdb.wu.lt'>WDB.wu.lt</a></td></td>\n";
echo "</td>\n</tr>\n</table>\n";
echo "</td>\n</tr>\n</table>\n";
 
}
 
function render_news($subject, $news, $info) {
 
echo "<table cellpadding='0' cellspacing='0' align='center' width='500'>\n<tr>\n";
echo "<td background='".THEME."images/blekat_01.png' height='33' class='capmain'>".$subject."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td background='".THEME."images/blekat_02.png' class='main-body'>".$news."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td background='".THEME."images/foot.png' height='34' align='center'>\n";;
echo "</td>\n</tr>\n</table>\n";
 
}
 
function render_article($subject, $article, $info) {
 
echo "<table cellpadding='0' cellspacing='0' align='center' width='500'>\n<tr>\n";
echo "<td background='".THEME."images/blekat_01.png' height='33' class='capmain'>".$subject."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td background='".THEME."images/blekat_02.png' class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td background='".THEME."images/foot.png' height='34' align='center' >\n";
echo "</td>\n</tr>\n</table>\n";
 
}
 
function opentable($title) {
 
echo "<table cellpadding='0' cellspacing='0' width='500' align='center'>\n<tr>\n";
echo "<td background='".THEME."images/blekat_01.png' height='33' class='capmain'>".$title."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td background='".THEME."images/blekat_02.png' class='main-body'>\n";
 
 
 
}
function closetable() {
 
echo "<td background='".THEME."images/foot.png' height='34' align='center' >\n";
echo "</td>\n</tr>\n</table><br>\n";
 
}
 
function openside($title, $collapse = false, $state = "on") {
 
global $panel_collapse; $panel_collapse = $collapse;
 
echo "<table cellpadding='0' cellspacing='0' width='272' class='border'>\n<tr>\n";
echo "<td background='".THEME."images/panel_01.png' height='37' class='scapmain'>".$title."</td>\n";
echo "<td background='".THEME."images/panel_03.png' height='20'></td>\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>\n";
}
echo "</tr>\n<tr>\n";
echo "<td".($collapse == true ? " colspan='2'" : "")." background='".THEME."images/panel_02.png' class='side-body'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }
 
}
 
function closeside($collapse = false) {
 
global $panel_collapse;
 
echo"<td background='".THEME."images/panel_03.png' height='20'></td>\n";
echo "</td>\n</tr>\n</table>\n";
 
}
?>
ir db noriu kad idetumete ta koda i themes.php tiksliau i themes.php headeri bet pastaba idekit i paveiksleli itouch_04 buciau lb dekingas taigi iskarto dekoju


1 atsakymas:
cofi
Narys
Žalias

Pranešimai: 19
Įstojęs: 2010 Lap. 10 08:11:50
2010 Lap. 12 13:11:33          2 žinutė iš 2
Spausdinti pranešimą
pamegink sita imeciau ta koda belenkur ir turetu veikt šypsosi

<?php

if (!defined("IN_FUSION")) { die("Access Denied"); }

 

define("THEME_WIDTH", "999");

define("THEME_BULLET", "<img src='".THEME."images/bullet.gif' alt='' style='border:0' />");

 

require_once INCLUDES."theme_functions_include.php";

 

function render_page($license=false) {

 

   global $settings, $main_style;

 

   //Header

   echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";

   echo "<td>\n";

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

   echo "<td>

<td background='".THEME."images/itouch_02.png' height='44' width='1000'></td>

</td>   

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

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

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

   echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";

   echo "<td>\n";

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

   echo "<td>

<center><img src='".THEME."images/itouch_04.png'><center>

</td>

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

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

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

 

   echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";

   echo "<td>\n";

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

   echo "<td>

<td background='".THEME."images/subheader.png' height='76' width='1000' align='center'>

<a href='#'><a href='http://wdb.wu.lt/news.php'>Pagrindinis</a>&nbsp; &nbsp; &nbsp;

<a href='#'><a href='http://wdb.wu.lt/submit.php?stype=n'>Įdėti</a>&nbsp; &nbsp; &nbsp;

<a href='#'><a href='http://wdb.wu.lt/forum/index.php'>Forumas</a>&nbsp; &nbsp; &nbsp;

<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=2'>Veikla</a>&nbsp; &nbsp; &nbsp;

<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=7'>Komanda</a>&nbsp; &nbsp; &nbsp;

<a href='#'><a href='http://wdb.wu.lt/infusions/ls_tinychat_panel/ls_tinychat.php'>Šaukykla</a>&nbsp; &nbsp; &nbsp;

<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=3'>Parama</a>&nbsp; &nbsp; &nbsp;

<a href='#'><a href='http://wdb.wu.lt/viewpage.php?page_id=60'>Reklama</a>&nbsp; &nbsp; &nbsp;

</td>

</td>

 

</td>

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

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

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

 

   echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";

   echo "<td>\n";

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

   echo "<td>

 

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

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

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

 

 

   echo "<table cellspacing='0' cellpadding='0' width='".THEME_WIDTH."' align='center' >\n<tr>\n";

   echo "<td>\n";

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

   echo "<td>

<img src='".THEME."images/klaude.bmp'>

</td>

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

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

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

 
function render_header($header_content) {

 

global $theme_width,$settings,$locale,$userdata,$aidlink;

 

echo "<table align=center class='mainsite-border' align='left' width='910' cellspacing='0' cellpadding='0'>

<tr><td class='outer-border'>

<table align='center' width='100%' cellspacing='0' cellpadding='0'>

<tr><td class='inner-border'>

<table align='center' width='100%' cellspacing='0' cellpadding='0'>

<tr align=left><td>";

include_once "header.php";

echo "</td></tr>

</table>\n";

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

}



   //Content

   echo "<table cellpadding='0' cellspacing='0' align='center' width='999' class='$main_style'>\n<tr>\n";

   if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }

   echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";

   if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }

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

 

   //Footer

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

   echo "<table cellpadding='0' cellspacing='0' align='center' width='999'>\n<tr>\n";

   echo "<td background='".THEME."images/itouch_32.png' height='100' align='center'><a href='http://wdb.wu.lt'>WDB.wu.lt</a></td></td>\n";

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

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

 

}

 

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

 

   echo "<table cellpadding='0' cellspacing='0' align='center' width='500'>\n<tr>\n";

   echo "<td background='".THEME."images/blekat_01.png' height='33' class='capmain'>".$subject."</td>\n";

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

   echo "<td  background='".THEME."images/blekat_02.png' class='main-body'>".$news."</td>\n";

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

   echo "<td background='".THEME."images/foot.png' height='34'  align='center'>\n";;

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

 

}

 

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

 

   echo "<table cellpadding='0' cellspacing='0' align='center' width='500'>\n<tr>\n";

   echo "<td background='".THEME."images/blekat_01.png' height='33' class='capmain'>".$subject."</td>\n";

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

   echo "<td background='".THEME."images/blekat_02.png' class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";

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

   echo "<td background='".THEME."images/foot.png' height='34' align='center' >\n";

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

 

}

 

function opentable($title) {

 

   echo "<table cellpadding='0' cellspacing='0' width='500' align='center'>\n<tr>\n";

   echo "<td background='".THEME."images/blekat_01.png' height='33' class='capmain'>".$title."</td>\n";

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

   echo "<td background='".THEME."images/blekat_02.png' class='main-body'>\n";

 

 

 

}

function closetable() {

 

   echo "<td background='".THEME."images/foot.png' height='34' align='center' >\n";

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

 

}

 

function openside($title, $collapse = false, $state = "on") {

 

   global $panel_collapse; $panel_collapse = $collapse;

 

   echo "<table cellpadding='0' cellspacing='0' width='272' class='border'>\n<tr>\n";

   echo "<td background='".THEME."images/panel_01.png' height='37' class='scapmain'>".$title."</td>\n";

        echo "<td background='".THEME."images/panel_03.png' height='20'></td>\n";

   if ($collapse == true) {

      $boxname = str_replace(" ", "", $title);

      echo "<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>\n";

   }

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

   echo "<td".($collapse == true ? " colspan='2'" : "")." background='".THEME."images/panel_02.png' class='side-body'>\n";   

   if ($collapse == true) { echo panelstate($state, $boxname); }

 

}

 

function closeside($collapse = false) {

 

   global $panel_collapse;

 

   echo"<td background='".THEME."images/panel_03.png' height='20'></td>\n";    

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

 

}

?>



0Geriausias atsakymas

Peršokti į forumą: