Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by fastforward fastforward is offline
Developer Last Online: Nov 2011 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-11-2001 Last Update: Never Installs: 25
 
No support by the author.

Description:

This hack provides a gateway to selected usenet groups. The entire usenet group is mirrored locally. Posts submitted locally to mirrored newsgroups will also be sent out to usenet. A single perl script is executed via cron that collects news and posts any outgoing articles. Incoming messages are parsed against customizable spam filters and threaded correctly before being placed in your forums. By default, no personal information is sent to usenet other than the posters username and whatever you have globally configured as a footer and organization. The option does exist for a user to include a custom email to use for usenet posts. After initial installation (which involves creating some new tables, adding a few columns to existing vB tables, and entering the database connection information to the news script) configuration is completed via the vB control panel.
  • See it in action at dBforums.com (usenet forums are at the bottom)
  • Download latest version for vB 2.2.4

Current version is 20020323 for vB2.xx

Current feature list:
  • correct threading of outgoing posts on usenet
  • full control panel integration
  • email notification to usenet replies
  • emoticon translation into vb icons
  • vb code removal or conversion prior to posting to usenet
  • hyperlinked urls in messages
  • color coded, italicized & indented quotes
  • vB style quote to usenet style quote conversions for outgoing posts
  • logging of outgoing posts
  • support for multiple news servers
  • support for seperate footers per forum in outgoing posts
  • multi-language (selectable) handling of quoted MIME printable headers (for all those funny foreign characters)
  • handling of mailing archive groups
  • flexible spam control and replacement variable options for incoming and outgoing messages
  • configurable auto-expire option
  • option for users to show email address in their outgoing usenet posts (may be different than normal one in profile
  • option to enable/disable user signatures on outgoing posts.
  • fully compatible with vB moderation functions
Still to be done:
  • canceling of messages after they have been sent to usenet via control message in accordance with RFC1036.
  • binary attachment support
  • email to PM gateway
Screeshots:
Main Options
More Options
Configuration of Newsgroups
Add New Newsgroups
Spam Control
What an imported usenet article looks like in vB

The latest version of this hack will always be in this first post of the thread.

Before asking questions in this thread, please read all the posts in this thread. If your question goes unanswered, it will probably be because the question has already been answered countless times in this thread.

This hack was created for use on my forums and will only be supported as time permits.


Links to required Perl Modules

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #292  
Old 09-19-2001, 09:16 PM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Lee Herron
Is there a simple test to confirm if you have nntp installed on your box or not? Would prefer to know before I attempt to install one.
If you mean the Perl NNTP modules; the best test is to run the script and see what fails It will tell you which modules it can't find.
Quote:

Man, a thread search would be nice on a thread this long uh?
You should've seen the last thread!
Reply With Quote
  #293  
Old 09-20-2001, 03:10 AM
bitbender's Avatar
bitbender bitbender is offline
 
Join Date: Jan 2002
Location: Sorta near Dallas, Texas
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had a weird error situation requiring hours of recovery(thx VB Staff for the how to's!! ) for some non-usenet threads that disappeared. I'm pretty sure that it was not related to this addition, but wanted to know for sure. Your answer clarified it well.

thanks!
Reply With Quote
  #294  
Old 09-21-2001, 04:02 AM
psx-dude's Avatar
psx-dude psx-dude is offline
 
Join Date: Oct 2001
Location: California
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So this will allow me to mirror a newsgroup on my server? Won't that take up a LOT of database/disk space?
Reply With Quote
  #295  
Old 09-21-2001, 07:37 AM
AJR's Avatar
AJR AJR is offline
 
Join Date: Jan 2002
Location: Sacramento, CA
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well this is strange... I am testing new threads and replies in my usenet group. When the message is sent, I open up my Agent newsreader and I see the messages that were sent from the forum, BUT the first lines are missing. For example, I type in:

Quote:
Testing the new usenet group reader from http://www.vpforums.com

Come play actual pinball machines on your PC!
In Agent, the message shows up only as:
Quote:
Come play actual pinball machines on your PC!
I sent a reply to another usenet message as well that was only 1 line, and it showed up in the correct message thread in Agent, but only showed my signature. The text I typed was missing! So I'm assuming it's chopping off my first line or 2 of text. Any reason for this? I have the SPAM filter on outgoing messages set to OFF. Everything else looks good! HELP!!
Reply With Quote
  #296  
Old 09-21-2001, 11:25 AM
KimG KimG is offline
 
Join Date: Feb 2002
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by fastforward

Actually, you can do it. Just create a regular expression that rejects everything except the ones you want. You'll need to read up on regular expressions to get it right.
Hi,
I've been reading up and have tried to construct an expression:
[*] >"xxx[a-z]"

where xxx is the word that you want to retrieve followed by any letter in the header. Any other posts would be filtered out as spam? Is this along the right lines??

Thanks!
Reply With Quote
  #297  
Old 09-21-2001, 01:57 PM
hostbet
Guest
 
Posts: n/a
Default

Can you tell me what I'm doing wrong?

This is the error:

Database error in vBulletin: Invalid SQL: SELECT iconid, title FROM thread WHERE forumid= ORDER BY lastpost DESC LIMIT 1
mysql error: You have an error in your SQL syntax near 'ORDER BY lastpost DESC LIMIT 1' at line 1
mysql error number: 1064
Date: Friday 21st of September 2001 07:43:38 AM
Script: /forums/editpost.php
Referer: http://helpdesk.hostbet.com/forums/e...tpost&postid=5
Reply With Quote
  #298  
Old 09-27-2001, 06:06 AM
shri shri is offline
 
Join Date: Nov 2001
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fastforward,

I've posted some perl code here .. which may help decode binary attachments.

http://www.vbulletin.com/forum/showt...threadid=28992

If its not a priority for you ... Hopefully someone here is a perl guru who can help out?

I am trying to get clari.* content into the board and they have a lot of articles which come attached with gif / jpg photos.
Reply With Quote
  #299  
Old 09-29-2001, 03:21 AM
DarkReaper DarkReaper is offline
 
Join Date: Oct 2001
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Who's posted doesn't work with this(2.0.3). When I click on the reply count it says "{Name of thread starter}: {number of replies}" and that's it.
Reply With Quote
  #300  
Old 09-29-2001, 01:58 PM
shadowbreed shadowbreed is offline
 
Join Date: Oct 2001
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by shadowbreed
I don't know if this has been covered before but i have the following problem:

When using new thread, my threads show up fine on the newsserver, but when using reply or quote, nothing gets send

newnews.pl doesn't give any errors

any ideas?
Still have this problem, can anyone offer some help?

Now just MY users get to see the replies and not the people on the newsserver

Now i also have the following problem:


-> fetching 39349... OK -> fetching 39350... OK -> fetching 39351... OK -> fetching 39352... OK -> fetching 39353... OK -> fetching 39354... OK -> fetching 39355... OK NNTPERROR: 421 No Next Article NNTPERROR: 423 No Such Article In Group NNTPERROR: 421 No Next Article NNTPERROR: 423 No Such Article In Group NNTPERROR: 421 No Next Article -> processing article batch... -> requested 303 messages... 0 not available or rejected. -> inserting new threads from alt.macromedia.flash -> inserted 0 threads -> finding replies...

As you can see it does process everything but nothing gets inserted???

Can anyone please help??
Reply With Quote
  #301  
Old 09-29-2001, 08:56 PM
shadowbreed shadowbreed is offline
 
Join Date: Oct 2001
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone had these problems??
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 12:12 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06069 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete