vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists (https://vborg.vbsupport.ru/showthread.php?t=92588)

AWS 01-20-2006 11:28 PM

Quote:

Originally Posted by thedvs
this not working for me in 3.5.3, yet was fine in 3.5.1

I upgraded to 3.5.3 and it still works for me. Maybe you deleted the files needed to run it when you did the upgrade.

thedvs 01-21-2006 01:54 PM

@aws no files were deleted or changed

are you sure yours is working properly? im getting no upgdates and this error...
Fatal error: Call to a member function on a non-object in /forums/includes/functions_image.php on line 224

AWS 01-21-2006 02:32 PM

Quote:

Originally Posted by thedvs
@aws no files were deleted or changed

are you sure yours is working properly? im getting no upgdates and this error...
Fatal error: Call to a member function on a non-object in /forums/includes/functions_image.php on line 224

Look at my site http://ms-os.com. You can see new threads and posts. Those are all usenet forums.
That error happens when there is a problem with an image attachment in a usenet post. I get it from time to time. Go to newsgroup settings and dit each groups message id number. Increment it by one.

bogene2020 01-21-2006 07:21 PM

AWS or Anybody else using this hack, I would like to know if it uses a lot of space on your server. How much space are you using up now ? Are the Usenet messages stored in your database or are they stored somewhere else ? Can you set older messages to auto delete ? Thanks

thedvs 01-21-2006 07:46 PM

@aws thanks that did the trick, its all working now.

however now with a fresh new import im getting this txt as the posters username on certain usenet new posts...

<topic>
=?Utf-8?B?Zm9ydHdpbGxpYW0=?=

any idea how to combat this?

volarium 01-25-2006 03:03 AM

How can I mask all email addresses that come through? I like the fact that it converts an email address to:
name (AT) domain (DOT) com.

But what if I want to completely eliminate the address? There are two places it shows up:

1. Within the post, if someone posted their email address.
2. In the "from" field, if they used a full email address for their sender name.

Can anyone tell me where in the code I can do this?
Thanks.

brisk 02-03-2006 01:48 AM

hi, I have tw problems:

1: installed it, run gateway.php?debug=1, it hangs for 20 minutes, I have to kill it (click stop button of firefox). However, it seems posts are created in db

2: attachements are not created, instead, they are treated as text posts.

can anyone help me?

btw, the firefox never came back, and I don't see any output from the server, it's all blank.

thanks

brisk 02-03-2006 02:12 AM

same here!!! can anyone help?


Quote:

Originally Posted by kadafi_alive
I have managed to fix it however, it's WAY too slow.

To download 100 messages, it takes atleast 10 minutes even though I am using a premium pay usenet server.


volarium 02-08-2006 06:20 AM

Here's how I resolved my issue of masking email addresses, in case anyone else is interested.

Find:
Quote:

$message['text'] = preg_replace('/([-_.\\w]+)@([\\w]+[-\\w]+)\\./', '\\1 (AT) \\2 (DOT) ', $message['text']);
Replace with:
Quote:

$message['text'] = preg_replace('/([-_.\\w]+)@([a-zA-Z0-9\.]+)/', '\\1@xxxxxx', $message['text']);
Find:
Quote:

$from_name = from_name($message['from']);
Replace with:
Quote:

$sender_name = from_name($message['from']);
$from_name = preg_replace('/([-_.\\w]+)@([a-zA-Z0-9\.]+)/', '\\1', $sender_name);
I'm sure it's not the most efficient want to do it, but it seems to work for me.

http://vfrworld.com/forums/vf-vfr-mailing-list/

sensimilla 02-08-2006 11:57 AM

Installed fine but I get this message:

This forum does not allow attachments, therefore attachment ignored.

1. How should i setup permissions?

2. Is there anyway to merge similar threads that the engine dont start 100 same lookin topics?

3. Videos posts looks like this :

Quote:

M634XG[7"1N!@%&PD0(%EV5SB[:AZ:RU8*>[B#K;'8X6:`/-3"9ZD8G30?8-%
Thanks in advance for any help


All times are GMT. The time now is 07:46 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.01293 seconds
  • Memory Usage 1,745KB
  • 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
  • (8)bbcode_quote_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