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)

lierduh 02-01-2004 11:50 AM

I have uploaded a new gateway.php to page 44.

"Xxxx Wrote:" is working now. I have also added the ability to strip the [font=xxx] tags.

Alan, I am not quite sure what you meant about {1} Said.

In vB3, the quote text works by using this tag:

PHP Code:

[QUOTE=Username]Text[/QUOTE

Where the Username is the user who sent the original quoted text.

I am only running RC2 at the moment. A quick browse through RC3 release note indicated very little difference between them. So I think the script should work with RC3.

allan grossman 02-01-2004 03:39 PM

Never mind - it looks like you picked a whole different way of doing the quote thing - I tested it and it works just fine.

Thanks!

allan grossman 02-03-2004 12:45 PM

One thing, though -

Since I upgraded to the new script there's some weirdness in the "last post" column on forumhome - the thread links on forumhome point to the wrong thread. Everything else works just fine ;)

You can check it out on http://ebassist.com - you don't need an account to read.

thanks, lierduh - if there's anything I can do to help you with this please don't hesitate to holler.

lierduh 02-03-2004 08:20 PM

Uploaded a fixed gateway_RC2.zip on page 44.:)

Thanks for finding out the problems, Alan.

A few other things I need to work on include:

* Further strip all BB tags before sending the local posted posts to Usenet. This should include the custom BB codes
* Table prefix workability
* Email notification for new Usenet posts

...

I will keep working on it bit by bit unless Gilby releases the official vB3 version of gateway.php

allan grossman 02-03-2004 09:50 PM

Um - that didn't fix it? Mine's still got thread titles mixed up :(

What you've got so far is working just great. All I found was that one little glitch. Let me know if I can help - I'm not a coder but I'm a heck of a tester.

My gateway runs every ten minutes - you can check it out anytime you like ;)

cheers -

lierduh 02-03-2004 10:10 PM

It will fix itself up after a new usenet post is retrieved.:) Let me know if the problem persists. (don't tell me I uploaded the wrong one).

allan grossman 02-03-2004 10:46 PM

The gateway's already picked up a few posts and the thread title still isn't working.

You might wanna check version numbers - at least it'll be an easy fix ;)

lierduh 02-03-2004 11:00 PM

Please check around line 274. It should be like this:

PHP Code:

    // update forum
                    
$DB_site->query("UPDATE forum SET
                    replycount=replycount+1,lastpost='"
.$date."',".
                    
"lastposter='".addslashes(from_name($message[from]))."',".
                    
"lastthreadid=" $threadid " , " .
                    
"lastthread='".addslashes($message[subject])."' WHERE ".
                    
"forumid IN ($foruminfo[parentlist])"); 


and around line 364:

PHP Code:

                    // update the forum counts
                    
$DB_site->query("UPDATE forum SET
                    replycount=replycount+1,threadcount=threadcount+1,"
.
                    
"lastpost='".$date."',lastposter='".addslashes(from_name($message[from]))."',".
                    
"lastthread='".addslashes($message[subject])."', " .
                    
"lastthreadid= " $threadid 
                    
" WHERE forumid IN ($foruminfo[parentlist])"); 

I just checked, I did upload the right one. I am wondering if your proxy server could give you an older version.

The lastthreadid is used for the front page link. Please check your database to see if that is updated each time a post is imported.

allan grossman 02-03-2004 11:12 PM

No proxy - I own the server ;)

The line 364 section was different from what you just posted - here's what I had:

PHP Code:

                    // update the forum counts
                    
$DB_site->query("UPDATE forum SET
                    replycount=replycount+1,threadcount=threadcount+1,"
.
                    
"lastpost='".$date."',lastposter='".addslashes(from_name($message[from]))."',".
                    
"lastthread='".addslashes($message[subject])."' WHERE forumid IN ($foruminfo[parentlist])"); 

I changed it to what you just posted.

allan grossman 02-03-2004 11:30 PM

But - it's still not working :(

Let me know what I can do to help, lierduh. I'm not the sharpest knife in the drawer but can follow instructions pretty well ;)


All times are GMT. The time now is 06:15 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.01925 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
  • (4)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