0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
advancedguestbook
/
2.4.3-6
/
standard
/
htdocs
/
admin
/
[
Home
]
File: panel_info.php
<html> <head> <title>Guestbook - PHP Info</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body bgcolor="#006699" link="#000000" vlink="#000000"><br> <center> <font size="2" face="Verdana, Arial" color="#000000"><b>G U E S T B O O K A D M I N</b></font><br><br> </center> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><a href="<?php echo $this->SELF; ?>?action=show&tbl=priv&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">Private Messages</font></a> | <a href="<?php echo $this->SELF; ?>?action=show&tbl=gb&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">Easy Admin</font></a> | <a href="<?php echo $this->SELF; ?>?action=settings&panel=general&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">General Settings</font></a> | <a href="<?php echo $this->SELF; ?>?action=settings&panel=style&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">Style</font></a> | <a href="<?php echo $this->SELF; ?>?action=template&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">Templates</font></a> | <a href="<?php echo $this->SELF; ?>?action=smilies&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">Smilies</font></a> | <a href="<?php echo $this->SELF; ?>?action=settings&panel=pwd&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">Password</font></a> | <a href="<?php echo $this->SELF; ?>?action=logout&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>"><font color="#000000">Logout</font></a></b></font><br> <hr> <b><font size="1" face="Verdana, Arial" color="#000000">To check your environmental variables, <a href="<?php echo $this->SELF; ?>?action=info&session=<?php echo $this->session; ?>&uid=<?php echo $this->uid; ?>">click here.</a></font></b> <br><br></body></html> <?php phpinfo(); ?>