PDA

View Full Version : [RELEASE] Usenet Gateway for vB 2.01


Pages : 1 2 [3]

JoshFink
10-22-2002, 04:15 AM
I did try that as well and got another error (what a pain). I'm sure it's just server config, so I'm trying to work around it.

Here is the error I got


Can't locate MIME/Base64.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.8.0/MIME/Words.pm line 85.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/MIME/Words.pm line 85.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.0/MIME/WordDecoder.pm line 77.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/MIME/WordDecoder.pm line 77.
Compilation failed in require at ./newnews.pl line 45.
BEGIN failed--compilation aborted at ./newnews.pl line 45.


Thanks

Josh

Cyburbia
10-23-2002, 02:11 AM
Outstanding script! Thanks for all your hard work.

I have to report an error, though. I have all the perl modules, and the MySQL database was properly reconfigured using the provided SQL queries, but some error prevents downloaded messages from being inserted into my database.



bash-2.05$ perl newnews.pl


Connecting to news.freenet.de:119... Connected

Pulling alt.planning.urban...
-> fetching articles 68845 to 68895...
-> fetching 68846... OK
-> fetching 68847... OK
-> fetching 68848... OK
(snip)
-> fetching 68893... OK
-> fetching 68894... OK
-> fetching 68895... OK
-> processing article batch...
-> requested 50 messages... 0 not available or rejected.
-> inserting new threads from alt.planning.urban

Query failed:
UPDATE forum SET replycount=replycount+1, threadcount=threadcount+1 ,lastpost=1026222245,lastposter='Fallwater',lastac tivethread='seeking list of founding dates of m...' WHERE forumid IN ()

DBD::mysql::db do failed: You have an error in your SQL syntax near ')' at line 1 at newnews.pl line 748, <SOCK1> line 3818.


Thanks!

jOOPeON
10-23-2002, 10:09 AM
Originally posted by Cyburbia
Outstanding script! Thanks for all your hard work.

Query failed:
UPDATE forum SET replycount=replycount+1, threadcount=threadcount+1 ,lastpost=1026222245,lastposter='Fallwater',lastac tivethread='seeking list of founding dates of m...' WHERE forumid IN ()

DBD::mysql::db do failed: You have an error in your SQL syntax near ')' at line 1 at newnews.pl line 748, <SOCK1> line 3818.
[/font]

Thanks!

Verify your newsgroup and forum lists in admin. If newsgroup exists and right forum is missing/deleted, that hapens...

-jOOP

Cyburbia
10-23-2002, 12:17 PM
Okay ... the sub-forum exists.

http://www.cyburbia.org/forums/forumdisplay.php?s=&forumid=38

The newsgroup definitely exists, and the hack is set up so newsgroup messages will be dumped into the existing subforum.

http://www.cyburbia.org/tmp/usenet1.jpg

Let's re-run, judt for kicks.


-> fetching 68517... OK
-> fetching 68518... OK
-> fetching 68519... OK
-> fetching 68520... OK
-> processing article batch...
-> requested 100 messages... 0 not available or rejected.
-> inserting new threads from alt.planning.urban
-> inserted 14 threads
-> finding replies...
-> loading 33 replies...

Clean disconnection from news.freenet.de:119

Expiring usenet articles older than 120 days...
-> alt.planning.urban... OK
Expire completed.
bash-2.05$

Okay ... strange. It says that there's posts in the group.

http://www.cyburbia.org/forums/forumdisplay.php?s=&forumid=33

But go to the group, and there's nothing.

http://www.cyburbia.org/forums/forumdisplay.php?s=&forumid=38

Strangely, you can search for text from Usenet threads, and they're there. The threads just aren't visible from the sub-forum page.

jOOPeON
10-23-2002, 02:55 PM
Originally posted by Cyburbia
Okay ... the sub-forum exists.


Okay ... strange. It says that there's posts in the group.

http://www.cyburbia.org/forums/forumdisplay.php?s=&forumid=33

But go to the group, and there's nothing.

http://www.cyburbia.org/forums/forumdisplay.php?s=&forumid=38

Strangely, you can search for text from Usenet threads, and they're there. The threads just aren't visible from the sub-forum page.

You have been sucking old messages first. If you change to "show 60 days" in your forum, you can see there is a lot of messages. Just keep on sucking or increase the batch number (or go to group with newsreader, check message id from "not so old" message and update that to last message numger in groups.

Check the dates below....

-jOOP

<clipeti clip >
Tony Champion Goran Juki? 0 2 2002-09-11 7:53 PM
by Goran Juki?

East Side (Seattle)...WATCH OUT!! makemyday 17 3 2002-09-11 7:19 PM
by Bobb

A moral dimension? ( 1 2 3 ) Matthew Talbot 68 1 2002-09-11 5:26 PM
by Tom Loach

WENDELL COX IS NOT MEDIOCRE -- HE'S JUST AVERAGE - I ( 1 2 ) Cabalmaster 36 0 2002-09-10 5:09 AM
by Michael G. Koerner

Robert Cote is Not Real...or Is He Mark Gibson? ( 1 2 3 ) Cabalmaster 57 0 2002-09-10 3:09 AM
by Mark Gibson

Westside LRT Congrats! Baxter 0 0 2002-09-09 8:43 PM
by Baxter

USC Administers Black Eye to Dr. Peter Gordon, Outspoken Anti-Rail Academic Cabalmaster 0 0 2002-09-09 6:49 PM
by Cabalmaster

wheel clamping signs Quoi 0 0 2002-09-06 9:15 PM
by Quoi

TransitCabal Anthem, Verses 1, 2 and 3 Cabalmaster 1 0 2002-09-06 3:39 PM
by Robert Cot?

If you built it, Will they come? William Placid 20 0 2002-09-06 1:22 AM
by Baxter

Watch it!!! Ciccio 0 0 2002-09-02 9:32 PM
by Ciccio

Cyburbia
10-23-2002, 04:06 PM
D'oh! That did it! Thanks!

And ... thanks again for a fantastic hack.

jOOPeON
10-23-2002, 09:41 PM
Help please!

My users notced, that my board doesn't thread messages correctly to usenet server! I'm using Vb 2.7 and all code changes are made.

If I look the html source from newreply, I can see the inreplyto value, but in database inreplyto fields are empty??

Could this be the reason? Everything used to be ok, but I had to reinstall everything during server change.

Any ideas?

-jOOP

JoshFink
10-23-2002, 09:44 PM
I did try that as well and got another error (what a pain). I'm sure it's just server config, so I'm trying to work around it.

Here is the error I got


Can't locate MIME/Base64.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.8.0/MIME/Words.pm line 85.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/MIME/Words.pm line 85.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.0/MIME/WordDecoder.pm line 77.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/MIME/WordDecoder.pm line 77.
Compilation failed in require at ./newnews.pl line 45.
BEGIN failed--compilation aborted at ./newnews.pl line 45.


Thanks

Josh

jOOPeON
10-23-2002, 10:20 PM
Originally posted by jOOPeON
Help please!

My users notced, that my board doesn't thread messages correctly to usenet server! I'm using Vb 2.7 and all code changes are made.

If I look the html source from newreply, I can see the inreplyto value, but in database inreplyto fields are empty??

Could this be the reason? Everything used to be ok, but I had to reinstall everything during server change.

Any ideas?

-jOOP

Found a bug!

When replying to the message WITHOUT preview, code gives a inreplyto value.
When using preview reply, value goes blank!

How we can fix this?

Thanks,

jOOP

Cyburbia
10-24-2002, 01:30 AM
Although the templates need some fine-tuning, here's my implementation.

http://www.cyburbia.org/forums/forumdisplay.php?s=&forumid=41

The newsgroups are still filling up ... the newnews.pl script puts a beating on my host, so I'm running it in nice mode.

Again, great hack.

lutek
12-02-2002, 12:31 PM
I receives this error, and I do not it know how to improve this.
I have put coding latin2 in options


Malformed header from CGI script: ignoring text in character set `WINDOWS-1250' at /forum/newnews.pl line 368 ignoring text in character set `WINDOWS-1250' at /forum/newnews.pl line 368 ignoring text in character set `WINDOWS-1250' at /forum/newnews.pl line 368

cyc
01-22-2003, 10:18 AM
great hack, very easy to setup....well done :)

