AnonSec Shell
Server IP : 104.21.37.246  /  Your IP : 172.71.28.145   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home2/cp648411/public_html/simded.com/plugin/bootstrapvalidator-master/demo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home2/cp648411/public_html/simded.com/plugin/bootstrapvalidator-master/demo/invisible.html
<!DOCTYPE html>
<html>
<head>
    <title>BootstrapValidator demo</title>

    <link rel="stylesheet" href="../vendor/bootstrap/css/bootstrap.css"/>
    <link rel="stylesheet" href="../dist/css/bootstrapValidator.css"/>

    <script type="text/javascript" src="../vendor/jquery/jquery.min.js"></script>
    <script type="text/javascript" src="../vendor/bootstrap/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="../dist/js/bootstrapValidator.js"></script>
</head>
<body>
<div class="container">
    <div class="row">
        <!-- form: -->
        <section>
            <div class="col-lg-8 col-lg-offset-2">
                <div class="page-header">
                    <h2>Contact</h2>
                </div>

                <form id="contactForm" method="post" class="form-horizontal" action="target.php"
                      data-bv-message="This value is not valid"
                      data-bv-feedbackicons-valid="glyphicon glyphicon-ok"
                      data-bv-feedbackicons-invalid="glyphicon glyphicon-remove"
                      data-bv-feedbackicons-validating="glyphicon glyphicon-refresh">
                    <div class="form-group">
                        <label class="col-lg-3 control-label">Full name <sup>*</sup></label>
                        <div class="col-lg-4">
                            <input type="text" class="form-control" name="firstName" placeholder="First name" required data-bv-notempty-message="The first name is required" />
                        </div>
                        <div class="col-lg-4">
                            <input type="text" class="form-control" name="lastName" placeholder="Last name" required data-bv-notempty-message="The last name is required" />
                        </div>
                    </div>

                    <div class="form-group">
                        <label class="col-lg-3 control-label">Company <sup>*</sup></label>
                        <div class="col-lg-5">
                            <input type="text" class="form-control" name="company"
                                   required data-bv-notempty-message="The company name is required" />
                        </div>
                        <div class="col-lg-2">
                            <button type="button" class="btn btn-link" data-toggle="#jobInfo">Add more info</button>
                        </div>
                    </div>

                    <div id="jobInfo" style="display: none;">
                        <div class="form-group">
                            <label class="col-lg-3 control-label">Job title <sup>*</sup></label>
                            <div class="col-lg-5">
                                <input type="text" class="form-control" name="job"
                                       required data-bv-notempty-message="The job title is required" />
                            </div>
                        </div>

                        <div class="form-group">
                            <label class="col-lg-3 control-label">Department <sup>*</sup></label>
                            <div class="col-lg-5">
                                <input type="text" class="form-control" name="department"
                                       required data-bv-notempty-message="The department name is required" />
                            </div>
                        </div>
                    </div>

                    <div class="form-group">
                        <label class="col-lg-3 control-label">Mobile phone <sup>*</sup></label>
                        <div class="col-lg-5">
                            <input type="text" class="form-control" name="mobilePhone"
                                   required data-bv-notempty-message="The mobile phone number is required"
                                   data-bv-digits data-bv-digits-message="The mobile phone number is not valid" />
                        </div>
                        <div class="col-lg-2">
                            <button type="button" class="btn btn-link" data-toggle="#phoneInfo">Add more phone numbers</button>
                        </div>
                    </div>

                    <div id="phoneInfo" style="display: none;">
                        <div class="form-group">
                            <label class="col-lg-3 control-label">Home phone</label>
                            <div class="col-lg-5">
                                <input type="text" class="form-control" name="homePhone"
                                       data-bv-digits data-bv-digits-message="The home phone number is not valid" />
                            </div>
                        </div>

                        <div class="form-group">
                            <label class="col-lg-3 control-label">Office phone</label>
                            <div class="col-lg-5">
                                <input type="text" class="form-control" name="officePhone"
                                       data-bv-digits data-bv-digits-message="The office phone number is not valid" />
                            </div>
                        </div>
                    </div>

                    <div class="form-group">
                        <div class="col-lg-9 col-lg-offset-3">
                            <button type="submit" class="btn btn-primary btn-lg">Save</button>
                        </div>
                    </div>
                </form>
            </div>
        </section>
        <!-- :form -->
    </div>
</div>

<script type="text/javascript">
$(document).ready(function() {
    $('button[data-toggle]').on('click', function() {
        var $target = $($(this).attr('data-toggle'));
        $target.toggle();
        if (!$target.is(':visible')) {
            // Enable the submit buttons in case additional fields are not valid
            $('#contactForm').data('bootstrapValidator').disableSubmitButtons(false);
        }
    });

    $('#contactForm').bootstrapValidator();
});
</script>
</body>
</html>

Anon7 - 2022
AnonSec Team