Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » Miscellaneous Hacks - IRC post announcer vB 3.5.x [UPDATED v1.3]
Reply
Page 2 of 14 < 1 2 3412 > Last »

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
Uncofirmed:
Uninstall error
Posted By: Ml2tal
Submit A Bug | View All Bugs
  
Not Supported
[vB 3.6.9] Miscellaneous Hacks - IRC post announcer vB 3.5.x [UPDATED v1.3] (344)
Released: 01-27-2006, 03:06 PM
Modification Information: Version: 1.3
Author: ShavedApe
Last Online: 01-07-2009
Installer Included: 0 Additional queries added to database: 0 Template Edits:
File Edits: New Files: New Phrases:

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

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, 1023 views)
File Type: jpg Untitled-4.jpg (86.2 KB, 875 views)
File Type: jpg Untitled-5.jpg (77.1 KB, 723 views)



Old 01-28-2006, 02:13 AM   #11
Chuanse
Charter Member

Chuanse's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 sssssss11
Location: Brussels
Chuanse is on a distinguished road
Status: Offline Default
VERY Nice i have to say. Finally it's ported

ShavedApe, could you make one to post arcade new highscores & one to post thread replies? plz :-)
Reply With Quote Installed
Old 01-28-2006, 04:56 PM   #12
Snatch
Charter Member

Activity Longevity
0/20 20/20
Today Posts
0/3 sssssss20
Snatch is on a distinguished road
Status: Offline Default
I get this Error. This Tabels are from the old hack.
How I can delet this Tables ?

Code:
Datenbankfehler in vBulletin 3.5.3:

Invalid SQL:

				ALTER TABLE forum
					ADD `ircpost` int(3) unsigned NOT NULL default '0',
					ADD `ircmsg` int(3) unsigned NOT NULL default '0',
					ADD `irccolor` tinyint(2) unsigned NOT NULL default '0',
					ADD `ircchan` varchar(50) NOT NULL default '';

MySQL-Fehler : Duplicate column name 'irccolor'
Fehler-Nr.   : 1060
Datum        : Saturday, January 28th 2006 @ 06:56:56 PM
Skript       : http://www.celebritymarkt.de/admincp/plugin.php
Referrer     : http://www.celebritymarkt.de/admincp/plugin.php?do=productadd
IP-Adresse   : xxx.xxx.xxx
Benutzername : Snatch
Klassenname  : vb_database

GreeTz and ThX
Snatch
Reply With Quote Installed
Old 01-28-2006, 07:23 PM   #13
ShavedApe
Coder

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss1112
Location: UK
Age: 37
ShavedApe is on a distinguished road
Status: Offline Default
run the following querys

ALTER TABLE forum DROP `irccolor`;
ALTER TABLE forum DROP `ircchan`;

Last edited by ShavedApe; 01-28-2006 at 07:28 PM.
Reply With Quote Author of thread
Old 01-29-2006, 03:41 PM   #14
Snatch
Charter Member

Activity Longevity
0/20 20/20
Today Posts
0/3 sssssss20
Snatch is on a distinguished road
Status: Offline Default
It Works, big ThX !!

One Error left.

The Bot posts more than I want in the Chan

Code:
-=|17:59:36|=- <XGuest54161> NEW -> Topic by Snatch: gf43qgh34h in News &amp: Infos
-=|17:59:38|=- <XGuest54161> Message -> 34h35h35h5h35h53h 
-=|17:59:41|=- <XGuest54161> Read more -> http://www.celebritymarkt.de/showthread.php?t=51031
-=|17:59:41|=- <XGuest54161> Read more -> http://www.celebritymarkt.de/showthread.php?t=51031NEW -> Topic by Snatch: gf43qgh34h in News &amp: Infos
-=|17:59:42|=- <XGuest54161> Read more -> http://www.cel 
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

Last edited by Snatch; 01-29-2006 at 04:04 PM.
Reply With Quote Installed
Old 01-29-2006, 04:16 PM   #15
Snatch
Charter Member

