Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,957
Naujausias narys: keistuole

Naujausi straipsniai

Paskutiniai nariai

Žmogus 6 dienos
Bruksnys 5 savaitės
Darexs 7 savaitės
Nepas 8 savaitės
keistuole10 savaitės
Gizmis11 savaitės
Reikalas11 savaitės
Rytis21 savaitės
MaFetas25 savaitės
ozzWANTED26 savaitės
saulyzas28 savaitės
TOMIJUS30 savaitės
Jaunelis45 savaitės
lanis45 savaitės
And2s46 savaitės
Memento Mori51 savaitės
Quwqkibor53 savaitės
asirija57 savaitės
tomeem59 savaitės
weberiz62 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.112
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.

Ž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
Tarpo panaikinimas.
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: Snaiperis Peržiūrų: 1925      Spausdinti temą
2008 Bal. 22 07:04:34          1 žinutė iš 12
Spausdinti pranešimą
Kaip man panaikinti tarpa kad susijungtu paneles ? drovus






2008 Bal. 22 07:04:38          2 žinutė iš 12
Spausdinti pranešimą
Kažkur per daug <td> pridėjai tikriausiai. šypsosi

2008 Bal. 22 07:04:07          3 žinutė iš 12
Spausdinti pranešimą
Tuok kodą šypsosi

Rules: 21 & 22 Read first!
2008 Bal. 22 07:04:11          4 žinutė iš 12
Spausdinti pranešimą
<td background=\"".THEME."images/grafav4_06.png\" width=\"208\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 43px; padding-right: 29px\">";

echo "

</div>

   <td background=\"".THEME."images/grafav4_07.png\" width=\"241\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 34px; padding-right: 29px\">";


include BASEDIR."includes/theme.php";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>


<tr>
<td rowspan='3' class='header1' width='5' height='0' alt=''></td>
<td colspan='4' class='header2' width='105' height='15' alt=''></td>
<td>
<img src='images/spacer.gif' width='0' height='1' alt=''></td>
</tr>
<tr>
<td class='header3' width='0' height='15' alt=''>";
$sql=dbquery("SELECT * FROM ".$db_prefix."users ORDER BY 'user_posts' DESC LIMIT 0, 10");
echo "<table width='auto' cellspacing='0' cellpadding='0'>";
$i=0;
while ($data=dbarray($sql)) {
echo "<tr>
<td align='right'>
<a href='".BASEDIR."profile.php?lookup=".$data ['user_id']."'>";
echo"</a></td>
<td align='right'>&#187; <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>".$data['user_name']." &#171;</a> - ".$data['user_posts']." Pranesimai</td></tr>";
$i++;
}
echo "</table>";
                 
echo "</div></td>
</table>


   <td background=\"".THEME."images/grafav4_08.png\" width=\"195\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 34px; padding-right: 8px\">";$result = dbquery("SELECT article_id, article_subject FROM ".$db_prefix."articles ORDER BY article_id DESC LIMIT 0,9");

include BASEDIR."includes/theme.php";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>


<tr>
<td rowspan='3' class='header1' width='0' height='0' alt=''></td>
<td colspan='4' class='header2' width='300' height='15' alt=''></td>
<td>

