The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#17
|
||||
|
||||
Have anyone tested it with Win2K??? I tried to install it locally, and when I press NEXT in the installation screen, it points to /php/php.exe and says: No input file specified... I will try to re download the file.. I'm using the zipped file...
|
#18
|
||||
|
||||
However, in linux it works... I'm installing it right now.
|
#19
|
||||
|
||||
Is there any special requirements? It doesn't work on Linux/PHP 4.06.
|
#20
|
||||
|
||||
Nice hack idea. I run an IRC network as well and I was eventually going to code one myself using socket connections or possibly via a C bot that reads from a database and outputs the content into a channel
This hack doesn't work on my server however for some reason. I am running FreeBSD 4.5 with PHP 4.1.2. It stalls after submitting the new thread / reply. |
#21
|
||||
|
||||
wow just what ive been waiting 4 thanks man gr8 hack
|
#22
|
||||
|
||||
i get this error when making a new post
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site140/web/newthread.php on line 268 Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site140/web/newthread.php on line 268 my server ------------ Server Type Linux / PHP v4.1.2 MySQL v3.23.37 |
#23
|
|||
|
|||
aaaaaaaaaah! i get a timeout (110 seconds) error
|
#24
|
||||
|
||||
Maybe some PHP/Apache/Linux versions doesn't support this hack... It doesn't work on my server... I don't have timeouts or hang ups, but when I post a post/thread the bot doesn't show up on my channel.
|
#25
|
|||
|
|||
Getting this to work with an eggdrop would be simple enough; and the eggdrop would be able to cope with the bandwidth hog.
Unfortunately I know that the fsock functions have been killing my host otherwise I would give it a go. vB forums -> eggdrop -> irc you just write a TCL script on the eggdrop to listen on a certain port, the forums connect to the eggdrop and send the line of information and the eggdrop sends the information to a channel. Code:
vbulletin.tcl listen 1337 script vbulletinaccept proc vbulletinaccept {idx} { control $idx vbincoming } proc vbincoming {idx args} { if {[join $args] != "" } { putserv "PRIVMSG #vbchan :$args" } killdcc $idx } |
#26
|
|||
|
|||
its one or all right now, the next release will have upto 5 forums you can monitor and point to different or the same channels to notify
|
#27
|
||||
|
||||
Quote:
|
#28
|
|||
|
|||
Quote:
|
#29
|
||||
|
||||
I don't have timeouts or hang ups, but when I post a post/thread the bot doesn't show up on my channel how do i fix that?
|
#30
|
|||
|
|||
theres seems to major differences between ircd versions and how the process the connections and channel joins, this version works 100% with an unreal ircd server, we are working on a bug fix for few of the other versions of ircd.
the reason you get a delay or lag when posting is the script is attempted to notify it to irc at post time, the next release will no longer have that delay, the irc.php will run silently in the background. another release change will be the bot staying in the channel where possible, but i think for a bot staying in the channel it would be wiser to use an eggdrop and allow it to pull the last posts from the database instead but we will see what we can do. if you need a test bed you can connect to irc.gamerscafe.net or irc.d2network.com and test on a channel in there, these are known to work. if your not running unreal ircd, please let me know what ircd version you are running, and if possible an address so we can test there as well. d |
#31
|
|||
|
|||
Your web host may not allow you to connect to an IRC server. That is the problem I have when I run the script. I can't connect to any irc server I put in. If you run irc.php in your browser, you'll probably get a connection refused error.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|