Ejemplo n.º 1
0
    <title>FiRST RUN!</title>
    <link rel="stylesheet" href="./style.css" />
    <script type='text/javascript' src='./js/script.js'></script>
  </head>
  <body>
    <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;
    }
Ejemplo n.º 2
0
            $ch = true;
            break;
        }
    }
    if (!$ch) {
        $htmlinst->javascript_error('AUTHENTiCATi0N FAiLED!');
    } 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>