</tr>
<tr>
<td class='header3' width='0' height='15' alt=''>";
$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,10");
if (dbrows($result) != 0) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
while($data = dbarray($result)) {
$itemsubject = trimlink($data['download_title'], 23);
echo "<tr>\n<td class='small'><img src='".THEME."images/bullet.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 "</table>";
                 
echo "</div></td>
</table>



   <td background=\"".THEME."images/grafav4_09.png\" width=\"202\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 34px; padding-right: 29px\">";

include BASEDIR."includes/theme.php";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>


<tr>
<td rowspan='3' class='header1' width='0' height='0' alt=''></td>
<td colspan='4' class='header2' width='300' height='15' alt=''></td>
<td>

</tr>
<tr>
<td class='header3' width='0' height='15' alt=''>";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,10");
if (dbrows($result) != 0) {
echo "<table width='130' cellpadding='0' cellspacing='0'>";
while ($data = dbarray($result)) {
echo "<tr>
<td class='small'>
<img src='".THEME."images/bullet.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>
   
    </tr></table>
   
   
<tr><td style=\"height: 1px\"></td></tr>
<tr>
   <td>\n";


echo "   <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
<tr>\n";

}

function render_footer($license=false) {

global $theme_width,$settings;

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




2008 Bal. 22 07:04:36          5 žinutė iš 12
Spausdinti pranešimą
Tu tai duodi. Dabar pats logiškai pamastyk ka čia veikia visas šitas :|


<tr>
<td rowspan='3' class='header1' width='0' height='0' alt=''></td>
<td colspan='4' class='header2' width='300' height='15' alt=''></td>
<td>

</tr>
<tr>
<td class='header3' width='0' height='15' alt=''>";


Rules: 21 & 22 Read first!
2008 Bal. 22 07:04:24          6 žinutė iš 12
Spausdinti pranešimą
Ot tai blyn net nzn. drovus
2008 Bal. 22 07:04:20          7 žinutė iš 12
Spausdinti pranešimą
Kam lieti koda jei nemoki jo sutvarkyti ir tik prikiši šudo į jį. be žado

Rules: 21 & 22 Read first!
2008 Bal. 22 07:04:41          8 žinutė iš 12
Spausdinti pranešimą
Tai man tuos sh naikint. ?
2008 Bal. 22 10:04:08          9 žinutė iš 12
Spausdinti pranešimą
Nu tai trink. juokiasi

2008 Bal. 22 16:04:21          10 žinutė iš 12
Spausdinti pranešimą
Kad ir panaikinau vistiek tas pats.
Gal per daug </table> pridejau. be žado
2008 Bal. 22 16:04:08          11 žinutė iš 12
Spausdinti pranešimą
Perdaug <td>

Rules: 21 & 22 Read first!
2008 Bal. 22 16:04:12          12 žinutė iš 12
Spausdinti pranešimą
Ir kur cia jo per daug... :|


<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>
   <td background=\"".THEME."images/grafav4_06.png\" width=\"208\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 43px; padding-right: 29px\">";

echo "

</div>

   <td background=\"".THEME."images/grafav4_07.png\" width=\"241\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 34px; padding-right: 29px\">";


include BASEDIR."includes/theme.php";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr><td>";
echo "\n";

$sql=dbquery("SELECT * FROM ".$db_prefix."users ORDER BY 'user_posts' DESC LIMIT 0, 10");
echo "<table width='auto' cellspacing='0' cellpadding='0'>";
$i=0;
while ($data=dbarray($sql)) {
echo "<tr>
<td align='right'>
<a href='".BASEDIR."profile.php?lookup=".$data ['user_id']."'>";
echo"</a></td>
<td align='right'>&#187; <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>".$data['user_name']." &#171;</a> - ".$data['user_posts']." Pranesimai</td></tr>";
$i++;
}
echo "</table>";
                 
echo "</div></td>
</table>

   <td background=\"".THEME."images/grafav4_08.png\" width=\"195\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 34px; padding-right: 8px\">";$result = dbquery("SELECT article_id, article_subject FROM ".$db_prefix."articles ORDER BY article_id DESC LIMIT 0,9");

include BASEDIR."includes/theme.php";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr><td>";
echo "\n";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,10");
if (dbrows($result) != 0) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
while($data = dbarray($result)) {
$itemsubject = trimlink($data['download_title'], 23);
echo "<tr>\n<td class='small'><img src='".THEME."images/bullet.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 "</table>";
                 
echo "</div></td>
</table>


   <td background=\"".THEME."images/grafav4_09.png\" width=\"202\" height=\"205\" valign=\"top\"><br><br><div style=\"padding-left: 34px; padding-right: 29px\">";

include BASEDIR."includes/theme.php";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr><td>";
echo "\n";

$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,10");
if (dbrows($result) != 0) {
echo "<table width='130' cellpadding='0' cellspacing='0'>";
while ($data = dbarray($result)) {
echo "<tr>
<td class='small'>
<img src='".THEME."images/bullet.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>
   
    </tr></table>
   
   
<tr><td style=\"height: 1px\"></td></tr>
<tr>
   <td>\n";


echo "   <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
<tr>\n";

}

function render_footer($license=false) {

global $theme_width,$settings;

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




Peršokti į forumą: