403Webshell
Server IP : 66.29.132.122  /  Your IP : 3.21.159.82
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/usr/local/lsws/add-ons/webcachemgr/src/View/Tpl/Blocks/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/usr/local/lsws/add-ons/webcachemgr/src/View/Tpl/Blocks/InputSubmitBtn.tpl
<?php

/**
 * Expects: $d['name'], $d['value']
 * Optional: $d['class'], $d['title'], $d['confirm'], $d['onclick'],
 *           $d['attributes'], $d['state'], and $d['text']
 */

?>

<button type="submit" name="<?php echo $d['name']; ?>"
        value="<?php echo $d['value']; ?>"

        <?php if ( isset($d['class']) ) : ?>

        class="<?php echo $d['class']; ?>"

        <?php

        endif;

        if ( isset($d['title']) ):

        ?>

        title="<?php echo $d['title']; ?>"

        <?php

        endif;

        if ( isset($d['confirm']) ) :

        ?>

        onclick="return confirm('<?php echo $d['confirm']; ?>')"

        <?php elseif ( isset($d['onclick']) ): ?>

        onclick="return <?php echo $d['onclick']; ?>"

        <?php

        endif;

        echo (isset($d['attributes'])) ? " {$d['attributes']}" : '';

        echo (isset($d['state'])) ? " {$d['state']}" : '';

        ?>
    >
  <?php echo (isset($d['text'])) ? $d['text'] : $d['value']; ?>
</button>

Youez - 2016 - github.com/yon3zu
LinuXploit