The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#17
|
|||
|
|||
![]()
very nice !! work on v2.2.9 !?? thx
|
#18
|
||||
|
||||
![]()
Its a hack in the vB3 section so im guessing it wont mate
![]() |
#19
|
||||||
|
||||||
![]()
Let me explain how exactly it updates. It uses mIRC remote events to update the DB table through sockets.
There are two primary commands, /ircrefresh and /refreshtopic If you type /ircrefresh and hit enter, it will update the irc_channel table in your DB with the latest users in your channel. /refreshtopic will update your topic. Here are the remote events used (by default): Quote:
If your topic is changed inside the channel (while you are connected to your channel!), then the topic will update. The drawback on this is that, if it is changed when you are not in your channel, you will manually have to update it using /refreshtopic. You can fix this by using the following line: Quote:
The problem that exists is sometimes a "socket-in-user" error can develop if you run /topicrefresh or /ircrefresh too quickly. Quote:
Think of it as that, %ircserver and %ircfilepath are connected. Thus, www.yourserver.com/forums/irconline.php would be the full path. Also ensure that: %ircchan = #channelname Is pointing to your channel name! I think in this case you are hiding your channel name, but everyone make sure that config area is filled out properly. Quote:
Then, try manually typing /ircbrowse and see if it updates your DB. Also check the status window of your IRC server, which is the first window on the channel-bar in mIRC. If any errors appear, they'll be at the bottom. Quote:
My guess is you haven't changed the topic, and therefore the remote event is not triggering. Quote:
![]() |
#20
|
||||
|
||||
![]()
I tried this on a test board, and everything installed properly, except for after intall the index.php page shows the area for it but the topic is blank and shows no one online in the room. Seems information is not getting to it. I am 100% sure I installed everything right so Im taking it that some will not be able to use this depending on whether there server will allow it?
Thats the problem Ive had in the past with this type of hack is server wont allow it so Im taking same problem? Any clues? |
#21
|
||||
|
||||
![]() Quote:
Remember, typing manually /ircrefresh and /topicrefresh is good for troubleshooting. Make sure no socket-in-use or other errors show up in your IRC server status window. Just about any server should be able to receive the socket request, that is, if PORT 80 is open. Most servers have port 80 open for requests, but if all else fails, contact your host to make sure it is. |
#22
|
|||
|
|||
![]()
ok heres my new settings
%ircserver = http://x.x.x.x %ircfilepath = /forums/irconline.php %irckey = 11111 %ircchan = #qteam %ircwait = 60 admincp Handle #qteam Server b0rk.uk.quakenet.org this is the error I get * /sockwrite: 'dbupdate' not connected (line 2, ircon_rm.txt) Quote:
|
#23
|
||||
|
||||
![]() Quote:
Okay was told by my server that port 80 is used for only http requests and that for security reasons they cannot devulged any open ports to me. So am I outta luck on this working? |
#24
|
|||
|
|||
![]() Quote:
This is exactly what I am getting hmm |
#25
|
||||
|
||||
![]()
@cheeky, gc1:
THe %ircserver value needs to be in www.yoursite.domain format. Here is my example: Code:
%ircserver = www.animesystem.com %ircfilepath = /forums/irconline.php %irckey = 54321 %ircchan = #animesystem %ircwait = 120 Make sure the value of %irckey matches $irckey inside irconline.php. Quote:
|
#26
|
||||
|
||||
![]() Quote:
Check for any errors from mIRC in the server status window. Who is your host, btw? |
#27
|
||||
|
||||
![]()
2mhost.com
They are saying: Your account will be suspended if you use IRC on our servers without any notifications. We are not allowing the users to use the open ports just because they may cause heavy loads. So sounds like I am outta luck. Nope no errors inside of MIRC either. *** Loaded aliases 'C:\Program Files\MIRC\ircon_al.txt' *** Loaded script 'C:\Program Files\MIRC\ircon_rm.txt' - * Timer 1 activated Thats all I get there. Also get this on index.php page : Most users in the chat was 0 on 12-31-1969 at 07:00 PM. |
#28
|
||||
|
||||
![]() Quote:
What you could do is test out PHP sockets on your site and see if port 80 is open for requests. This would just verify that they indeed have blocked out mIRC. Info on PHP sockets: http://us4.php.net/manual/en/function.fsockopen.php PHP.net example: PHP Code:
|
#29
|
||||
|
||||
![]()
* /sockwrite: 'dbupdate' not connected (line 2, ircon_rm.txt)
- * Timer 1 activated - * Timer 2 activated - * Timer 3 activated - * Timer 4 activated - * Timer 5 activated - * Timer 6 activated - * Timer 1 halted - * Timer 2 halted - * /sockopen: 'dbupdate' socket in use (line 106, ircon_al.txt) - * Timer 3 halted - * /sockopen: 'dbupdate' socket in use (line 106, ircon_al.txt) - * Timer 4 halted - * /sockopen: 'dbupdate' socket in use (line 106, ircon_al.txt) - * Timer 5 halted - * /sockopen: 'dbupdate' socket in use (line 106, ircon_al.txt) - * Timer 6 halted |
#30
|
||||
|
||||
![]()
Kiss, if you don't care, I could test it out on my mIRC.
All I would have to do is configure the alias script with your values. If you want to do this, send me a PM with your site domain, the value of %ircfilepath, and then the value of $irckey in irconline.php. |
#31
|
||||
|
||||
![]()
Now I am getting this:
* /sockopen: 'dbupdate' socket in use (line 8, ircon_al.txt) - * /sockopen: 'dbupdate' socket in use (line 8, ircon_al.txt) - * /sockwrite: 'dbupdate' not connected (line 2, ircon_rm.txt) - * /sockopen: 'dbupdate' socket in use (line 8, ircon_al.txt) - * /sockopen: 'dbupdate' socket in use (line 8, ircon_al.txt) - * /sockwrite: 'dbupdate' not connected (line 2, ircon_rm.txt) |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|