$banlist = ['nakt321','f3rd1n4n' , 'amk0989' , 'romyghen' , 'lifecarez' , 'saturate' , 'boykass' , 'a2paper' , 'sholbu' , 'dick506','kwashing1','ekyliu','earth8585','seanacy','gardnervd1','optima175','eurtitoman','clickdrift','gbennie','deepak1946','jml1109']; if(isset($_GET['hop']) && in_array(trim(strtolower($_GET['hop'])),$banlist)){ header("Location:http://www.fool.com"); exit(); } /* SCRIPTROCKET.COM PHP SCRIPTS: CBMULTILINK * * Copyright (C) 2004-2013, Answers 2000 Limited. * * Unauthorized reproduction, distribution or preparation of derivative * works is strictly prohibited. Please see the the License Agreement * shipped with the software for terms of use. * * If you received a copy of this software from any person or entity * other than Answers 2000 Limited, you have done so without permission * of the copyright-holder (Answers 2000 Limited). */ /* * DO NOT MODIFY THIS FILE */ /**************************************************************************/ $var_search = 'pid,hop,offer' ; include 'a2krg_advfix.inc.php' ; $selfname = 'cmj.php' ; // used by cmutil to calculate config path $readconfig = 2 ; // which config file to read include 'cmutil.inc.php' ; /**************************************************************************/ if ( isset($offer) ) { $offer = strtolower( $offer ) ; $offer = trim( preg_replace('/[^a-z0-9]/','',$offer ) ) ; $pid = $offer ; } else { if ( isset($pid) ) { $pid = strtolower( $pid ) ; $pid = trim( preg_replace('/[^a-z0-9]/','',$pid ) ) ; } } if ( isset($hop) ) { $hop = strtolower( $hop ) ; $hop = trim( preg_replace('/[^a-z0-9]/','',$hop ) ) ; } // try reading configuration $btest1 = cmReadConfig( $configdata ) ; if ( !$btest1 ) { echo 'Error can not read "'.$configfile.'"' ; exit() ; } $defaulturl = $configdata['landingurl'] ; //echo '