Change footer.php

This commit is contained in:
Ruan 2015-02-18 20:13:15 +02:00
parent 6167f1f400
commit 20e1ea7217

View File

@ -1,5 +1,5 @@
<?php
$data = json_decode(file_get_contents('http://mcapi.ca/v2/query/info/?ip=' . $serverip), true);
$data = json_decode(file_get_contents('https://mcapi.ca/v2/query/info/?ip=' . $serverip), true);
?>
<div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container">
@ -11,8 +11,7 @@ $data = json_decode(file_get_contents('http://mcapi.ca/v2/query/info/?ip=' . $se
<span class="icon-bar"></span>
</button>
<p class="navbar-text" style="font-size:15px;color:white;">&copy; <a
href="http://dev.bukkit.org/profiles/netherfoam/" target="_blank">Plugin Creator</a> | <a
href="http://dev.bukkit.org/profiles/YiveMe" target="_blank">PHP Script Creator</a></p>
href="http://www.spigotmc.org/resources/litebans.3715/" target="_blank">LiteBans</a> | <a
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
@ -32,14 +31,9 @@ $data = json_decode(file_get_contents('http://mcapi.ca/v2/query/info/?ip=' . $se
<div class="modal-body">
<div class="well well-sm">
<h4>Credits</h4>
<p><a href="http://dev.bukkit.org/profiles/netherfoam/" target="_blank">netherfoam - Plugin
Developer</a>
<br/>
<a href="http://twitter.com/ItsYive" target="_blank">Yive - PHP Developer</a>
<br/>
<a href="https://twitter.com/boboman_13" target="_blank">boboman_13 - Helped with censoring
IPs</a>
<a href="http://www.spigotmc.org/resources/litebans.3715/" target="_blank">Ruan - LiteBans Developer</a>
<br>
<a href="http://twitter.com/ItsYive" target="_blank">Yive - Original web interface design</a>
</div>
</div>
<div class="modal-footer">