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)

leonsio 12-02-2005 06:05 PM

Quote:

Originally Posted by Jafo232
I had a problem until I put the MOTD on the server.. If MOTD was missing, it would lock up.

To troubleshoot what is going on, find this line in the cron file:

Code:

while(!feof($conn))
        {
                // eine Zeile hollen
                $data=fgets($conn, 1024);

Add this line:

Code:

echo "$data<BR>";
Then run the cron task manually and it should output what is being seen.


yes it needs motd

because i let the bot you the server, after i see the end of the motd-code
so i know that connect was success and user is authentificated by the server

Vizionz 12-03-2005 06:31 AM

quick question while your online i am gonna search myself but in your script ya made the icon show announcement icon for the forum home but you made it to use one path. so when people have multible themes if they dont have a transparent icon or want to change it it will be harder where in the code is it located so i can change it

leonsio 12-03-2005 06:59 AM

in the forumhome_irconline temlate

search for

<td class="alt2"><img src="$channel[icon]" alt="$vbphrase[view_whos_online]" border="0" /></td>

an replace it with

<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$channel[icon]" alt="$vbphrase[view_whos_online]" border="0" /></td>

now the images are relative to the styledir

Vizionz 12-03-2005 07:03 AM

thanks :)

KBV 12-05-2005 05:43 PM

Is there a way to make the bot stay online when first login on and gather information continually? It's getting annoying when it joines and quits every hour. :) Thanks.

thedvs 12-06-2005 12:58 AM

The script still is not counting the correct number of people actually in my irc channel :(

Borgs8472 12-07-2005 01:26 PM

Same problems, bot won't ever join

theArchitect 12-08-2005 04:19 AM

What shouuld the cron job be called?

I have installed as per the instructions and the whos in IRC shows up, but it says that there are 0 people in the chat room and below that it says
Quote:

Most users in the chat was 0 on 01-01-1970 at 10:00 AM.
Topic:
I think this is because the cron hasn't run, so I went into scheduled tasks to run it manually but can't see it listed.

Bounce 12-09-2005 04:53 PM

Quote:

Originally Posted by theArchitect
What shouuld the cron job be called?

I have installed as per the instructions and the whos in IRC shows up, but it says that there are 0 people in the chat room and below that it says


I think this is because the cron hasn't run, so I went into scheduled tasks to run it manually but can't see it listed.

Mine is called IRC Manager

theArchitect 12-09-2005 08:34 PM

Quote:

Originally Posted by hIBEES
Mine is called IRC Manager

In that case the product didn't install the cron job.

I have deleted it, re-installed and tried over writing it, but nothing is appearing.

I am running vB 3.5.2 and assistance would be appreciated.


All times are GMT. The time now is 06:09 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.01264 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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