403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.127
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/Engineering/V2/tmp/install_4c8657dc6d922/mod_example/mod_example/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/Engineering/V2/tmp/install_4c8657dc6d922/mod_example/mod_example/whois.php
<?php
    //Function για να κρατάει τις τιμές στα check boxes
    function checkbox($val) {
        if(isset($_POST['domain_name'])) {
            if(isset($_POST[$val]) && $_POST[$val]==1) echo 'CHECKED';
        } else {
            if(($val=='gr') || ($val=='eu') || ($val=='net') || ($val=='com')) echo 'CHECKED';
        }
    }
    
    include('_top.php');
?>

<form action="domain_results.php" method="post" name="domain_form" id="domain_form" onsubmit="return validate()">
  <table width="250" border="0" cellpadding="0" cellspacing="1" bgcolor="#fefcca" class="borders" style="text-align:left; padding:4px">
    <tr>
      <td colspan="3"><font color="#000000"><b>γράψτε το domain:</b></font> πχ pointer
      </td>
    </tr>
    <tr>
      <td colspan="3">www.
        <input name="domain_name" type="text" value="" size="10" maxlength="63" style="width:150px">
      </td>
    </tr>
    <tr>
      <td><input name=gr type=checkbox value=1 <?php checkbox('gr'); ?>>
        <b><font color="#CC3300">.gr</font></b></td>
      <td><input type=checkbox <?php checkbox('com'); ?> value=1 name=com>
        .com</td>
      <td><input name=comgr type=checkbox value=1 <?php checkbox('comgr'); ?>>
        .com.gr</td>
    </tr>
    <tr>
      <td><input name=eu type=checkbox value=1 <?php checkbox('eu'); ?>>
        <font color="#CC3300"><b>.eu</b></font></td>
      <td><input type=checkbox <?php checkbox('net'); ?> value=1 name=net>
        .net</td>
      <td><input name=orggr type=checkbox value=1 <?php checkbox('orggr'); ?>>
        .org.gr</td>
    </tr>
    <tr>
      <td><input type="checkbox" <?php checkbox('cogr'); ?> value="1" name="cogr">
        .co.gr </td>
      <td><input type=checkbox <?php checkbox('us'); ?> value=1 name=us>
        .us</td>
      <td><input name=netgr type=checkbox value=1 <?php checkbox('netgr'); ?>>
        .net.gr</td>
    </tr>
    <tr>
      <td><input type="checkbox" <?php checkbox('biz'); ?> value="1" name="biz">
        .biz</td>
      <td><input type=checkbox <?php checkbox('org'); ?> value=1 name=org>
        .org</td>
      <td><input name=govgr type=checkbox value=1 <?php checkbox('govgr'); ?>>
        .gov.gr</td>
    </tr>
    <tr>
      <td><input type="checkbox" <?php checkbox('ws'); ?> value="1" name="ws">
        .ws</td>
      <td><input type="checkbox" <?php checkbox('info'); ?> value="1" name="info">
        .info</td>
      <td><input type="checkbox" <?php checkbox('edugr'); ?> value="1" name="edugr">
        .edu.gr</td>
    </tr>
    <tr>
      <td><input type="checkbox" <?php checkbox('tv'); ?> value="1" name="tv">
        .tv</td>
      <td><input type="checkbox" <?php checkbox('mobi'); ?> value="1" name="mobi">
        mobi</td>
      <td><input type="checkbox" disabled="disabled" <?php checkbox('cn'); ?> value="1" name="cn">
        .cn</td>
    </tr>
    <tr>
      <td><input type="checkbox" disabled="disabled" <?php checkbox('cc'); ?> value="1" name="cc">
        .cc</td>
      <td><input type="checkbox" <?php checkbox('inn'); ?> value="1" name="inn">
        .in</td>
      <td>&nbsp;</td>
    </tr>
    <tr align="right">
      <td colspan="3">&nbsp;</td>
    </tr>
    <tr>
      <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="left"><input type="submit" name="Submit" value="Αναζήτηση" class="btn">
            </td>
            <td align="right" id="n8"><a href="#" onclick="checkall();">επιλογή όλων</a> <br>
              <a href="#" onclick="checknone();">αποεπιλογή όλων</a> </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <script type="text/JavaScript" >document.domain_form.domain_name.focus();</script>
</form>

<?
  include('_bottom.php');  
?>

Youez - 2016 - github.com/yon3zu
LinuXploit