my problem is quotes are still displayed like > blah blah...

? cant work out how to fix this, so if anyone has any ideas i'd appreciate it!

cheers!

Steph2k
01-22-2003, 04:56 PM
Hmm I tried to download this hack (first post), and I wasn't able to..seems like a dead link or server issues?

cyc
01-24-2003, 10:03 AM
How do I add a field to enable users to use a bogus email addy?

thanks

Stephan Whelan
02-10-2003, 08:08 AM
Hi!

This is a great hack and we have been using it for a long time. However we are starting to look at what we are going to need to do when VB 3.0 comes out. Is this hack going to be re-written for 3.0?

Cheers!

fastforward
02-11-2003, 01:13 AM
Originally posted by Stephan Whelan
This is a great hack and we have been using it for a long time. However we are starting to look at what we are going to need to do when VB 3.0 comes out. Is this hack going to be re-written for 3.0?

The new and improved version of this hack is already re-written and has been running on my site for several months. It's all object oriented and just requires a drop-in 'forum' module to work with vB3 or any other version. Obviously a 2.2.9 module is already written.

Basically, an article object is passed to the forum module for insertion, so any forum vendor or version can be easily supported.

The reasons I haven't released it yet are:
1) I still make tweaks every week to the code.
2) There is no easy upgrade path from the existing version.

But rest assured, as soon as vB3 is released, it will be released.

Stephan Whelan
02-11-2003, 07:35 AM
fastforward,

Excellent! I shall look forward to seeing the finished version!

jOOPeON
02-16-2003, 03:04 PM
URGENT PLEASE!

I have some situation going with people at usenet groups.
They are claiming that I change or fraud the messages they have sent.

They noticed that newnews.pl performs some kind of spell checking while importing. Example:

In usenet -

Q. Is this cool
A. No, it's not

comes in forums like..

A. Is this cool
B. No, it's not

I did some further testing ( after I disabled all kind of things) and I sent this to usenet with my Outlook Express

n:n
A.
Q.
Z.
A.B
C.D

It came in like

n:n
o.
p.
q.
r.B
s.D

What the hell is going on :)

Any ideas?

-Joop

fastforward
02-16-2003, 03:35 PM
This is caused by the Text::Autoformat module. It somethimes tries to be too clever and attempts to re-number lists... a bit like Microsoft and their annoying 'helpful' Word functions. :)

You can disable wordwrap on incoming articles by commenting out the following lines in newnews.pl
if ($body =~ /\w/o) {
$body = autoformat $body, {right=>$config{article_wrap},all=>1};
}
These appear twice. Once on or around line 446 and again around line 553.

The new version doesn't have this problem.

jOOPeON
02-16-2003, 04:33 PM
Thank you!

Now it seems to work like charm!

Regards,

Joop

jOOPeON
02-16-2003, 05:05 PM
UUPS !

I removed the lines you asked to and now all replys comes in empty. No bodies, just subject and sender!

-Joop

NgtCrwlr
02-22-2003, 08:38 AM
All due respect... I think if you dig deeper you will find the text formatting problem is more than just lists.

Check this thread https://vborg.vbsupport.ru/showthread.php?postid=245935#post245935

I have been scratching my head for a long time wondering how I'm the only one that seems to have the formatting problem. I've tried to fix the problem but gave up.

