Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.137.142.60
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
werneckbh /
qr-code /
public /
Delete
Unzip
Name
Size
Permission
Date
Action
includes
[ DIR ]
drwxr-xr-x
2018-02-04 09:00
temp
[ DIR ]
drwxr-xr-x
2018-02-04 09:00
clearTemp.php
146
B
-rw-r--r--
2018-02-04 09:00
false
281
B
-rw-r--r--
2018-02-04 09:00
index.php
1.22
KB
-rw-r--r--
2018-02-04 09:00
styles.css
1.31
KB
-rw-r--r--
2018-02-04 09:00
Save
Rename
<?php include __DIR__ . "/includes/header.inc.php"; ?> <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>QR Code Generator for PHP</title> <link rel="stylesheet" href="styles.css"> </head> <body> <section class="header"> <h3><a href="https://github.com/werneckbh/qr-code" target="_blank">QR Code Generator for PHP</a></h3> </section> <section class="content"> PNG File: <a href="/">Show Example</a><br> SVG File: <a href="/?output=svg">Show Example</a> </section> <?php include __DIR__. '/includes/sectionForm.inc.php'; include __DIR__. '/includes/sectionResults.inc.php'; if ($showBenchmark) include __DIR__ . '/includes/benchmarkTable.inc.php'; include __DIR__. '/includes/sectionTemporaryDirectory.inc.php'; ?> <script type="text/javascript" language="JavaScript"> document.getElementById('inputData').onkeyup = function (event) { if (this.value === '') { this.value = 'QR Code Generator for PHP!'; } } </script> </body> </html>