|
||||||||||||||||
![]() |
|
|
|||||||




![]() |
|
|
Thread Tools | Display Modes |
|
|
#26 |
|
Conservatively Tuned
Moderator Member#: 603
Join Date: Dec 1999
Chapter/Region:
NESIC
Location: Nashua, NH
Vehicle:2005 Legacy GT Ltd. Blue |
I had already added the new WBM site under the meets section.
|
|
|
|
|
|
#27 | |
|
Scooby Guru
|
Quote:
NESIC Web Site | Trunkmonkey FAQ | Trunkmonkey Racing | Trunkmonkeys in Action |
|
|
|
|
|
|
#28 |
|
NASIOC Supporter
|
Sean, what are you guys using for scraping? Got any code to share?
|
|
|
|
|
|
#29 | |
|
Scooby Guru
|
Quote:
It's truly barebones with no date support but it at least displays the titles.Code:
#!/usr/bin/perl
use strict;
use LWP::Simple;
use HTML::TokeParser;
use XML::RSS;
use CGI;
my $content = get( "http://forums.nasioc.com/forums/forumdisplay.php?f=18" ) or die $!;
my $stream = HTML::TokeParser->new( \$content ) or die $!;
my $rss = XML::RSS->new( version => '0.9' );
$rss->channel(title => "NESIC Forum",
link => "http://forums.nasioc.com/forums/forumdisplay.php?f=18",
description => "New England Subaru Impreza Club Forum",
language => "en-us");
$rss->image(title => "NESIC Forum",
url => "",
link => "http://forums.nasioc.com/forums/forumdisplay.php?f=18");
my ($tag, $headline, $url);
while ( $tag = $stream->get_tag("a") ) {
$url = $tag->[1]{href} || "--";
my $urlpage = $url;
if ( $url =~ /showthread.php/ && $url !~ /page/ && $url !~ /lastpost/ ) {
$headline = $stream->get_trimmed_text('/a');
$url = CGI::escapeHTML($url);
$url = 'http://forums.nasioc.com/forums/'.$url;
$rss->add_item( title => $headline, link => $url);
}
}
$rss->save("/var/www/vhosts/trunkmonkey.com/httpdocs/feeds/nesicforum.xml");
NESIC Web Site | Trunkmonkey FAQ | Trunkmonkey Racing | Trunkmonkeys in Action |
|
|
|
|
|
|
#30 |
|
NASIOC Supporter
|
Thanks!
|
|
|
|
|
|
#31 |
|
Scooby Newbie
Member#: 117658
Join Date: Jun 2006
Location: Torrington, Connecticut
Vehicle:2006 STI World Rally Blue Pearl |
Hi, I am new here at NASIOC and just want to know what is involved to join NESIC. I live in Torrington, CT and didn't know what the difference was between NESIC and Tri-State. Thanks for any input.
|
|
|
|
|
|
#32 | |
|
Scooby Guru
|
Quote:
The only difference between a region and a chapter is that chapters are officially organized clubs with their own Web sites recognized by NASIOC while regions are simply areas of the country without their own chapter. Or at least that's how it was explained to me by a NASIOC Supermod. ![]() Edit: And you've already done all you need to do to join NESIC...you signed up for an account! No fees required! NESIC Web Site | Trunkmonkey FAQ | Trunkmonkey Racing | Trunkmonkeys in Action |
|
|
|
|
|
|
#33 |
|
Scooby Guru
Member#: 24654
Join Date: Sep 2002
Chapter/Region:
NESIC
Location: Galt's Gulch
Vehicle:1957 Taggart Comet gold |
Where can I get NESIC/NASIOC decals? I saw a few at WBM but don't see them in the NASIOC store.
|
|
|
|
|
|
#34 |
|
Scooby Guru
Member#: 1501
Join Date: May 2000
Chapter/Region:
NESIC
Location: Nashua, NH
Vehicle:2009 WRX wagon Dark grey |
NESIC decals you can get from www.rallydecals.com.
|
|
|
|
|
|
#35 | |
|
Scooby Specialist
Member#: 105404
Join Date: Jan 2006
Chapter/Region:
NESIC
Location: Fitchburg, MA
Vehicle:2006 FPGreenSTI SOLD 04 GMC 2500HD Duramax CC |
Quote:
|
|
|
|
|
|
|
#36 | |
|
Scooby Guru
Member#: 24654
Join Date: Sep 2002
Chapter/Region:
NESIC
Location: Galt's Gulch
Vehicle:1957 Taggart Comet gold |
Quote:
|
|
|
|
|
|
|
#37 |
|
Scooby Guru
Member#: 1501
Join Date: May 2000
Chapter/Region:
NESIC
Location: Nashua, NH
Vehicle:2009 WRX wagon Dark grey |
Well, what do you know. Not sure what's going on. PM KC and ask him.
|
|
|
|
|
|
#38 |
|
NASIOC Supporter
Member#: 101117
Join Date: Nov 2005
Chapter/Region:
NESIC
Location: S. Boston, People's Rep. of MA
Vehicle:2009 WRX 5 door Blue |
So are NESIC decals still available anywhere?
|
|
|
|
|
|
#39 |
|
Scooby Guru
Member#: 25058
Join Date: Sep 2002
Chapter/Region:
NESIC
Location: Shrewsbury, MA
Vehicle:08 STI Dark Gray Metalic |
|
|
|
|