I figure one day I'll get an e-mail that vB3 is released and along with it will come a Usenet hack that works for posting. YeeeeHaaahhhh ;)

Until then I leave my boards read only.

Cheers!

cyc
03-19-2003, 03:28 AM
I've just had someone from the UK threaten to sue me because he only gives permission to his 'local' news server to display posts he makes on his 'local' newsgroup. As stupid as it sounds it could happen.

But you really have to wonder about some people.

cheers!

06-21-02 at 11:26 AM ixian said this in Post #470 (https://vborg.vbsupport.ru/showthread.php?postid=263829#post263829)
Please don't take this as insulting, because it isn't meant to be, but, you need to seriously read up on what USENET is because I can't understand why this would even be a question.

Here's your first hint - who would sue you and why?

PurpleCow
03-26-2003, 04:19 AM
fastforward :

Can i use the download in your first post of this thread for vB version 2.3.0 ??
does it work for that version ??

Thanks

zignoran
05-02-2003, 03:41 PM
Hi I'm considering implementing vB 2.3.0 and your hack as
an integrated solution for our newgroup and forum.
Will this hack work with 2.3.0 ?

tutorials.de
06-02-2003, 08:26 AM
07-12-01 at 07:18 AM fastforward said this in Post #1 (https://vborg.vbsupport.ru/showthread.php?postid=138214#post138214)
Description:

This hack provides a gateway to selected usenet groups. [..]

Hi Mate,

big thanks for this great hack, it is a real pleasure watching it running on our website with members browsing the 200,000+ usenet posts :cool:

In your hack there is one important feature missing, which you already included on your own website: the possibility to exclude those usenet postings from site searches ( http://dbforums.com/search.php ).

Would you be so kind and post the code change for the search.php? Unfortunatelly I am not so familiar with php & db programming like you are :squareeyed:

Greetings from Germany,

Lagaf
www.tutorials.de

Erwin
06-02-2003, 08:30 AM
05-03-03 at 02:41 AM zignoran said this in Post #525 (https://vborg.vbsupport.ru/showthread.php?postid=390471#post390471)
Hi I'm considering implementing vB 2.3.0 and your hack as
an integrated solution for our newgroup and forum.
Will this hack work with 2.3.0 ?


Yes it does.

tamarian
07-01-2003, 01:30 AM
Paul,

Any plans on implementing threaded views of usenet posts?

I think this is something that was discussed way back in this old thread, and vB 3.0 is now ready for that. :)

zignoran
07-01-2003, 07:53 AM
Sorry but my project was canceled due to other more pressing requirements. Just delivered a Pocket IE version of vB 2.3

kaiwang
07-02-2003, 03:56 PM
I am getting the following error msg:

-> loading 320 replies...
Malformed UTF-8 character (unexpected non-continuation byte 0xcc after start byte 0xd3) in substituti
on (s///) at /usr/lib/perl5/site_perl/5.6.1/Text/Autoformat.pm line 670, <SOCK3> line 4.
Can't call method "length" on an undefined value at /usr/lib/perl5/site_perl/5.6.1/Text/Autoformat.pm
line 408, <SOCK3> line 4.

Any ideas what it could be???

thanks!

kaiwang
07-02-2003, 04:01 PM
Can you guys recommend a good NNTP service provider to use with this mod? Thanks!

Gardener
07-15-2003, 09:28 PM
02-11-03 at 04:13 AM fastforward said this in Post #516 (https://vborg.vbsupport.ru/showthread.php?postid=352897#post352897)
The new and improved version of this hack is already re-written and has been running on my site for several months. It's all object oriented and just requires a drop-in 'forum' module to work with vB3 or any other version. Obviously a 2.2.9 module is already written.

Basically, an article object is passed to the forum module for insertion, so any forum vendor or version can be easily supported.

The reasons I haven't released it yet are:
1) I still make tweaks every week to the code.
2) There is no easy upgrade path from the existing version.

