Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,962
Naujausias narys: Wisedocs

Naujausi straipsniai

Paskutiniai nariai

Wisedocs 2 dienos
asdasdddz 4 dienos
Paslapties K... 1 savaitė
Audrius_17 4 savaitės
Reikalas 9 savaitės
Simbijanas16 savaitės
Karinacraft17 savaitės
Žmogus20 savaitės
Bruksnys24 savaitės
Darexs27 savaitės
Nepas27 savaitės
keistuole30 savaitės
Gizmis31 savaitės
Rytis40 savaitės
MaFetas45 savaitės
ozzWANTED46 savaitės
saulyzas48 savaitės
TOMIJUS49 savaitės
Jaunelis64 savaitės
lanis65 savaitės

Informacija:


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

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

Nepas
2025 Bal. 9 17:04:13
drovus

Nepas
2025 Bal. 9 17:04:08
drovus

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

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

Autorius: traskis Peržiūrų: 3783      Spausdinti temą
2008 Bal. 10 19:04:03          1 žinutė iš 13
Spausdinti pranešimą
Kas gali padeti ideti siuntiniu panele i headeri tipo naujausi ir populiariausi siuntiniai?
2008 Bal. 10 19:04:24          2 žinutė iš 13
Spausdinti pranešimą
straipsnis yramerkia akį

2008 Bal. 10 19:04:28          3 žinutė iš 13
Spausdinti pranešimą
https://webdnd.com/readarticle.p...cle_id=100

Rules: 21 & 22 Read first!
2008 Bal. 10 19:04:48          4 žinutė iš 13
Spausdinti pranešimą
https://webdnd.com/readarticle.p...cle_id=100 naudokis paieška
2008 Bal. 10 19:04:49          5 žinutė iš 13
Spausdinti pranešimą
Vapše, yra straipsnis https://webdnd.com/readarticle.p...cle_id=100

2008 Bal. 10 19:04:24          6 žinutė iš 13
Spausdinti pranešimą
Suprantat kad man ten ne taip viskas yra neina per ta pamoka man padaryti
2008 Bal. 10 19:04:05          7 žinutė iš 13
Spausdinti pranešimą
Visi trys postai tie patys blogai
2008 Bal. 10 19:04:34          8 žinutė iš 13
Spausdinti pranešimą
Tai niekas nepades?
2008 Bal. 10 20:04:51          9 žinutė iš 13
Spausdinti pranešimą
Pagal tą straipsnį darykis.
2008 Bal. 10 20:04:58          10 žinutė iš 13
Spausdinti pranešimą
Neina pagal ta straipsni man pasidaryti ne taip kaskaip pas mane
2008 Bal. 10 20:04:18          11 žinutė iš 13
Spausdinti pranešimą
Nu tai tik kodo dalis naudok šypsosi
2008 Bal. 10 20:04:26          12 žinutė iš 13
Spausdinti pranešimą
<?
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "850";
$theme_width_l = "180";
$theme_width_r = "180";

function render_header($header_content) {

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

echo "<table align=center class='mainsite-border' align='left' width='850' 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";
}



function render_footer($license=false) {

global $theme_width,$settings;

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

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>";
include_once "foot.php";
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

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

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

}

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

}

function opentable($title) {

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

}

function closetable() {

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

}

function openside($title) {
   
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table cellspacing=0 celpadding=0 border=0>
<tr>
<td height=28 width=180 class='scapmain' align=center>$title</td>
</tr>
</table>
</tr>
<tr>
<td class='side-body'>\n";

}

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

function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}

function closesidex() {

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

}

function tablebreak() {

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

}
?>




Va mano theme.php

2008 Bal. 11 21:04:07          13 žinutė iš 13
Spausdinti pranešimą
Tai galit kas nors padeti?
Peršokti į forumą: