The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
This hack provides a gateway to any NNTP newsgroup such as those from Usenet and other newsgroup servers. Selected newsgroups are imported from your news server and post on the forum are sent out to the newsgroup. This hack was greatly inspired by fastforward's usenet gateway hack. This one is a complete rewrite of that hack written in PHP and works with vB 2.2.2.
Installation: Installation is pretty simple. No modifications to the vB php files are needed and it simply consists of dropping in the files to your forums directory, running the SQL modifications, and modifying the newsgroup settings for your desired newsgroups. For the complete installation details, read the readme.txt file. Here are some of the features:
For control panel integration, please check out GameCrash's Graphical Interface addition. What's not in it that was in fastforward's usenet gateway hack:
There is still lots that I'd like to add to it, but this is competely functional for basic newsgroup gateway support. It is most likely not free of bugs. If you have questions, suggestions or annoyances, please post in this thread. vb3 support lierduh modified this to provide support for the beta versions of vb3. When the release candidates of vb3 come out, I plan to add support for vb3 and add other features to this hack. If you have suggestions for new features, let me know. E-mail gateway support New in this version, you can now gateway with an email list. This will fetch emails from a POP email account and send via php's mail function to the mailing list's email address. To set up the list, in the newsgroup field, enter in the email address to send outgoing posts to. In the server field, enter in the pop3 server, and in the username and password fields enter in, you guessed it, the username and password to your pop account. Note: the email gateway capabilities has not been fully tested, so it might not work with your POP server. Also, it does not work in combo with a news<->forum gateway in the same forum (you can use either kind though in differnet forums within your forums). Show Your Support
|
Comments |
#582
|
|||
|
|||
Am I right in assuming that if I change this:
Quote:
I like having the View New Usenet Posts alongside the normal one, but I just don't want the posts adding to my index. So changing to 0 will fix it right? |
#583
|
||||
|
||||
will this now be compatable with vb3.0.0 ??
|
#584
|
|||
|
|||
I recently moved my vbb to another server and get this error now when trying to manually sync my newsgroups from the cP...anybody know what it is and how I fix it, thank you
Quote:
|
#585
|
|||
|
|||
Quote:
I have not checked into the codes. Anyone has a quick fix? The code use "include()", I vaguely remember it has some sort of security problem and I have changed them to "require_once()". |
#586
|
|||
|
|||
Quote:
|
#587
|
|||
|
|||
problem fixed thanks to Erwin
|
#588
|
|||
|
|||
Edit: 2 Nov 2003.
I have mucked around a bit more to get this to work under vBulletin Version 3. A new post can be found here: https://vborg.vbsupport.ru/showpost....&postcount=658 Quote:
1) Add two columns to post table. ref (type: Text) pre_postid (type: int, length:10) 2)hack newreply.php diff newreply_old.php newreply.php PHP Code:
Find: <input type="hidden" name="threadid" value="$threadid"> add a line <input type="hidden" name="pre_postid" value="$postid"> 4) Modify gateway.php diff gateway_old.php gateway.php PHP Code:
|
#589
|
|||
|
|||
Hello all
Hope someone can please help me, I have installed this wonderful hack and seem to have got it all working fine, it downloads new posts and replys to the 2 newsgroups. Anyway my problem is that the posts posted on my forum don't post on the newsgroups. I have posted one post and a reply and its been 3 hrs and still not appeared on the newsgroup. Out of interest I have posted via Outlook a message to the newsgroup and then within about 10 mins it appeared on my forum. Has anyone had this problem please and can point me in the right direction? Thanks very much Stuart |
#590
|
|||
|
|||
I hope this is going to upgraded for vb3.
|
#591
|
|||
|
|||
Sorry, only just noticed double post.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|