But rest assured, as soon as vB3 is released, it will be released.

Any updates on the release of the new version?

Gutspiller
07-18-2003, 09:33 PM
How difficult is it to install this hack?
What type of fee would I be looking at if I had someone do it for me?
How much of this stuff could I get my host to do for me?

Can somebody please help? I'm interested in installling this beast.

Gardener
07-19-2003, 05:11 PM
Yesterday at 11:33 PM Gutspiller said this in Post #533 (https://vborg.vbsupport.ru/showthread.php?postid=418791#post418791)
How difficult is it to install this hack?
What type of fee would I be looking at if I had someone do it for me?
How much of this stuff could I get my host to do for me?

Can somebody please help? I'm interested in installling this beast.

This is a very easy hack to install. Just download the file and read the instructions. If you still can't figure it out, PM me and I'll install it for you for free.

If you are going to use this on a shared hosting server, make sure you have plenty of space because the database can get very large very quickly.

PurpleCow
08-02-2003, 03:14 PM
Hello fastforward,

The new and improved version of this hack is already re-written and has been running on my site for several months. It's all object oriented and just requires a drop-in 'forum' module to work with vB3 or any other version. Obviously a 2.2.9 module is already written.

Basically, an article object is passed to the forum module for insertion, so any forum vendor or version can be easily supported.

The reasons I haven't released it yet are:
1) I still make tweaks every week to the code.
2) There is no easy upgrade path from the existing version.

But rest assured, as soon as vB3 is released, it will be released.


Can i get a copy of your current version to use on my upcoming forums ?? I will most probably not be upgrading to vB3.0 when its out. So, i wanna install your NNTP gateway hack now and use it for my vB2.3.0 stable relase.

Thanks for any help.

Cheers

gmtalk
08-15-2003, 04:47 AM
I too am interested in this for vb3. I had it installed on 2.3.0 and would like to have it back. Any updates. Yes I am aware that no hacks for 3.0 until RC or gold. :(

MaDCaT75
08-15-2003, 06:20 AM
I'm too stupid to understand the installation instructions :cry:

PhoenixBB
08-24-2003, 11:05 AM
Does this work okay on 2.26?

I'm currently using Gilby's without problems, however because it apparently 'top posts' and my newsgroups are not very tolerant, I won't switch the reply function on and they have to go use googles interface if they want to post.

I just had a look at VB3 for it's threaded feature, but I won't be installing. Would this hack do the job? The features sound fine, and I don't use binary groups so no problem. Just want it so that when it posts it will go to the correct thread on Usenet.

Also a bit worried about the Perl thing. I hear a lot of complaints about it; is it bad or something? My host has all the modules installed, and even though I'm on a shared server I've had no server probs with the php usenet hack. Will Perl double the server load or something, or is it just a techie preference??

Thanx for any advice. :)

cyc
09-14-2003, 12:58 AM
Hi

This hack worked without any problems for almost a year :)

I've just moved to a new news server and have a small problem when pulling new posts. The first post in each new batch is downloaded but the rest give this error: NNTPERROR: 430 No Such Article


-> fetching articles 658907 to 658910...
-> fetching 658908... OK
NNTPERROR: 430 No Such Article
NNTPERROR: 430 No Such Article
<snip ~1000 errors>

If I re-run it I get this:

-> fetching 658909... OK
NNTPERROR: 430 No Such Article
NNTPERROR: 430 no such article
<snip ~1000 errors>

I'm using giganews, its works fine if I use Outlook express to pull the posts.

cheers

rishel
11-14-2003, 12:38 AM
Ok, this is a very serious question.

I have this script running on several sites.

I am getting posts from one NG, because a guy on there doesnt want us to connect to that public newsgroup.

He is infuriated, and is trying to cause trouble, and threatening legal action.

He is saying, all newsgroups, are private intellectual property, and that a site running this script is breaking the law.

Now what is the truth about this?

If that is true, then how does Yahoo, Google, and all the others do it?

This makes no sense. So as I understand what he is saying, we cant legally use this script?

How in the world can a newsgroup be a private posting area? Someone please shed some light on this?

PhoenixBB
11-14-2003, 03:03 AM
The guy is an idiot, and obviously doesn't understand how Usenet works. Tell him to check out Google (http://www.google.com/grphp?hl=en&tab=wg&ie=UTF-8&oe=UTF-8&q=) access to the NG's. They run essentially similar scripts to this. So do some other NG services, but I can't remember them offhand. The biggest one was Deja.com which was bought out by Google. There is essentially no difference in what they do and your script.

In fact there is no real difference between what your script does and a persons individual newsreader, whether that be Agent, Xnews, or whatever. Some people even use Outlook Express, (and wonder why the rest of the group get testy with them when they ask lameass questions - especially in the binary groups where OE isn't suitable). All these clients allow a person to read messages and download files on these servers, and it doesn't matter whether a person uses a client on their own machine, Googles site, or your site.

You might want to look up your newsgroups on Googles' interface, and give him the URLs. (Dunno whether they carry binaries though as I figure that would be too much of a bandwidth load).

Let him threaten Google too and see how far he gets. ;)

Newsgroups are public domain. If he wants his posts to remain only in the 'group' he is posting to then he should join a private mailing list or msn or yahoo group. Usenet works entirely differently and he's just making himself look like an ignorant arsehole.

Tell him to sod off, and don't go worrying about it. ;)

Phoenix

rishel
11-14-2003, 04:49 AM
Thanks Phoenix, he has everyone in that group in an uproar, they are harrassing the board, phone calling one of the site owners, sending emails, the works.

PhoenixBB
11-14-2003, 05:49 AM
He needs to read this Usenet FAQ's (http://www.faqs.org/faqs/usenet/what-is/part1/) as he obviously has a huge misunderstanding about Usenet. There should be other faq's on there to bring him up to speed.

He and his friends are harrassing you - admittedly through ignorance of the situation - and if they look at the TOS of their ISP's they will see that they are committing "internet abuse". ISP's take that very seriously.

If having apraised them of the situation re Usenet, you were to let it be known that you might report them to the abuse department of their ISP's they could lose their internet accounts for their behaviour. You'll be able to find an abuse address in the headers of their posts. You'll probably need to use a proper newsreader for this, as I don't think these scripts show them. I use Gilby's for my board, but I don't think they include that info. (I tend to read the newsgroups with a newreader mainly.)

What it boils down to is that you are not committing any 'abuse' but they are. (I assume you don't spam them, NG's hate that and that's abuse). If your board is just acting as a client and your members are reading, and posting to the NGs you have nothing at all to worry about.

So yes, I'd make them aware of the facts re Usenet and point out that they are the ones committing internet abuse in breach of their ISP's TOS. That might hopefully put a stop to it.

Good luck. ;)

Phoenix

rishel
11-14-2003, 02:38 PM
Yeah, he obviously needs to.

So now, hes telling everyone to post in their signatures in that newsgroup ( about 10 of them ) to post "This posting is private property and not allowed to be posted on such and such website.

PhoenixBB
11-14-2003, 03:19 PM
LOL the guy is a halfwit. Nobody is posting *anything* to your site. You are merely downloading the newsgroup to your sites server the same way as he downloads the group to his computer. He replies thru his computer, your members reply thru the client of your board. Once posts are on the usenet servers (wherever that may be) nobody can control who gets to download them if they have a feed.

If his ISP decided not to have a newserver anymore (they have to pay for the service) well he'd have to look for a free one or use a service like Google or your site <snerk>

Just point out the facts to him and tell him if he doesn't cut it out not only is he showing himself up to be a fool, but you'll report him for harassment.

He can't win, so don't sweat it. :)

PhoenixBB
11-14-2003, 03:49 PM
Oh, you might want to mess with his head.......

Tell him your posts are not allowed to be posted on his computer anymore, because he's a moron and you find it offensive that he gets to read your stuff. His ISP newsserver gets the feed the same way your site gets the feed. Ask him how he plans to get his ISP to either a)stop carrying the group altogether in case it violates your intellectual property, or b)screen out your posts before they hit his computer. Can't be done can it?

The newsgroup has bugger all to do with his ISP and if he only wants certain sites to see his messages, then he better stop posting to usenet. Posts are archived and every post he's ever made will be available to anyone for years. Heh go to your group on google and use their search function. ;)

rishel
11-14-2003, 06:08 PM
Phoenix, I tell you, you should read all this.

He has a few of the people affiliated with our site thinking that hes going to bring congress down on us.

Personally, I know better, I know what public domain is. I know what goes on in an unmoderated forum.

This is no longer about his point, what this has come down to now is, he just doesnt want to loose the arguement.

Never mind what its about, or what the arguement is about, he simply doesnt not want to loose.

Even if he is completely, and I do mean completely in error.

He actually tried to intimidate us by stating he had breakfast with some "retired NYS Superior
Court Judge". Uh oh, should I snap to or salute?

This guy has bullied people and been so rude to people for so long on that newsgroup, I researched, he is a very rude and mean person.

Now, somone comes in, and finally puts their foot down, and isn't going to budge on his threads and huffings.

He actually thinks he can huff and puff, stir everyone up, and put pressure on a legitamite website to back off of using a legitamite tool.

You know the funniest thing?

The website grew in its first 2 days so far beyond the activity of that newsgroup after years.

That is no lie Phoenix. The website is moving at a pace that far supercedes that NG. And this guy doesnt want the site connected? Did I miss something?!?

This guy is completely ignorant.

PhoenixBB
11-14-2003, 08:06 PM
This is no longer about his point, what this has come down to now is, he just doesnt want to loose the arguement.

Oh gawd, one of those 'eh? ;)

Once the others realise he is talking through his arse, and they must do eventually when you are still importing the NG to your sites without incurring any legal wrath, he'll run out of steam.

He's not much different to a troll really and Usenet is full of them. Once you've fed him the facts you can either ignore him or you can join his flame war. You know he can't do anything to you, and most sane people will get that sooner or later no matter how much he bullies them, so you can feel at liberty to let him have it with both barrels if you are so inclined. Take to ridiculing him, that might get him to leave you alone, especially if you get really offensive.

Look on the bright side, once he sees he's getting nowhere he'll give up and he'll never have such power over the others again. Check out the longest running flame war (http://www.werewolves.org/~follies/) on Usenet. It's been going since there was just AOL and Compuserv and it's still going strong. Your flame war is just a teeny little hiccup in comparison. ;)

Chin up, it'll pass. :)

Phoenix

rishel
11-14-2003, 09:27 PM
Heh, thanks bro.

casedesign
11-14-2003, 10:34 PM
Anyone willing to help me install this hack for a client? I just can't get it to work using their vbulletins including 2.3 and 2.3.2. Can pay some cash by paypal if interested. :)

cyc
01-10-2004, 01:45 AM
Hi

Is the new version of this script going to be released soon? :D

cheers

Gutspiller
01-15-2004, 09:32 PM
Can somebody help me install this hack? I know very little about this type of stuff and would love to have this hack installed as I have many groups I would like to add. I have a 2.xx forum and would like some on installing this hack if at all possible.

I was wondering how updating the groups from the source to my forum would work though? What type of bandwidth and storage does it take? I have been through the groups out there and have seen a good 20 to 40 I would like to pull over to my site if at possible.

Also, can somebody tell me if these threads once created will be indexed by my archive / spiderfriendly hack?

Thanks for any help you can provide!

mickknutson
02-11-2004, 04:41 PM
Any plans to upgrade this hack to VB3?

SRozhon
03-16-2004, 09:31 PM
I'd love to add this to vb3