Compare commits
5 Commits
7d1d7ff996
...
12642f09e9
Author | SHA1 | Date | |
---|---|---|---|
12642f09e9 | |||
e3023f8b39 | |||
ed98c2c3c2 | |||
5269bf5539 | |||
9e8d5b74e0 |
|
@ -1,54 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Stuff, Community, Fun | Mad Splash!</title>
|
||||
|
||||
<link rel="stylesheet" href="Resources/CSS/MadSplash_v3.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../Resources/CSS/CustomFonts.css" type="text/css" />
|
||||
|
||||
<script src="Resources/Scripts/JavaScript/latestTweet.js"></script>
|
||||
|
||||
<!--[if IE]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||
<!--[if lte IE 7]>
|
||||
<script src="js/IE8.js" type="text/javascript"></script><![endif]-->
|
||||
<!--[if lt IE 7]>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all" href="Resources/CSS/ie6.css"/><![endif]-->
|
||||
</head>
|
||||
|
||||
<body id="index" class="home">
|
||||
<?php
|
||||
include('Resources/Scripts/PHP/Library.php');
|
||||
require_once('Resources/Scripts/PHP/SuperNav.php');
|
||||
|
||||
$display = new DisplayModule();
|
||||
?>
|
||||
|
||||
<header>
|
||||
<img class="Logo" src="Resources/Images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a class="navLink" href="index.php">Home</a></li>
|
||||
<li><a class="navLink" href="blog/blog.php">Blog</a></li>
|
||||
<li><a class="navLink" href="http://forums.madsplash.net/">Forums</a></li>
|
||||
|
||||
<li class="dropdown">
|
||||
<a class="dropLink" href="projects.php">Projects</a>
|
||||
|
||||
<div class="drop">
|
||||
<section>
|
||||
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=game">Games</a>
|
||||
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=book">Books</a>
|
||||
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=show">Shows</a>
|
||||
</section>
|
||||
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/PerryCantTouch2.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,6 +0,0 @@
|
|||
<section id="slider">
|
||||
<div class="slide" style="background: url('Resources/Images/Covers/Slides/NewLogoSlide.jpg') no-repeat top center;">
|
||||
<!--<a class="slideLink" href="http://the-rpg-makers.wikia.com/" target="_blank"
|
||||
style="background: url('Resources/Images/Covers/SlideLinks/CIOButton.png') no-repeat top center;"></a>-->
|
||||
</div>
|
||||
</section>
|
|
@ -1,56 +0,0 @@
|
|||
@font-face {
|
||||
font-family: 'Bebas';
|
||||
src: url('../Fonts/BebasNeue-webfont.eot');
|
||||
src: url('../Fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../Fonts/BebasNeue-webfont.woff') format('woff'),
|
||||
url('../Fonts/BebasNeue-webfont.ttf') format('truetype'),
|
||||
url('../Fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Minecraft";
|
||||
src: url("../Fonts/Minecraft_font.eot?") format("eot"),
|
||||
url("../Fonts/Minecraft_font.woff") format("woff"),
|
||||
url("../Fonts/Minecraft_font.ttf") format("truetype"),
|
||||
url("../Fonts/Minecraft_font.svg#Minecraft") format("svg");
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Candara';
|
||||
src: url('../Fonts/candara-webfont.eot');
|
||||
src: url('../Fonts/candara-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../Fonts/candara-webfont.woff') format('woff'),
|
||||
url('../Fonts/candara-webfont.ttf') format('truetype'),
|
||||
url('../Fonts/candara-webfont.svg#CandaraRegular') format('svg');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'CandaraB';
|
||||
src: url('../Fonts/candarab-webfont.eot');
|
||||
src: url('../Fonts/candarab-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../Fonts/candarab-webfont.woff') format('woff'),
|
||||
url('../Fonts/candarab-webfont.ttf') format('truetype'),
|
||||
url('../Fonts/candarab-webfont.svg#CandaraBold') format('svg');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Handwriting';
|
||||
src: url('../Fonts/SF_Arch_Rival-webfont.eot');
|
||||
src: url('../Fonts/SF_Arch_Rival-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../Fonts/SF_Arch_Rival-webfont.woff') format('woff'),
|
||||
url('../Fonts/SF_Arch_Rival-webfont.ttf') format('truetype'),
|
||||
url('../Fonts/SF_Arch_Rival-webfont.svg#sf_arch_rivalregular') format('svg');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ZeroNero';
|
||||
src: url('../Fonts/zeronero-webfont.eot');
|
||||
src: url('../Fonts/zeronero-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../Fonts/zeronero-webfont.woff') format('woff'),
|
||||
url('../Fonts/zeronero-webfont.ttf') format('truetype'),
|
||||
url('../Fonts/zeronero-webfont.svg#zeroneroblack') format('svg');
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/PerryCantTouch2.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,104 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
if(!empty($_COOKIE['MadSplashUser'])) {
|
||||
$user = explode(" ", $_COOKIE['MadSplashUser']);
|
||||
|
||||
echo <<<SUPERNAV
|
||||
<section id="SuperNav">
|
||||
<div class="left" style="padding-left: 12px;">
|
||||
Heyas, <a href="#">{$user[1]}</a>! You can go to your <a href="#">User CP</a> or <a href="http://localhost:8888/Resources/Scripts/PHP/Hubs/CommunityHub.php?user={$user[0]}&action=logout">logout</a>.
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
<a class="YouTube" href="http://youtube.com/User/MadSplashTV" target="_blank"> </a>
|
||||
<a class="Twitter" href="http://twitter.com/MadSplashStudio" target="_blank"> </a>
|
||||
|
||||
<div class="CrossNav">
|
||||
<img src="../Resources/Images/Icons/General/CrossNavDark.png" style="width: 28px; height: 28px;" />
|
||||
|
||||
<ul>
|
||||
<a href="http://therpg.madsplash.net/" target="_blank">
|
||||
<li class="RPG">
|
||||
<img src="../Resources/Images/Logos/TheRPG.png" style="width: 38px; float: left; margin-right: 4px; margin-top: 4px;" />
|
||||
|
||||
<a class="RPGLink">The RPG</a> <br />
|
||||
Our up-and-coming web-and-text-based RPG. Play!
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="footer">
|
||||
<div style="padding: 4px 8px;">
|
||||
Follow us here, too: <br />
|
||||
|
||||
<div class="right">
|
||||
<a class="YouTube" href="http://youtube.com/User/MadSplashTV" target="_blank"> </a>
|
||||
<a class="Twitter" href="http://twitter.com/MadSplashStudio" target="_blank"> </a>
|
||||
</div>
|
||||
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
SUPERNAV;
|
||||
} else {
|
||||
echo <<<SUPERNAV
|
||||
<section id="SuperNav">
|
||||
<div class="left" style="padding-left: 12px;">
|
||||
Hey there, Guest. You can <a href="http://localhost:8888/community/index.php?page=login">login</a>
|
||||
or <a href="http://localhost:8888/community/index.php?page=register">register</a> here.
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
<a class="YouTube" href="http://youtube.com/User/MadSplashTV" target="_blank"> </a>
|
||||
<a class="Twitter" href="http://twitter.com/MadSplashStudio" target="_blank"> </a>
|
||||
|
||||
<div class="CrossNav">
|
||||
<img src="../Resources/Images/Icons/General/CrossNavDark.png" style="width: 28px; height: 28px;" />
|
||||
|
||||
<ul>
|
||||
<a href="http://therpg.madsplash.net/" target="_blank">
|
||||
<li class="RPG">
|
||||
<img src="../Resources/Images/Logos/TheRPG.png" style="width: 38px; float: left; margin-right: 4px; margin-top: 4px;" />
|
||||
|
||||
<a class="RPGLink">The RPG</a> <br />
|
||||
Our up-and-coming web-and-text-based RPG. Play!
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="footer">
|
||||
<div style="padding: 4px 8px;">
|
||||
Follow us here, too: <br />
|
||||
|
||||
<div class="right">
|
||||
<a class="YouTube" href="http://youtube.com/User/MadSplashTV" target="_blank"> </a>
|
||||
<a class="Twitter" href="http://twitter.com/MadSplashStudio" target="_blank"> </a>
|
||||
</div>
|
||||
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
SUPERNAV;
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
41
app/bootstrap.php
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
///
|
||||
// This is the bootstrap file; grabs all the important things the library
|
||||
// used to but needed separated.
|
||||
///
|
||||
*/
|
||||
|
||||
ini_set('display_errors', 'On');
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
|
||||
session_start();
|
||||
|
||||
require_once('../app/library.php');
|
||||
|
||||
// ---------------------------------------------------------------------------- //
|
||||
// ---------------------------------------------------------------------------- //
|
||||
/// Autoloader to get all our classes.
|
||||
|
||||
const MAP = [
|
||||
'Article' => 'classes/Article.php',
|
||||
'ArticleComment' => 'classes/ArticleComment.php',
|
||||
'EpisodeComment' => 'classes/EpisodeComment.php',
|
||||
'Project' => 'classes/Project.php',
|
||||
'Show' => 'classes/Show.php',
|
||||
'User' => 'classes/User.php',
|
||||
|
||||
'DatabaseModule' => 'modules/DatabaseModule.php',
|
||||
'CommunityModule' => 'modules/CommunityModule.php',
|
||||
'DisplayModule' => 'modules/DisplayModule.php',
|
||||
'ParserModule' => 'modules/ParserModule.php',
|
||||
|
||||
'CommunityHub' => 'hubs/CommunityHub.php'
|
||||
];
|
||||
|
||||
spl_autoload_register(function ($class) {
|
||||
if (!isset(MAP[$class])) return false;
|
||||
require_once '../app/' . MAP[$class];
|
||||
return true;
|
||||
});
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
class Article {
|
||||
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
class ArticleComment {
|
||||
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
class EpisodeComment {
|
||||
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
class Project {
|
||||
/* -- User info variables; used for the functions here -- */
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
class Show {
|
||||
|
||||
|
@ -28,7 +13,7 @@ CANTTOUCH;
|
|||
|
||||
private $db;
|
||||
|
||||
private $ThumbPath = "http://localhost:8888/Resources/Images/Thumbs/Show/";
|
||||
private $ThumbPath = "http://localhost:8888//assets/images/Thumbs/Show/";
|
||||
|
||||
|
||||
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
class User {
|
||||
/* -- User info variables; used for the functions here -- */
|
|
@ -1,20 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
/*
|
||||
///
|
||||
// Author: Skylear Johnson Co-Author: None
|
||||
|
@ -23,47 +7,6 @@ CANTTOUCH;
|
|||
///
|
||||
*/
|
||||
|
||||
ini_set('display_errors', 'On');
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
|
||||
/* This entire block here is a method to rid POST, GET and COOKIE of unwanted slashes.
|
||||
// I have to give some thanks to Atli from Dream.In.Code for helping me come up with this.
|
||||
// However, this should never really be used. If magic_slashes is a problem, it's time to switch servers; ASAP. */
|
||||
if(function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) {
|
||||
function undo_magic_quotes_gpc(&$array) {
|
||||
foreach($array as &$value) {
|
||||
if(is_array($value)) {
|
||||
|
||||
undo_magic_quotes_gpc($value);
|
||||
|
||||
} else {
|
||||
|
||||
$value = stripslashes($value);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
undo_magic_quotes_gpc($_POST);
|
||||
undo_magic_quotes_gpc($_GET);
|
||||
undo_magic_quotes_gpc($_COOKIE);
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------- //
|
||||
// ---------------------------------------------------------------------------- //
|
||||
/// Includes, so we can use them elsewhere without having to call them each time.
|
||||
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Classes/User.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Classes/Show.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Classes/Article.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Classes/Project.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Classes/ArticleComment.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Classes/EpisodeComment.php");
|
||||
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Modules/DisplayModule.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Modules/DatabaseModule.php");
|
||||
include($_SERVER["DOCUMENT_ROOT"] . "/Resources/Scripts/PHP/Modules/CommunityModule.php");
|
||||
|
||||
// ---------------------------------------------------------------------------- //
|
||||
// ---------------------------------------------------------------------------- //
|
||||
/// Misc functions - used for who-knows-what and who-knows-when.
|
||||
|
@ -122,8 +65,7 @@ CANTTOUCH;
|
|||
// This function serves to prevent tags within HTML getting into things. It's basically a symbol cleaner.
|
||||
// Kudos to Atli from Dream.In.Code for showing me htmlentities()!
|
||||
function magicClean($text) {
|
||||
$text = htmlentities($text, ENT_QUOTES, "UTF-8");
|
||||
return $text;
|
||||
return htmlentities($text, ENT_QUOTES, "UTF-8");
|
||||
}
|
||||
|
||||
// Hash a password thousands of times using a random salt.
|
||||
|
@ -135,56 +77,15 @@ CANTTOUCH;
|
|||
return $HashedPass;
|
||||
}
|
||||
|
||||
function generateSalt($max = 15) {
|
||||
$characterList = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%&*?";
|
||||
$i = 0;
|
||||
$salt = "";
|
||||
|
||||
while ($i < $max) {
|
||||
$salt .= $characterList{mt_rand(0, (strlen($characterList) - 1))};
|
||||
$i++;
|
||||
}
|
||||
|
||||
return $salt;
|
||||
function generateSalt(int $length = 15): string
|
||||
{
|
||||
return bin2hex(random_bytes($length));
|
||||
}
|
||||
|
||||
// Validate the email address inputted!
|
||||
function checkEmail($email) {
|
||||
$isValid = true;
|
||||
$atIndex = strrpos($email, "@");
|
||||
|
||||
if(is_bool($atIndex) && !$atIndex) {
|
||||
$isValid = false;
|
||||
} else {
|
||||
$domain = substr($email, $atIndex + 1);
|
||||
$local = substr($email, 0, $atIndex);
|
||||
$localLen = strlen($local);
|
||||
$domainLen = strlen($domain);
|
||||
|
||||
if($localLen < 1 || $localLen > 64) {
|
||||
$isValid = false;
|
||||
} elseif($domainLen < 1 || $domainLen > 255) {
|
||||
$isValid = false;
|
||||
} elseif($local[0] == '.' || $local[$localLen - 1] == '.') {
|
||||
$isValid = false;
|
||||
} elseif(preg_match('/\\.\\./', $local)) {
|
||||
$isValid = false;
|
||||
} elseif(!preg_match('/^[A-Za-z0-9\\-\\.]+$/', $domain)) {
|
||||
$isValid = false;
|
||||
} elseif(preg_match('/\\.\\./', $domain)) {
|
||||
$isValid = false;
|
||||
} elseif(!preg_match('/^(\\\\.|[A-Za-z0-9!#%&`_=\\/$\'*+?^{}|~.-])+$/', str_replace("\\\\", "", $local))) {
|
||||
if (!preg_match('/^"(\\\\"|[^"])+"$/', str_replace("\\\\", "", $local))) {
|
||||
$isValid = false;
|
||||
}
|
||||
}
|
||||
|
||||
if ($isValid && !(checkdnsrr($domain, "MX") || checkdnsrr($domain, "A"))) {
|
||||
$isValid = false;
|
||||
}
|
||||
}
|
||||
|
||||
return $isValid;
|
||||
function checkEmail($email): bool
|
||||
{
|
||||
return filter_var($email, FILTER_VALIDATE_EMAIL) ? true : false;
|
||||
}
|
||||
|
||||
// Simple BBCode parse function.
|
||||
|
@ -227,18 +128,18 @@ CANTTOUCH;
|
|||
'<ul>',
|
||||
'</ul>',
|
||||
'<li>$1</li>',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Smile.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Blank.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Bomb.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Grin.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/MegaSad.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Blank.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Huh.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Huh.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Huh.gif\' />',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Horror.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Smile.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Blank.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Bomb.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Grin.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/MegaSad.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Blank.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Huh.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Huh.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Huh.gif\' />',
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Horror.gif\' />',
|
||||
'<pre class="forumCode"><span class="title"><span class="hdr">CODE</span> </span><p style="padding: 5px;">$1</p></pre>',
|
||||
'<img class="Emote" src=\'../Resources/Images/Icons/Emotes/Tongue.gif\' />'
|
||||
'<img class="Emote" src=\'/assets/images/Icons/Emotes/Tongue.gif\' />'
|
||||
);
|
||||
|
||||
$rtrn = preg_replace($input, $output, $data);
|
||||
|
@ -333,4 +234,25 @@ EDITOR;
|
|||
|
||||
return $template;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the path to the given template.
|
||||
*/
|
||||
function template(string $name): string
|
||||
{
|
||||
return "../app/templates/$name.php";
|
||||
}
|
||||
|
||||
/**
|
||||
* Render a template. Pass data to it - uses an output buffer to have PHP process the template instead of using
|
||||
* a template engine. If you're including partials in the page, call render('partial', $data), as $data will still
|
||||
* be available.
|
||||
*/
|
||||
function render(string $baseView, array $data = []): string
|
||||
{
|
||||
ob_start();
|
||||
extract($data);
|
||||
include template($baseView);
|
||||
return ob_get_clean();
|
||||
}
|
||||
?>
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
/*
|
||||
--- The Community Module
|
|
@ -1,19 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
/*
|
||||
--- The Database Module
|
|
@ -1,20 +1,4 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #888; padding-top: 18px;">
|
||||
<center><img style="max-height: 600px;" src="../../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
|
||||
/*
|
||||
--- The Display Module
|
||||
--- This module is for the general listing and displaying of things.
|
||||
|
@ -24,8 +8,8 @@ CANTTOUCH;
|
|||
|
||||
class DisplayModule {
|
||||
|
||||
private $BlogCovers = 'http://localhost:8888/Resources/Images/Covers/BlogPosts/';
|
||||
private $ProjectThumbnails = 'http://localhost:8888/Resources/Images/Thumbs/';
|
||||
private $BlogCovers = '/assets/images/Covers/BlogPosts/';
|
||||
private $ProjectThumbnails = '/assets/images/Thumbs/';
|
||||
|
||||
private $ListedArticle;
|
||||
private $Article4Reading;
|
||||
|
@ -39,7 +23,7 @@ CANTTOUCH;
|
|||
|
||||
/* --- Constructor - creates the module's instance. --- */
|
||||
public function __construct() {
|
||||
|
||||
/*
|
||||
$this->ListedArticle = GetTemplate('articles/listedarticle');
|
||||
$this->Article4Reading = GetTemplate('articles/articlebody');
|
||||
$this->FeaturedArticle = GetTemplate('articles/featured');
|
||||
|
@ -48,7 +32,7 @@ CANTTOUCH;
|
|||
|
||||
$this->CommentBox = GetTemplate('comments/commentbox');
|
||||
$this->CommentForm = GetTemplate('comments/commentform');
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------- */
|
||||
|
@ -161,7 +145,7 @@ CANTTOUCH;
|
|||
if($first) {
|
||||
echo <<<FIRST
|
||||
<a class="latestArticle" href="{$Link}">
|
||||
<img src="Resources/Images/Covers/BlogPosts/{$article->Cover}.png" alt="{$article->Title}" title="{$article->Title}" />
|
||||
<img src="/assets/images/Covers/BlogPosts/{$article->Cover}.png" alt="{$article->Title}" title="{$article->Title}" />
|
||||
|
||||
{$cBox}
|
||||
|
||||
|
@ -175,7 +159,7 @@ FIRST;
|
|||
} else {
|
||||
echo <<<ARTICLE
|
||||
<a class="article" href="{$Link}">
|
||||
<img src="Resources/Images/Covers/BlogPosts/{$article->Cover}.png" />
|
||||
<img src="/assets/images/Covers/BlogPosts/{$article->Cover}.png" />
|
||||
|
||||
{$cBox}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="box">
|
||||
<div style="padding-top: 8px;">
|
||||
<section class="splash">
|
||||
<img src="../Resources/Images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<img src="/assets/images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<a href="../index.php?page=privacy">Privacy</a> | <a href="../index.php?page=tandc">The T&C</a> <br />
|
||||
<p style="width: 200px; margin: 0px auto;">
|
||||
Copyright © 2014, Mad Splash. <br />
|
|
@ -27,7 +27,7 @@
|
|||
?>
|
||||
|
||||
<header>
|
||||
<img class="Logo" src="../Resources/Images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
<img class="Logo" src="/assets/images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -55,5 +55,5 @@
|
|||
<section id="HBIG">
|
||||
<h1>THE BLOG</h1>
|
||||
|
||||
<img src="../Resources/Images/General/SkyDrawn.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
<img src="/assets/images/General/SkyDrawn.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
</section>
|
|
@ -2,7 +2,7 @@
|
|||
$template = <<<TMP
|
||||
<div id="articleComment">
|
||||
<div class="left">
|
||||
<img src="../Resources/Images/Avatars/{{{a}}}" alt="{{{u}}}" title="{{{u}}}" />
|
||||
<img src="/assets/images/Avatars/{{{a}}}" alt="{{{u}}}" title="{{{u}}}" />
|
||||
<a href="#">{{{u}}}</a>
|
||||
</div>
|
||||
|
|
@ -5,9 +5,9 @@ $extra = <<<TMP
|
|||
You're bona fide verified.
|
||||
</h1>
|
||||
|
||||
<img src="../Resources/Images/General/SkyDrawn.png" style="float: right; position: absolute; right: 50px; bottom: 0px;" />
|
||||
<img src="../Resources/Images/General/Batty1.png" style="float: left; position: absolute; left: 30px; top: 50px;" />
|
||||
<img src="../Resources/Images/General/Car2.png" style="float: left; position: absolute; left: 80px; bottom: 20px; transform: rotate(24deg);
|
||||
<img src="/assets/images/General/SkyDrawn.png" style="float: right; position: absolute; right: 50px; bottom: 0px;" />
|
||||
<img src="/assets/images/General/Batty1.png" style="float: left; position: absolute; left: 30px; top: 50px;" />
|
||||
<img src="/assets/images/General/Car2.png" style="float: left; position: absolute; left: 80px; bottom: 20px; transform: rotate(24deg);
|
||||
-ms-transform: rotate(24deg);
|
||||
-webkit-transform: rotate(24deg);" />
|
||||
|
|
@ -12,6 +12,6 @@ $extra = <<<TMP
|
|||
Sorry about that...
|
||||
</p>
|
||||
|
||||
<img src="../Resources/Images/General/TamakiSad.png" style="margin: 12px auto; display: block;" />
|
||||
<img src="/assets/images/General/TamakiSad.png" style="margin: 12px auto; display: block;" />
|
||||
TMP;
|
||||
?>
|
|
@ -2,7 +2,7 @@
|
|||
<div class="box">
|
||||
<div style="padding-top: 8px;">
|
||||
<section class="splash">
|
||||
<img src="../Resources/Images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<img src="/assets/images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<a href="../index.php?page=privacy">Privacy</a> | <a href="../index.php?page=tandc">The T&C</a> <br />
|
||||
<p style="width: 200px; margin: 0px auto;">
|
||||
Copyright © 2014, Mad Splash. <br />
|
|
@ -35,7 +35,7 @@
|
|||
?>
|
||||
|
||||
<header>
|
||||
<img class="Logo" src="../Resources/Images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
<img class="Logo" src="/assets/images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
|
||||
<nav>
|
||||
<ul>
|
|
@ -5,7 +5,7 @@
|
|||
<section id="HBIG">
|
||||
<h1>LOGIN</h1>
|
||||
|
||||
<img src="../Resources/Images/General/Cookie.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
<img src="/assets/images/General/Cookie.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
</section>
|
||||
|
||||
<section id="body">
|
||||
|
@ -41,7 +41,7 @@
|
|||
<div class="right" style="width: 560px;">
|
||||
<h1 class="H1-2">Don't Have an Account?</h1>
|
||||
|
||||
<img src="../Resources/Images/General/Cookie.png" style="display: block; height: 280px; margin: 6px auto; margin-bottom: 16px;" />
|
||||
<img src="/assets/images/General/Cookie.png" style="display: block; height: 280px; margin: 6px auto; margin-bottom: 16px;" />
|
||||
|
||||
<input class="blueButton" type="button" value="CREATE AN ACCOUNT" onClick="window.location.href='community.php?page=register'">
|
||||
</div>
|
|
@ -5,7 +5,7 @@
|
|||
<section id="HBIG">
|
||||
<h1>VERIFY</h1>
|
||||
|
||||
<img src="../Resources/Images/General/Cookie.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
<img src="/assets/images/General/Cookie.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
</section>
|
||||
|
||||
<section id="body">
|
|
@ -6,7 +6,7 @@ $template = <<<TMP
|
|||
html { background-color: #cacbca; }
|
||||
body { width: 800px; margin: 0px auto; background-color: #cacbca; }
|
||||
|
||||
div#head { width: 100%; height: 200px; background: #4aa1ef url('http://localhost:8888/Resources/Images/Backgrounds/EmailHead.jpg'); margin-bottom: -48px; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
|
||||
div#head { width: 100%; height: 200px; background: #4aa1ef url('http://localhost:8888//assets/images/Backgrounds/EmailHead.jpg'); margin-bottom: -48px; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
|
||||
div#body { width: 82%; min-height: 70px; margin: 0px auto; margin-bottom: 20px; background-color: #fffffe; padding-bottom: 16px; }
|
||||
|
||||
h1 { color: #666; font: bold 28px Arial, Helvetica, Geneva, sans-serif; padding: 8px 0px 0px 12px; height: 20px; }
|
||||
|
@ -20,7 +20,7 @@ $template = <<<TMP
|
|||
<body>
|
||||
|
||||
<div id="head">
|
||||
<img class="logo" src="http://localhost:8888/Resources/Images/Logos/NewLogo.png" />
|
||||
<img class="logo" src="http://localhost:8888//assets/images/Logos/NewLogo.png" />
|
||||
</div>
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ $template = <<<TMP
|
|||
html { background-color: #cacbca; }
|
||||
body { width: 800px; margin: 0px auto; background-color: #cacbca; }
|
||||
|
||||
div#head { width: 100%; height: 200px; background: #4aa1ef url('http://localhost:8888/Resources/Images/Backgrounds/EmailHead.jpg'); margin-bottom: -48px; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
|
||||
div#head { width: 100%; height: 200px; background: #4aa1ef url('http://localhost:8888//assets/images/Backgrounds/EmailHead.jpg'); margin-bottom: -48px; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
|
||||
div#body { width: 82%; min-height: 70px; margin: 0px auto; margin-bottom: 20px; background-color: #fffffe; padding-bottom: 16px; }
|
||||
|
||||
h1 { color: #666; font: bold 28px Arial, Helvetica, Geneva, sans-serif; padding: 8px 0px 0px 12px; height: 20px; }
|
||||
|
@ -20,7 +20,7 @@ $template = <<<TMP
|
|||
<body>
|
||||
|
||||
<div id="head">
|
||||
<img class="logo" src="http://localhost:8888/Resources/Images/Logos/NewLogo.png" />
|
||||
<img class="logo" src="http://localhost:8888//assets/images/Logos/NewLogo.png" />
|
||||
</div>
|
||||
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="box">
|
||||
<div style="padding-top: 8px;">
|
||||
<section class="splash">
|
||||
<img src="Resources/Images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<img src="/assets/images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<a href="index.php?page=privacy">Privacy</a> | <a href="index.php?page=tandc">The T&C</a> <br />
|
||||
<p style="width: 200px; margin: 0px auto;">
|
||||
Copyright © 2014, Mad Splash. <br />
|
41
app/templates/header.php
Executable file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Stuff, Community, Fun | Mad Splash!</title>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/MadSplash_v3.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/assets/css/CustomFonts.css" type="text/css" />
|
||||
|
||||
<script src="/assets/scripts/latestTweet.js"></script>
|
||||
</head>
|
||||
|
||||
<body id="index" class="home">
|
||||
<?= render('supernav') ?>
|
||||
|
||||
<header>
|
||||
<img class="Logo" src="/assets/images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a class="navLink" href="/">Home</a></li>
|
||||
<li><a class="navLink" href="/blog">Blog</a></li>
|
||||
<li><a class="navLink" href="http://forums.madsplash.net/">Forums</a></li>
|
||||
|
||||
<li class="dropdown">
|
||||
<a class="dropLink" href="projects.php">Projects</a>
|
||||
|
||||
<div class="drop">
|
||||
<section>
|
||||
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=game">Games</a>
|
||||
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=book">Books</a>
|
||||
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=show">Shows</a>
|
||||
</section>
|
||||
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<div>
|
||||
<?php
|
||||
$display->frontPageArticles();
|
||||
//$display->frontPageArticles();
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
@ -15,17 +15,6 @@
|
|||
|
||||
<section id="rightColumn">
|
||||
|
||||
<h1>Latest socials</h1>
|
||||
<div id="tweets">
|
||||
<a class="Twitter" style="background-color: #666; margin-right: 4px; float: left;"> </a>
|
||||
|
||||
<div id="tweet" style="float: right;">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<div class="clear"> </div>
|
|
@ -2,7 +2,7 @@
|
|||
<div class="box">
|
||||
<div style="padding-top: 8px;">
|
||||
<section class="splash">
|
||||
<img src="../Resources/Images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<img src="/assets/images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||||
<a href="../index.php?page=privacy">Privacy</a> | <a href="../index.php?page=tandc">The T&C</a> <br />
|
||||
<p style="width: 200px; margin: 0px auto;">
|
||||
Copyright © 2014, Mad Splash. <br />
|
|
@ -27,7 +27,7 @@
|
|||
?>
|
||||
|
||||
<header>
|
||||
<img class="Logo" src="../Resources/Images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
<img class="Logo" src="/assets/images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
|
||||
|
||||
<nav>
|
||||
<ul>
|
|
@ -5,8 +5,8 @@
|
|||
<section id="HBIG">
|
||||
<h1>PROJECTS</h1>
|
||||
|
||||
<img src="../Resources/Images/General/CC3.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
<img src="../Resources/Images/General/Batty1.png" style="position: absolute; right: 200px; top: 4px; float: right;" />
|
||||
<img src="/assets/images/General/CC3.png" style="position: absolute; right: 22px; top: 16px; float: right;" />
|
||||
<img src="/assets/images/General/Batty1.png" style="position: absolute; right: 200px; top: 4px; float: right;" />
|
||||
</section>
|
||||
|
||||
<section id="body">
|
6
app/templates/slider.php
Executable file
|
@ -0,0 +1,6 @@
|
|||
<section id="slider">
|
||||
<div class="slide" style="background: url('/assets/images/Covers/Slides/NewLogoSlide.jpg') no-repeat center center; background-size: cover;">
|
||||
<!--<a class="slideLink" href="http://the-rpg-makers.wikia.com/" target="_blank"
|
||||
style="background: url('/assets/images/Covers/SlideLinks/CIOButton.png') no-repeat top center;"></a>-->
|
||||
</div>
|
||||
</section>
|
45
app/templates/supernav.php
Executable file
|
@ -0,0 +1,45 @@
|
|||
<section id="SuperNav">
|
||||
<?php if(!empty($_COOKIE['MadSplashUser'])): ?>
|
||||
<div class="left" style="padding-left: 12px;">
|
||||
Heyas, <a href="#">{$user[1]}</a>! You can go to your <a href="#">User CP</a> or <a href="http://localhost:8888/Resources/Scripts/PHP/Hubs/CommunityHub.php?user={$user[0]}&action=logout">logout</a>.
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="left" style="padding-left: 12px;">
|
||||
Hey there, Guest. You can <a href="http://localhost:8888/community/index.php?page=login">login</a>
|
||||
or <a href="http://localhost:8888/community/index.php?page=register">register</a> here.
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="right">
|
||||
<a class="YouTube" href="http://youtube.com/User/MadSplashTV" target="_blank"> </a>
|
||||
<a class="Twitter" href="http://twitter.com/MadSplashStudio" target="_blank"> </a>
|
||||
|
||||
<div class="CrossNav">
|
||||
<img src="/assets/images/Icons/General/CrossNavDark.png" style="width: 28px; height: 28px;" />
|
||||
|
||||
<ul>
|
||||
<a href="http://therpg.madsplash.net/" target="_blank">
|
||||
<li class="RPG">
|
||||
<img src="/assets/images/Logos/TheRPG.png" style="width: 38px; float: left; margin-right: 4px; margin-top: 4px;" />
|
||||
|
||||
<a class="RPGLink">The RPG</a> <br />
|
||||
Our up-and-coming web-and-text-based RPG. Play!
|
||||
</li>
|
||||
</a>
|
||||
|
||||
<li class="footer">
|
||||
<div style="padding: 4px 8px;">
|
||||
Follow us here, too: <br />
|
||||
|
||||
<div class="right">
|
||||
<a class="YouTube" href="http://youtube.com/User/MadSplashTV" target="_blank"> </a>
|
||||
<a class="Twitter" href="http://twitter.com/MadSplashStudio" target="_blank"> </a>
|
||||
</div>
|
||||
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
495
app/templates/tictactoe.php
Normal file
|
@ -0,0 +1,495 @@
|
|||
<script>
|
||||
if (document.all || document.getElementById) {
|
||||
document.write('<style>.tictac{')
|
||||
document.write('width:50px;height:50px;')
|
||||
document.write('}</style>')
|
||||
}
|
||||
|
||||
var sqr1
|
||||
var sqr2
|
||||
var sqr3
|
||||
var sqr4
|
||||
var sqr5
|
||||
var sqr6
|
||||
var sqr7
|
||||
var sqr8
|
||||
var sqr9
|
||||
var sqr1T = 0
|
||||
var sqr2T = 0
|
||||
var sqr3T = 0
|
||||
var sqr4T = 0
|
||||
var sqr5T = 0
|
||||
var sqr6T = 0
|
||||
var sqr7T = 0
|
||||
var sqr8T = 0
|
||||
var sqr9T = 0
|
||||
var moveCount = 0
|
||||
var turn = 0
|
||||
var mode = 1
|
||||
|
||||
function vari() {
|
||||
sqr1 = document.tic.sqr1.value
|
||||
sqr2 = document.tic.sqr2.value
|
||||
sqr3 = document.tic.sqr3.value
|
||||
sqr4 = document.tic.sqr4.value
|
||||
sqr5 = document.tic.sqr5.value
|
||||
sqr6 = document.tic.sqr6.value
|
||||
sqr7 = document.tic.sqr7.value
|
||||
sqr8 = document.tic.sqr8.value
|
||||
sqr9 = document.tic.sqr9.value
|
||||
}
|
||||
|
||||
function check() {
|
||||
if (sqr1 == " X " && sqr2 == " X " && sqr3 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr4 == " X " && sqr5 == " X " && sqr6 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr7 == " X " && sqr8 == " X " && sqr9 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr1 == " X " && sqr5 == " X " && sqr9 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr1 == " X " && sqr4 == " X " && sqr7 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr2 == " X " && sqr5 == " X " && sqr8 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr3 == " X " && sqr6 == " X " && sqr9 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr1 == " X " && sqr5 == " X " && sqr9 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else if (sqr3 == " X " && sqr5 == " X " && sqr7 == " X ") {
|
||||
alert("Congrats, you've beat the computer!")
|
||||
reset()
|
||||
} else {
|
||||
winCheck()
|
||||
check2()
|
||||
drawCheck()
|
||||
}
|
||||
}
|
||||
|
||||
function check2() {
|
||||
vari()
|
||||
drawCheck()
|
||||
if (sqr1 == " O " && sqr2 == " O " && sqr3 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr4 == " O " && sqr5 == " O " && sqr6 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr7 == " O " && sqr8 == " O " && sqr9 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr1 == " O " && sqr5 == " O " && sqr9 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr1 == " O " && sqr4 == " O " && sqr7 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr2 == " O " && sqr5 == " O " && sqr8 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr3 == " O " && sqr6 == " O " && sqr9 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr1 == " O " && sqr5 == " O " && sqr9 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
} else if (sqr3 == " O " && sqr5 == " O " && sqr7 == " O ") {
|
||||
alert("Unfortunately, you've lost. Try again!")
|
||||
reset()
|
||||
}
|
||||
}
|
||||
|
||||
function player1Check() {
|
||||
if (sqr1 == " X " && sqr2 == " X " && sqr3 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr4 == " X " && sqr5 == " X " && sqr6 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr7 == " X " && sqr8 == " X " && sqr9 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr1 == " X " && sqr5 == " X " && sqr9 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr1 == " X " && sqr4 == " X " && sqr7 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr2 == " X " && sqr5 == " X " && sqr8 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr3 == " X " && sqr6 == " X " && sqr9 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr1 == " X " && sqr5 == " X " && sqr9 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else if (sqr3 == " X " && sqr5 == " X " && sqr7 == " X ") {
|
||||
alert("Woot! Player 1 has won!")
|
||||
reset()
|
||||
} else {
|
||||
player2Check()
|
||||
drawCheck()
|
||||
}
|
||||
}
|
||||
|
||||
function player2Check() {
|
||||
vari()
|
||||
drawCheck()
|
||||
if (sqr1 == " O " && sqr2 == " O " && sqr3 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr4 == " O " && sqr5 == " O " && sqr6 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr7 == " O " && sqr8 == " O " && sqr9 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr1 == " O " && sqr5 == " O " && sqr9 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr1 == " O " && sqr4 == " O " && sqr7 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr2 == " O " && sqr5 == " O " && sqr8 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr3 == " O " && sqr6 == " O " && sqr9 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr1 == " O " && sqr5 == " O " && sqr9 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
} else if (sqr3 == " O " && sqr5 == " O " && sqr7 == " O ") {
|
||||
alert("Blast. Player 2 has won.")
|
||||
reset()
|
||||
}
|
||||
}
|
||||
|
||||
function drawCheck() {
|
||||
vari()
|
||||
moveCount = sqr1T + sqr2T + sqr3T + sqr4T + sqr5T + sqr6T + sqr7T + sqr8T + sqr9T
|
||||
if (moveCount == 9) {
|
||||
reset()
|
||||
alert("You tied with the computer. Try harder next time!")
|
||||
}
|
||||
}
|
||||
|
||||
function winCheck() {
|
||||
check2()
|
||||
if (sqr1 == " O " && sqr2 == " O " && sqr3T == 0 && turn == 1) {
|
||||
document.tic.sqr3.value = " O "
|
||||
sqr3T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr2 == " O " && sqr3 == " O " && sqr1T == 0 && turn == 1) {
|
||||
document.tic.sqr1.value = " O "
|
||||
sqr1T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr4 == " O " && sqr5 == " O " && sqr6T == 0 && turn == 1) {
|
||||
document.tic.sqr6.value = " O "
|
||||
sqr6T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr5 == " O " && sqr6 == " O " && sqr4T == 0 && turn == 1) {
|
||||
document.tic.sqr4.value = " O "
|
||||
sqr4T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr7 == " O " && sqr8 == " O " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr8 == " O " && sqr9 == " O " && sqr7T == 0 && turn == 1) {
|
||||
document.tic.sqr7.value = " O "
|
||||
sqr7T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " O " && sqr5 == " O " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr5 == " O " && sqr9 == " O " && sqr1T == 0 && turn == 1) {
|
||||
document.tic.sqr1.value = " O "
|
||||
sqr1T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " O " && sqr5 == " O " && sqr7T == 0 && turn == 1) {
|
||||
document.tic.sqr7.value = " O "
|
||||
sqr7T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr7 == " O " && sqr5 == " O " && sqr3T == 0 && turn == 1) {
|
||||
document.tic.sqr3.value = " O "
|
||||
sqr3T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " O " && sqr3 == " O " && sqr2T == 0 && turn == 1) {
|
||||
document.tic.sqr2.value = " O "
|
||||
sqr2T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr4 == " O " && sqr6 == " O " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr7 == " O " && sqr9 == " O " && sqr8T == 0 && turn == 1) {
|
||||
document.tic.sqr8.value = " O "
|
||||
sqr8T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " O " && sqr7 == " O " && sqr4T == 0 && turn == 1) {
|
||||
document.tic.sqr4.value = " O "
|
||||
sqr4T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr2 == " O " && sqr8 == " O " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " O " && sqr9 == " O " && sqr6T == 0 && turn == 1) {
|
||||
document.tic.sqr6.value = " O "
|
||||
sqr6T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " O " && sqr5 == " O " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr4 == " O " && sqr7 == " O " && sqr1T == 0 && turn == 1) {
|
||||
document.tic.sqr1.value = " O "
|
||||
sqr1T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr5 == " O " && sqr8 == " O " && sqr2T == 0 && turn == 1) {
|
||||
document.tic.sqr2.value = " O "
|
||||
sqr2T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr6 == " O " && sqr9 == " O " && sqr3T == 0 && turn == 1) {
|
||||
document.tic.sqr3.value = " O "
|
||||
sqr3T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " O " && sqr4 == " O " && sqr7T == 0 && turn == 1) {
|
||||
document.tic.sqr7.value = " O "
|
||||
sqr7T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr2 == " O " && sqr5 == " O " && sqr8T == 0 && turn == 1) {
|
||||
document.tic.sqr8.value = " O "
|
||||
sqr8T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " O " && sqr6 == " O " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " O " && sqr9 == " O " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " O " && sqr7 == " O " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else {
|
||||
computer()
|
||||
}
|
||||
check2()
|
||||
}
|
||||
|
||||
function computer() {
|
||||
check2()
|
||||
if (sqr1 == " X " && sqr2 == " X " && sqr3T == 0 && turn == 1) {
|
||||
document.tic.sqr3.value = " O "
|
||||
sqr3T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr2 == " X " && sqr3 == " X " && sqr1T == 0 && turn == 1) {
|
||||
document.tic.sqr1.value = " O "
|
||||
sqr1T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr4 == " X " && sqr5 == " X " && sqr6T == 0 && turn == 1) {
|
||||
document.tic.sqr6.value = " O "
|
||||
sqr6T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr5 == " X " && sqr6 == " X " && sqr4T == 0 && turn == 1) {
|
||||
document.tic.sqr4.value = " O "
|
||||
sqr4T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr7 == " X " && sqr8 == " X " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr8 == " X " && sqr9 == " X " && sqr7T == 0 && turn == 1) {
|
||||
document.tic.sqr7.value = " O "
|
||||
sqr7T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " X " && sqr5 == " X " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr5 == " X " && sqr9 == " X " && sqr1T == 0 && turn == 1) {
|
||||
document.tic.sqr1.value = " O "
|
||||
sqr1T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " X " && sqr5 == " X " && sqr7T == 0 && turn == 1) {
|
||||
document.tic.sqr7.value = " O "
|
||||
sqr7T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr7 == " X " && sqr5 == " X " && sqr3T == 0 && turn == 1) {
|
||||
document.tic.sqr3.value = " O "
|
||||
sqr3T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " X " && sqr3 == " X " && sqr2T == 0 && turn == 1) {
|
||||
document.tic.sqr2.value = " O "
|
||||
sqr2T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr4 == " X " && sqr6 == " X " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr7 == " X " && sqr9 == " X " && sqr8T == 0 && turn == 1) {
|
||||
document.tic.sqr8.value = " O "
|
||||
sqr8T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " X " && sqr7 == " X " && sqr4T == 0 && turn == 1) {
|
||||
document.tic.sqr4.value = " O "
|
||||
sqr4T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr2 == " X " && sqr8 == " X " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " X " && sqr9 == " X " && sqr6T == 0 && turn == 1) {
|
||||
document.tic.sqr6.value = " O "
|
||||
sqr6T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " X " && sqr5 == " X " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr4 == " X " && sqr7 == " X " && sqr1T == 0 && turn == 1) {
|
||||
document.tic.sqr1.value = " O "
|
||||
sqr1T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr5 == " X " && sqr8 == " X " && sqr2T == 0 && turn == 1) {
|
||||
document.tic.sqr2.value = " O "
|
||||
sqr2T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr6 == " X " && sqr9 == " X " && sqr3T == 0 && turn == 1) {
|
||||
document.tic.sqr3.value = " O "
|
||||
sqr3T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " X " && sqr4 == " X " && sqr7T == 0 && turn == 1) {
|
||||
document.tic.sqr7.value = " O "
|
||||
sqr7T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr2 == " X " && sqr5 == " X " && sqr8T == 0 && turn == 1) {
|
||||
document.tic.sqr8.value = " O "
|
||||
sqr8T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " X " && sqr6 == " X " && sqr9T == 0 && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
sqr9T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr1 == " X " && sqr9 == " X " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else if (sqr3 == " X " && sqr7 == " X " && sqr5T == 0 && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
sqr5T = 1;
|
||||
turn = 0;
|
||||
} else {
|
||||
AI()
|
||||
}
|
||||
check2()
|
||||
}
|
||||
|
||||
function AI() {
|
||||
vari()
|
||||
if (document.tic.sqr5.value == " " && turn == 1) {
|
||||
document.tic.sqr5.value = " O "
|
||||
turn = 0
|
||||
sqr5T = 1
|
||||
} else if (document.tic.sqr1.value == " " && turn == 1) {
|
||||
document.tic.sqr1.value = " O "
|
||||
turn = 0
|
||||
sqr1T = 1
|
||||
} else if (document.tic.sqr9.value == " " && turn == 1) {
|
||||
document.tic.sqr9.value = " O "
|
||||
turn = 0
|
||||
sqr9T = 1
|
||||
} else if (document.tic.sqr6.value == " " && turn == 1) {
|
||||
document.tic.sqr6.value = " O "
|
||||
turn = 0
|
||||
sqr6T = 1
|
||||
} else if (document.tic.sqr2.value == " " && turn == 1) {
|
||||
document.tic.sqr2.value = " O "
|
||||
turn = 0
|
||||
sqr2T = 1
|
||||
} else if (document.tic.sqr8.value == " " && turn == 1) {
|
||||
document.tic.sqr8.value = " O "
|
||||
turn = 0
|
||||
sqr8T = 1
|
||||
} else if (document.tic.sqr3.value == " " && turn == 1) {
|
||||
document.tic.sqr3.value = " O "
|
||||
turn = 0
|
||||
sqr3T = 1
|
||||
} else if (document.tic.sqr7.value == " " && turn == 1) {
|
||||
document.tic.sqr7.value = " O "
|
||||
turn = 0
|
||||
sqr7T = 1
|
||||
} else if (document.tic.sqr4.value == " " && turn == 1) {
|
||||
document.tic.sqr4.value = " O "
|
||||
turn = 0
|
||||
sqr4T = 1
|
||||
}
|
||||
check2()
|
||||
}
|
||||
|
||||
function reset() {
|
||||
document.tic.sqr1.value = " "
|
||||
document.tic.sqr2.value = " "
|
||||
document.tic.sqr3.value = " "
|
||||
document.tic.sqr4.value = " "
|
||||
document.tic.sqr5.value = " "
|
||||
document.tic.sqr6.value = " "
|
||||
document.tic.sqr7.value = " "
|
||||
document.tic.sqr8.value = " "
|
||||
document.tic.sqr9.value = " "
|
||||
sqr1T = 0
|
||||
sqr2T = 0
|
||||
sqr3T = 0
|
||||
sqr4T = 0
|
||||
sqr5T = 0
|
||||
sqr6T = 0
|
||||
sqr7T = 0
|
||||
sqr8T = 0
|
||||
sqr9T = 0
|
||||
vari()
|
||||
turn = 0
|
||||
moveCount = 0
|
||||
}
|
||||
|
||||
function resetter() {
|
||||
reset()
|
||||
}
|
||||
</script>
|
||||
|
||||
<section id="cover">
|
||||
<div class="cover" style="background-image: url('/assets/images/Covers/BlogPosts/BlueCheckers.png');"> </div>
|
||||
</section>
|
||||
|
||||
<section id="body">
|
||||
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
||||
|
||||
<h1>Set's Tic-Tac-Toe</h1>
|
||||
|
||||
<form name="tic" style="width: 50%; display: block; margin: 0px auto; padding: 12px 0px;">
|
||||
<center>
|
||||
<input type="button" name="sqr1" class="tictac" value=" " onClick="if(document.tic.sqr1.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr1.value = ' X '; sqr1T = 1; turn = 1; vari(); check();} else if(document.tic.sqr1.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr1.value = ' X '; sqr1T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr1.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr1.value = ' O '; sqr1T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT>
|
||||
<input type="button" name="sqr2" class="tictac" value=" " onClick="if(document.tic.sqr2.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr2.value = ' X '; sqr2T = 1; turn = 1; vari(); check();} else if(document.tic.sqr2.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr2.value = ' X '; sqr2T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr2.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr2.value = ' O '; sqr2T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT>
|
||||
<input type="button" name="sqr3" class="tictac" value=" " onClick="if(document.tic.sqr3.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr3.value = ' X '; sqr3T = 1; turn = 1; vari(); check();} else if(document.tic.sqr3.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr3.value = ' X '; sqr3T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr3.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr3.value = ' O '; sqr3T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT><br />
|
||||
<input type="button" name="sqr4" class="tictac" value=" " onClick="if(document.tic.sqr4.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr4.value = ' X '; sqr4T = 1; turn = 1; vari(); check();} else if(document.tic.sqr4.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr4.value = ' X '; sqr4T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr4.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr4.value = ' O '; sqr4T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT>
|
||||
<input type="button" name="sqr5" class="tictac" value=" " onClick="if(document.tic.sqr5.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr5.value = ' X '; sqr5T = 1; turn = 1; vari(); check();} else if(document.tic.sqr5.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr5.value = ' X '; sqr5T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr5.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr5.value = ' O '; sqr5T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT>
|
||||
<input type="button" name="sqr6" class="tictac" value=" " onClick="if(document.tic.sqr6.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr6.value = ' X '; sqr6T = 1; turn = 1; vari(); check();} else if(document.tic.sqr6.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr6.value = ' X '; sqr6T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr6.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr6.value = ' O '; sqr6T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT><br />
|
||||
<input type="button" name="sqr7" class="tictac" value=" " onClick="if(document.tic.sqr7.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr7.value = ' X '; sqr7T = 1; turn = 1; vari(); check();} else if(document.tic.sqr7.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr7.value = ' X '; sqr7T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr7.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr7.value = ' O '; sqr7T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT>
|
||||
<input type="button" name="sqr8" class="tictac" value=" " onClick="if(document.tic.sqr8.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr8.value = ' X '; sqr8T = 1; turn = 1; vari(); check();} else if(document.tic.sqr8.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr8.value = ' X '; sqr8T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr8.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr8.value = ' O '; sqr8T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT>
|
||||
<input type="button" name="sqr9" class="tictac" value=" " onClick="if(document.tic.sqr9.value == ' ' && turn == 0 && mode == 1) {document.tic.sqr9.value = ' X '; sqr9T = 1; turn = 1; vari(); check();} else if(document.tic.sqr9.value == ' ' && turn == 1 && mode == 2) {document.tic.sqr9.value = ' X '; sqr9T = 1; turn = 0; vari(); player1Check()} else if(document.tic.sqr9.value == ' ' && turn == 0 && mode == 2) {document.tic.sqr9.value = ' O '; sqr9T = 1; turn = 1; vari(); player1Check()} drawCheck()"></INPUT>
|
||||
</center>
|
||||
</form>
|
||||
</section>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/PerryCantTouch2.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
if(!defined('SAFE')) {
|
||||
$page = <<<CANTTOUCH
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="padding:0px; margin:0px; background-color: #425b5c;">
|
||||
<center><img src="../../Images/General/CantTouchThis.png" /></center>
|
||||
</body>
|
||||
</html>
|
||||
CANTTOUCH;
|
||||
|
||||
die($page);
|
||||
}
|
||||
?>
|
56
public/assets/css/CustomFonts.css
Executable file
|
@ -0,0 +1,56 @@
|
|||
@font-face {
|
||||
font-family: 'Bebas';
|
||||
src: url('/assets/fonts/BebasNeue-webfont.eot');
|
||||
src: url('/assets/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/BebasNeue-webfont.woff') format('woff'),
|
||||
url('/assets/fonts/BebasNeue-webfont.ttf') format('truetype'),
|
||||
url('/assets/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Minecraft";
|
||||
src: url("/assets/fonts/Minecraft_font.eot?") format("eot"),
|
||||
url("/assets/fonts/Minecraft_font.woff") format("woff"),
|
||||
url("/assets/fonts/Minecraft_font.ttf") format("truetype"),
|
||||
url("/assets/fonts/Minecraft_font.svg#Minecraft") format("svg");
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Candara';
|
||||
src: url('/assets/fonts/candara-webfont.eot');
|
||||
src: url('/assets/fonts/candara-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/candara-webfont.woff') format('woff'),
|
||||
url('/assets/fonts/candara-webfont.ttf') format('truetype'),
|
||||
url('/assets/fonts/candara-webfont.svg#CandaraRegular') format('svg');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'CandaraB';
|
||||
src: url('/assets/fonts/candarab-webfont.eot');
|
||||
src: url('/assets/fonts/candarab-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/candarab-webfont.woff') format('woff'),
|
||||
url('/assets/fonts/candarab-webfont.ttf') format('truetype'),
|
||||
url('/assets/fonts/candarab-webfont.svg#CandaraBold') format('svg');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Handwriting';
|
||||
src: url('/assets/fonts/SF_Arch_Rival-webfont.eot');
|
||||
src: url('/assets/fonts/SF_Arch_Rival-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/SF_Arch_Rival-webfont.woff') format('woff'),
|
||||
url('/assets/fonts/SF_Arch_Rival-webfont.ttf') format('truetype'),
|
||||
url('/assets/fonts/SF_Arch_Rival-webfont.svg#sf_arch_rivalregular') format('svg');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ZeroNero';
|
||||
src: url('/assets/fonts/zeronero-webfont.eot');
|
||||
src: url('/assets/fonts/zeronero-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/assets/fonts/zeronero-webfont.woff') format('woff'),
|
||||
url('/assets/fonts/zeronero-webfont.ttf') format('truetype'),
|
||||
url('/assets/fonts/zeronero-webfont.svg#zeroneroblack') format('svg');
|
||||
}
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 194 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |