vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   IRC Manager for MIRC (https://vborg.vbsupport.ru/showthread.php?t=60365)

Morgalis 03-22-2004 05:02 AM

hmm... i too am getting nothing showing up

i admin the server and i don't believe that there is anything that would prevent it from updating on port 80, but i wonder if safe mode would restrict it as well?

Velocd 03-22-2004 08:14 PM

Make sure you have the mIRC scripts loaded properly. You might want to check if it's reading the data from the request to the PHP file. Instead of storing it in MySQL as it currently does, use fopen(), fwrite() and fclose() to write a file on your server from the request.

Although my recommendation is to install an eggdrop, and use my far better eggdrop version of this hack. If you run a localhost, e.g. if you run Apache (for maybe purposes of running a test vBulletin board) and it works, then there is no reason you couldn't install an eggdrop (or windrop for win32).

Sufian 03-26-2004 11:09 PM

I have everything setup however my board isn't showing any data in the table. In irc I'm getting flooded with:
Code:

* Timer 1 halted
-
* /sockopen: 'vbusers' socket in use (line 130, ircon_al.txt)
-
* Timer 2 halted
-
* /sockopen: 'vbmisc' socket in use (line 8, ircon_al.txt)
-


MrWee 03-26-2004 11:35 PM

if you read up in the thread, you will see you gota use /sockclose

lifesourcerec 04-01-2004 11:45 AM

Not getting the info from IRC. Now since I'm new to vB 3.0, how can I put the table at the top of forumhome under the navbar, but above the forum?

lifesourcerec 04-01-2004 12:15 PM

I get these errors:

Quote:

Timer 1 halted

* /write: unable to open file (line 80, lastseen.mrc)

* /sockopen: 'vbusers' socket in use (line 130, ircon_al.txt)

Timer 2 halted

stefan 04-01-2004 09:17 PM

hey sorry this might sound totally newbie-ish but please help me anyway
1. how do i run these db queries you listed? how do i get to this phpmyadmin thing?
2. if the user running the script reboots, does he have to reload the two scripts when restarting mirc?

lifesourcerec 04-02-2004 10:24 AM

Got it working. But how can you put it in a separate table up top under navbar?

Velocd 04-03-2004 04:05 AM

For personal addons, you'll have to figure it out or ask elsewhere. I distribute my hacks with only the instructions on how to get that exact hack working.

Quote:

1. how do i run these db queries you listed? how do i get to this phpmyadmin thing?
Virtually all hosts that have PHP installed will have PhpMyAdmin. You can usually access it through your Cpanel. (http://www.mysite.com/cpanel)

From there click on the database of yours, go to "SQL" tab in the main frame, and insert the queries then click submit.

If you are running your own server, you can get PhpMyAdmin from www.phpmyadmin.net. It's free and easy to install. ;)

Quote:

2. if the user running the script reboots, does he have to reload the two scripts when restarting mirc?
The alias and remote scripts will not have to be reloaded.

Hoffi 04-04-2004 08:56 PM

I can't download the ZIP. It seems to be corrupt for me? Anyone have an Idea what that is?
I Like this Hack. It´'s great and I wanna use it.

Velocd 04-05-2004 12:15 AM

Download WinRAR and see if it works.

In no way is this zip corrupt, as there haven't been any complaints of it being so until yours.

Kevorkian 04-05-2004 05:06 AM

Quote:

Originally Posted by FreeTerran
velcod if you could code it i could test it for you ;)

this hack don't work in my board where guest navigation is blocked, when the script try to send info though the file, can't because is blocked with user and password

Velocd 04-05-2004 01:13 PM

Is that an external hack, disabling your vBulletin from being shown to guests? I tried searching for the vBulletin option but couldn't find it.

StarBuG 04-05-2004 01:22 PM

Hi

This hack looks nice but I read in your install script that there is problems with larger channels.
I have a channel with normaly 60-160 users so I think I wait untill you fixed the problem with many users.

Is there a way to let an eggdrop handle the channel activity?
That would be much better then handling it over mirc

StarBuG

Kevorkian 04-05-2004 02:50 PM

Quote:

Originally Posted by StarBuG
Hi

This hack looks nice but I read in your install script that there is problems with larger channels.
I have a channel with normaly 60-160 users so I think I wait untill you fixed the problem with many users.

Is there a way to let an eggdrop handle the channel activity?
That would be much better then handling it over mirc

StarBuG

i changed all permission for guest to no and can't do anything without register, and the script can't send info to the forum in online status display no permission

Velocd 04-05-2004 08:56 PM

Quote:

Originally Posted by StarBuG
Hi

This hack looks nice but I read in your install script that there is problems with larger channels.
I have a channel with normaly 60-160 users so I think I wait untill you fixed the problem with many users.

Is there a way to let an eggdrop handle the channel activity?
That would be much better then handling it over mirc

StarBuG

https://vborg.vbsupport.ru/showthrea...threadid=61570

I do have an eggdrop version, as I've mentioned in this thread many times.

It doesn't have limits to the activity.

And actually.. there is a bug in this mIRC hack I need to correct in the install.html, but change the MySQL table type of each nick field in `irc_online`, from varchar(255) to TEXT, and you wont have that restriction.

Quote:

i changed all permission for guest to no and can't do anything without register, and the script can't send info to the forum in online status display no permission
I don't know if the following works, but it's worth a try.

Above require('./global.php') in your irc_online.php, paste:

PHP Code:

$bbuserinfo['userid'] = 1

It "should" mask the bot under your user id, unless changed somewhere with cookies/sessions.

Let me know if this works.

Kevorkian 04-06-2004 12:39 PM

ok tonight i'll try this ^^

Kevorkian 04-06-2004 02:58 PM

nothing don't work

guest blocked

Velocd 04-06-2004 09:12 PM

Replace the line containing require_once('./global.php') with:

PHP Code:

require_once('./includes/init.php'); 


Kevorkian 04-07-2004 07:23 AM

yeah now works ^^ thanks!

Blackbeard 04-21-2004 02:21 PM

Thank you for all the work put into this hack, we have been wanting this on our forum for a while now. Works great

http://learnall-forum.com/forums/index.php?

Maikeru 05-13-2004 11:50 PM

Great work, Velo. I'm definately using this hack on my forum. Hope to see some more good hacks from you :o

Maikeru 05-15-2004 01:25 AM

i figured out most of what I just editted out..but this is what appears when I have everything managed:

Most users in the chat was 0 on 12-31-1969 at 07:00 PM.
Topic:

What can I do to fix that?

BaCaRdi 05-21-2004 03:56 PM

You can also use thales mysql to ircd gateway, it works great and it's dynamic, also dont need something to join server to check. I will post a sampe page when we convert back to Vbull from ipb:) There release has very few examples to work with but you can request our source and modify it for your use, for free of course:)

-BaC

Intex 06-01-2004 03:40 PM

Great hack Velocid - but I'm having a connection problem by the looks of things. I'm getting the following errors in mIRC status window:

Code:

* /sockwrite: 'vbmisc' not connected (line 18, ircon_rm.txt)
-
* /sockwrite: 'vbusers' not connected (line 2, ircon_rm.txt)

I believe (after looking at the threads already posted here) this means that this is due to the fact that a connection can't actually be made to the webserver.

Can you confirm the following:
  • Does this work if you're port forwarding on your firewall to another host on your network? My webserver is not on a PC directly connected to the Internet
  • Does it work if mIRC is on the PC where the webserver is? mIRC attaches to the network with no problems and I can do everything IRC related as expected
  • I turned the board off in the AdminCP whilst testing this. Would this be a possible reason why it's not working?
Thx.

xparte 06-03-2004 04:15 AM

Hi !

I've installed everything in and it everything seems ok except I run into a problem loading the ircon_al.txt file.

I get this error in mirc:

Code:

* /sockopen: insufficient parameters (line 17, ircon_al.txt)
Opening up ircon_al.txt shows line 17 as:

Code:

sockopen vbmisc %vbserver 80
This is my config:

Code:

/ircrefresh {
  ; Configuration ;

  %vbserver    = sydlaw.com.au
  %vbfilepath  = /forums/irconline.php
  %irckey      = 54321
  %ircchan    = #xparte
  %ircwait    = 60

I'm on mirc 6.14 VB3.

I've gone through this whole topic but no one seems to have had this problem. Does anyone know what could be wrong ?


Thanks for your help.

HakkieDEV 06-16-2004 08:16 PM

Awesome, installed this hack and works perfect! Love ya!

HakkieDEV 06-17-2004 10:38 AM

How do I edit the script btw so it also shows the users with a "!".

It shows all ops, halfops and voiced (@,%,+), but no the users with !.

Please tell me how to do that. :)

OCH-Stan 06-17-2004 12:37 PM

wow! I like how this look, any future version with eggdrops??

HakkieDEV 06-24-2004 07:56 PM

Its not working with the newest version of mIRC.

It doesn't recognise any of the commands (ircrefresh/topicrefresh/etc).

What should I do to make it work>

Blue91 07-15-2004 12:26 AM

I am getting this error when running the query specified in the Install instructions in MyPHPAdmin...

Quote:

You have an error in your SQL syntax near '\'\',
`server` varchar(25) NOT NULL default \'\',
`icon` varchar(100) NOT ' at line 3

Any ideas???

Blue91 07-15-2004 01:07 AM

Anyone?? All I did was copy the script in the instructions and paste it to MyPhpAdmin and it gave those errors. Why won't it work for me yet no one else seems to have had this problem?

Blue91 07-15-2004 01:28 AM

nm, got it on my own. was an issue with stupid phpadmin.

However, now it wont update the users online. Not getting any errors in status of mIRC.

It wont show the topic either.

Lastly, how can I "adjust" the "idle, busy, etc" characteristics. My channel doesn't have a lot of people... we are pretty darned busy tonight, and it just shows as "very idle" on the front page.

j_86 07-15-2004 06:05 PM

Quote:

Originally Posted by Blue91
nm, got it on my own. was an issue with stupid phpadmin.

However, now it wont update the users online. Not getting any errors in status of mIRC.

It wont show the topic either.

Lastly, how can I "adjust" the "idle, busy, etc" characteristics. My channel doesn't have a lot of people... we are pretty darned busy tonight, and it just shows as "very idle" on the front page.

How do I make the stats be the last thing on the Whats Going On?

Thanks :)

