Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 44 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
reCAPTCHA Support  
View profile  
 More options Mar 8 2011, 3:35 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Tue, 8 Mar 2011 12:35:56 -0800 (PST)
Local: Tues, Mar 8 2011 3:35 pm
Subject: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi reCAPTCHA users,

In April, we will begin to turn down the legacy URL for reCAPTCHA's
HTTPS API.  If your site uses reCAPTCHA over SSL, you will need to
make a minor code change before April 11.

If your site does not load the reCAPTCHA challenge API over SSL, you
do not need to make any changes.  You can tell if you’re using SSL by
looking at the source of your page(s) which contain reCAPTCHA and
seeing whether you use "https://api-secure.recaptcha.net" anywhere.

The transition involves a very simple change to your code.  Any time
between now and April 11, you need to replace all instances of:
https://api-secure.recaptcha.net/XXX
with:
https://www.google.com/recaptcha/api/XXX

If you don’t make the change before April 11, your users might see SSL
certificate warnings when visiting your site.  (However, the CAPTCHA
should still load normally, unless the user has restrictive security
settings.)

Most commonly, this shows up as a call to the reCAPTCHA challenge API
on the page that contains reCAPTCHA, such as:

<script src="https://api-secure.recaptcha.net/challenge?k=XXXYYYZZZ"></
script>

This call needs to change to something like this:

<script src="https://www.google.com/recaptcha/api/challenge?
k=XXXYYYZZZ"></script>

... everything after the /challenge can remain exactly as it was.

Another thing to look for is if you're including the reCAPTCHA
JavaScript over HTTPS.  Code that looks like:

<script src="https://api-secure.recaptcha.net/js/recaptcha.js"></
script>
or
<script src="https://api-secure.recaptcha.net/js/recaptcha_ajax.js"></
script>

Would need to change to:
<script src="https://www.google.com/recaptcha/api/js/recaptcha.js"></
script>
or
<script src="https://www.google.com/recaptcha/api/js/
recaptcha_ajax.js"></script>

We're sorry for the inconvenience; please let us know if you have any
questions or concerns about making this change.  We will be contacting
SSL-using site owners individually to let them know about this change;
however we wanted to post in the public forum as well, since we may
not have up-to-date contact information for all sites.

Best,
Colin & the rest of the reCAPTCHA team


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 11 2011, 6:30 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Mon, 11 Apr 2011 15:30:01 -0700 (PDT)
Local: Mon, Apr 11 2011 6:30 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Reminder: we will be making this change later this week -- most likely
tomorrow.  If your site still uses SSL over the legacy servers (api-
secure.recaptcha.net), your users will soon start to see SSL warnings
in their browsers.

Best,
Colin

On Mar 8, 4:35 pm, reCAPTCHA Support <supp...@recaptcha.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 12 2011, 9:11 am
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Tue, 12 Apr 2011 09:11:16 -0400
Local: Tues, Apr 12 2011 9:11 am
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
This is starting now.

Colin

On Mon, Apr 11, 2011 at 6:30 PM, reCAPTCHA Support

--
reCAPTCHA: stop spam, read books
http://www.google.com/recaptcha

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 12 2011, 11:49 am
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Tue, 12 Apr 2011 11:49:11 -0400
Local: Tues, Apr 12 2011 11:49 am
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
FYI, we are now purposely serving an expired SSL certificate for
api-secure.recaptcha.net. This is expected behavior -- we are serving
this as a "warning" to sites which are still using the legacy SSL
URLs. Sometime in the near future (roughly a week or two) it will be
"more wrong" -- most likely, you'll get the cert for www.google.com
instead of api-secure.recaptcha.net.

Colin

On Tue, Apr 12, 2011 at 9:11 AM, reCAPTCHA Support

--
reCAPTCHA: stop spam, read books
http://www.google.com/recaptcha

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
captchatxn  
View profile  
 More options Apr 12 2011, 3:15 pm
From: captchatxn <dipanwita...@gmail.com>
Date: Tue, 12 Apr 2011 12:15:23 -0700 (PDT)
Local: Tues, Apr 12 2011 3:15 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi - We missed the notice originally. This morning users of our system
were getting the ssl warning and no recaptcha. But of late that
problem seems to have gone and the users are able to see the recaptcha
widget all right and the ssl warning has gone too. Have you reverted
back to the old URL ? Also, if that is the case can you let me know
what is the 'drop-dead' date by which we need to implement the URL
change so as not to have our users encounter the ssl warning.

