Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.121
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
trade /
app.tradesense.co.ke /
app /
Models /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitkeep
0
B
-rw-r--r--
DailyinterestModel.php
553
B
-rw-r--r--
EftModel.php
618
B
-rw-r--r--
FundsModel.php
542
B
-rw-r--r--
IpayTransactionsModel.php
545
B
-rw-r--r--
LoginModel.php
256
B
-rw-r--r--
MpesaModel.php
583
B
-rw-r--r--
NotificationModel.php
479
B
-rw-r--r--
StkModel.php
569
B
-rw-r--r--
StkerrorModel.php
467
B
-rw-r--r--
TransactioninfoModel.php
548
B
-rw-r--r--
UserModel.php
488
B
-rw-r--r--
UserinfoModel.php
528
B
-rw-r--r--
WalletModel.php
439
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : IpayTransactionsModel.php
<?php namespace App\Models; use CodeIgniter\Model; class IpayTransactionsModel extends Model { protected $table = 'ipay_transactions'; protected $primaryKey = 'id'; protected $useAutoIncrement = true; protected $returnType = 'array'; protected $allowedFields = ['order_id','invoice_id','amount','phone_number','email_address','userid','fundid','is_paid','paymenttype']; protected $useTimestamps = true; protected $createdField = 'created_at'; protected $updatedField = 'updated_at'; }
Close