PHP-Fusion Mods
Navigacija
Apsauga
Apsauga Neleista registracija: 38943
Šiandien: 15
Prisijungę nariai
» Svečių: 16
» Narių: 0

» Viso narių: 10,235
» Naujausias: ruslanas tuk

Prisijungimų istorija:
tabux21:55:24
sanpernepamenu
Zbigniew@nepamenu
CepelinasXnepamenu
VV91DDnepamenu
Minusnepamenu
priezilviciunepamenu
EdvinasG1337nepamenu
rolandas94nepamenu
Edis2nepamenu
klubogerbejasnepamenu
Miskinisnepamenu
Pask. modai
Prisijungti
Vardas

Slaptažodis



Dar ne narys?
Registruotis.

Pamiršai slaptažodį?
Prašyk naujo!.

Naujausi prašymai
[L] testas
Narių apklausa
Ar dar kuriate tinklalapius?

Ne
Ne
0% [0 Balsai]

Taip
Taip
88% [7 Balsai]

Naudojuosi socialiniais tinklais
Naudojuosi socialiniais tinklais
13% [1 Balsas]

Balsai: 8
Kad galėtum balsuoti, turi prisijungti.
Pradėta: 2022-05-29 19:54
Shoutbox
You must login to post a message.

2026-03-21 19:07

2025-07-13 17:07
svx, smagu kad dar atsiranda naujų narių Šypsosi2

2024-03-07 22:13
Oj Tabux… apkabinčiau už tą moderatorių 😁

2024-02-22 17:40
Šypsosi2 jo buvo laikai.. Senukai jau mes. Bega laikas greiciau nei noretusi. Smagu matyti kad uzsuka seni nariai, ne as vienas Šypsosi

2024-02-20 22:18
Zodziu.. Nostalgija. Sorry Tabux uz spam’a, netelpa viskas i viena shout’a. 😁

Shoutbox Archive
Peržiūrėti temą
 Spausdinti temą
Klausimas dl panels
P4L
#1 Spausdinti pranešimą
parašyta 2007-08-26 10:50
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 145
Įstojo: 2007-05-08

//top 5 gold
openside($locale['URG033'],'on');

echo '';
$i=0;
while ($pointdata=dbarray($pointquery))
{
if ($i % 2 == 0) { $row_color = "tbl1"; } else { $row_color = "tbl2"; }
echo '

';
$i++;
}//while
echo '
'.$pointdata['owner_name'].' '.$pointdata['points_total'].'
';
closeside();


manoma ? kod padaryt, kaip panel? Visaip band?iau - nesigauna.
Redagavo P4L 2007-08-26 10:54
 
PM
LTU
#2 Spausdinti pranešimą
parašyta 2007-08-26 10:58
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 109
Įstojo: 2007-04-11

Va tau ir panele :D
Download source  Code
openside($locale['URG033'],'on');

