vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists (https://vborg.vbsupport.ru/showthread.php?t=65152)

allan grossman 05-18-2004 11:10 AM

Quote:

Originally Posted by cyo
i am talking about newsgroup users that i don't want to display on my messageboard.

I'd like to weigh in here if folks don't mind.

Except for the .moderated newsgroups, Usenet is completely unmoderated - you can certainly do whatever you like with your forum, but IM frequently less than HO moderating an unmoderated newsgroup goes pretty much against what Usenet is all about.

What I do is run a disclaimer as an announcement at the top of the Usenet forums that reads like this -

==========

Folks -

For those of you who are unfamiliar with Usenet, the best description I've seen is at

http://www.faqs.org/faqs/usenet/what-is/part1

and

http://www.faqs.org/faqs/usenet/what-is/part2

No one "owns" Usenet and the groups that are gatewayed into ebassist are completely unmoderated. The feed that we provide is a service to ebassist users, and is just a gateway into another discussion area. You're liable to see flaming, links to ads and porn sites and a whole bunch of really objectionable stuff if you look hard enough.

But, as you continue to look, you'll see some real gems of information and some *very* knowledgeable folks.

Once again, ebassist doesn't own Usenet, has no control over its content and the feeds are provided without any interference (or moderation) from the folks on ebassist dot com.

Usenet can be harsh at times - and it's definitely not for the fainthearted, but I think providing an uncensored newsfeed provides more of a service to the ebassist community than filtering content would.

To sum things up, internal forums on ebassist dot com are moderated. External feeds like Usenet are not. Read at your own risk :)

the management

==========

But - it's your board and your call ;)

KevinM 05-18-2004 12:29 PM

Quote:

Originally Posted by lierduh
Sorry for my ignorance, where is this option located? are we talking about outgoing or incoming.

In the 'attachments' menu on the control panel there is an 'attachments storage type' option, which enables you to store the attachments as files rather than in the db.

When this option is used, the link to the attachment in the post breaks (although the file still gets downloaded to the db, the script is searching for the file in folder ont eh server). Hope this makes sense.

Quote:

Originally Posted by lierduh
I am feeling lazy after working on the AdminCP interfaces.

No problem, have some sleep first.... :nervous: !

lierduh 05-18-2004 12:33 PM

Quote:

Originally Posted by cyo
i am getting this error below

Code:


Fatal error</b>:  Maximum execution time of 1800 seconds exceeded in <b>/home/forum2/public_html/forum/includes/functions_databuild.php</b> on line <b>477</b><br />

[1]+  Done


More information please. Is this the first time you run? how many posts roughly are we talking about importing? I have set the script maximum run time to 1800 seconds. If you can not import the whole lot, restart again, it will pick up where the last run left off. This is one of the features this new version has. Also how is your server load. Can it handle a lot of posts to be imported in one go? With each post imported, the server needs to build search index and it is resource intensive.

mcncyo 05-18-2004 12:35 PM

Quote:

Originally Posted by lierduh
More information please. Is this the first time you run? how many posts roughly are we talking about importing? I have set the script maximum run time to 1800 seconds. If you can not import the whole lot, restart again, it will pick up where the last run left off. This is one of the features this new version has. Also how is your server load. Can it handle a lot of posts to be imported in one go? With each post imported, the server needs to build search index and it is resource intensive.


i have to run the script about 3 times and to get all of the information. I am still planning on adding more newsgroups to the site.


by the way i used the script to import about 30,487 post and it work fine. The only probem i had is everytime it did it is i have to change the "Is Gateway Running" option to 0 each time. My server load only went up to 2.0 which is 100% on both cpu.

Erwin 05-19-2004 06:34 AM

lierduh, you've released 2 updates already. Did you make any changes to gateway.php, or are the updates purely for the AdminCP?

lierduh 05-19-2004 07:25 AM

Quote:

Originally Posted by Erwin
lierduh, you've released 2 updates already. Did you make any changes to gateway.php, or are the updates purely for the AdminCP?

The two beta files are only the AdminCP interfaces. The main script has been not updated since the ___b.zip .

I will do something tonight to add the signature option routine and may be others.

Sanjiyan 05-19-2004 09:55 PM

A few questions....

I am still running vb2.3.0, and gilby's version of this hack, the reason for staying with vb2.3.0 is because of the lack of a 'suitable' nntp hack addon, which you have now provided, so as long as it works with what I am about to ask, I shall update my forums to vb3.0.1

WIll this allow/import/whatever gilby's database modifications? as is from gilby's own version for vb2

Also as gilby's version allows me to pull from both NNTP and a pop3 mail box (downloads posts etc from a mailing list), will this version also allow it?

I do not use the pop3 to post from the forums to the mailing list, but to pull from the mail server the posts and then put them into the forums.

If you want to know what I mean about pulling posts from a pop3 mail box, please go here, and view the subforums, I have and the comments below explaining what they are:

http://www.sanjiyan.co.uk/forums/for...php?forumid=35

Many thanks...

lierduh 05-19-2004 11:09 PM

Quote:

Originally Posted by Sanjiyan
A few questions....

WIll this allow/import/whatever gilby's database modifications? as is from gilby's own version for vb2

There is one extra field in the post table needed. The first time you open the AdminCP interface, it will detect what needs to be done and upgrade for you. This will also be the way it works with future upgrade.

Quote:

Also as gilby's version allows me to pull from both NNTP and a pop3 mail box (downloads posts etc from a mailing list), will this version also allow it?
Many thanks...
I have disabled this because I have not checked whether it will work. Also no one else has mentioned the need to use this. I will have a look at it in the next few days and enable it in the next minor version. It is something pretty simple.

Sanjiyan 05-19-2004 11:22 PM

Thanks, because the pop3 function is something I rely very heavily on with this hack, as 40% of my need for this hack is for the pop3 mail pulling ability.

EDIT:

Also which file do I need to download? the nntp_gateway_v2.0.zip or vb3_NNTP_Gateway_May16b.zip

Sanjiyan 05-19-2004 11:27 PM

Quote:

Originally Posted by lierduh
I have disabled this because I have not checked whether it will work. Also no one else has mentioned the need to use this. I will have a look at it in the next few days and enable it in the next minor version. It is something pretty simple.

Not trying to be big headed here, but the reason this option was put into the Gilby hack, was mainly because I asked it to be, I think to date no one else uses that function in the hack bar me, but it is a very nice function to have.

Anyway, can not wait for you to get this option working again, THEN I will upgrade my boards.


All times are GMT. The time now is 11:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02635 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete