vBulletin Modifications

Miscellaneous Hacks - IRC post announcer vB 3.5.x [UPDATED v1.3]

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > vBulletin Database System > vBulletin 3.5 / 3.6 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
Uninstall error
Posted By: Ml2tal
Submit A Bug | View All Bugs

Advertisement
  
Not Supported
[vB 3.5.4] Miscellaneous Hacks - IRC post announcer vB 3.5.x [UPDATED v1.3] (291)
Released: 01-27-2006, 12:06 PM
Modification Information:
Author: ShavedApe
Last Online: 09-09-2007
Hack Version: 0 Installer Included: 0 Additional queries added to database: 0
New Templates: 0 Template Edits: 0 File Edits: 0
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 0

Plugin
Same as before now a product for easy install and no more bitfields.
A quick thanks to MadMax he converted it from bitfields which saved me some time.

An EGGDROP or WINDROP IS REQUIRED!

Will announce new posts to specified IRC channel.
It's forum specific and admincp controlled.
It can also be set to announce a small portion of the message to the channel.
You can choose seperate channels per single forum and also seperate colors per single forum.

This version does not allow for multiple channels per single forum, does not use multiple bots and does not announce replys.


Install is simple import the product via admincp turn it on in forum manager
add ip,port and tag Options > IRC Options And Settings
DO NOT use the same port the bot normally listens on as specified in your config.
Add to the bottom of config as a script and then rehash bot

http://www.egghelp.org/ for eggdrop help

Upload the IRC folder located in the zip to the root directory of your forum

USERS of Earlier version please note:
You will need to run the following querys before you can attempt to install this version.
ALTER TABLE forum DROP `irccolor`;
ALTER TABLE forum DROP `ircchan`;



Screenshots
Screenshots
File Type: jpg Untitled-2.jpg (25.5 KB, 920 views)
File Type: jpg Untitled-4.jpg (86.2 KB, 777 views)
File Type: jpg Untitled-5.jpg (77.1 KB, 639 views)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 01-30-2006, 08:48 AM   #21
Junior Member
3DViRuS's Avatar
Join Date: Dec 2005
3DViRuS is on a distinguished road

Default

Quote:
Originally Posted by Snatch
It Works, big ThX !!

One Error left.

The Bot posts more than I want in the Chan

You must first be a registered member to view any code.
The red Text is tu much. How I can short it ?

Question two:
how I can change the post text: NEW -> Topic by ?

GreeTz an big big ThX
Snatch
yea we have the same prob all the time man

i also get it 3 times

thanx for the fix tho




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 01-30-2006, 09:31 AM   #22
Charter Member
Chuanse's Avatar
Join Date: Apr 2004
Location: Brussels
Chuanse is on a distinguished road

Default

Quote:
Originally Posted by ShavedApe
Working on quite a large project atm so the answer has to be no for the moment im afraid.
k, i understand that. but you might wanna help me out with only the username, there rest allready works...


in arcade.php i found this line

You must first be a registered member to view any code.
and i took a look at the old arcade.php irc announce and added under the above

You must first be a registered member to view any code.
that gives us

You must first be a registered member to view any code.

How in heavens name do i get that username parsed
i don't understand this new vbcode but i liked it better when i just used $bbusername on vB3.X

Any tips/hints to get this fixed then?

Last edited by Chuanse; 01-30-2006 at 10:29 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2006, 09:56 AM   #23
Coder
Join Date: Apr 2004
Location: UK
ShavedApe is on a distinguished road

Default

edit this line

$irctext .= "\003\002\002\003$vbulletin->userinfo['username'] is the new \003\002$game[title]\002\003 champion with the score: \003\002$game[score]!\002\003";


change it to

$irctext .= "\003\002\002\003".$vbulletin->userinfo['username']." is the new \003\002$game[title]\002\003 champion with the score: \003\002$game[score]!\002\003";




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2006, 10:28 AM   #24
Charter Member
Chuanse's Avatar
Join Date: Apr 2004
Location: Brussels
Chuanse is on a distinguished road

Default

thanks a lot mate




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2006, 04:06 PM   #25
Charter Member
Join Date: May 2004
Snatch is on a distinguished road

Default

So, I added the tables manual and installed the 1.3 version over the 1.2 Version.
Now it works perfekt, but in the Plugin Manager it shows me "Version 1.2"


GreeTz
Snatch

Last edited by Snatch; 01-30-2006 at 04:25 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2006, 06:34 PM   #26
Coder
Join Date: Apr 2004
Location: UK
ShavedApe is on a distinguished road

Default

Thats cos i didnt update the version number in the .xml




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2006, 11:01 PM   #27
Coder
Join Date: Jun 2005
Sezmar is on a distinguished road

Default

Great work again ShaveApe!

Just curious, how do I get it not to show the Hide code, besides not ticking "Send part of msg to IRC as part of announcement? to NO"?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2006, 05:07 AM   #28
Coder
Join Date: Apr 2004
Location: UK
ShavedApe is on a distinguished road

Default

It isnt set up to ignore hidden messages.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2006, 09:44 AM   #29
Coder
Join Date: Oct 2005
Location: The Netherlands
Pietje is on a distinguished road

Default

Gonna install this one, i had the old one..

Thnx m8 great job




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-08-2006, 04:55 AM   #30
Coder
Join Date: Oct 2005
Location: The Netherlands
Pietje is on a distinguished road

Default

Don't get it working he says always there is an error to connecting bit.. when i install the old one he works...

What can be the problem, somebody any idea/suggestion?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IRC post announcer ShavedApe vBulletin 3.5 / 3.6 Hack Releases 55 01-27-2006 10:42 AM
IRC Post announcer v1.0 for vb3.5.0-Beta.1 ShavedApe vBulletin 3.5 / 3.6 Hack Releases 21 10-01-2005 11:24 AM


All times are GMT -3. The time now is 02:28 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)