On Apr 12, 8:49 am, reCAPTCHA Support <supp...@recaptcha.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 12 2011, 3:40 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Tue, 12 Apr 2011 15:40:16 -0400
Local: Tues, Apr 12 2011 3:40 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
We have temporarily rolled back this change. However we will be
re-enabling it soon (within the next couple days.)

Colin

--
reCAPTCHA: stop spam, read books
http://www.google.com/recaptcha

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
geedubb  
View profile  
 More options Apr 13 2011, 4:05 am
From: geedubb <garethw...@gmail.com>
Date: Wed, 13 Apr 2011 01:05:16 -0700 (PDT)
Local: Wed, Apr 13 2011 4:05 am
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi

This is far from ideal as we use the ASP.NET server control, which
appears to have the URI that is changing hardcoded into it.

Can you tell me when the .NET control will be updated as it appears to
not have been updated since Dec 14 2010?

Failing that where can I get the source code for the .NET control so
that I can make the change myself?

It will take substantial rework to out production system to use
another method, so that's not really an option.

geedubb

On Apr 12, 8:40 pm, reCAPTCHA Support <supp...@recaptcha.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mhalttu  
View profile  
 More options Apr 13 2011, 6:43 am
From: mhalttu <markus.halttu...@sulake.com>
Date: Wed, 13 Apr 2011 03:43:23 -0700 (PDT)
Local: Wed, Apr 13 2011 6:43 am
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi Colin,

Is there some way for us to get notified about important changes like
this without following this whole newsgroup? Your blog hasn't been
updated in almost a year, and I couldn't find any email list to
subscribe to, either. Basically I'd like to get a heads up about any
changes that may break our system, without reading all the discussion
on the group on a daily or even weekly basis.

 - Markus

On Mar 8, 11:35 pm, reCAPTCHA Support <supp...@recaptcha.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Godong  
View profile  
 More options Apr 13 2011, 10:59 am
From: Adrian Godong <adrian.god...@gmail.com>
Date: Wed, 13 Apr 2011 07:59:22 -0700
Local: Wed, Apr 13 2011 10:59 am
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
http://code.google.com/p/recaptcha

---
Adrian Godong

On Apr 13, 2011, at 1:05, geedubb <garethw...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 13 2011, 1:08 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Wed, 13 Apr 2011 13:08:27 -0400
Local: Wed, Apr 13 2011 1:08 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11

> Is there some way for us to get notified about important changes like
> this without following this whole newsgroup? Your blog hasn't been
> updated in almost a year, and I couldn't find any email list to
> subscribe to, either.

There is a recaptcha-announce list which is only used to notify of
production changes and is therefore pretty low-traffic.

http://groups.google.com/group/recaptcha-announce

Aside from this SSL change (and a later DNS change which ought to be
completely transparent once folks are updated to the new SSL address),
we don't envision any disruptive changes to reCAPTCHA in the near
future.

Colin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Apr 13 2011, 1:48 pm
From: reCAPTCHA Support <supp...@recaptcha.net>
Date: Wed, 13 Apr 2011 13:48:08 -0400
Local: Wed, Apr 13 2011 1:48 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11

> Can you tell me when the .NET control will be updated as it appears to
> not have been updated since Dec 14 2010?

To clarify Adrian's comment,

The .NET control from last December:
http://code.google.com/p/recaptcha/downloads/detail?name=recaptcha-do...
already used the new URLs. If you are use version 1.0.5, it should work.

Colin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Surya Metla  
View profile  
 More options Apr 13 2011, 2:10 pm
From: Surya Metla <surya.me...@gmail.com>
Date: Wed, 13 Apr 2011 11:10:01 -0700 (PDT)
Local: Wed, Apr 13 2011 2:10 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi All

Is there a new java jar file available to download. The version i have
recaptcha4j-0.0.7.zip still pointed to old URL.

Thanks In advance

Suri

On Apr 13, 1:48 pm, reCAPTCHA Support <supp...@recaptcha.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RecaptchaGoogleGroup  
View profile  
 More options Apr 13 2011, 2:32 pm
