vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   IRC Manager ( without Eggdrop/Mirc ) (https://vborg.vbsupport.ru/showthread.php?t=99758)

flup 11-17-2005 10:22 AM

Nothing happends with rizon either.

Mith 11-17-2005 11:27 PM

Code:

IRC Manager
 
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 69
 
Warning: Invalid argument supplied for foreach() in /includes/cron/ircmanager.php on line 76
 
Done



Quote:

Originally Posted by Jenta
Sounds like the bot is joining a channel that has no topic set and has no users???



Negative, Have just triple checked. The channel has users, has a topic set, the bot does not even enter the channel. :-(

version2 11-18-2005 01:25 AM

I get this when trying to manage the channels. On the bottom half of the page.

MySQL Error : Unknown column 'c.server_id' in 'where clause'

Dstephan 11-18-2005 02:09 AM

Hey, I got it to work.

Now just to get it on the CMPS...

leonsio 11-18-2005 06:40 AM

Quote:

Originally Posted by version2
I get this when trying to manage the channels. On the bottom half of the page.

MySQL Error : Unknown column 'c.server_id' in 'where clause'


i think you have updated from eggdrop/irc channel manager script to this

then run following query

ALTER TABLE `irc_channel` CHANGE `server` `server_id` INT NOT NULL

( dont forget the table prefix )

after it you should manualy add the server ID to you channels

version2 11-18-2005 04:18 PM

Quote:

Originally Posted by leonsio
i think you have updated from eggdrop/irc channel manager script to this

then run following query

ALTER TABLE `irc_channel` CHANGE `server` `server_id` INT NOT NULL

( dont forget the table prefix )

after it you should manualy add the server ID to you channels

Thanks, leonsio. However, I am still a bit unclear. What do you mean I should 'Manually add the server ID to my channels'?

Jenta 11-18-2005 04:28 PM

in admin control panel settings
id is probably the server name

version2 11-18-2005 04:43 PM

Quote:

Originally Posted by Jenta
in admin control panel settings
id is probably the server name

Ok. I got all of that. Thanks, guys.

Now I just wait to see if I get an update, eh?

version2 11-18-2005 04:56 PM

Quote:

Originally Posted by version2
Ok. I got all of that. Thanks, guys.

Now I just wait to see if I get an update, eh?

Actually, to update. I have had no updates. I have it enabled in the options but nothing is happening.


Edited to add:

Got this error in my email:

Quote:

Database error in vBulletin 3.5.0:

Invalid SQL:
UPDATE irc_channel SET
online='0',
topic='', operators='',
halfops='', voiced='', users=''
WHERE server_id='1' AND handle='#talk';

MySQL Error : Unknown column 'halfops' in 'field list'
Error Number : 1054
Date : Friday, November 18th 2005 @ 01:00:45 PM
Script : http://www.mysticwicks.com/cron.php?&rand=82136
Referrer : http://mysticwicks.com/
IP Address : 24.1.64.119
Username : Unregistered
Classname : vb_database

leonsio 11-18-2005 05:29 PM

ALTER TABLE `irc_channel` ADD `halfops` TEXT NOT NULL

will help you ;)


All times are GMT. The time now is 04:56 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02046 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete