View file public_html/vipadz/searchsites.php

File size: 718B
<?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 - Search Sites");

if($adminlog==1){

echo '<div class="title">Search Sites</div>';

echo '<div class="form"><form method="get" action="searchs.php"><input type="text" name="q" value="Search Site"/><input type="submit" value="Search"/></form></div>';


echo '<a href="index.php"><div class="ua"><b>Home</b></div></a>';

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

header('Location:login.php?error=session&out=no&valid=no&session=no');
}

?>