From: RecaptchaGoogleGroup <sambonig...@gmail.com>
Date: Wed, 13 Apr 2011 11:32:50 -0700 (PDT)
Local: Wed, Apr 13 2011 2:32 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Just externalize the required code, something like this...

Replace

ReCaptcha captcha =
ReCaptchaFactory.newSecureReCaptcha(recapConfig.getPublickey(),
recapConfig.getPrivatekey(), false);

with

ReCaptchaImpl recaptcha = new ReCaptchaImpl();
recaptcha.setIncludeNoscript(false);
recaptcha.setPrivateKey(recapConfig.getPrivatekey());
recaptcha.setPublicKey(recapConfig.getPublickey());
recaptcha.setRecaptchaServer("https://www.google.com/recaptcha/api");

or pick code from

http://code.google.com/p/recaptcha/downloads/detail?name=recaptcha4j-...

and create your own jar, replacing the HTTPS URL.

-Sam

On Apr 13, 2:10 pm, Surya Metla <surya.me...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tjengine  
View profile  
 More options Apr 13 2011, 3:19 pm
From: tjengine <tjande...@gmail.com>
Date: Wed, 13 Apr 2011 12:19:46 -0700 (PDT)
Local: Wed, Apr 13 2011 3:19 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11

Hello,

This is an extremely painful change that I hope you will reconsider.  Our
software serves thousands of nonprofit organizations with millions of users.
We implement reCAPTCHA on our donation forms for security, and an invalid
certificate warning means our nonprofit clients are losing donations because
donors won’t enter credit card information on an unsecure page.  

We are in the process of updating all versions of our software, but it is
unreasonable for us to upgrade thousands of clients “within the next couple
days”, especially if we don’t even control the servers they’re running on.  
I would strongly encourage and appeal to you to extend the “rollback” for a
period of 3-6 months (or longer) in order to give us a chance to properly
fix, test, and update our products, and give our clients time to apply those
updates.  

tjengine


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Godong  
View profile  
 More options Apr 13 2011, 3:26 pm
From: Adrian Godong <adrian.god...@gmail.com>
Date: Wed, 13 Apr 2011 12:26:16 -0700
Local: Wed, Apr 13 2011 3:26 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11

AFAIK the change has been announced since late last year.

---
Adrian Godong

On Apr 13, 2011, at 12:19, tjengine <tjande...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PJH  
View profile   Translate to Translated (View Original)
 More options Apr 13 2011, 3:31 pm
From: PJH <pauljherr...@gmail.com>
Date: Wed, 13 Apr 2011 19:31:23 +0000
Local: Wed, Apr 13 2011 3:31 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11

Not even that late - it was announced June 30th 2010.

<
http://groups.google.com/group/recaptcha/browse_thread/thread/7a4839d...


It's not as if it should be a complete surprise to anyone.

If 9 months is insufficient time to roll out this sort of thing, I'm failing
to see how a further "3-6 months" is going to help.

On Wed, Apr 13, 2011 at 7:26 PM, Adrian Godong <adrian.god...@gmail.com>wrote:

--
PJH

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TG  
View profile  
 More options Apr 13 2011, 3:58 pm
From: TG <ashoktheg...@gmail.com>
Date: Wed, 13 Apr 2011 12:58:52 -0700 (PDT)
Local: Wed, Apr 13 2011 3:58 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Hi All

recaptcha4j-0.0.7.zip present at the location (http://code.google.com/
p/recaptcha4j/downloads/detail?name=recaptcha4j-0.0.7.jar&can=2&q=)
still contains the URLs of the following format like "http://
api.recaptcha.net", "https://api-secure.recaptcha.net", "http://api-
verify.recaptcha.net/verify".
Its still not updated.

Thanks
TG

On Apr 13, 3:31 pm, PJH <pauljherr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Godong  
View profile  
 More options Apr 13 2011, 4:02 pm
From: Adrian Godong <adrian.god...@gmail.com>
Date: Wed, 13 Apr 2011 13:02:06 -0700
Local: Wed, Apr 13 2011 4:02 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Looks like v0.0.7 is updated way back in 2008. Might be easier to get
the latest source, change the URL, and build it yourself.

I don't think anyone created that library is still maintaining it.

--
Adrian Godong
adrian.god...@gmail.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tjengine  
View profile  
 More options Apr 13 2011, 4:02 pm