Activity Longevity
0/20 20/20
Today Posts
0/3 sssssss20
Snatch is on a distinguished road
Status: Offline Default
O.K. now I have a Very big Problem. The dopple text from post one comes from the first installation if the old hack. Now I had deleted the olde one. But if I want to delet the new (deinstall the Produkt) I get this Error.

Code:
Datenbankfehler in vBulletin 3.5.3:

Invalid SQL:

				ALTER TABLE `forum` DROP `ircpost` ,
					DROP `ircmsg` ,
					DROP `irccolor` ,
					DROP `ircchan`;

MySQL-Fehler : Can't DROP 'ircpost'; check that column/key exists
Fehler-Nr.   : 1091
Datum        : Sunday, January 29th 2006 @ 06:12:42 PM
Skript       : http://www.celebritymarkt.de/admincp/plugin.php
Referrer     : http://www.celebritymarkt.de/admincp/plugin.php?do=productdelete&productid=ircposter_shavedape&s=
IP-Adresse   : xxx.xxx.xxx.xxx
Benutzername : Snatch
Klassenname  : vb_database
I have overinstalled the new hack one more time but he doesn´t creat the table new.

How I add the tables maualy ?

GreeTz
Snatch
Reply With Quote Installed
Old 01-29-2006, 08:22 PM   #16
ShavedApe
Coder

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss1112
Location: UK
Age: 37
ShavedApe is on a distinguished road
Status: Offline Default
You would need to run a query the querys can be found inside the .xml file.
Or you can do it manually in phpmyadmin.

The uninstall error your showing me i fixed yesterday shortly after being told there was an error with the uninstall

Last edited by ShavedApe; 01-29-2006 at 08:24 PM.
Reply With Quote Author of thread
Old 01-29-2006, 09:54 PM   #17
thedvs
vB Newbie

Activity Longevity
0/20 15/20
Today Posts
0/3 sssssss11
thedvs is on a distinguished road
Status: Offline Default
awesome, mines working fine.

I hope the next version will announce the topics when there are replies
Reply With Quote Installed
Old 01-30-2006, 10:52 AM   #18
Chuanse
Charter Member

Chuanse's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 sssssss11
Location: Brussels
Chuanse is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by Chuanse
VERY Nice i have to say. Finally it's ported

ShavedApe, could you make one to post arcade new highscores & one to post thread replies? plz :-)

please? :speechles
Reply With Quote Installed
Old 01-30-2006, 11:29 AM   #19
ShavedApe
Coder

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss1112
Location: UK
Age: 37
ShavedApe is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by Chuanse
please? :speechles
Working on quite a large project atm so the answer has to be no for the moment im afraid.
Reply With Quote Author of thread
Old 01-30-2006, 11:43 AM   #20
3DViRuS
vB Newbie

3DViRuS's Avatar

Activity Longevity
0/20 15/20
Today Posts
0/3 sssssss38
3DViRuS is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by Snatch
It Works, big ThX !!

One Error left.

The Bot posts more than I want in the Chan

Code:
-=|17:59:36|=- <XGuest54161> NEW -> Topic by Snatch: gf43qgh34h in News &amp: Infos
-=|17:59:38|=- <XGuest54161> Message -> 34h35h35h5h35h53h 
-=|17:59:41|=- <XGuest54161> Read more -> http://www.celebritymarkt.de/showthread.php?t=51031
-=|17:59:41|=- <XGuest54161> Read more -> http://www.celebritymarkt.de/showthread.php?t=51031NEW -> Topic by Snatch: gf43qgh34h in News &amp: Infos
-=|17:59:42|=- <XGuest54161> Read more -> http://www.cel 
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
Reply With Quote

Reply
Page 2 of 14 < 1 2 3412 > Last »

« MGC chatbox (with ajax) | Toplist »

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

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

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 Rules



All times are GMT. The time now is 10:34 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!