Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,966
Naujausias narys: LnKnPrK1

Naujausi straipsniai

Paskutiniai nariai

LnKnPrK1 2 savaitės
inti 4 savaitės
kileedyg11 savaitės
Reikalas16 savaitės
Kižas17 savaitės
Bruksnys18 savaitės
laleceylan5020 savaitės
minimukas20 savaitės
N-2023 savaitės
Rytis24 savaitės
DjArtas25 savaitės
WolfHammer25 savaitės
Nostesi35 savaitės
Wisedocs36 savaitės
asdasdddz39 savaitės
Paslapties K...40 savaitės
Audrius_1743 savaitės
Simbijanas55 savaitės
Karinacraft56 savaitės
Žmogus59 savaitės

Informacija:


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

LnKnPrK1
2026 Bir. 21 09:06:52
Sveiki, gal kas is administracijos gali parasyti man PM,aciu

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

Š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 temos
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: swz Peržiūrų: 5514      Spausdinti temą
2009 Bir. 26 14:06:27          1 žinutė iš 17
Spausdinti pranešimą
As va katik sukuriau nauja weba sau apie muzika ikelus tema pamaciau viena problema va vebas www.e-muzika.xz.lt/news.php ir pasiurekite ten kur naujiausia muzika kaip parasytas tekstas gal galite pasakyti kap mna padaryti kad rodytu normaliainežinogalvoja
Galit padetnežino
kdl niekas negali padetigalvojagalvojagalvoja

2009 Bir. 26 14:06:18          2 žinutė iš 17
Spausdinti pranešimą
alio ar ira ce kas norsnežino
aliooooooooooopiktaspiktas

2009 Bir. 26 15:06:19          3 žinutė iš 17
Spausdinti pranešimą
tai kas nors pades ar nenežinogalvoja
2009 Bir. 26 15:06:35          4 žinutė iš 17
Spausdinti pranešimą
pastumdik panele ir bus gerai
2009 Bir. 26 15:06:47          5 žinutė iš 17
Spausdinti pranešimą
theme.php prisek