From: tjengine <tjande...@gmail.com>
Date: Wed, 13 Apr 2011 13:02:45 -0700 (PDT)
Local: Wed, Apr 13 2011 4:02 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
That post mentions nothing about the old URL's being deprecated.  On
the contrary, it says, "All the old http://recaptcha.net URLs should
automatically redirect to the new URLs."

Other people on this post have expressed surprise and frustration with
the lack of communication as well.  I'm just trying to give a real-
world example of how this change is impacting a lot of people, an
impact which can be significantly minimized by simply maintaining the
current environment for a few more months. I imagine everyone who uses
reCAPTCHA does not monitor this thread to be notified, but they were
all notified in the last 48 hours when their sites started raising
invalid cert warnings to their users.

On Apr 13, 3:31 pm, PJH <pauljherr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Godong  
View profile  
 More options Apr 13 2011, 4:03 pm
From: Adrian Godong <adrian.god...@gmail.com>
Date: Wed, 13 Apr 2011 13:03:08 -0700
Local: Wed, Apr 13 2011 4:03 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Or use v.0.0.8 instead SOL

--
Adrian Godong
adrian.god...@gmail.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RecaptchaGoogleGroup  
View profile  
 More options Apr 13 2011, 4:08 pm
From: RecaptchaGoogleGroup <sambonig...@gmail.com>
Date: Wed, 13 Apr 2011 13:08:26 -0700 (PDT)
Local: Wed, Apr 13 2011 4:08 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
At last found the JAR here.......recaptcha4j-0.0.8.jar

http://code.google.com/p/recaptcha4j/downloads/list

-Sam

On Apr 13, 4:03 pm, Adrian Godong <adrian.god...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Recapthaxx  
View profile  
 More options Apr 13 2011, 6:57 pm
From: Recapthaxx <sam.india...@gmail.com>
Date: Wed, 13 Apr 2011 15:57:22 -0700 (PDT)
Local: Wed, Apr 13 2011 6:57 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Does the following URL also need to be changed ?

api-verify.recaptcha.net

If so, what would be the URL ?

Thanks,
Ind

On Apr 13, 4:08 pm, RecaptchaGoogleGroup <sambonig...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PJH  
View profile  
 More options Apr 13 2011, 7:00 pm
From: PJH <pauljherr...@gmail.com>
Date: Wed, 13 Apr 2011 23:00:21 +0000
Local: Wed, Apr 13 2011 7:00 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11

On Wed, Apr 13, 2011 at 10:57 PM, Recapthaxx <sam.india...@gmail.com> wrote:
> Does the following URL also need to be changed ?

> api-verify.recaptcha.net

Yes.

> If so, what would be the URL ?

From the URL I provided<http://groups.google.com/group/recaptcha/browse_thread/thread/7a4839d...>for
the message from last June:

api-verify.recaptcha.net/verify is now www.google.com/recaptcha/api/verify


Thanks,

--
PJH

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Recapthaxx  
View profile  
 More options Apr 13 2011, 7:20 pm
From: Recapthaxx <sam.india...@gmail.com>
Date: Wed, 13 Apr 2011 16:20:03 -0700 (PDT)
Local: Wed, Apr 13 2011 7:20 pm
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
Will the URL "api-verify.recaptcha.net" be completely shut down /
inaccessible within 2 or 3 days from today ?
The reason we ask is, we ping the above URL and if we get the response
back, only then we show the recaptcha else we by-pass it.

Just wanted to know if the above URL would be accessible ?

Thanks,
Ind

On Apr 13, 7:00 pm, PJH <pauljherr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Vera  
View profile  
 More options Apr 14 2011, 2:56 am
From: Juan Vera <vera.j...@gmail.com>
Date: Wed, 13 Apr 2011 23:56:21 -0700 (PDT)
Local: Thurs, Apr 14 2011 2:56 am
Subject: Re: IMPORTANT: changes to reCAPTCHA SSL API (api-secure.recaptcha.net) on April 11
I have created my own jar replacing all the URL (compiled with java
1.5). I can send it to anyone who likes.

Juan.

On 13 abr, 20:32, RecaptchaGoogleGroup <sambonig...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 44   Newer >
« Back to Discussions « Newer topic     Older topic »