Results 1 to 1 of 1
-
25th Jun 2011, 07:04 PM #1OPBannedWebsite's:
WarezRelease.org ThatHosting.coBan Sites
hi
ive written a ban mod to ban sites tht fail 2 follow rules, problem is its not working:
PHP Code:<?php
/*BEGIN_INFO
Ban by Chris2009.
END_INFO*/
if(!defined("WCDDL_GUTS"))
exit;
$modEnabled = true; //Change to false if don't use
if($modEnabled) { //start of $modenabled
$add = array("banSite" => "Ban Websites");
$core->admin_links = array_merge($core->admin_links, $add);
function banlist() {
global $core;
if (!isset($_POST['post']))
{
//Show table/form in ACP.
$htmlban = "<form name='ban-sites' method='POST'>
<p>Website URL: <input name='surl' type='text' width='380' /></p>
<p>Reason: <input name='reason' type='text' width='380' /></p>
<br><input type='submit' name='post' value='Post this news..' />
</form><hr /> <br>";
}
else {
//Switch the data to variables.
$surl = $_POST['surl'];
$reason = $_POST['reason'];
$date = date('d-m-Y');
//Insert to DB.
$insert = mysql_query("INSERT INTO wcddl_blacklist VALUES ('','".mysql_real_escape_string($surl)."','".mysql_real_escape_string($reason)."','".mysql_real_escape_string($date)."')");
// proll check the whitelist too, to see if sire is whitelisted.
$htmlban = "'.$surl.' has been banned.";
}
echo $htmlban; //Always echo mods.
} //function end.
if($_GET['go']=='banlist') $core->attachHook("adminFunctions","banlist"); //Add ACP link.
} //end of module.
?>Chris2k Reviewed by Chris2k on . Ban Sites hi ive written a ban mod to ban sites tht fail 2 follow rules, problem is its not working: <?php /*BEGIN_INFO Ban by Chris2009. END_INFO*/ if(!defined("WCDDL_GUTS")) Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Download Sites/Torrent sites affiliate program
By cloaker in forum Affiliate Programs PromotionReplies: 1Last Post: 17th Sep 2012, 02:38 PM -
looking for leech sites for oron or sites like real debrid
By OMAR in forum File Host DiscussionReplies: 11Last Post: 23rd Mar 2012, 11:48 AM -
shorten sites or filehost or image sites that doesnt have country rates
By Fat3_Gamer in forum File Host DiscussionReplies: 0Last Post: 20th Mar 2012, 12:23 AM -
Ranking sites/Top list sites for Warez sites?
By Darlos in forum Webmaster DiscussionReplies: 3Last Post: 28th Dec 2011, 05:54 PM -
Uploadz.org *3 Doing LE with All Sites including sites wid 0 traffic.
By umang in forum Traffic Market (Buy, Sell and Trade)Replies: 7Last Post: 30th Dec 2010, 07:21 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...