Peržiūrėti temą
PHP-Fusion Mods :: PHP-Fusion :: PHP-Fusion failų modifikavimas
|
Pinigu panele
|
|
| brendiz |
parašyta 2012-07-12 21:18
|
|
Apšylantis ![]() Reputacija: 0 Pranešimai: 50 Įstojo: 2011-03-02 |
Sveiki taigi iskilo beda su pointX tasku panele klaida tokia pvz as turiu 48 taskus o kitas vartotojas turi 112 ir jis yra 3 bet turetu buti pirmas gal pades kas ? niekaip nerandu klaidos jei istaisysit tai parasykit kur klaida buvo :) Kodas :
/*-------------------------------------------------------+ | PHP-Fusion Content Management System | Copyright 2002 - 2012 Nick Jones | http://www.php-fusion.co.uk/ +--------------------------------------------------------+ | Filename: pointx_panel.php | Version: 1.0.0 | Author: SezMar (www.nadzdolni.pl) | Release Date: 15/02/2012 | Last Update Date: --/--/---- +--------------------------------------------------------+ | This program is released as free software under the | Affero GPL license. You can redistribute it and/or | modify it under the terms of this license which you | can read by viewing the included agpl.txt or online | at www.gnu.org/licenses/agpl.html. Removal of this | copyright header is strictly prohibited without | written permission from the original author(s). +--------------------------------------------------------*/ if (!defined("IN_FUSION")) { die("Access Denied"); } if (file_exists(INFUSIONS."pointx/locale/".$settings['locale'].".php")) { include INFUSIONS."pointx/locale/".$settings['locale'].".php"; } else { include INFUSIONS."pointx/locale/Lithuanian.php"; } openside($locale['px_180']); $result = dbquery("SELECT * FROM ".DB_USERS." ORDER BY user_points DESC LIMIT 1"); $result2 = dbquery("SELECT * FROM ".DB_USERS." ORDER BY user_points DESC LIMIT 1,9"); $nr=1; echo " echo " "; $rows = dbrows($result); if ($rows != 0) { while ($one = mysql_fetch_array($result)) { echo " "; if ($one['user_avatar'] && file_exists(IMAGES."avatars/".$one['user_avatar']) && $one['user_status']!=6 && $one['user_status']!=5) { echo " \n"; } else { echo " \n"; } echo "".$locale['px_181']." "; echo "".$one['user_points']." } } else { echo $locale['px_182']; } echo " "; while ($other = mysql_fetch_array($result2)) { echo " "; $nr++; } echo " echo " echo " closeside(); ?> |
| Wyciokazz |
parašyta 2012-07-12 22:34
|
|
Administratorius ![]() Reputacija: 1 Pranešimai: 2108 Įstojo: 2008-02-27 |
Megink uzklausoje pakeist vietoj DESC y ASC
Kam kurti tai kas jau sukurta. Nesu ekstrasensas ar dar koks čigonas tad iš nieko negaliu suprast kur bėda. [img]http://27.media.tumblr.com/tumblr_m3hdwudgjG1rteofuo1_500.gif[/img] |
| brendiz |
parašyta 2012-07-13 02:19
|
|
Apšylantis ![]() Reputacija: 0 Pranešimai: 50 Įstojo: 2011-03-02 |
Dabar isviso nesamones rodo ;// |
| Peršokti į forumą: |




