AnonSec Shell
Server IP : 172.67.216.113  /  Your IP : 172.71.28.146   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/2388321/root/proc/2388321/cwd/frontend/jupiter/integration_examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /proc/2388321/root/proc/2388321/cwd/frontend/jupiter/integration_examples/example.live.php
<?php
/* This is an example of how to use LiveAPI with cPanel themes
 * cPanel theme has adopted a bootstrap CSS base, for information on CSS classes to use
 * please see: http://bootstrap.com and http://styleguide.cpanel.net
 *
 * As for method available to the $cpanel object in the example, cpanel.php contains
 * etensive inline documentation in the PHP Doc format.  Taking a look at it is highly advised.
 *
 * You can also look at the test.live.php file shipped along side this example.
 */

include("/usr/local/cpanel/php/cpanel.php");
$cpanel = new CPANEL();
print $cpanel->header( "Some Example Page" );
?>

<div class="container">
	<div class="row">
		Here's a list of environment variables!<br />
	</div>
	<div class="row">
		<table class="table">
			<thead>
				<tr>
					<td>
						Name
					</td>
					<td>
						Something
					</td>
				</tr>
			</thead>
			<tbody>
<?php
foreach ($_ENV as $k => $v) {
	echo "<tr><td>" . htmlentities($k) . "</td><td>" . htmlentities($v) . "</td></tr>";
}
?>
			</tbody>
		</table>
	</div>
	<div>
		<button type="button" class="btn btn-primary active">Do nothing!</button><br />
	</div>
</div>
<?php
print $cpanel->footer();
$cpanel->end();
?>

Anon7 - 2022
AnonSec Team