Example #1
0
<?php

include "header.php";
define('__ROOT__', dirname(__FILE__));
//require_once(__ROOT__.'/controllers/playersc.php');
require_once __ROOT__ . '/models/connection.php';
require_once __ROOT__ . '/models/PlayerM.php';
$db = new DBConnection();
$PM = new PlayersM($db);
$IPCON = false;
$IPC = $PM->GetUserByIP($_SERVER['REMOTE_ADDR']);
if ($IPC) {
    if (sizeOf($IPC) == 1) {
        $IPCON = true;
    }
}
?>

  <div class="container basic-set marketing" >

<h2><span style="color:#2980b9">Thank you for taking time to consider Contributing to the Prophecy Gaming Community.</span></h2>
<hr />
<p>Prophecy Gaming is not a pay to win server and as such 
we do not believe that it is fair to allow players to pay for equipment which provides a tactical advantage in game, or gives anyone better gear. 
We also do not charge subscriptions or any money for any features in game, be it Mods / Missions or any Add-Ons that we are hosting, every mission you play is totally free and all access is given to everything available in said mission.</p>

<p>By contributing to the server you are <span style="color:#e74c3c">NOT paying for rewards in game</span>, you are only helping us keep the server alive.</p>

<p>However, the players who do give back to the community should be <span style="color:#e74c3c">rewarded and thus they are given the rewards as a thank you, not as a paid service.</span></p>

<p><span style="color:#e74c3c">We are incredibly grateful for any Contributions. Little or large.</span> Your contribution cover's Team-speak Costs, Website Upkeep and Server costs , the rewards we provide are a thank you for helping us with the upkeep of the community.</p>