Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 642 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 642 Bytes

PaymentHack

payment method hack implemented using PHP

to use this:

  1. download the "Automatically forward SMS messages to your PC/phone" android app.
  2. Follow the step by step process to set it up.
  3. In the settings, change the method of sending SMS messages to email from "through server" to "Via Gmail API".
  4. Open your Xampp and go to php settings, find the "extension_dir="C:\xampp\php\ext"" line and remove the semicolon at the begining.
  5. Open the check.php file and change the email and password ($username = 'your email here'; $password = 'your password here';)
  6. Set up your databse and match it with the SQL query.