echo '';
$i=0;
while ($pointdata=dbarray($pointquery))
{
if ($i % 2 == 0) { $row_color = \"tbl1\"; } else { $row_color = \"tbl2\"; }
echo '

';
$i++;
}//while
echo '
'.$pointdata['owner_name'].' '.$pointdata['points_total'].'
';
closeside();



Redagavo LTU 2007-08-26 10:58
 
PM
P4L
#3 Spausdinti pranešimą
parašyta 2007-08-26 11:00
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 145
Įstojo: 2007-05-08

Ji neveikia. Nieko nerodo joje. Todl ir klausiu.
 
PM
LTU
#4 Spausdinti pranešimą
parašyta 2007-08-26 11:02
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 109
Įstojo: 2007-04-11

O si?
Download source  Code
?> if (!defined(\"IN_FUSION\")) { header(\"Location:../../index.php\"); exit; }
//required functions
include_once INFUSIONS.\"user_gold_panel/functions.php\";
//language file

// Check if locale file is available matching the current site locale setting.
if (file_exists(INFUSIONS.\"user_gold_panel/locale/\".$settings['locale'].\".php\")) {
   // Load the locale file matching the current site locale setting.
   include INFUSIONS.\"user_gold_panel/locale/\".$settings['locale'].\".php\";
} else {
   // Load the infusion's default locale file.
   include INFUSIONS.\"user_gold_panel/locale/English.php\";
}
/*
//Show only if its a member
if (iMEMBER) {

   openside($userdata['user_name'].' '.$locale['URG003']);
   echo '\"\" '.getallgold($userdata['user_id']).'
';

   echo '\"\" '.$locale['URG023'].'
';

   echo '\"\" Shop
';

   if (iADMIN) {
      echo '\"\" '.$locale['URG022'].'
';
   }
   closeside();
}
else
{
//not logged in so no need to show anything here
}
*/
$pointquery=dbquery(\"SELECT * FROM \".$db_prefix.\"users_points ORDER BY points_total DESC LIMIT 0 , 5\");
//hide it if theres no reply
if (dbrows($pointquery)!=0)
{
//top 5 gold
openside($locale['URG033'],'on');

echo '';
$i=0;
while ($pointdata=dbarray($pointquery))
{
if ($i % 2 == 0) { $row_color = \"tbl1\"; } else { $row_color = \"tbl2\"; }
echo '
   
   ';
   $i++;
}//while
echo '
'.$pointdata['owner_name'].''.$pointdata['points_total'].'
';
closeside();
}
?>


 
PM
P4L
#5 Spausdinti pranešimą
parašyta 2007-08-26 11:16
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 145
Įstojo: 2007-05-08

ia kitas reikalas. Bi?ki reikia pakoreguot man j, nes noriu ki?t trigub panel.

Kitas klausimas prie to paties -

echo "




";
openside("Forumo aktyviausi");
?>
if (file_exists(INFUSIONS."top_forum_user_panel/locale/".$settings['locale'].".php")) {
include INFUSIONS."top_forum_user_panel/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."top_forum_user_panel/locale/Lithuanian.php";
}
$result = dbquery("SELECT user_name, user_id, user_posts FROM ".$db_prefix."users ORDER BY user_posts DESC LIMIT 0,5");

while ($data = dbarray($result)) {
echo "
";
}

echo '
".$data['user_name']."
".$data['user_posts']."
';
closeside();
echo "
";
openside("Forumo prane?imai");
?>
$result = dbquery("
SELECT * FROM ".$db_prefix."threads
INNER JOIN ".$db_prefix."forums ON ".$db_prefix."threads.forum_id=".$db_prefix."forums.forum_id
WHERE ".groupaccess('forum_access')." ORDER BY thread_lastpost DESC LIMIT 5
");
if (dbrows($result) != 0) {
while($data = dbarray($result)) {
$itemsubject = trimlink($data['thread_subject'], 23);
echo "'' $itemsubject
\n";
}
}

?>
closeside();
echo "
";
?>
if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }
//required functions
include_once INFUSIONS."user_gold_panel/functions.php";
//language file

// Check if locale file is available matching the current site locale setting.
if (file_exists(INFUSIONS."user_gold_panel/locale/".$settings['locale'].".php")) {
// Load the locale file matching the current site locale setting.
include INFUSIONS."user_gold_panel/locale/".$settings['locale'].".php";
} else {
// Load the infusion's default locale file.
include INFUSIONS."user_gold_panel/locale/English.php";
}
/*
//Show only if its a member
if (iMEMBER) {

openside($userdata['user_name'].' '.$locale['URG003']);
echo ' '.getallgold($userdata['user_id']).'
';

echo ' '.$locale['URG023'].'
';

echo ' Shop
';

if (iADMIN) {
echo ' '.$locale['URG022'].'
';
}
closeside();
}
else
{
//not logged in so no need to show anything here
}
*/
$pointquery=dbquery("SELECT * FROM ".$db_prefix."users_points ORDER BY points_total DESC LIMIT 0 , 5");
//hide it if theres no reply
if (dbrows($pointquery)!=0)
{
//top 5 gold
openside($locale['URG033'],'on');

echo '';
$i=0;
while ($pointdata=dbarray($pointquery))
{
if ($i % 2 == 0) { $row_color = "tbl1"; } else { $row_color = "tbl2"; }
echo '

';
$i++;
}//while
echo '
'.$pointdata['owner_name'].' '.$pointdata['points_total'].'
';
closeside();
}
?>
closeside();
echo "
";


Kaip ? reikal i?lygint? :o
Redagavo P4L 2007-08-26 11:20
 
PM
LTU
#6 Spausdinti pranešimą
parašyta 2007-08-26 11:17
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 109
Įstojo: 2007-04-11

Nu manau jau ta sugebesi B)
 
PM
P4L
#7 Spausdinti pranešimą
parašyta 2007-08-26 11:25
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 145
Įstojo: 2007-05-08

Ra? Nepster - valign=top. Tik kur j dt?
 
PM
LTU
#8 Spausdinti pranešimą
parašyta 2007-08-26 11:47
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 109
Įstojo: 2007-04-11

kas tau neaisku? B)
 
PM
P4L
#9 Spausdinti pranešimą
parašyta 2007-08-26 11:55
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 145
Įstojo: 2007-05-08

kuri viet j grst?
 
PM
MAnjack
#10 Spausdinti pranešimą
parašyta 2007-08-26 12:12
Vartotojo avataras

Puikusis



Reputacija: 0

Pranešimai: 1111
Įstojo: 2007-01-04

?it:

Keik :
 
PM
P4L
#11 Spausdinti pranešimą
parašyta 2007-08-26 12:15
Vartotojo avataras

Savekas



Reputacija: 0

Pranešimai: 145
Įstojo: 2007-05-08

Tas pats gaunasi vistiek
 
PM
Peršokti į forumą: