pt_Panorama

Moderator: Paul Tuersley

kobyg
Posts: 128
Joined: December 7th, 2007, 10:11 am

I've just downloaded the file with no problem...
(the two versions provided on that page were downloaded easily)
Maybe you have a problem with your browser...?
Paul Tuersley
Posts: 704
Joined: June 5th, 2004, 7:59 am
Location: London, UK

I think there is some problem somewhere. The links / images aren't working for me at the moment from my current location either.
Redsandro
Posts: 108
Joined: June 25th, 2008, 4:55 pm

The whole www.btinternet.co.uk domain is down from my location. I think the DNS servers are blocked in a big portion of the world. This could be a simple mistake, or one of the users on that site managed to get the IP blacklisted.

Here's a fix:
Open Windows' hosts file with notepad, e.g. press [Win]+[r] (Run...)
Enter:

Code: Select all

notepad %WINDIR%\system32\drivers\etc\hosts
After the last line, add the entry for the site (to override the DNS servers):

Code: Select all

213.123.20.90	www.paul.tuersley.btinternet.co.uk
So now it looks like this:

Code: Select all

# Copyright (c) 1993-1999 Microsoft Corp.
# Blah Blah

127.0.0.1       localhost
213.123.20.90	www.paul.tuersley.btinternet.co.uk
Save.
Log out and log in (!!) for changes to take effect.

Visit this topic, first page, pictures and links work again!

-edit-

This works on WinXP 32 and 64 bit, I don't know how to do it in Linux/OSX/Vista (although Vista is prolly same).
avi + m2t -> Vdub + DGIndex -> AE CS3 -> x264 -> Hell On Earth :mrgreen:
Paul Tuersley
Posts: 704
Joined: June 5th, 2004, 7:59 am
Location: London, UK

Thanks for bringing this problem to my attention guys. I think I've solved it by switching all my links from what are apparently unreliable "virtual" urls to more reliable "absolute" ones.
Paul Tuersley
Posts: 704
Joined: June 5th, 2004, 7:59 am
Location: London, UK

I've posted an update to pt_Panorama (v2.4) with the following change:

- Added controls for accepting lights & shadows. The default is off.

Download pt_Panorama from aescripts.com
Post Reply