View Full Version : Irc post Notifier -no eggdrop
this is a hack in progress but i had a few people who saw us testing and after alot of begging i finally caved, (I know I am weak)
So I decided to release the current version, expect a major update on it tommorrow with a few more options.
What this hack does is allow you to specify either which forum or all forums you wish to monitor and either monitor new threads or new replies, and send a notice to an irc channel when a new thread or reply is posted. Without requiring an eggdrop bot, this is 100% php, and works on servers running php in safe mode.
http://www.gamer-networks.com/images/ircpost.jpg
Its fully configurable, a fair amount of options in the admin panel for this, more to come tommorrow
http://www.gamer-networks.com/images/ircadmin.jpg
i am attaching the installer on this post and the other two REQUIRED files in the next two posts.
just upload the installer to your admin directory and run install_ircaddon.php and follow the prompts and make the changes to newreply.php, newthread.php, and admin/index.php
easy enough
as promised the irc.php place it in your forums directory
and finally the ircadmin.php place it into your forums/admin/ directory
BigJohnson
05-03-2002, 10:33 PM
very nice hack thanks
Can the bot be set up to stay in the channel instead of jumping in an out every time a message is posted?
FleaBag
05-03-2002, 10:38 PM
What's to stop this being used to spam channels that don't belong to you?
not in this release, in the next it will be an option, it just uses a % more bandwidth to stay in the channel for long periods of time, and we are still working a +d mode for it so it will go deaf in channels so it will ignore all messages in there otherwise it would turn into a bandwidth hog
Originally posted by GamerForums
What's to stop this being used to spam channels that don't belong to you?
intelligant Opers to ban the bot or the mask it uses, and ircops and netadmins that will ban the mask from the server or network, thats about it
Floris
05-03-2002, 10:44 PM
[01:40] sweet :) installing now, and lets hope this works!
Would you put all the files in a zip.
sweet hack, will install when the +d mode is added
CloakSim
05-04-2002, 12:56 AM
I tried to install the hack, but as soon as I made a new thread, the newthread.php page would hang without redirecting and would sit there tying to load a page.
kreftt
05-04-2002, 01:28 AM
it works like a charm, thx a lot.
* kreftt is eagerly anticipating the version with the resident bot :)
btw:
does that:
Single Forum ID to show new posting from:
mean i can either have 1 forum to monitor or all?
id like to have "a few"...
tia
kreftt
JulianD
05-04-2002, 01:41 AM
Damn... Is this real?! I gotta install this ASAP!!! Very nice feature! :D
JulianD
05-04-2002, 01:54 AM
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...
JulianD
05-04-2002, 01:58 AM
However, in linux it works... I'm installing it right now.
JulianD
05-04-2002, 02:31 AM
Is there any special requirements? It doesn't work on Linux/PHP 4.06.
Gamingforce
05-04-2002, 03:09 AM
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.
Demascus
05-04-2002, 05:29 AM
wow just what ive been waiting 4 thanks man gr8 hack
Demascus
05-04-2002, 05:57 AM
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
aaaaaaaaaah! i get a timeout (110 seconds) error
JulianD
05-04-2002, 08:55 AM
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.
IRiDiuM
05-04-2002, 09:43 AM
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.
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
}
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
Demascus
05-04-2002, 11:29 AM
Originally posted by JulianD
I don't have timeouts or hang ups, but when I post a post/thread the bot doesn't show up on my channel.
thats what happens with me
Floris
05-04-2002, 11:30 AM
Originally posted by JakeX
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
The string you found & replaced is the first of two.. around line 309 or so is another one. You should replace that one.
Demascus
05-04-2002, 11:37 AM
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?
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
sas1911
05-04-2002, 05:02 PM
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.
Demascus
05-04-2002, 05:36 PM
my irc is running UltimateIRCd(Tsunami)-3.0(00).a22
Gamingforce
05-04-2002, 05:49 PM
This is what one of my servers on the IRC Network is running:
[&] Version: Unreal3.2-Selene[beta9]. Xana.MediaJoint.net CFhiIX [Linux server1.xarcos.com 2.4.9-21.0RSenterprise #1 SMP Fri Jan 25 04:25:45 CST 2002 i686 unknown=2303]
I don't think it's the ircd that's the problem. I tried connecting to yours (irc.d2network.com) yesterday and it was still timing out. If any of you want to try this out on a network that uses Unreal, try my network: irc.mediajoint.net. You can find me in #gfchat if I'm around under the name "Mercarios".
One of my programmers is an IRC geek along with a PHP programmer so I'm going to have him look into it and if he finds a fix for all servers I'll post the fix here.
Broekie
05-04-2002, 08:11 PM
I'll wait untill the next release :)
btw, I'll be running it at one of the irc.sorcery.net servers (probable rivendell 'cause I know the ircop of that server very well ;)).
They're running a home-made ircd (sor1.3.3.hfix2)
I'll let you know when it works (or doesn't work ;)). (The next release that is, I'm not going to install this one since I don't have the time to install anything today/tomorrow :)).
Baratator
05-04-2002, 11:04 PM
I neeeeeeeeeeeeeeeeeeeeeed this hack :)
So my server is under WindowsXP 'plz don't laugh at me) under EasyPHP (okay here you can laugh :p)
This is only a test board the final one will be hosted on a linux dedicated server.
But for now i configured in the admin cp all te parameters but nothing appens
So i tryed .../irc.php ..... no timeout error messages, nothing...just ... nothing... :(
Need help I'VE GOT to have this hack working :)
And thank for your job guys !!
i would put money that easyphp doesnt have all the functions like the socket calls the php onlinux has so thats probably not gonna be fixable until you are running on a linux server
sas1911
05-05-2002, 08:16 AM
I made a fix to my solution, maybe it will help some of you. I can't get it to automatically send a message to a channel yet when someone posts or replies, but I do have a pretty nice setup. When someone posts or replies, it stores it in a database as well as a text file. The textfile is then FTPed to one of my UNIX shells. The bot on that unix shell is running a TCL script that reads in the file.
So, if a user types:
!top5posters, he gets a list of the top 5 posters
!last5, he gets a list of the last 5 posts
!lastpost, he gets the last post made to the board as well as what it said.
!onlineusers, he gets a list of users currently on the board.
ariaforums
05-05-2002, 11:38 AM
I installed nothing appears to happen in IRC channal, if I run the irc.php from a browser I get:
Connection refused (111)
Any ideas on cause?
ta
Martz
05-05-2002, 03:41 PM
Nice hack, I've installing now, in newthread.php there are 2 instances of this:
$goto="showthread.php?s=$session[sessionhash]&threadid=$threadid";
} else {
$goto="forumdisplay.php?s=$session[sessionhash]&forumid=$forumid";
}
Is it the first of the second one?
Secondly, I looked into doing this with an eggdrop, however there is limited support for mySQL and files seem hard to come by. The mySQL tcl requires quite a few libs to be installed first, as well - I couldn't get the eggie to run with it in the config. :(
Martz
05-05-2002, 04:44 PM
This eggdrop/tcl install works really well, very easy to install too:
http://www.bluetitan.com/~tdarugar/tcl-sql/
makes sql available to tcl8.0, I don't have a script to test it with though!
JulianD
05-05-2002, 10:06 PM
Originally posted by sas1911
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.
I compiled [better wash my mouth][better wash my mouth][better wash my mouth][better wash my mouth][better wash my mouth]x on my server and I ran it, and it connected sucesful to my irc server.
BTW: I'm using Dalnet. (irc.dal.net)
What's the resource usage like on the constant join/part on busy boards (1000+ posts per day)? I'll definately install when a) +d is introduced, b) I can monitor a selection of forums, and c) it is able to be constantly present rather than part/join/part/join.
Good work! :cool:
dadymac
05-08-2002, 02:51 PM
yup, connection refused by venturesonline...damn, now i gotta uninstall it...
Takara
05-09-2002, 08:31 PM
Doing +d is as simple asfputs($fp, "MODE ".$ircdata[ircbnick]." :+d\n");
lol ^-^
:D
What about the rest? Any hints as to resource usage? :)
Racer
05-11-2002, 06:37 PM
Connection refused (111)
This means its not avail on the server then or is there any tricks to get it going anyway ?
dadymac
05-12-2002, 12:12 AM
Originally posted by Racer
This means its not avail on the server then or is there any tricks to get it going anyway ?
would also like to know.
Broekie
05-12-2002, 09:32 AM
@Dymo: uhm, how do I ask this without being rude?
well, I'll give it a shot: have you finished that 'major update' yet?
I'm actually waiting for that update :)
I've got multiple subfora which shouldn't be monitored, and I'd like the bot to stay in the channel instead of hopping in and out :)
Demascus
05-12-2002, 09:58 AM
yeah bring us the update
madhouse
05-15-2002, 10:57 PM
Ok i got this installed but...I run my bot from home..and use irc.enterthegame.com for IRC .. Now i think i have set everything up except for the fact of the homedomain?lost me there..
sorry all for the severe lack of a response i have on the road for awhile and lost a large amount of time on another project of our a cms system and portal thats truely ingregrated with vbulletin. we do have alot of updates on this hack already i just need to compile those into an update and rerelease of this hack and then we will publish it, i am hoping for tommorrow if not then on monday, i have also polished the documentation on it a bit better
Broekie
05-27-2002, 06:26 AM
Originally posted by dymo
sorry all for the severe lack of a response i have on the road for awhile and lost a large amount of time on another project of our a cms system and portal thats truely ingregrated with vbulletin. we do have alot of updates on this hack already i just need to compile those into an update and rerelease of this hack and then we will publish it, i am hoping for tommorrow if not then on monday, i have also polished the documentation on it a bit better
Well, it's a monday today ;)
Just kidding, take your time. We don't want you to get overworked/stressed afterall :)
But, I'd really like to see the update. I'm definitely going to install this :)
countryboy713
05-31-2002, 01:28 AM
this is a very l33t hack but im having one problem. i got it installed successfully but when the bot joins it give a link to the wrong forums. i know it is probably very simple, but how do i customize the forums the bot advertises for (laugh all you want because its probably the easiest thing to do).
any help is greatly appreciated.
Broekie
05-31-2002, 09:11 AM
Originally posted by countryboy713
this is a very l33t hack but im having one problem. i got it installed successfully but when the bot joins it give a link to the wrong forums. i know it is probably very simple, but how do i customize the forums the bot advertises for (laugh all you want because its probably the easiest thing to do).
any help is greatly appreciated.
Don't worry, we won't laugh.
You'll have to wait for the 'major update' we're all waiting for...
The current version watches 1 or all forums, the 'major update' should make it possible to exclude some forums, like your crewforums etc.
Broekie
06-03-2002, 01:06 PM
Originally posted by Broekie
Well, it's a monday today ;)
Just kidding, take your time. We don't want you to get overworked/stressed afterall :)
But, I'd really like to see the update. I'm definitely going to install this :)
and once again, it's a monday ;)
@Dymo: please please please, bring us the update! *begging face*
mADmAX`
06-04-2002, 12:25 AM
It didnt work with Ultimate but I updated to Unreal 3.1.3 last night and its working now. Only thing, it will go to irc on a reply but not on a new thread. I have it on and did as instructed...whats wrong?
Originally posted by IRiDiuM
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.
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
}
this vbulletin.tcl works great
with this running on ur eggdrop bot and using my adjusted irc.php
u only have to config IRC Server Address of ircadmin.php to the ip of your eggdrop and IRC Server Port to port 1337
oh, and dont forget to change the channame in the tcl :)
i wanna add that there are some bugs with the notify reply part
like the .$forumname[title] isnt shown with replys (with threads it works)
and it notifies the reply of the poster before you, not the last reply
also a feature like choosing multiple specific forums would be nice
cos now u cant even chose 1 specific forum (another bug)
so dymo has some polishing to do ;)
how can i remove this
Fatal error: Maximum execution time of 30 seconds exceeded in C:\httpd\HTDOCS\VBH\irc.php on line 36
Fatal error: Maximum execution time of 30 seconds exceeded in C:\httpd\HTDOCS\VBH\admin\functions.php on line 2243
keeps coming up when i try a new thread
nitro
06-11-2002, 12:16 PM
gr8 hack im using the eggdrop version
seems to work ok but 2 things
it wud be nice to be able to exclude forums ie the admin area
and reply doesnt show the forum name
Demascus
06-11-2002, 04:26 PM
how do i use the eggdrop version i dont understand
nitro
06-11-2002, 05:04 PM
get the files to this hack install the hack as directed
get the modded irc.php from donq's post previous page
upload that irc.php instead of the 1 in the origional hack post
create a tcl file with the contents of donq's code which u load 2 the eggdrop like ne other tcl script
in vb admin cp u now have a irc mod section
in there 4 the server put the ip yer bot is on and the port is set to 1337 in the tcl save
voila shud work
like i say tho be nice to c the reply announcer work proply showing the forum name
and i think it wud be better to be able to exclude certain forums rather than just be able to specify 5 diffferent forums
nitro
06-11-2002, 05:46 PM
or perhaps a checkbox that wen we want we just disable the announce 4 a particular post
Broekie
06-11-2002, 05:48 PM
I don't want eggdrop, I want Dymo's updated script! :classic:
Demascus
06-11-2002, 07:29 PM
what about if i dont have an eggdrop bot how do i get one
Demascus
06-11-2002, 08:04 PM
tried all this none of it works
nitro
06-11-2002, 08:45 PM
jakex get eggdrop from www.eggheads.org but u need a linux box or shell to run it
or u cud try windrop a port to windows of eggdrop which u can also add tcl scripts
to use this with eggdrop i think you need a host that supports fsock
Demascus
06-12-2002, 04:24 AM
isnt it possible to get this hack working without a eggdrop?
Broekie
06-12-2002, 04:41 AM
Originally posted by JakeX
isnt it possible to get this hack working without a eggdrop?
It is, but in that case you can better wait for Dymo's update.
Come on Dymo, share it with us!!!
nitro
06-12-2002, 08:11 AM
yes jakex it can work without eggdrop just install the origional hack
but if u read this whole thread u will find 2 potential problems
1. the hack has bugs with certain ircd's
2. not all hosts will support the feature of executing a bot
i have problem #2 but im on a damn fine host an the eggdrop version works sweet 4 me and as im running a few eggs neway it was little hassle to give it a go
if u have an irc # then eggdrop is the best bot to run and if u can run eggdrop try windrop
there are a lot of addon scripts to enhance yer eggdrop/windrop
Broekie
06-12-2002, 08:26 AM
Originally posted by nitro
if u have an irc # then eggdrop is the best bot to run and if u can run eggdrop try windrop
there are a lot of addon scripts to enhance yer eggdrop/windrop
I disagree. The best bots are the ones you write yourself, 'cause the do just what you want them to do :)
And even if you can't write one yourself, eggdrop isn't the best bot. It's the most commonly used bot, I must agree with that, but that doens't make it the best...
I always used the Dancer SE 5.0 bot, but it died at 1 januari 2002 (and we started joking: It isn't y2k2 compliant), and restarting (and even kicking) it didn't help :cry:. A little bit of research showed us that it was due to the very trashy server (a linux server with a not so stable kernel which can't be updated). So we tried it at a windows 2k server, and that worked. But, in memory of our good friend CyberFriend/Joey/Stimpy (all the names the bod has had ;)), we dicided to forget about the bot.
But, we are willing to try out Dymo's script, and so still eagerly waiting for his 'major update'...
a bud of mine fixed the multiple specific forum thing
u need my modded ircadmin.php
and alter the following:
with phpmyadmin: go to the table ircaddon; u have to change ircforum from: int(20) default NULL
to
type: mediumtext Null: No_null Default: "" ( remove NULL)
where u added the hack in newthread.php, replace it with the following:
// Create a notice on irc channel
$ircdata = $DB_site->query_first("SELECT * FROM ircaddon");
if($ircdata[ircthread] == "1") {
$Action = "new";
$fid = trim($ircdata[ircforum]);
$ircforum=explode(" ", preg_replace("/[[:space:]]+/", " ", $fid) );
while (list($key,$val)=each($ircforum))
{
if ((strstr(" ".$forumid," ".trim($val))!="") || ($ircdata[ircforum] == 0))
{
require("irc.php");
same for newreply.php:
$ircdata = $DB_site->query_first("SELECT * FROM ircaddon");
if($ircdata[ircthread] == "1") {
$Action = "new";
$fid = trim($ircdata[ircforum]);
$ircforum=explode(" ", preg_replace("/[[:space:]]+/", " ", $fid) );
while (list($key,$val)=each($ircforum))
{
if ((strstr(" ".$forumid," ".trim($val))!="") || ($ircdata[ircforum] == 0))
{
require("irc.php");
now u can add multiple forumids seperated with a space, like
5 12 15 16 3 61 11
Originally posted by nitro
yes jakex it can work without eggdrop just install the origional hack
but if u read this whole thread u will find 2 potential problems
1. the hack has bugs with certain ircd's
2. not all hosts will support the feature of executing a bot
i have problem #2 but im on a damn fine host an the eggdrop version works sweet 4 me and as im running a few eggs neway it was little hassle to give it a go
if u have an irc # then eggdrop is the best bot to run and if u can run eggdrop try windrop
there are a lot of addon scripts to enhance yer eggdrop/windrop
yea, but problem 2 is more the specific problem that the host doesnt allow to open a port on 6667
on my host port 1337 is allowed, as on most hosts
also dymo's version (without eggdrop) has to connect to an ircd everytime a newthread/reply is made this take alot of time
even if u get it to run with +d , it will use alot more bandwide/load on your host
so i thing With eggdrop or windrop is the best sollution, but then u also need eggdrop skills :P
nitro
06-12-2002, 04:54 PM
the new multiple forum specific mod seems to work ok with a quik test
thx donq an yer bud
still if it shows ne probs ill repost
i did have the idea of having radio buttons to enable and disable the announce feature for admin/mods with default enabled
dunno if this wud work
i have np with the html adding radio button code to a template but i have to little knowledge of php to make them function as they are required
if ne1 can help write this portion id be interested an appreciative
nitro
06-12-2002, 05:36 PM
ok i have a slight problem/bug since installing the multiple forum specific mod
i am getting a double announce it seems to be only happening with forums that have an id greater than 19
i have noticed this bit of code is allready in newthread.php
eval("standardredirect(\"".gettemplate("redirect_postthanks")."\",\"$goto\");");
but its still doing it even tho iv removed the xtra instance of that code
Originally posted by nitro
ok i have a slight problem/bug since installing the multiple forum specific mod
i am getting a double announce it seems to be only happening with forums that have an id greater than 19
i have noticed this bit of code is allready in newthread.php
eval("standardredirect(\"".gettemplate("redirect_postthanks")."\",\"$goto\");");
but its still doing it even tho iv removed the xtra instance of that code
your right, that shouldnt be there twice, i updated my post
did u also alter the colum ircforum in table ircaddon with phpmyadmin?
int(20) should be changed to mediumtext
ariaforums
06-13-2002, 04:29 AM
Im still getting message:
Connection refused (111)
Whats causing this?
nitro
06-13-2002, 07:30 AM
yes i did the mod to the dbase incorrectly 1st but i corrected my error an reset the specified forums
also noticed this mornin wen i cum onlie the announce has announce a forum i have not included so for sum reason its only partially workin
the main forum i was bothered about was admin which doesnt seem to announce but i also excluded my mod area yet that has announced
Demascus
06-13-2002, 01:45 PM
/me still cant get it working
KarateKid
06-13-2002, 06:39 PM
Hi,
just one question.
Is this hack ready for installation, and does it work without bugs?
Greetings
Broekie
06-13-2002, 06:53 PM
Originally posted by KarateKid
Hi,
just one question.
Is this hack ready for installation, and does it work without bugs?
Greetings
depends on wheter or not you're willing to use eggdrop, and even then, there are some thingies that could be better (for as far as I've follewed the eggdrop version in this thread)
nitro
06-13-2002, 07:22 PM
yes i can c theres gonna be sum confusion as to the versions
i suggest donq sets up a new thread
"irc post notifier eggdrop variant" and give credit to the origional poster 4 the main code in the post of course
especially if he was to mod the "install_ircaddon.php to have the correct tables 4 the multiple forum bit
theres np with the eggdrop version without the multiple forum mod
since installing the multiple forum mod i am getting 2 bugs
1. a double announce in sum forums
2. it is announcing @least 1 forum that i have excluded
Demascus
06-13-2002, 09:43 PM
nitro i think you should re-write this hack.
nitro
06-13-2002, 10:06 PM
lol@ jakex the only involvment i have with this hack is to beta test it and then i cudnt beta test the origional hack cuz me web host dont allow connection to irc
its only cuz there was an eggdrop mod an i want the hack that i cud test
as for rewriting this hack i am nowhere near the level of coding that is required
i have 2 bugs with the eggdrop ver an i hope they can be fixed but i dont expect it to happen. i doubt very much wether i cud even fix them myself
perhaps if donq doesnt feel like starting a new thread he cud post a zip with all the nesscecary files including the tcl for the egggdrop ver if he dont want to then i cud do that
hidjra
06-14-2002, 11:22 PM
Originally posted by nitro
lol@ jakex the only involvment i have with this hack is to beta test it and then i cudnt beta test the origional hack cuz me web host dont allow connection to irc
its only cuz there was an eggdrop mod an i want the hack that i cud test
as for rewriting this hack i am nowhere near the level of coding that is required
i have 2 bugs with the eggdrop ver an i hope they can be fixed but i dont expect it to happen. i doubt very much wether i cud even fix them myself
perhaps if donq doesnt feel like starting a new thread he cud post a zip with all the nesscecary files including the tcl for the egggdrop ver if he dont want to then i cud do that
please do so :p , cause this thread is getting very complicated for the newbies around here (like me).
hmmmmm, i think it isent that hard fo me to update the origanal hack to mij workin eggdrop hack
i think i will will post a new thread for this ++++,
course credit to dymo, but ++++ credits, we need cool code, credit is for wussies:P
what the fuuck is this shiit with ceeencore shiit
mADmAX`
06-16-2002, 08:03 PM
I did the edits in the ircadmin.php to connect to the eggdrop script. I uploaded the new irc.php for the eggdrop script. I changed the channel inside the tcl script. It takes longer to make the post when I post in that certain category but nothing ever show in the channel ?!?
nitro
06-17-2002, 09:02 AM
Originally posted by mADmAX`
I did the edits in the ircadmin.php
uh wat edits in ircadmin.php there are no edits to that file
Demascus
06-17-2002, 11:14 AM
nitro i have tried everything cant get this hack working
Originally posted by nitro
uh wat edits in ircadmin.php there are no edits to that file
yes there is, a very small one, but there is
I get this error!
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/newthread.php3 on line 332
here is my line 332
$gettitle=$DB_site->query_first("SELECT title FROM usertitle WHERE minposts<=$bbuserinfo[posts]".iif ($foruminfo['countposts'],"+1","")." ORDER BY minposts DESC LIMIT 1");
Juanito
06-26-2002, 07:02 AM
I'm a total newbie with irc, should I create a bot for this, or should I get the password from the bot that's on our chan?
IRiDiuM
07-10-2002, 05:52 PM
what the hell happened to this thread?
I might add that if you use the TCL script I wrote, port 1337 might be reserved if you're using a public system and/or someone else could be using it. in which case you need to use another one :P
MetalMan
08-09-2002, 03:36 AM
how do I uninstall this, it screwed my vbulletin up.
Martz
08-09-2002, 04:48 PM
I think you'll find you screwed your board up by installing this hack incorrectly.
To uninstall, just upload the backup you took before you started hacking your forums...
MetalMan
08-09-2002, 08:29 PM
umm no.. how about installed correctly
but it said Connection Refused for irc.php and didn't connect to the specified irc server, therefore generating an error in newreply and newthread.
:banana:
*bump
posted at wrong thread :P
Barret
09-14-2002, 01:04 PM
<font color="red">What to put here.....</font>
IRC Bot Identity user ie(bob)<-----------?
IRC Bot Identity Hostmask ie(localhost)<-------?
IRC Bot Identity Server mask ie(domain address)<-------?
IRC Bot Identity Realname ie (john doe)<---- is this the same as this ----->IRC Bot Nick?
I would love to try this and thanks for any help.
BTW, if I go to the domain and type irc.php I get connection error?
Why?
Barret
09-15-2002, 12:20 AM
This doesnt work people.
I have tried and tried and it just doesnt work.
Please, dont waste your time with it or you will be like I......Uninstalling it.
dadymac
09-22-2002, 03:32 PM
uninstalled here.
talaus
09-24-2002, 06:00 AM
how can I uninstall this mod?
cause it isn't working
Barret
09-24-2002, 03:14 PM
I always save backups of the files before I hack them and just reup them if the hack messes up the board or if it doesnt work.
In this case it didnt so I reuploaded the old files. :)
In your case, just undo what you did to them!
Mike11212
09-28-2002, 07:07 AM
Is there an update yet
I have it installed it works great but i get a connection timed out irc.php when posting
my irc server is useing unreal 3.2
Megabyt3
03-10-2003, 05:51 AM
So what happend now to the Conection rerfused (111) in irc.php and the No route to server (113) on Posting a new thread? How to fix this and get the bot to work?
Megabyte
venomous
04-15-2003, 01:07 PM
Can'r get it to works on vbulletin 2.2.9 i get an errore unespected $ on line ....... when i want open i new thread. Any solution?
Thanks in advance.
deepdark
04-15-2003, 09:39 PM
Fatal error: Call to undefined function: phperror_reporting() in /home/s4th4ck/public_html/forum/admin/ircadmin.php on line 1
help me please
venomous
04-16-2003, 11:42 PM
Hey man well. I have installed it on vb 2.2.9. Now i don't get error, but don't happen nothing! it seem like it dont call the file irc.php, it's seem like there is no hack in new thread.php, i don't get error and the bot don't jopin the channel. Really i need an hack like this, hope some one can help me.
Christoff
06-28-2003, 01:08 PM
I believe that there are some problems with it when you connect to the networks that are checking your ident, like efnet.
Christoff
06-28-2003, 01:34 PM
sorry for a stupid post, i just read all the thread and found the answer
Clango
10-15-2003, 02:35 AM
Sorry about bumping an old thread, but has ANYONE managed to get this going?
mizamlar
03-30-2009, 09:07 PM
Could you please release a version for 3.8.x?
thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.