Remove Google Ads

Ads just make it look gross
This commit is contained in:
Arctic Code 2014-03-01 20:11:52 -06:00
parent db140f58c6
commit 2052425469
2 changed files with 3 additions and 18 deletions

View File

@ -66,7 +66,7 @@ class api{
$short = base_convert($short, 10, 36);
$dpass = substr(number_format(time() * mt_rand(),0,'',''),0,10);
$dpass = base_convert($short.$dpass, 10, 36);
$dpass = base_convert($short.$dpass, 10, 36);
if($dpass != null): $sql = "INSERT INTO `links` (link, shortlink, dpass) VALUES ('$link', '$short', '$dpass')";
else: $sql = "INSERT INTO `links` (link, shortlink, dpass) VALUES ('$link', '$short', '$apikey')";

View File

@ -107,25 +107,10 @@
</form>
<div id="message">
<div class="gab" align="center">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- unps.bottom -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6762927271223365"
data-ad-slot="7270772487"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div id="theLoader">
<div id="ajaxloader"></div><p id="loading">Loading...</p>
</div>
</div>
<div id="theLoader">
<div id="ajaxloader"></div><p id="loading">Loading...</p>
</div>
</div>
</div>
<div id="footer" style="position:absolute;width:100%;bottom:1%;">