Blogs

Credit Card Testing

I've been working on a shopping cart solution the last couple of days and need to test Credit Card numbers that conform to the Luhn formula (MOD 10 check).

These are NOT valid credit card numbers. They are random numbers that happen to conform to the MOD 10 algorithm. You cannot use them for purchasing anything, you cannot use them for anything other than testing e-commerce sites (because they should get past any pre-validation you do, and be declined at the card processor or bank stage).

Mastercard
----------
5490498152740777
5593187659997503
5542262305368243
5551285794283472

New Home for Game Server Configulator: MoHAA 2.0

I'm pleased to announce that Game Server Configulator: MoHAA 2.0 from this point forward is now Open Source and is licensed under the Apache License, Version 2.0.

You can view the new website for it over on GitHub.

In general I'm a huge proponent of Open Source and while this code isn't life changing or altering in any way I hope that it's useful to someone else.

Syndicate content