A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Piloting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

The insane spitfire video clip



 
 
Thread Tools Display Modes
  #71  
Old October 30th 03, 02:46 AM
Jay Honeck
external usenet poster
 
Posts: n/a
Default

lol...what kind of server are you on, unix or NT ?

No clue. Jav Henderson -- a regular here on both .owning and .piloting --
kindly provides our web server.

I just upload my site to his computer, and voila! (If I had to guess, I'd
say unix...)
--
Jay Honeck
Iowa City, IA
Pathfinder N56993
www.AlexisParkInn.com
"Your Aviation Destination"


  #72  
Old October 30th 03, 03:11 AM
Jeff
external usenet poster
 
Posts: n/a
Default

Ask him to add the Mime types for media player into the server for ya.
He should know where they go, its pretty basic.


Jay Honeck wrote:

lol...what kind of server are you on, unix or NT ?


No clue. Jav Henderson -- a regular here on both .owning and .piloting --
kindly provides our web server.

I just upload my site to his computer, and voila! (If I had to guess, I'd
say unix...)
--
Jay Honeck
Iowa City, IA
Pathfinder N56993
www.AlexisParkInn.com
"Your Aviation Destination"


  #73  
Old October 30th 03, 03:35 AM
Do What?
external usenet poster
 
Posts: n/a
Default

On Wed, 29 Oct 2003 17:51:28 -0800, Jeff wrote:

how long ago, last week was when we sent them the check.


Do What? wrote:

If their pantent held *any* weight, companies like Yahoo, MS, AOL, etc
would be the targets.


actually this was asked of them during a live interview, their response was the law
allows them certain latitude, they decided to go after websits because they can make
more money.


Yeah, after receiving my "notice", I've come across quite a bit of
more-than-interesting info about this whole ordeal.

One thing that really stood out was their Q3 conference call last
week.... one of the shareholder asked if there was any open
litigation. Acacia's response, "no"
Pretty bold to mislead shareholders... and while Im not securities
guru, is this not against the law?

Funny thing is, that neither my sites, nor the sites I link to violate
their patent.....
  #74  
Old October 30th 03, 04:43 AM
David Dyer-Bennet
external usenet poster
 
Posts: n/a
Default

"Jay Honeck" writes:

Yes, if your on a unix machine you need to add handlers to the srm.conf

file,
they would look like:

AddType video/x-ms-asf asf asx
AddType video/x-ms-wmv wmv


???

Repeat after me: "Who put the tribbles in the quatro-triticale?!"

(That makes about as much sense to you as your post does to me... :-)


Well, I can verify remotely that your site is being hosted on a unix
box (running Apache 1.3.27). Unless it's choosing to lie to people,
but that's rare.

What's being suggested above is that maybe the server isn't configured
to send the right mime type for those files (the browser should use
the mime type to determine how to display it; some also use other
things, and will override an incorrect mime type). Apache by default
does that by mapping the file extension to an appropriate mime type.
The statements above, in srm.conf (or any apache config file), would
tell it what mime types to use for .asf, .asx, and .wmv files.

Your friend doing the hosting could easily check that, and easily fix
it if that's the problem.
--
David Dyer-Bennet, , www.dd-b.net/dd-b/
RKBA: noguns-nomoney.com www.dd-b.net/carry/
Photos: dd-b.lighthunters.net Snapshots: www.dd-b.net/dd-b/SnapshotAlbum/
Dragaera/Steven Brust: dragaera.info/
  #75  
Old October 30th 03, 04:48 AM
Jay Honeck
external usenet poster
 
Posts: n/a
Default

Thanks, David.

I've forwarded this thread to Jav, and we'll see what he can do.
--
Jay Honeck
Iowa City, IA
Pathfinder N56993
www.AlexisParkInn.com
"Your Aviation Destination"

"David Dyer-Bennet" wrote in message
...
"Jay Honeck" writes:

Yes, if your on a unix machine you need to add handlers to the

srm.conf
file,
they would look like:

AddType video/x-ms-asf asf asx
AddType video/x-ms-wmv wmv


???

Repeat after me: "Who put the tribbles in the quatro-triticale?!"

(That makes about as much sense to you as your post does to me... :-)


Well, I can verify remotely that your site is being hosted on a unix
box (running Apache 1.3.27). Unless it's choosing to lie to people,
but that's rare.

What's being suggested above is that maybe the server isn't configured
to send the right mime type for those files (the browser should use
the mime type to determine how to display it; some also use other
things, and will override an incorrect mime type). Apache by default
does that by mapping the file extension to an appropriate mime type.
The statements above, in srm.conf (or any apache config file), would
tell it what mime types to use for .asf, .asx, and .wmv files.

Your friend doing the hosting could easily check that, and easily fix
it if that's the problem.
--
David Dyer-Bennet, , www.dd-b.net/dd-b/
RKBA: noguns-nomoney.com www.dd-b.net/carry/
Photos: dd-b.lighthunters.net Snapshots:

www.dd-b.net/dd-b/SnapshotAlbum/
Dragaera/Steven Brust: dragaera.info/



  #76  
Old October 30th 03, 09:15 AM
Jeff
external usenet poster
 
Posts: n/a
Default

FreeBSD is what I am running also on one of my servers.
I am pretty sure he can fix his problem by just editing his .htaccess and adding
the lines in there instead of having server admin do it.

Jeff

David Dyer-Bennet wrote:

"Jay Honeck" writes:

Yes, if your on a unix machine you need to add handlers to the srm.conf

file,
they would look like:

AddType video/x-ms-asf asf asx
AddType video/x-ms-wmv wmv


???

Repeat after me: "Who put the tribbles in the quatro-triticale?!"

(That makes about as much sense to you as your post does to me... :-)


Well, I can verify remotely that your site is being hosted on a unix
box (running Apache 1.3.27). Unless it's choosing to lie to people,
but that's rare.

What's being suggested above is that maybe the server isn't configured
to send the right mime type for those files (the browser should use
the mime type to determine how to display it; some also use other
things, and will override an incorrect mime type). Apache by default
does that by mapping the file extension to an appropriate mime type.
The statements above, in srm.conf (or any apache config file), would
tell it what mime types to use for .asf, .asx, and .wmv files.

Your friend doing the hosting could easily check that, and easily fix
it if that's the problem.
--
David Dyer-Bennet, , www.dd-b.net/dd-b/
RKBA: noguns-nomoney.com www.dd-b.net/carry/
Photos: dd-b.lighthunters.net Snapshots: www.dd-b.net/dd-b/SnapshotAlbum/
Dragaera/Steven Brust: dragaera.info/


  #77  
Old October 30th 03, 09:26 AM
Jeff
external usenet poster
 
Posts: n/a
Default

They have been sending this letter to sites that have shut down, sites that dont have
video and so on.
I may be able to direct you to alot of other information on acacia and the people who are
fighting it, but you seen to want to be anonymous on here for some reason and most of the
stuff on this I wont post to a newsgroup or on a msg board because believe it or not,
acacia reads some of it and some of it just dont need posted here.
shoot me an E-mail if you want

I just pulled this from a msg board of a guy who called them today:
-------------------------
After a 2nd phone conversation with those people, I was told the following:

Me:
Ok, now I have taken out the 23 links from my sites which led to videos. Can you send me
a letter stating that I am not infringing your so called patent?

Acacia:
No, that is not possible, you are linking to galleries which contain pictures and
banners, when those banners are clicked, they take you to sites which offer membership
for picture and video content.

Me:
You must be kidding me!!! I can't link to site or galleries with movies on it, and now
you claim I can't link to picture galleries which promote a sponsor which offers videos
and pics?????

Acacia:
That is correct.

Me:
Well, then I will put the movies links on my site and you'll see me in court.

END

Those Acacia people are incredible!!!!!

-------------------

Do What? wrote:

On Wed, 29 Oct 2003 17:51:28 -0800, Jeff wrote:

how long ago, last week was when we sent them the check.


Do What? wrote:

If their pantent held *any* weight, companies like Yahoo, MS, AOL, etc
would be the targets.


actually this was asked of them during a live interview, their response was the law
allows them certain latitude, they decided to go after websits because they can make
more money.


Yeah, after receiving my "notice", I've come across quite a bit of
more-than-interesting info about this whole ordeal.

One thing that really stood out was their Q3 conference call last
week.... one of the shareholder asked if there was any open
litigation. Acacia's response, "no"
Pretty bold to mislead shareholders... and while Im not securities
guru, is this not against the law?

Funny thing is, that neither my sites, nor the sites I link to violate
their patent.....


  #78  
Old October 30th 03, 12:21 PM
David Dyer-Bennet
external usenet poster
 
Posts: n/a
Default

[top-posting fixed]

Jeff writes:

David Dyer-Bennet wrote:

"Jay Honeck" writes:

Yes, if your on a unix machine you need to add handlers to the srm.conf
file,
they would look like:

AddType video/x-ms-asf asf asx
AddType video/x-ms-wmv wmv

???

Repeat after me: "Who put the tribbles in the quatro-triticale?!"

(That makes about as much sense to you as your post does to me... :-)


[snip more explanation]
Your friend doing the hosting could easily check that, and easily fix
it if that's the problem.


FreeBSD is what I am running also on one of my servers. I am pretty
sure he can fix his problem by just editing his .htaccess and adding
the lines in there instead of having server admin do it.


I believe that's true -- but Jay said he "just uploads his files" to the
server, indicating a *really* minimal knowledge of config details I
suspect.
--
David Dyer-Bennet, , www.dd-b.net/dd-b/
RKBA: noguns-nomoney.com www.dd-b.net/carry/
Photos: dd-b.lighthunters.net Snapshots: www.dd-b.net/dd-b/SnapshotAlbum/
Dragaera/Steven Brust: dragaera.info/
  #79  
Old October 30th 03, 02:51 PM
Jay Honeck
external usenet poster
 
Posts: n/a
Default

I believe that's true -- but Jay said he "just uploads his files" to the
server, indicating a *really* minimal knowledge of config details I
suspect.


Man, you got THAT right. All I care is that it works -- I'll leave it up to
guys like you to *make* it work. ;-)

I emailed Jav with your posts, and he has agreed to make the recommended
changes. The site is "down" as I'm writing this, so I presume he's working
on it right now.

Thanks, guys!
--
Jay Honeck
Iowa City, IA
Pathfinder N56993
www.AlexisParkInn.com
"Your Aviation Destination"


  #80  
Old October 30th 03, 04:38 PM
Corky Scott
external usenet poster
 
Posts: n/a
Default

On Wed, 29 Oct 2003 18:57:57 -0500, "G.R. Patterson III"
wrote:



Jay Honeck wrote:

Uh-oh. Anyone here care to help me solve THIS one?


Probably not your problem. Ask Corky Scott if he can run it with *his* version
of Netscape. If so, forget about it.

George Patterson
You can dress a hog in a tuxedo, but he still wants to roll in the mud.


I don't run it in Netscape, my default browser is Internet Explorer.
I finally managed to download the thing to my computer so I don't have
to worry about the website cutting visitors off because the monthly
quota of visitors was exceeded.

I usually run the clip several times a day. I think it's hilarious.

Don't ask me questions about computers or computer programs, I'm a
user, not a software designer. I usually learn just enough to do what
I need to do and halt the learning process there.

Corky Scott


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does anybody know a link to a real picture of the X-43 in flight sans Pegasus or better yet a video clip of the flight? Scott Ferrin Military Aviation 0 April 3rd 04 08:47 PM
Looking for a video clip discussed on this group WAY back. Scott Ferrin Military Aviation 3 January 8th 04 08:22 PM
The insane spitfire video clip Highwood General Aviation 1 November 30th 03 11:48 PM
The insane spitfire video clip gatt General Aviation 30 November 4th 03 06:43 PM
Long-range Spitfires and daylight Bomber Command raids (was: #1 Jet of World War II) The Revolution Will Not Be Televised Military Aviation 20 August 27th 03 09:14 AM


All times are GMT +1. The time now is 07:05 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AviationBanter.
The comments are property of their posters.