Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » Cannot run the "Getting Started" example
Cannot run the "Getting Started" example [message #8759] Fri, 10 February 2006 16:38 Go to next message
Eclipse UserFriend
Originally posted by: meissner.fokus.fraunhofer.de

Hi Folks!

I'm very impressed about what I found here.
It's a very useful tool for building VoiceXML files.

I've executed the example in the Getting Started Section, but I can't run
it.
I filled out all the necessary fields for browser, URL and TellMe in "Run
Configuration"-dialogue, but the Run-button remains grey.

Skype 2.0.0.18 is running on my Win XP-machine (and is logged in of
course).

Somebody similar problems?


Stefan
Re: Cannot run the "Getting Started" example [message #8772 is a reply to message #8759] Fri, 10 February 2006 19:59 Go to previous messageGo to next message
Brent D. Metz is currently offline Brent D. MetzFriend
Messages: 10
Registered: July 2009
Junior Member
What happens when you try and run it? Do you get an error dialog of any
kind?

"Stefan "Mei
Re: Cannot run the "Getting Started" example [message #8784 is a reply to message #8772] Mon, 13 February 2006 11:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: meissner.fokus.fraunhofer.de

Brent D. Metz wrote:

> What happens when you try and run it? Do you get an error dialog of any
> kind?

I can't run it. The "Run-Button" is not active.


Stefan
Re: Cannot run the "Getting Started" example [message #8796 is a reply to message #8784] Mon, 13 February 2006 15:22 Go to previous messageGo to next message
Eclipse UserFriend
The run button should become enabled when all the fields have been filled
out. Could you post what you have entered for each field or a screenshot?
(leave out passwords/PINs of course)

"Stefan "Mei
Re: Cannot run the "Getting Started" example [message #8805 is a reply to message #8784] Mon, 13 February 2006 22:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mshaw.tesco.net

Hi,

I am hitting the same problem. I also noticed that that I could save
the values in all the boxes when I clicked the "Apply" button then
closed the dialog and opened it again, but selecting the "Common" tab
and then going back to "Browser" caused the login details and the send
ID and PIN check box to be cleared. I then got an "Unsaved Changes"
message box when I closed the dialog.

Regards,

Marcus Shaw

Stefan Meißner wrote:
> Brent D. Metz wrote:
>
>> What happens when you try and run it? Do you get an error dialog of
>> any kind?
>
>
> I can't run it. The "Run-Button" is not active.
>
>
> Stefan
>
Re: Cannot run the "Getting Started" example [message #8814 is a reply to message #8805] Tue, 14 February 2006 00:20 Go to previous messageGo to next message
Eclipse UserFriend
How long are your password/PIN? I am seeing that the "login password" field
only enables the Run button after you enter 7 characters and after your PIN
gets to 4 characters. Also, the Developer ID can't have any letters and the
email address must have an @ symbol.

I'm having problems reproducing this so if you'd like to email me some
details about what you're typing in I'd appreciate it.. bdmetz at
us.ibm.com.

Thanks for spotting that other bug! I've opened it as 127601:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=127601

I'll see if I can produce a fix in time for tomorrow.

"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
Re: Cannot run the "Getting Started" example [message #10844 is a reply to message #8805] Tue, 14 February 2006 00:37 Go to previous messageGo to next message
Eclipse UserFriend
I caught one bug in the input validation code; it was trimming passwords
before checking their length. Would this've affected either of you?

In any case in addition to fixing that I've checked in code which greatly
simplifies validation. It now just checks to make sure *something* is in the
proper fields, but that's it. No length checks, no only-valid-characters
checks. They weren't a big deal anyway because if you put garbage in it'll
just fail later in the process. I'll spin the daily build now. If you are
able, after around 7:50pm EST give the daily build a shot at this url:

http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip

Still working on the other bug.

"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
Re: Cannot run the "Getting Started" example [message #10856 is a reply to message #10844] Tue, 14 February 2006 05:00 Go to previous messageGo to next message
Eclipse UserFriend
BTW, I fixed the other build. Still can't reproduce this Run button problem
though, so I'd appreciate any feedback.

"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsr8ol$bv1$1@utils.eclipse.org...
>I caught one bug in the input validation code; it was trimming passwords
>before checking their length. Would this've affected either of you?
>
> In any case in addition to fixing that I've checked in code which greatly
> simplifies validation. It now just checks to make sure *something* is in
> the proper fields, but that's it. No length checks, no
> only-valid-characters checks. They weren't a big deal anyway because if
> you put garbage in it'll just fail later in the process. I'll spin the
> daily build now. If you are able, after around 7:50pm EST give the daily
> build a shot at this url:
>
> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>
> Still working on the other bug.
>
> "Marcus Shaw" <mshaw@tesco.net> wrote in message
> news:dsr2s2$p53$1@utils.eclipse.org...
>> Hi,
>>
>> I am hitting the same problem. I also noticed that that I could save the
>> values in all the boxes when I clicked the "Apply" button then closed the
>> dialog and opened it again, but selecting the "Common" tab and then going
>> back to "Browser" caused the login details and the send ID and PIN check
>> box to be cleared. I then got an "Unsaved Changes" message box when I
>> closed the dialog.
>>
>> Regards,
>>
>> Marcus Shaw
>>
>> Stefan Mei
Re: Cannot run the "Getting Started" example [message #10869 is a reply to message #10856] Tue, 14 February 2006 05:00 Go to previous messageGo to next message
Eclipse UserFriend
Oops, meant to say I fixed the other BUG. Tabbing back and forth should work
now.

"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsro56$mue$1@utils.eclipse.org...
> BTW, I fixed the other build. Still can't reproduce this Run button
> problem though, so I'd appreciate any feedback.
>
> "Brent D. Metz" <bmetz@yahoo.com> wrote in message
> news:dsr8ol$bv1$1@utils.eclipse.org...
>>I caught one bug in the input validation code; it was trimming passwords
>>before checking their length. Would this've affected either of you?
>>
>> In any case in addition to fixing that I've checked in code which greatly
>> simplifies validation. It now just checks to make sure *something* is in
>> the proper fields, but that's it. No length checks, no
>> only-valid-characters checks. They weren't a big deal anyway because if
>> you put garbage in it'll just fail later in the process. I'll spin the
>> daily build now. If you are able, after around 7:50pm EST give the daily
>> build a shot at this url:
>>
>> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>>
>> Still working on the other bug.
>>
>> "Marcus Shaw" <mshaw@tesco.net> wrote in message
>> news:dsr2s2$p53$1@utils.eclipse.org...
>>> Hi,
>>>
>>> I am hitting the same problem. I also noticed that that I could save
>>> the values in all the boxes when I clicked the "Apply" button then
>>> closed the dialog and opened it again, but selecting the "Common" tab
>>> and then going back to "Browser" caused the login details and the send
>>> ID and PIN check box to be cleared. I then got an "Unsaved Changes"
>>> message box when I closed the dialog.
>>>
>>> Regards,
>>>
>>> Marcus Shaw
>>>
>>> Stefan Mei
Re: Cannot run the "Getting Started" example [message #10882 is a reply to message #10844] Tue, 14 February 2006 14:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: meissner.fokus.fraunhofer.de

Thank you!

Now it works, my former password was too short.

regards,
Stefan M.
Re: Cannot run the "Getting Started" example [message #10895 is a reply to message #10869] Tue, 14 February 2006 17:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mshaw.tesco.net

Brent D. Metz wrote:

>
>>BTW, I fixed the other build. Still can't reproduce this Run button
>>problem though, so I'd appreciate any feedback.
>>
>>"Brent D. Metz" <bmetz@yahoo.com> wrote in message
>>news:dsr8ol$bv1$1@utils.eclipse.org...
>>
>>>I caught one bug in the input validation code; it was trimming passwords
>>>before checking their length. Would this've affected either of you?

Hi Brent,

Thanks for the fix. I can get the Run button to enable. Only problem
is getting the vxml file onto a public server. FTP is blocked from work
.. :-(


Based on your description of the checks I don't think any of my settings
could have caused the original bug. The password is 10 characters and
the developer ID and PIN are both all digits and 6 and 9 characters long
respectively.

Regards,

Marcus.
Re: Cannot run the "Getting Started" example [message #10908 is a reply to message #10895] Tue, 14 February 2006 20:34 Go to previous messageGo to next message
Brent D. Metz is currently offline Brent D. MetzFriend
Messages: 10
Registered: July 2009
Junior Member
Great to hear it's working - for both of you.

We'll have to find a way to integrate JVoiceXML or OpenVXI or another freely
available browser in the next version so you won't have that deployment
problem!

"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dst46q$lk7$1@utils.eclipse.org...
> Brent D. Metz wrote:
>
>>
>>>BTW, I fixed the other build. Still can't reproduce this Run button
>>>problem though, so I'd appreciate any feedback.
>>>
>>>"Brent D. Metz" <bmetz@yahoo.com> wrote in message
>>>news:dsr8ol$bv1$1@utils.eclipse.org...
>>>
>>>>I caught one bug in the input validation code; it was trimming passwords
>>>>before checking their length. Would this've affected either of you?
>
> Hi Brent,
>
> Thanks for the fix. I can get the Run button to enable. Only problem is
> getting the vxml file onto a public server. FTP is blocked from work .
> :-(
>
>
> Based on your description of the checks I don't think any of my settings
> could have caused the original bug. The password is 10 characters and the
> developer ID and PIN are both all digits and 6 and 9 characters long
> respectively.
>
> Regards,
>
> Marcus.
Re: Cannot run the "Getting Started" example [message #10921 is a reply to message #10895] Thu, 16 February 2006 16:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: meissner.fokus.fraunhofer.de

Marcus Shaw wrote:

> Based on your description of the checks I don't think any of my settings
> could have caused the original bug.

Hi Marcus,

I remember having problems with passwords pasted from the clipboard.
If I typed the same password in the field, the Run-button was enabled.
Could somebody confirm this?

Regards,
Stefan
Re: Cannot run the "Getting Started" example [message #10959 is a reply to message #10921] Fri, 17 February 2006 15:28 Go to previous message
Eclipse UserFriend
Originally posted by: mshaw.tesco.net

Hi Stefan,

I think I've spotted the bug. The devid check tests for 1 to 5 digits,
but the Tell Me registration needs 5 to 9. I changed it in
TellmeBrowserConfig.java and it worked fine.

Regards,

Marcus.


Stefan Meißner wrote:

> Marcus Shaw wrote:
>
>> Based on your description of the checks I don't think any of my
>> settings could have caused the original bug.
>
>
> Hi Marcus,
>
> I remember having problems with passwords pasted from the clipboard.
> If I typed the same password in the field, the Run-button was enabled.
> Could somebody confirm this?
>
> Regards,
> Stefan
>
Re: Cannot run the "Getting Started" example [message #572904 is a reply to message #8759] Fri, 10 February 2006 19:59 Go to previous message
Brent D. Metz is currently offline Brent D. MetzFriend
Messages: 10
Registered: July 2009
Junior Member
What happens when you try and run it? Do you get an error dialog of any
kind?

"Stefan "Mei
Re: Cannot run the "Getting Started" example [message #572939 is a reply to message #8772] Mon, 13 February 2006 11:36 Go to previous message
Eclipse UserFriend
Originally posted by: meissner.fokus.fraunhofer.de

Brent D. Metz wrote:

> What happens when you try and run it? Do you get an error dialog of any
> kind?

I can't run it. The "Run-Button" is not active.


Stefan
Re: Cannot run the "Getting Started" example [message #572959 is a reply to message #8784] Mon, 13 February 2006 15:22 Go to previous message
Eclipse UserFriend
The run button should become enabled when all the fields have been filled
out. Could you post what you have entered for each field or a screenshot?
(leave out passwords/PINs of course)

"Stefan "Mei
Re: Cannot run the "Getting Started" example [message #572992 is a reply to message #8784] Mon, 13 February 2006 22:57 Go to previous message
Eclipse UserFriend
Originally posted by: mshaw.tesco.net

Hi,

I am hitting the same problem. I also noticed that that I could save
the values in all the boxes when I clicked the "Apply" button then
closed the dialog and opened it again, but selecting the "Common" tab
and then going back to "Browser" caused the login details and the send
ID and PIN check box to be cleared. I then got an "Unsaved Changes"
message box when I closed the dialog.

Regards,

Marcus Shaw

Stefan Meißner wrote:
> Brent D. Metz wrote:
>
>> What happens when you try and run it? Do you get an error dialog of
>> any kind?
>
>
> I can't run it. The "Run-Button" is not active.
>
>
> Stefan
>
Re: Cannot run the "Getting Started" example [message #573022 is a reply to message #8805] Tue, 14 February 2006 00:20 Go to previous message
Eclipse UserFriend
How long are your password/PIN? I am seeing that the "login password" field
only enables the Run button after you enter 7 characters and after your PIN
gets to 4 characters. Also, the Developer ID can't have any letters and the
email address must have an @ symbol.

I'm having problems reproducing this so if you'd like to email me some
details about what you're typing in I'd appreciate it.. bdmetz at
us.ibm.com.

Thanks for spotting that other bug! I've opened it as 127601:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=127601

I'll see if I can produce a fix in time for tomorrow.

"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
Re: Cannot run the "Getting Started" example [message #573054 is a reply to message #8805] Tue, 14 February 2006 00:37 Go to previous message
Eclipse UserFriend
I caught one bug in the input validation code; it was trimming passwords
before checking their length. Would this've affected either of you?

In any case in addition to fixing that I've checked in code which greatly
simplifies validation. It now just checks to make sure *something* is in the
proper fields, but that's it. No length checks, no only-valid-characters
checks. They weren't a big deal anyway because if you put garbage in it'll
just fail later in the process. I'll spin the daily build now. If you are
able, after around 7:50pm EST give the daily build a shot at this url:

http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip

Still working on the other bug.

"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
Re: Cannot run the "Getting Started" example [message #573075 is a reply to message #10844] Tue, 14 February 2006 05:00 Go to previous message
Eclipse UserFriend
BTW, I fixed the other build. Still can't reproduce this Run button problem
though, so I'd appreciate any feedback.

"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsr8ol$bv1$1@utils.eclipse.org...
>I caught one bug in the input validation code; it was trimming passwords
>before checking their length. Would this've affected either of you?
>
> In any case in addition to fixing that I've checked in code which greatly
> simplifies validation. It now just checks to make sure *something* is in
> the proper fields, but that's it. No length checks, no
> only-valid-characters checks. They weren't a big deal anyway because if
> you put garbage in it'll just fail later in the process. I'll spin the
> daily build now. If you are able, after around 7:50pm EST give the daily
> build a shot at this url:
>
> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>
> Still working on the other bug.
>
> "Marcus Shaw" <mshaw@tesco.net> wrote in message
> news:dsr2s2$p53$1@utils.eclipse.org...
>> Hi,
>>
>> I am hitting the same problem. I also noticed that that I could save the
>> values in all the boxes when I clicked the "Apply" button then closed the
>> dialog and opened it again, but selecting the "Common" tab and then going
>> back to "Browser" caused the login details and the send ID and PIN check
>> box to be cleared. I then got an "Unsaved Changes" message box when I
>> closed the dialog.
>>
>> Regards,
>>
>> Marcus Shaw
>>
>> Stefan Mei
Re: Cannot run the "Getting Started" example [message #573092 is a reply to message #10856] Tue, 14 February 2006 05:00 Go to previous message
Eclipse UserFriend
Oops, meant to say I fixed the other BUG. Tabbing back and forth should work
now.

"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsro56$mue$1@utils.eclipse.org...
> BTW, I fixed the other build. Still can't reproduce this Run button
> problem though, so I'd appreciate any feedback.
>
> "Brent D. Metz" <bmetz@yahoo.com> wrote in message
> news:dsr8ol$bv1$1@utils.eclipse.org...
>>I caught one bug in the input validation code; it was trimming passwords
>>before checking their length. Would this've affected either of you?
>>
>> In any case in addition to fixing that I've checked in code which greatly
>> simplifies validation. It now just checks to make sure *something* is in
>> the proper fields, but that's it. No length checks, no
>> only-valid-characters checks. They weren't a big deal anyway because if
>> you put garbage in it'll just fail later in the process. I'll spin the
>> daily build now. If you are able, after around 7:50pm EST give the daily
>> build a shot at this url:
>>
>> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>>
>> Still working on the other bug.
>>
>> "Marcus Shaw" <mshaw@tesco.net> wrote in message
>> news:dsr2s2$p53$1@utils.eclipse.org...
>>> Hi,
>>>
>>> I am hitting the same problem. I also noticed that that I could save
>>> the values in all the boxes when I clicked the "Apply" button then
>>> closed the dialog and opened it again, but selecting the "Common" tab
>>> and then going back to "Browser" caused the login details and the send
>>> ID and PIN check box to be cleared. I then got an "Unsaved Changes"
>>> message box when I closed the dialog.
>>>
>>> Regards,
>>>
>>> Marcus Shaw
>>>
>>> Stefan Mei
Re: Cannot run the "Getting Started" example [message #573133 is a reply to message #10844] Tue, 14 February 2006 14:28 Go to previous message
Eclipse UserFriend
Originally posted by: meissner.fokus.fraunhofer.de

Thank you!

Now it works, my former password was too short.

regards,
Stefan M.
Re: Cannot run the "Getting Started" example [message #573172 is a reply to message #10869] Tue, 14 February 2006 17:32 Go to previous message
Eclipse UserFriend
Originally posted by: mshaw.tesco.net

Brent D. Metz wrote:

>
>>BTW, I fixed the other build. Still can't reproduce this Run button
>>problem though, so I'd appreciate any feedback.
>>
>>"Brent D. Metz" <bmetz@yahoo.com> wrote in message
>>news:dsr8ol$bv1$1@utils.eclipse.org...
>>
>>>I caught one bug in the input validation code; it was trimming passwords
>>>before checking their length. Would this've affected either of you?

Hi Brent,

Thanks for the fix. I can get the Run button to enable. Only problem
is getting the vxml file onto a public server. FTP is blocked from work
.. :-(


Based on your description of the checks I don't think any of my settings
could have caused the original bug. The password is 10 characters and
the developer ID and PIN are both all digits and 6 and 9 characters long
respectively.

Regards,

Marcus.
Re: Cannot run the "Getting Started" example [message #573196 is a reply to message #10895] Tue, 14 February 2006 20:34 Go to previous message
Brent D. Metz is currently offline Brent D. MetzFriend
Messages: 10
Registered: July 2009
Junior Member
Great to hear it's working - for both of you.

We'll have to find a way to integrate JVoiceXML or OpenVXI or another freely
available browser in the next version so you won't have that deployment
problem!

"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dst46q$lk7$1@utils.eclipse.org...
> Brent D. Metz wrote:
>
>>
>>>BTW, I fixed the other build. Still can't reproduce this Run button
>>>problem though, so I'd appreciate any feedback.
>>>
>>>"Brent D. Metz" <bmetz@yahoo.com> wrote in message
>>>news:dsr8ol$bv1$1@utils.eclipse.org...
>>>
>>>>I caught one bug in the input validation code; it was trimming passwords
>>>>before checking their length. Would this've affected either of you?
>
> Hi Brent,
>
> Thanks for the fix. I can get the Run button to enable. Only problem is
> getting the vxml file onto a public server. FTP is blocked from work .
> :-(
>
>
> Based on your description of the checks I don't think any of my settings
> could have caused the original bug. The password is 10 characters and the
> developer ID and PIN are both all digits and 6 and 9 characters long
> respectively.
>
> Regards,
>
> Marcus.
Re: Cannot run the "Getting Started" example [message #573240 is a reply to message #10895] Thu, 16 February 2006 16:21 Go to previous message
Eclipse UserFriend
Originally posted by: meissner.fokus.fraunhofer.de

Marcus Shaw wrote:

> Based on your description of the checks I don't think any of my settings
> could have caused the original bug.

Hi Marcus,

I remember having problems with passwords pasted from the clipboard.
If I typed the same password in the field, the Run-button was enabled.
Could somebody confirm this?

Regards,
Stefan
Re: Cannot run the "Getting Started" example [message #573342 is a reply to message #10921] Fri, 17 February 2006 15:28 Go to previous message
Eclipse UserFriend
Originally posted by: mshaw.tesco.net

Hi Stefan,

I think I've spotted the bug. The devid check tests for 1 to 5 digits,
but the Tell Me registration needs 5 to 9. I changed it in
TellmeBrowserConfig.java and it worked fine.

Regards,

Marcus.


Stefan Meißner wrote:

> Marcus Shaw wrote:
>
>> Based on your description of the checks I don't think any of my
>> settings could have caused the original bug.
>
>
> Hi Marcus,
>
> I remember having problems with passwords pasted from the clipboard.
> If I typed the same password in the field, the Run-button was enabled.
> Could somebody confirm this?
>
> Regards,
> Stefan
>
Previous Topic:Voice Tools Development Call Minutes: December 8, 2005
Next Topic:Running the Getting Started example
Goto Forum:
  


Current Time: Thu Apr 18 06:05:11 GMT 2024

Powered by FUDForum. Page generated in 0.08253 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top