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 |
#392
|
|||
|
|||
Also,
when I hit on quote then reply, the newsgroup reads my posts as a single line paragraph ie no line breaks. Any way we can get linebreaks to work? James |
#393
|
|||
|
|||
Quote:
To verify that the script is sending things to usenet, run this query immediately after you post a thread. Substitute '$$newsgroup->{forumid}' with the forumid in which the thread was posted. Code:
SELECT e.csig, b.email, b.showemail, b.signature, a.threadid, a.postusername, a.title, d.newsgroup FROM thread AS a, user AS b, usergroup AS c, usenet_group AS d, userfield AS e WHERE a.visible=1 AND forumid=$$newsgroup->{forumid} AND a.postuserid=b.userid AND b.usergroupid=c.usergroupid AND b.userid=e.userid AND a.isusenetpost=0 AND a.forumid=d.forum; |
#394
|
|||
|
|||
Quote:
I am on RedHat 7.0, PHP4.1.0, MySQL 3.23.45 When I run the query, it doesn't like e.csig so I removed it and it outputted this.... Code:
email showemail signature threadid postusername title newsgroup james@dvd-critic.net 1 <center><table width="95%" height="10" bgcolor="#3... 353 James@DVD-Critic OT: Test post uk.media.dvd |
#395
|
|||
|
|||
Also, i noticed it doesn't pull in every post and often it misses some out for some reason (even if I purge the tables and re-grab them).
James |
#396
|
|||
|
|||
When can we expect a PHP version of newnews.pl?
Thanks. |
#397
|
|||
|
|||
my bbcode replacing doesnt work properly
example here: http://www.mtb-news.de/forum/showthr...threadid=11541 I use: Code:
[q1] is replaced by <font size="1" color="blue">{param}</font> tom |
#398
|
||||
|
||||
FF,
Still running great on my board! ! Developing my 2.2.1 upgrade now, so, I await your new release in awe with the others!! :up: This is/has been a great addition to my board, and has helped draw new members, as well as providing fresh material daily for the membership to post on! :supwink: |
#399
|
|||
|
|||
I can't wait for a 2.2.1 release of this!!
|
#400
|
|||
|
|||
doesn't it work on 2.2.1 ?
I have it on mine, but it might explain why there are bugs. James |
#401
|
||||
|
||||
Damn, I stupidly assumed this worked on 2.2.1. :cry: I've installed it all and was getting nothing...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|