LIETUVOS`90 MAFIJOS LAIDOS JUMS
www.youtube.com/watch?v=ViuvSgDT...ybsftx2I4d
2009 Bir. 26 15:06:29          6 žinutė iš 17
Spausdinti pranešimą
oho, jau seniai nemaciau sito dizaino akinanti šypsen ciuju ripa siunteisi nes originale viskas gerai.

2009 Bir. 26 15:06:23          7 žinutė iš 17
Spausdinti pranešimą
originala aš turėjau ir tikrai ten nieko gero sukoduota šypsosi

2009 Bir. 26 19:06:52          8 žinutė iš 17
Spausdinti pranešimą
<?php

/*******************************/
/*
Mp3vision.in dizainas kurtas mrUndersky
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 = "915";
$theme_width_l = "200";
$theme_width_r = "200";

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/headeris.png' height='300'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='50%'>
<tr valign='top'>
<td>
<table align='center' cellpadding='0' cellspacing='0'>
<tr>
<td align=center style='padding-left:500px; padding-top:36px;' height='310'>";


echo"<table width='300' align='center'>
<tr>
<td width='30%'>";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,09");
if (dbrows($result) != 0) {
echo "<center><table width='20%' cellpadding='0' cellspacing='0'></center>";
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'], 2512)."</a>
</td>
<td align='left'>".$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,09");
if (dbrows($result) != 0) {
echo "<table width='150%' 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='right'>".$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 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='80%' class='footer'>
<tr>

</tr>
</table>";

}

function render_news($subject, $news, $info) {
global $aidlink,$item_type,$locale;

echo "<table cellpadding='0' cellspacing='0' width='100%'><tr>
<td class='newsmain'>$subject</td>
</tr>
</table>

<table width='100%' cellpadding='0' cellspacing='0'><tr>
<td algin='center'>
<span style='font-size: 9px; padding-left: 20px;'>".showdate("shortdate", $info['news_date'])." - <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>";
if ($info['news_allow_comments'])
echo "<td align='center'><span style='font-size: 9px; padding-right: 20px;'>
<a href='naujienos.php?readmore=".$info['news_id']."' style='color:#d00602;'>Pla&#232;iau</a> -
Komentarø: [<a href='naujienos.php?readmore=".$info['news_id']."'>".$info['news_comments']."</a>]
</td></td>
</tr>
</table>
<hr>
<table>
<tr>
<td class='news-body'>
</span>$news</td>
</tr>
</table><br>\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='65' height='40' 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='90' height='40' 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 class='scapmain' align='center'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";

}

function closeside() {

echo "</td>
</tr>
</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";
}
?>

V visas gal kas kali paredaguti kad veiktu gerai plzžliumbiažliumbia
2009 Bir. 26 20:06:43          9 žinutė iš 17
Spausdinti pranešimą
Padekit plzzzzzzzzzzzzzzzzzzzzzzzzzzzzžliumbiažliumbiažliumbia
2009 Bir. 26 21:06:42          10 žinutė iš 17
Spausdinti pranešimą
alio ce kas nors yra
nežinonežino
2009 Bir. 26 21:06:37          11 žinutė iš 17
Spausdinti pranešimą
Kiek tau metų? nežinonežino

2009 Bir. 26 21:06:23          12 žinutė iš 17
Spausdinti pranešimą
13
2009 Bir. 26 22:06:56          13 žinutė iš 17
Spausdinti pranešimą
Bandyk sita as staciau pagal save ir man viskas normaliai ir lygiai buvo


Kentelan prisegtu failu:
theme_12.rar

Redagavo Kentelan 2009 Bir. 26 22:06:35
2009 Bir. 27 12:06:10          14 žinutė iš 17
Spausdinti pranešimą
db tai is vis nesamones rodo
2009 Bir. 27 13:06:14          15 žinutė iš 17
Spausdinti pranešimą
www.e-muzika.xz.lt/untitled.bmp ce atvazdas

Kaip padaryti kad rodytu kaip naujausi siuntinai tai ira kad tilptu i ta kvadrata ir isitemtu ? plz padekit


Va kodas :

<?php

/*******************************/
/*
Mp3vision.in dizainas kurtas mrUndersky
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 = "915";
$theme_width_l = "200";
$theme_width_r = "200";

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/headeris.png' height='300'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='30%'>
<tr valign='top'>
<td>
<table align='center' cellpadding='0' cellspacing='0'>
<tr>
<td align=center style='padding-left:300px; padding-top:36px;' height='310'>";


echo"<table width='400 align='center'>
<tr>
<td width='100%'>";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,09");
 if (dbrows($result) != 0) {
  echo "<table width='70%' 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='right'>".$data['download_count']."</td>
      </tr>";
  }
  echo "</table>";
 } else {
  echo "<div style='text-align:center'>".$locale['004']."</div>\n";
 }


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

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,09");
if (dbrows($result) != 0) {
echo "<table width='120%' 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='right'>".$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 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='80%' class='footer'>
<tr>

</tr>
</table>";

}

function render_news($subject, $news, $info) {
global $aidlink,$item_type,$locale;

echo "<table cellpadding='0' cellspacing='0' width='100%'><tr>
<td class='newsmain'>$subject</td>
</tr>
</table>

<table width='100%' cellpadding='0' cellspacing='0'><tr>
<td algin='center'>
<span style='font-size: 9px; padding-left: 20px;'>".showdate("shortdate", $info['news_date'])." - <a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>";
 if ($info['news_allow_comments'])
   echo "<td align='center'><span style='font-size: 9px; padding-right: 20px;'>
   <a href='naujienos.php?readmore=".$info['news_id']."' style='color:#d00602;'>Pla&#232;iau</a> -
   Komentarø: [<a href='naujienos.php?readmore=".$info['news_id']."'>".$info['news_comments']."</a>]
</td></td>
</tr>
</table>
<hr>
<table>
<tr>
<td class='news-body'>
</span>$news</td>
</tr>
</table><br>\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='65' height='40' 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='90' height='40' 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 class='scapmain' align='center'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";

}

function closeside() {

echo "</td>
</tr>
</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";
}
?>



2009 Bir. 27 14:06:30          16 žinutė iš 17
Spausdinti pranešimą
padesit kas nors ar nenežinožliumbiažliumbia
2009 Bir. 27 15:06:47          17 žinutė iš 17
Spausdinti pranešimą
sita koda pasitvarkyk kur skaiciai su % jos tvarkyk pakeitaliok ir susitvarkysi


echo"<table width='400 align='center'>
<tr>
<td width='100%'>";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,09"merkia akį;
if (dbrows($result) != 0) {
echo "<table width='70%' 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='right'>".$data['download_count']."</td>
</tr>";
}
echo "</table>";
} else {
echo "<div style='text-align:center'>".$locale['004']."</div>\n";
}


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

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,09"merkia akį;
if (dbrows($result) != 0) {
echo "<table width='120%' 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='right'>".$data['download_count']."</td>\n</tr>\n";
}
echo "</table>";
} else {
echo "<center>".$locale['004']."</center>\n";
}


Peršokti į forumą: