The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
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.
Current version is 20020323 for vB2.xx Current feature list:
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
|
Comments |
#312
|
|||
|
|||
Ok it sems to not feel like working...
I get this quote: -------------------------------------------------------------------------------- Connecting to news.*****.***... Connected Pulling alt.php... No new messages. -------------------------------------------------------------------------------- It is not getting anything...... ;( Any Ideas |
#313
|
|||
|
|||
*bump* Thanks....
|
#314
|
|||
|
|||
Quote:
|
#315
|
|||
|
|||
Code:
telamon# diff /opt/apache/bin/newnews.pl newnews.pl 1c1 < #!/usr/local/bin/perl --- > #!/usr/bin/perl 5c5 < # $Id: newnews.pl,v 20010820 2001-08-20 23:56:21-05 paul Exp $ --- > # $Id: newnews.pl,v 20010815 2001-08-15 19:15:23-05 paul Exp $ 26,29c26,29 < my $db="netforum"; # mysql database name < my $db_host="xxx"; # mysql host < my $db_username="xxx"; # mysql username < my $db_password="xxx"; # mysql password --- > my $db="database_name"; # mysql database name > my $db_host="localhost"; # mysql host > my $db_username="username"; # mysql username > my $db_password="pasword"; # mysql password 95c95 < # loop through newsgroup and do the business --- > # loop through newsgroups and do the business 160d159 < db_execute("TRUNCATE TABLE usenet_article_loader"); 162a162 > db_execute("TRUNCATE TABLE usenet_article_loader"); 168a169,171 > > > 1029c1032 < push(@article," > $q\n\n"); --- > push(@article," > $q\n"); 1033c1036 < push(@article,"$fbody\n"); --- > push(@article,"\n$fbody\n"); 1107c1110 < my $threads = db_fetch("SELECT threadid FROM thread WHERE forumid=$forum id AND dateline < $purge".(!$config{auto_purge_reg}?" AND regpost = 0":"")); --- > my $threads = db_fetch("SELECT threadid FROM thread WHERE forumid=$forum id AND isusenetpost <> 0 AND dateline < $purge".(!$config{auto_purge_reg}?" AND regpost = 0":"")); 1114c1117 < if($#post_batch > 500) { --- > if($#post_batch > 1000) { |
#316
|
|||
|
|||
I just noticed I have a lot of orphan replies...how does a reply get "lost" and how can I prevent this from happening?
|
#317
|
|||
|
|||
Quote:
a) no longer exists on the news server b) was rejected by the news server for spam or something c) was rejected by your spam settings d) was rejected by your message length settings e) contained no body f) some other unexplained reason |
#318
|
|||
|
|||
There's one other problem: It doesn't work with the "who's posted" feature. When I click on the reply count for a thread it says the thread starter has all the posts!
|
#319
|
|||
|
|||
Quote:
|
#320
|
|||
|
|||
I guess that would make sense. I don't allow guest posting so I didn't know
|
#321
|
|||
|
|||
I remember something about allowing users to have a different Usenet signature, but can't find this in the install files...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|