Shinobi Legends Forum - Shinobi Legends Game Site

Please login or register.

Login with username, password and session length
Advanced search  

News:

New members: you need admin approval, please petition *in game* if you made an account. :)

Author Topic: Clan Player Kills  (Read 979 times)

Konoha Genious Blaze

  • Guest
Clan Player Kills
« on: August 18, 2006, 04:58:54 PM »

I got this when i went in.


SELECT sum(module_userprefs.value) AS pks, count(accounts.clanid) AS memcount, clans.clanname,accounts.clanid FROM accounts
         INNER JOIN clans
         ON accounts.clanid=clans.clanid
         INNER JOIN module_userprefs
         ON accounts.acctid=module_userprefs.userid
         WHERE accounts.clanid != 0
         AND module_userprefs.modulename='pktrack'
         AND module_userprefs.settting='count'
         GROUP BY accounts.clanid
         ORDER BY pks DESC,
         memcount ASC LIMIT 0,50
Unknown column 'module_userprefs.settting' in 'where clause'
Call Stack:
1: db_query("SELECT sum(module_userpre...") called from /var/www/html/naruto/modules/hofclanpk.php on line 73
2: hofclanpk_run() called from /var/www/html/naruto/runmodule.php on line 35
Logged

Neji

  • Administrator
  • Hero Member
  • *****
  • Karma: +459/-86
  • Offline Offline
  • Posts: 7113
    • View Profile
Re: Clan Player Kills
« Reply #1 on: August 18, 2006, 05:49:29 PM »

fixed.
Logged
Never judge a cow by its udder.
 

Page created in 0.034 seconds with 16 queries.