Blackbeard 07-17-2004 02:39 AM

Small bug here.......for some reason it is listing me twice 1st as being @ and 2nd as + is there a fix for this, other wise it works great

rinkrat 07-18-2004 02:15 PM

It took a couple of tries but I finally got this working! Now do I have to load the aliases and the other file every time I start Mirc? Is there some way to have them load automagically?

j_86 07-18-2004 02:23 PM

No, once loaded, they are always loaded :)

To unload them, use the same commands but swap LOAD with UNLOAD.

rinkrat 07-18-2004 04:59 PM

Awesome! I'll just start Mirc whenever I'm online :)

Great hack, thanks!

xparte 07-19-2004 01:22 PM

What version of mIRC are you guys using ?

girlzclan 08-01-2004 05:36 AM

Quote:

Originally Posted by LightBringer
The only problem with this is the # symbol is added in twice.

If you change the handle field in the admincp from say #channelname to just channelname, then the script stops working.

If a user clicks on that link floris, it will take them to ##channelname instead of #channelname.

Any advice aside from hardcoding the channel name in there?

Easier way to do it is to:

Edit the irc_loggedin template and replace the $channel[handle]

with

PHP Code:

<a href="irc://irc.server/channelname">$channel[handle]</a

That worked for me ..


All times are GMT. The time now is 04:26 AM.

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.01472 seconds
  • Memory Usage 1,830KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_php_printable
  • (10)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
  • (40)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