I m a Reseller web host.How do I obtain my customers’ credit card numbers?
You need to run the following query against the H-Sphere database:
select cc_number, name, exp_year, exp_month, type from credit_card where id=(select bi_id from accounts where id=account_id)
Don’t forget to replace user_id with the ID of a real account.
Leave a Reply
You must be logged in to post a comment.