Checker Service

Friend

Professional
Messages
2,669
Reaction score
944
Points
113
I will have a checker service on line soon.
Presently it works this way.
You upload a file with what you want checked in this format
5191xxxxxxxxxxxx=10/02
6300xxxxxxxxxxxx=12/11
4500xxxxxxxxxxxx=09/08
3715xxxxxxxxxxx=11/11

File is a text file.
The php i have written for this first checks each line of the file
First is if the first number is valid 3 4 5 or 6
It then checks expiry to see if it is good
Now it checks the LUHN formula to see if it is a valid card
(if the cards do not pass any of the above there is no charge for the service)
Then it submits it for authorization.

The site i have set up for this is SSL and requires login to upload.
If you don't have enough credits you cant get any results. ( I haven't decided how much to charge for this yet)

The site also wants you to enter an email address, if that is different than registration address, a file with the results will be sent to both account address and the new email address.

This is something i am fleshing out right now.
So far it only takes the above format but am writing code to parse a file with each line starting with the above or "?" or "B".

This way it can handle dumps.

Why dumps?
Well lets say your a vendor and want to send someone some dumps.
He wants them checked.
So the vendor runs it through my site and enters the buyers email address. Now he gets a copy of the checker and the seller receives the same data.

Now it is quite clear as to validity of what was purchased.
I was also thinking that if dumps being sent this way an option could be to mask the cc numbers like this.

?5191XXXXXXXX1234 VALID
This masked type could be sent to the buyer and as the dumps are already held on the site the buyer can be assured that if he purchases the dumps they will be provided.

That would take saving the file something that doesn't really happen.

Right now a file is uploaded. It rests on the server for as long as it takes to read the file into memory and then is deleted.
The results file is written after all checking is done and remains only long enough to send it as an attachment. Then it is deleted.

Anyhow I do have a running version of this on one site for testing purposes. I just now aquired an offshore server and domain name for this. Now i have to aquire certificates and install them.
Upload the program decide how much to charge for this and go live.

Am open to suggestions. Price and features etc. Of course the admin here will be given an account to run as many checks as they deem necessary to ensure this is a legitimate service.

I have one bug i have to work out no biggy it just is not updating accounts with services already provided. Meaning i would make no money.

This is not really a service for checking a couple of dumps but rather a service for checking hundreds to thousands of dumps at a time.
--------------
Can you confirm how you are checking these dumps and cards.You know on Shadowcrew the Feds ran a dump checking service for private members and it was a complete fuck up.
Lets face it every card company on this planet now runs rules that target the checking of cards on dump checkers,and once the dollar or so is charged or just checked you get approval on the site,the minute you use it the card is declined.Most of these checkers either hack into multiple accounts and so on.The bottom line is that very quickly the processer's know these accounts and take action either by allowing the checks or by blocking cards that are run via these methods.Unless you have some new method and you have some way to check that runs some way that the processer's do not know its just more of the same.The thing is people think ahh i have a approval and go shopping.I have got approvals from these guys thousands of time and than go to use it and bam its gone.Its expensive with plastic and so on.I am intrested in what you ahve to say.
-----------
Check out #check on irc.eurounix.net Only checks with CVV (also couple be a great way of them just scamming your cvv's lol). Even if they rob me, it's still free.

BTW I used melmo's checker a few times, produced great results, it's been a month and the cards that were approved are still approved. Now will they work in store is the magic question
---------
Checker is up and running fine now. Thanks to Suff777 working with me in making a nice easy to use site.

I have revised the site quite a bit and now there is no longer any need for email as results display right on the screen.

Was going to advertize and charge for this service but have changed my mind on that.

If your interested in using this then hit me up on ICQ and I may give you access.
Keeping it private as publishing an address would most likely affect how well this works.

I do reserve the right to refuse anyone access.
If your looking to just check a couple dumps every so often then read my thread on cvv checker in this section. i show you how to find places to check a few once in awhile.

Abuse like giving your LP to others will result in my moving the server elsewhere and restricting access even more than it is now.

This is my own private checker. I pay for everything involved here and offer it as a free option to people in this section.

Do not fuck up a good thing.
Because there is no fucking it up for me. I can just move it and keep it totally private if need be

-----------

Basically what you say is exactly what happens here. Not that sure on how to answer you here.
The scripting uses multiple "checking service's" (i use this term lightly because that isn't what they are but for lack of a better description i use it here)
And by multiple it is in the scores. None are hacked.

Once uploaded the file is parsed and according to bin, sent off with varying auth amounts to different "checkers" for same bins. This way there is not going to be a flag set on multiple checks on the same bin within a short time period

This checker is really geared towards a good mixed base. Someone checking like 500 of the same bin is surely going to get flags set on the various "checkers" used.

So whats in it for me? I intend to sell the whole system at some point. Consider this as my recruitment of beta testers.

CVV checkers via donation

hXXps://www.pedaids.org/YouCanHelp/Donate/Donation-Form.aspx
hXXps://www.walkingfordreams.org/Donate.aspx
hXXp://www.vjhfoundation.org/forms/donate.aspx?RD=1
hXXps://www.thevaleriefund.org/donate.aspx
hXXps://www.habitat.org/cd/giving/donate.aspx?link=6
hXXps://wwws.rnib.org.uk/donation.php


it is easy to find these things i just do google search for things like

"donate.php"
"donate.cgi"
"donate.aspx"
"donation.php"
"donation.aspx"

etc.

you can also find others when your lucky that don't require cvv and you can run dumps through them.
Like this one for dumps. i won't use it because it is onshore to me.
hXXps://ssl8.van.ca.securedata.net/bcchf.net/donation/donate/donate-general.cfm

And the karma of making a donation at the same time as checking will keep you safe
 
Top