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 |
#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.
|
#592
|
|||
|
|||
Hi all
I have been trying to work out the problem I talked about above about my posts on the forum not being sent to the newsgroups and still can't work the problem can someone please help me solve this problem! A little more info I am using VB 2.3 Using Clara.net as my news provider (has username and pass to access) and also installed the interface. Somone please help my email is admin@floridaideal.com Thank you Stuart |
#593
|
|||
|
|||
Quote:
the gateway.php needs to be run regularly to retrieve and post your newly posted messeages to the news server. You can manually run the script and see what message you have on the screen. Just run: http:/www.yourforums.com/gateway.php |
#594
|
|||
|
|||
Wow I must be one stupid +++++ I cant understand how to install this :cry:
|
#597
|
|||
|
|||
Hello,
I installed the hack with no problem. I am trying to execute gateway.php - and its updating the forum, but the lastmsg in the nntp_groups table never gets updated - and the browser is attempting to download gateway.php any ideas? |
#598
|
|||
|
|||
Hello
Is there anyway of making the newsgroups you downloaded NOT count for the final forum post count at the top of the screen? Thanks Stuart |
#599
|
|||
|
|||
Hello
Is there anyway of making the newsgroups you downloaded NOT count for the final forum post count at the top of the screen? Thanks Stuart |
#600
|
|||
|
|||
In the admin section you can edit the forum and there is an option close to the bottom were you state if you want the post count for that forum to be calculated in the total post count.
|
#601
|
|||
|
|||
I receive this error from cron e-mail... and its killing the server after it gets in the loop.... it used to work fine, what is going on, and how could I fix this....
Here is the message: Invalid SQL: SELECT thread.threadid FROM thread,post WHERE thread.threadid=post.threadid and (thread.title='BAR:Safety Hazard & High Performance/Complex?' OR post.title LIKE '%BAR:Safety Hazard & High Performance/Complex?' OR thread.title='BAR:Safety Hazard & High Performance/Complex?' OR post.title LIKE '%BAR:Safety Hazard & High Performance/Complex?') AND (thread.forumid=187) ORDER BY post.dateline DESC LIMIT 1 mysql error: Server shutdown in progress mysql error number: 1053 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|