Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/cms.ncriptech.com/../bmtrust.org.in/admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("include/header.php"); include("include/sidebar.php"); $doid=""; $do="PinTransfer"; ?> <style> #loader{ display:none; position:fixed; z-index:1000; top:0; left:0; width:100%; height:100%; background-image:url(images/uploads/loader.gif); background-position:50% 50%; background-color:rgba(255,255,255,0.6); background-repeat:no-repeat; } body.loading{ overflow:hidden; } body.loading #loader{ display:block; } </style> <div id="loader"></div> <link rel="stylesheet" href="bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css"> <div class="content-wrapper"> <section class="content-header"> <h1> E-Pin Transfer <small>Create New Pins and Transfer them</small> </h1> <ol class="breadcrumb"> <li><a href="index.php"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Pin Generation</li> </ol> </section> <!-- Main content --> <section class="content container-fluid"> <div class="row"> <div class="col-md-6"> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title">Pin Generation</h3> </div> <div class="box-body"> <form role="form" action="action.php" method="post"> <input type="hidden" name="do" value="<?=$do;?>" /> <input type="hidden" name="doid" value="<?=$doid;?>" /> <div class="box-body"> <div class="row"> <div class="form-group col-md-3"> <label>Username:</label><small>Transfer to:</small> <input name="username" type="text" class="form-control" placeholder="" required /> </div> </div> <div class="row"> <div class="form-group col-md-3"> <label>Count</label> <input name="count" type="number" min="0" class="form-control" placeholder="" required /> </div> </div> </div> <div class="box-footer"> <button type="submit" class="btn btn-primary">Generate & Transfer</button> </div> </form> </div> </div> </div> </div> </section> </div> <?php include("include/footer.php"); ?> </body> </html>