FAQ  •  Register  •  Login

LG BD-390

<<

fizze

Serviio lover

Posts: 88

Joined: Wed Dec 02, 2009 8:27 am

Location: Austria

Post Fri Feb 26, 2010 12:27 pm

Re: LG BD-390

That doesn't happen to me.
Are you runnning the latest firmware on your BD390?
If not maybe an update will fix it. :)
Intel SS4200 - Ubuntu Server 8.04
LG BD - 390
<<

sdt1

Streaming enthusiast

Posts: 25

Joined: Thu Feb 25, 2010 11:25 pm

Post Fri Feb 26, 2010 6:33 pm

Re: LG BD-390

fizze wrote:That doesn't happen to me.
Are you runnning the latest firmware on your BD390?
If not maybe an update will fix it. :)


@fizze - I believe I am running the latest firmware on the BD390, based on the latest firmware available on the LG website (Nov 2009 / 390VBB v808529). Is that the version you are running? Also, I checked the Serviio.log file in Console, and the only errors I am finding are to do with finding metadata information. I'm not sure if this would have anything to do with it??

  Code:
10:24:08,006 WARN  [LibraryUpdaterThread] Cannot search for updated metadata for title Episode 4. Message: null
java.lang.NullPointerException
10:24:08,007 WARN  [LibraryUpdaterThread] Cannot search for updated metadata for title Episode 1. Message: null
java.lang.NullPointerException
10:24:08,008 WARN  [LibraryUpdaterThread] Cannot search for updated metadata for title Episode 2. Message: null
java.lang.NullPointerException
10:24:08,009 WARN  [LibraryUpdaterThread] Cannot search for updated metadata for title Episode 5. Message: null
java.lang.NullPointerException
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Feb 26, 2010 8:53 pm

Re: LG BD-390

These error have nothing to do with the content delivery.
<<

sdt1

Streaming enthusiast

Posts: 25

Joined: Thu Feb 25, 2010 11:25 pm

Post Fri Feb 26, 2010 9:43 pm

Re: LG BD-390

zip wrote:These error have nothing to do with the content delivery.


@zip -- is this a known issue between a Mac running Serviio and the LG BD-390, or is there a setting or something I should do to correct this issue? Is there any other data I can provide for you that would help you identify the problem?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Feb 26, 2010 9:56 pm

Re: LG BD-390

I have no idea to be honest. You could provide a detailed log of when the film finishes, but I doubt it'll say anything other than "connection closed".
<<

sdt1

Streaming enthusiast

Posts: 25

Joined: Thu Feb 25, 2010 11:25 pm

Post Sat Feb 27, 2010 1:07 am

Re: LG BD-390

zip wrote:I have no idea to be honest. You could provide a detailed log of when the film finishes, but I doubt it'll say anything other than "connection closed".


Okay. I have turned on debug, and will see what I can find. I'll copy the data to you. Cheers.
<<

fizze

Serviio lover

Posts: 88

Joined: Wed Dec 02, 2009 8:27 am

Location: Austria

Post Sun Feb 28, 2010 8:32 pm

Re: LG BD-390

Yes I'm running the firmware from November 2009.
I run serviio from a Linux machine though. So I can't comment on the Mac issue.
Intel SS4200 - Ubuntu Server 8.04
LG BD - 390
<<

sdt1

Streaming enthusiast

Posts: 25

Joined: Thu Feb 25, 2010 11:25 pm

Post Tue Mar 02, 2010 9:19 pm

Re: LG BD-390

@fizze and zip. Maybe that is the difference..running Serviio on a Mac vs. Linux. The LG BD-390's firmware is also Linux-based, so maybe there are some translation issues. Running the debug log hasn't shown any errors from what I can see, but what I have noticed is that it seems this network error on the BD390 happens only in certain folder views. For example, If viewing last added, which returns a list of individual files, the BD390 returns to the list at the end of a show without error. If viewing all folders, which in the case of my drive then contains sub-folders for each show, the network error often occurs when trying to return to that sub-folder. I wish I could pinpoint and correct this, but I'm not a guru like zip ;)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Mar 02, 2010 10:53 pm

Re: LG BD-390

Fizze: can you reproduce this?
<<

fizze

Serviio lover

Posts: 88

Joined: Wed Dec 02, 2009 8:27 am

Location: Austria

Post Wed Mar 03, 2010 5:05 pm

Re: LG BD-390

I have seen similiar issues when dealing with unicode and extended characters as part of the filenames.
I have since corrected the files and never seen this problem again.

I guess the BD390's unicode implementation is rather shallow. :(
Intel SS4200 - Ubuntu Server 8.04
LG BD - 390
<<

sdt1

Streaming enthusiast

Posts: 25

Joined: Thu Feb 25, 2010 11:25 pm

Post Fri Mar 05, 2010 8:47 pm

Re: LG BD-390

@fizze. What do you mean by correcting the filles and extended characters? Can you give me an example, so that I can try to correct my files and see if that fixes the problem? Thanks.
<<

fizze

Serviio lover

Posts: 88

Joined: Wed Dec 02, 2009 8:27 am

Location: Austria

Post Sun Mar 07, 2010 5:44 pm

Re: LG BD-390

I renamed the files and removed all non basic-ASCII characters. Also some filenames were rather long, so I trimmed the length, too.
Non-ASCII characters are everything with accents, umlauts, etc. Basically everything you can't express using a single key on a standard keyboard :D
Intel SS4200 - Ubuntu Server 8.04
LG BD - 390
<<

sdt1

Streaming enthusiast

Posts: 25

Joined: Thu Feb 25, 2010 11:25 pm

Post Sun Mar 07, 2010 7:32 pm

Re: LG BD-390

fizze wrote:I renamed the files and removed all non basic-ASCII characters. Also some filenames were rather long, so I trimmed the length, too.
Non-ASCII characters are everything with accents, umlauts, etc. Basically everything you can't express using a single key on a standard keyboard :D


Okay. I'll try that and see if it helps. Thanks. :)
<<

fizze

Serviio lover

Posts: 88

Joined: Wed Dec 02, 2009 8:27 am

Location: Austria

Post Thu Mar 11, 2010 5:28 pm

Re: LG BD-390

zip wrote:You can see the HTTP headers when you enable debug logging. It will look something like GET /xxxxxxx HTTP1.1 [header1=yyy, header2=yyyy]. Some devices also send HEAD requests first, but those are not considerer for marking the content as read.


Alright, finally had time to tackle this.

This is what my log shows when I start to play something:
  Code:
18:24:41,446 DEBUG [WebServer] Incoming connection from /192.168.1.129:44859
18:24:41,446 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=0-15, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:41,446 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:41,446 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:41,446 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:41,446 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:41,447 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:41,447 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:41,448 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:41,448 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 0-15/183700350, Content-Length: 16, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:41,883 DEBUG [WebServer] Incoming connection from /192.168.1.129:44860
18:24:41,883 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=0-51199, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:41,883 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:41,883 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:41,883 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:41,884 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:41,884 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:41,884 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:41,885 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:41,885 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 0-51199/183700350, Content-Length: 51200, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:41,977 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=326-409, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:41,977 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:41,977 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:41,977 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:41,978 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:41,978 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:41,978 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:41,979 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:41,979 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 326-409/183700350, Content-Length: 84, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:41,989 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=362-445, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:41,989 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:41,989 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:41,989 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:41,990 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:41,990 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:41,990 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:41,991 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:41,991 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 362-445/183700350, Content-Length: 84, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:41,995 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=24-35, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:41,995 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:41,995 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:41,995 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:41,995 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:41,996 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:41,996 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:41,997 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:41,997 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 24-35/183700350, Content-Length: 12, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:42,017 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=88-99, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:42,017 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:42,017 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:42,017 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:42,017 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:42,018 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:42,018 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:42,019 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:42,019 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 88-99/183700350, Content-Length: 12, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:42,047 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=212-223, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:42,047 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:42,047 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:42,047 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:42,047 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:42,048 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:42,048 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:42,049 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:42,049 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 212-223/183700350, Content-Length: 12, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:42,059 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=326-337, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:42,059 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:42,060 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:42,060 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:42,060 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:42,060 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:42,061 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:42,061 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:42,062 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 326-337/183700350, Content-Length: 12, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:42,065 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=362-373, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:42,070 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:42,070 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:42,070 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:42,071 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:42,071 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:42,071 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:42,072 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:42,072 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 362-373/183700350, Content-Length: 12, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:42,075 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=2036-2047, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:42,075 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:42,075 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:42,075 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:42,076 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:42,076 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:42,076 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:42,077 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:42,077 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 2036-2047/183700350, Content-Length: 12, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:42,084 DEBUG [ResourceTransportRequestHandler] GET /resource/4682/MEDIA_ITEM/AVI HTTP/1.1, headers = [Range: bytes=182425030-182425041, Host: 192.168.1.2:8895, Accept: */*, ]
18:24:42,085 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using renderer profile 'Generic DLNA profile'
18:24:42,085 DEBUG [ResourceTransportRequestHandler] Request for resource 4682 and type 'MEDIA_ITEM' received
18:24:42,085 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4682)
18:24:42,085 DEBUG [VideoDAOImpl] Reading a Video (id = 4682)
18:24:42,086 DEBUG [MediaResourceRetrievalStrategy] Delivering file some.file.name.avi in its original format
18:24:42,086 DEBUG [MediaItemDAOImpl] Getting file of media item 4682
18:24:42,086 DEBUG [ResourceTransportRequestHandler] Sending file back
18:24:42,087 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 182425030-182425041/183700350, Content-Length: 12, Cache-control: no-cache, Pragma: no-cache, Server: Linux UPnP/1.0 Serviio 0.4-SNAPSHOT, transferMode.dlna.org: Streaming, ]
18:24:42,118 DEBUG [WebServer] Incoming connection from /192.168.1.129:44861


I hope you can make something of this. I sure miss the feature to mark already viewed stuff as viewed.
Intel SS4200 - Ubuntu Server 8.04
LG BD - 390
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Mar 11, 2010 5:48 pm

Re: LG BD-390

<<

fizze

Serviio lover

Posts: 88

Joined: Wed Dec 02, 2009 8:27 am

Location: Austria

Post Thu Mar 11, 2010 6:04 pm

Re: LG BD-390

Fair enough. Let me know when you need a guinea pig. ;)
Intel SS4200 - Ubuntu Server 8.04
LG BD - 390
<<

finalboss

Serviio newbie

Posts: 5

Joined: Wed Jun 02, 2010 3:25 pm

Post Wed Jun 02, 2010 3:41 pm

Re: LG BD-390

I try theI can not see any subtitle in my BD390. Any ideas?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Jun 02, 2010 3:46 pm

Re: LG BD-390

Serviio doesn't support subtitles on the player. If somebody can provide details (packet sniff) of how the player does it (if it does) then it can be implemented.
<<

sdt1

Streaming enthusiast

Posts: 25

Joined: Thu Feb 25, 2010 11:25 pm

Post Wed Jun 02, 2010 6:58 pm

Re: LG BD-390

finalboss wrote:I try theI can not see any subtitle in my BD390. Any ideas?



I don't think the BD390 supports subititles either. What I do is find the subtitles I need from http://www.opensubtitles.org, and then use Handbrake to hard code them. Of course, then the BD390 will display the subtitles. So, for example, if Serviio could include a feature that would allow for hard coding the subtitle file into the movie file (similar to that same feature in Handbrake), then the file would play on the BD390.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Jun 02, 2010 7:16 pm

Re: LG BD-390

Actually it looks like the player supports subtitles over DLNA, Nero 4 can apparently play it. Will have a look and try to implement it. Testers welcome ;-)
PreviousNext

Return to User experiences

Who is online

Users browsing this forum: No registered users and 14 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.