vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   NNTP Gateway (Usenet/Newsgroups) (https://vborg.vbsupport.ru/showthread.php?t=35247)

recumbent615 03-13-2004 07:32 PM

This has been coverd somewhere within this very long thread. But here it is in short!

In the Function sendnews

find:
PHP Code:

$get_userinfo=$DB_site->query("SELECT signature,usertitle,customtitle FROM user WHERE userid=$newthread[userid] LIMIT 1"); 

and repalce it with:
PHP Code:

$get_userinfo=$DB_site->query("SELECT signature,usertitle,customtitle,email FROM user WHERE userid=$newthread[userid] LIMIT 1"); 

find:
PHP Code:

$signature .= $newthread[username]; 

and below it put:

PHP Code:

$my_email $userinfo[email]; 

Then find ( around line 643 )

PHP Code:

    // post it
    
if ($grouptype=='news'){
        
$response $news->post($cat unhtmlspecialchars($newthread[title]),$group[newsgroup], "$newthread[username] <$msgid>"$message,"Date: ".date("D, j M Y H:i:s O",$newthread[dateline])."\r\nMessage-ID: <$msgid>\r\nOrganization: $settings[organization]\r\nUser-Agent: $settings[useragent]\r\nX-Newsreader: $settings[useragent]\r\nX-Originating-IP: $newthread[ipaddress]$ref"); 

and replace it with:

PHP Code:

    // post it
    
if ($grouptype=='news'){
        
$response $news->post($cat unhtmlspecialchars($newthread[title]),$group[newsgroup], "$newthread[username] <$my_email>"$message,"Date: ".date("D, j M Y H:i:s O",$newthread[dateline])."\r\nMessage-ID: <$msgid>\r\nOrganization: $settings[organization]\r\nUser-Agent: $settings[useragent]\r\nX-Newsreader: $settings[useragent]\r\nX-Originating-IP: $newthread[ipaddress]$ref"); 


That will do it I believe.

Kevin

stroke25 03-14-2004 12:55 AM

thanks for the reply but i dont think thats what im looking for..That would use the email they registered with i believe..Its doesnt seem to work with VB3 Gateway either.

I just want to remove the random numbers/letters in the email.

KGB.11h4mb@pokerhelper.com KGB.11g8ob@pokerhelper.com StopTheKicking.127uvy@pokerhelper.com

I would like it to be username@pokerhelper.com

recumbent615 03-14-2004 01:41 AM

Sorry,

I'm not using VB3 on my production boards, I dnd't relize that that is what you were using. Are you just trying to use a single email address for all posts? Or are you are you trying to just append the username to the @pokerhelper.com as if it were an emal address. Thus not exposing your users email address but not making it look like a made up address?

Kevin

stroke25 03-14-2004 04:15 PM

it already puts the user name there.It wouldnt be a real addy.Just need to figure out how to remove the numbers/letters.

KGB.11g8ob@pokerhelper.com KGB is the user name for this one.It puts the period also.

jcrash 03-14-2004 05:03 PM

Ok, Im pretty new to VBForums administration, and Im having a hard time figuring out the instructions:

3. Go into your database and modify the settings in the nntp_settings table. Descriptions are available in there, but currently it's not integrated with the vB admin control panel.

4. Go in and set up your newsgroups in the nntp_groups table.


What does that mean?

jcrash 03-14-2004 09:41 PM

Nevermind...GOT IT! Jammin!

Ogmuk 03-14-2004 10:50 PM

Great work on this hack guys! It worked on the first attempt although it does want to download a text file here too. Is there an easy way to stop this behaviour with IE6?

2 other questions:
The imported content isn't searchable yet, is it?
I haven't tried to actually create a post in the newgroup yet so I have no idea if this feature is already in, but is it possible to add a little signature to posts from my board? for example, "this message has been posted through www.mysite.com"?

Edit: another question about a little detail I noticed. I see that the amount of thread views by default equals the amount of posts in one thread. Is there an easy way to put these on 0 by default?

Sorry if any of these questions have been asked, it's a rather long thread ;)

leeherron 03-14-2004 11:29 PM

I've been attempting to find a post that may be a solution to a problem that we are experiencing.

It seems that posts from a specific thread in the newsgroup can change their subject and still be threaded correctly, but when they are imported to the forum this is lost and replies to same thread with new subject are exported as new threads for those that are using news reader clients.

Receiving some complaints about this and wondered if there was a fix?

jcrash 03-15-2004 12:00 AM

Hmm...I thought I had everything working right, but I seem to have a problem, my posts are not being inserted into the USENET forum.

http://www.pokerplayerforums.com/

Any Ideas?

I can post to usenet via my newsclient, but the post I placed in the discussion forum never got uploaded.

jcrash 03-15-2004 12:09 AM

I think it has to do with this, maybe:
Email address domain email timelimit.yourserver.com
This domain is used for the msgid of the outgoing post and also for the email address sent to the newsgroups. In the future, I plan to impliment a time limited email address system so replys can go from email to PM.

I have not set that item, what should it be set too and could it be the reason my messages are not getting posted?


All times are GMT. The time now is 12:02 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.01968 seconds
  • Memory Usage 1,762KB
  • 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
  • (6)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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