View file public_html/vipadz/blacklistwords.php

File size: 812B
<?php

/************************************

Script : Adnetwork
Website : http://facebook.com/pranto007

Script is created and provided by Pranto (http://facebook.com/pranto007)
**************************************/
include '../db.php';
include '../functions.php';

headtag("$SiteName - Blacklist Words");

if($adminlog==1){
echo '<div class="title">Words Blacklist Panel</div>';

echo '<div class="ad"><img src="/arrow.png" height="16" width="16"/> <a href="wallblacklist.php">Wall Blacklist</a></div>';

echo '<div class="ad"><img src="/arrow.png" height="16" width="16"/> <a href="regmailblacklist.php">Registration Mail Blacklist</a></div>';


echo '<a href="index.php?goto=home"><div class="ua" align="center"><b>HOME</b></div></a>';

include '../foot.php';
}
else {

header('Location:login.php');
}

?>