⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.200
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
www
/
ecommerce_pg
/
database
/
View File Name :
pgc _1.sql
-- phpMyAdmin SQL Dump -- version 4.9.5deb2 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Apr 13, 2021 at 12:37 PM -- Server version: 8.0.23-0ubuntu0.20.04.1 -- PHP Version: 7.4.3 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `pgc` -- -- -------------------------------------------------------- -- -- Table structure for table `transactions` -- CREATE TABLE `transactions` ( `id` int NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `orderId` varchar(255) DEFAULT NULL, `requestJson` text, `gatewayId` varchar(255) DEFAULT NULL, `back23` tinyint DEFAULT NULL, `responseJson` text, `sent21` tinyint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; -- -- Dumping data for table `transactions` -- INSERT INTO `transactions` (`id`, `created_at`, `updated_at`, `orderId`, `requestJson`, `gatewayId`, `back23`, `responseJson`, `sent21`) VALUES (290, '2021-04-13 12:28:54', '2021-04-13 12:28:54', '1618316582', '{\"orderId\":\"1618316582\",\"amount\":\"1.87\",\"productInfo\":\"Some product 1.87\",\"name\":\"Shashank\",\"email\":\"shashank@gmail.com\",\"phone\":\"9110243874\",\"userId\":\"user_87\",\"merchID\":\"merch_87\"}', 'SECUREPAY', 0, NULL, NULL), (291, '2021-04-13 12:30:41', '2021-04-13 12:30:41', '1618317037', '{\"orderId\":\"1618317037\",\"amount\":\"1.22\",\"productInfo\":\"Some product 1.22\",\"name\":\"Shashank\",\"email\":\"shashank@gmail.com\",\"phone\":\"9110243874\",\"userId\":\"user_22\",\"merchID\":\"merch_22\"}', 'SECUREPAY', 1, '{\"RESPONSE_DATE_TIME\":\"2021-04-13 18:00:55\",\"RESPONSE_CODE\":\"000\",\"TXN_ID\":\"3883510413180054\",\"MOP_TYPE\":\"502\",\"ACQ_ID\":\"AXIbd122bac23f242be913900acffc98502\",\"TXNTYPE\":\"SALE\",\"CURRENCY_CODE\":\"356\",\"RRN\":\"110318311689\",\"HASH\":\"6EC8BC3262B4BA45E1D52613156D8546B5B0FDA20CBAB4B825FC05A5A15DE3CC\",\"PAYMENT_TYPE\":\"UP\",\"RETURN_URL\":\"http:\\/\\/server3.paynowgates.com\\/pg\\/securepay\\/callback\",\"STATUS\":\"Captured\",\"PAY_ID\":\"8923510108195827\",\"ORDER_ID\":\"1618317037\",\"AMOUNT\":\"122\",\"CUST_VPA\":\"9731166552@ybl\",\"RESPONSE_MESSAGE\":\"SUCCESS\",\"CUST_EMAIL\":\"shashank@gmail.com\"}', 0); -- -- Indexes for dumped tables -- -- -- Indexes for table `transactions` -- ALTER TABLE `transactions` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `transactions` -- ALTER TABLE `transactions` MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=292; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;