|
Temar
|
 |
« Reply #30 on: April 23, 2008, 10:37:00 PM » |
|
Added "shortcut" change to support module, redownload support mode and it will fix error.
as for mysql stuff i duno, wat u post was how it does a case sensitive search, as org names are case sensitive eg RK1 has 2 orgs name armarda just dif case.
|
|
|
|
|
Logged
|
|
|
|
|
Slacklin
|
 |
« Reply #31 on: April 24, 2008, 12:04:54 PM » |
|
With the module now that it works, there seems to be a problem with it being accurate. For example if I do a !onlineorg Cosmic Forklift It returns that there are only 4 members in the org. When I go to check the database, it informs me that there are 431 members in the org.
I think that it is going through the check too quickly on how many individuals are online as it is very very fast compared to the previous version of the plugin.
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #32 on: April 24, 2008, 12:29:21 PM » |
|
some times i know it returns that if it does database search for members instead of XML, and maybe only 4 of the org are in your DB after XML all member should be in DB altho i have seen this pop up now and then and plan on doing tests to try to remove the problem
|
|
|
|
|
Logged
|
|
|
|
|
Slacklin
|
 |
« Reply #33 on: April 24, 2008, 01:37:07 PM » |
|
I tested against the Database and it is correct with 431 members in it using just a simple select statement. The XML also displays the proper info which is why it is strange to see that there are only 4 members that it thinks are in the org. Another example is Good Spirits which has 1219 members yet the bot only states that it has 7 when I did an onlineorg.
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #34 on: April 24, 2008, 05:58:23 PM » |
|
Org name :: Good Spirits Faction :: Clan Members :: 1416 Time :: 173 Seconds
::: 16 Members Online in Good Spirits :::
|
|
|
|
|
Logged
|
|
|
|
|
Slacklin
|
 |
« Reply #35 on: April 24, 2008, 08:11:26 PM » |
|
Very strange, got a totally different number after doing a getorgs. Maybe there is more going on to cause this than I previously thought.
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #36 on: April 24, 2008, 08:48:55 PM » |
|
Fixed. was useing wrong column in table when i added stuff were getorgs got member list etc, i started useing last_update for it. and added whois_update for when whois gets all member update, which is wat onlineorg does on XML mode.
Changed Onlineorg to use whois_update fields Instead an Should work now.
|
|
|
|
|
Logged
|
|
|
|
|
Slacklin
|
 |
« Reply #37 on: April 28, 2008, 12:26:55 AM » |
|
Wewt Getting another error this one more towards MySql
MySQL error (# 0) on query: SELECT org_id, org FROM orgs WHERE org COLLATE latin1_general_cs = 'storm' AND org_id !=0 LIMIT 1 COLLATION 'latin1_general_cs' is not valid for CHARACTER SET 'utf8'
Once that returns the error org is spammed with "Error : Broken plugin, recieved unhandled command: nlineorgbot" every 15 seconds or so in red till the bot is restarted.
|
|
|
|
|
Logged
|
|
|
|
Haized
Freshman
Offline
Posts: 1
|
 |
« Reply #38 on: April 28, 2008, 09:38:11 AM » |
|
Redbawt [2008-04-28 14:32:20] [GROUP] [MSG] [Redemption] Craized: ;onlineorg Dalgonia Redbawt [2008-04-28 14:32:21] [TELL] [OUT] -> Onlineorgbot: get Craized Redbawt [2008-04-28 14:32:22] [GROUP] [MSG] [Redemption] Redbawt: Request Se nt, Waiting for Reply ::: Please Wait Redbawt [2008-04-28 14:32:36] [GROUP] [MSG] [Redemption] Redbawt: Error : Br oken plugin, recieved unhandled command: nlineorgbot 
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #39 on: April 28, 2008, 10:05:41 AM » |
|
Fixed the Timeout bug with 0.4
Also updated Orgs.php to 0.5 to u need to use support module for it now if you use 0.4 bot
|
|
|
|
|
Logged
|
|
|
|
|
Parfet
|
 |
« Reply #40 on: May 12, 2008, 05:31:32 AM » |
|
sounds like a great raid/social plugin, but it's completely borked with the current SVN... and i'm not sure how the plugin is *supposed* to work so bump for update?  ty
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #41 on: May 12, 2008, 08:26:01 AM » |
|
did you download the right 1?
Version 5.3 from 1st post
|
|
|
|
|
Logged
|
|
|
|
|
Parfet
|
 |
« Reply #42 on: May 14, 2008, 07:18:23 AM » |
|
redownloaded to make sure, the copy i got is still using the old command array, and isn't set up for the base module format... $orgs = new Orgs($bot);
$commands["tell"]["getorgs"] = &$orgs; $commands["pgmsg"]["getorgs"] = &$orgs; $commands["gc"]["getorgs"] = &$orgs;
$cron["1hour"][] = &$orgs;
class Orgs { var $bot;
function Orgs (&$bot) { $this -> bot = &$bot;
and so on
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #43 on: May 14, 2008, 08:32:51 AM » |
|
oh that module hehe i was thinking on the main 1
|
|
|
|
|
Logged
|
|
|
|
|
Temar
|
 |
« Reply #44 on: May 14, 2008, 08:56:55 AM » |
|
Done , Updated Orgs.php to latest 0.5
|
|
|
|
|
Logged
|
|
|
|
|