Deleted file not rendered
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN -1.29 KB img/face.png
Deleted file not rendered
150 index.php 100755 → 100644
@@ -1,130 +1,40 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">

<title>#OpIceISIS</title>
<html>

<!-- Bootstrap Core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">

<!-- Custom CSS -->
<link href="./css/simple-sidebar.css" rel="stylesheet">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<head>
<title></title>
<link href="./css/style.css" rel="stylesheet">
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>

<div id="wrapper">

<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<br><center><img src="./img/face.png"/></center>
<li class="sidebar-brand">
<a href="index.php?page=news">#OpIceISIS</b>
</li>
<li>
<a href="index.php?page=rules">Rules</a>
</li>
<li>
<a href="index.php?page=noob">Beginner-Guide</a>
</li>
<li>
<a href="index.php?page=add">Add IS Enthusiast</a>
</li>
<li>
<a href="index.php?page=search">Search IS Enthusiast</a>
</li>
<li>
<a href="index.php?page=archive">Archive</a>
</li>
<li>
<a href="index.php?page=json">JSON Dump</a>
</li>
</ul>
</div>
<!-- /#sidebar-wrapper -->

<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<pre>
_ _ .__ .__ .__
__| || |______ ______ |__| ____ ____ |__| _____|__| ______
\ __ / _ \\____ \| |/ ___\/ __ \| |/ ___/ |/ ___/
| || ( <_> ) |_> > \ \__\ ___/| |\___ \| |\___ \
/_ ~~ _\____/| __/|__|\___ >___ >__/____ >__/____ >
|_||_| |__| \/ \/ \/ \/
Expect us
</pre>

<hr>
<?php
// get page and convert to type string
$page = (string)$_GET['page'];

// checks for pages and includes coresponding files
// === are used for "loose comparisons"
if($page === 'news' || $page === ''){
include './pages/news.php';
}
elseif($page === 'noob'){
include './pages/noobs.php';
}
elseif($page === 'rules'){
include './pages/rules.php';
}
elseif($page === 'add'){
include './pages/add.php';
}
elseif($page === 'archive'){
include './pages/archive.php';
}
elseif($page === 'json'){
include './pages/json.php';
}
// custom "fucking around message"
else{
echo "<center><h1>Stop fucking around!</h1></center><script>alert('stop');alert('fucking');alert('around');</script>";
}
?>
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
<div id="wrap">
<header id="header">
<a href="/index.php" class="logo">#OpISIS</a>
<nav>
<li><a class="sel" href="#">Add</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Guides</a></li>
</nav>
</header>
<div id="content">
Please enter in information about potential ISIS Data:
<form action="submit.php" method="POST">
<input type="text" placeholder="Name" name="name"/><br />
<input type="text" placeholder="Twitter" name="twitter"/><br />
<input type="text" placeholder="Facebook" name="fb"/><br />
<input type="text" placeholder="Homepage" name="hp" /><br />
<textarea placeholder="More (please specify)" name="other"></textarea><br />
<!-- <div class="g-recaptcha" data-sitekey="6LdTfBETAAAAALWssyHxulEl90QipfFYEybzCY_p"></div> -->
<input type="submit" text="Submit" name="submit" />
</form>
</div>
<!-- /#wrapper -->

<!-- jQuery -->
<script src="js/jquery.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<footer>
</footer>
</div>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
</html>
</html>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 pages/submit.php → submit.php 100755 → 100644
@@ -48,8 +48,8 @@
$stmt->close();
$conn->close();



//Captcha Outcomment on new Serv
/*
if(isset($_POST['submit']) && !empty($_POST['submit'])){
if(isset($_POST['g-recaptcha-response']) && !empty($_POST['g-recaptcha-response'])){
//your site secret key
@@ -67,7 +67,9 @@
}else{
$errMsg = 'Please click on the reCAPTCHA box.';
}
}
} */


?>
</div>
<footer>