コード例 #1
0
ファイル: create.php プロジェクト: shahril96/Old-Skool
    <br>
    <br>
    <br>
    <?php 
if (sqlite_file != '') {
    if (file_exists(sqlite_file)) {
        $text = "Database already exist!";
        ?>
        <font class='spacer'>
        <?php 
        $instance->header_line($text);
        ?>
        </font>
        <b><br>
        <?php 
        $instance->top_text($text);
        ?>
        </b><br>
        <font class='spacer'>
        <?php 
        $instance->header_line($text);
        ?>
        </font>
        <?php 
        die;
    }
}
if (!isset($_POST['first_run_submit']) && empty($_POST['first_run_submit'])) {
    ?>
        <div class="formhead first-run-size">FiRST RUN...</div>
        <div class="formwrap first-run-size">
コード例 #2
0
ファイル: admin.php プロジェクト: shahril96/Old-Skool
    } else {
        $cook->create_cookie($chr[0], $chr[1], random_str, cookie_alive);
        $htmlinst->reload();
    }
} else {
    $login_text = "L0GiN PAGE";
    ?>
      <font class='spacer'>
      <?php 
    $inst->header_line($login_text);
    ?>
      </font>
      <b>
      <br>
      <?php 
    $inst->top_text($login_text);
    ?>
      </b>
      <br>
      <font class='spacer'>
      <?php 
    $inst->header_line($login_text);
    ?>
      </font>
      <br>
      <br>
      <br>
      <div class="formhead admin-login-size">L0GiN..</div>
      <div class="formwrap admin-login-size">
        <form method='post'>
          <table class='first-run'>