Hi, I can't believe it's nearly Christmas already. Go to http://winterleads.com and get some kind of banner to refer your friends and earn extra money with them. You will earn more 10% of your earnings, and your referral earnings will increase by 10% on December (from 1st to 31st). Note: All payment will be paid normally from the rule at : http://winterleads.com Our Features: Content Locker Service API Service Tracking/Postback Service (Global Postback) Auto update statistic with sound. NET 30/15 payments 1$ minium cashout 5% referral earnings Easy manager Campaign, Content Lock,... New Publishers: Sign up here: Publisher Registration - Winter Leads Wishing you all a merry Christmas, Winter Leads.
Welcome WinterLeads to DP, glad to have you here Can you tell us about how long you all been around and what type of traffic you allow (ex. adult, warez, file sharing etc)
PHP notice Undefined index: nc /var/www/vhosts/winterleads.com/httpdocs/protected/modules/admin/models/FraudProfile.php(146) 134 "SD" => array ("5700057799"), 135 "TN" => array ("3700038599", "7239572395"), 136 "TX" => array ("7330073399", "7394973949", "7500079999", "8850188599"), 137 "UT" => array ("8400084799"), 138 "VA" => array ("2010520199", "2030120301", "2037020370", "2200024699"), 139 "VT" => array ("0500005999"), 140 "WA" => array ("9800099499"), 141 "WI" => array ("4993649936", "5300054999"), 142 "WV" => array ("2470026899"), 143 "WY" => array ("8200083199") 144 ); 145 146 if($allstates[$state] != ""){ 147 foreach($allstates[$state] as $ziprange){ 148 if (($zip5 >= substr($ziprange, 0, 5)) && ($zip5 <= substr($ziprange,5))){ 149 return TRUE; 150 } 151 } 152 } 153 return FALSE; 154 } 155 public function checkMatchIpLocation($ip,$country_id){ 156 $ct_data = Yii::app()->geoip->getCityInfoForIp($ip); 157 $ct_code = $ct_data['country_code']; 158 $country_code=Country::model()->findByPk($country_id)->country_iso; Stack Trace #0 + – /var/www/vhosts/winterleads.com/httpdocs/protected/modules/admin/models/FraudProfile.php(198): FraudProfile->checkMatchRegionZip("nc", "27512") 193 if(!$this->checkAddLength($model->address)){ 194 $err_array["address_length_value"]=""; 195 } 196 //make sure country is US 197 if($model->country_id == 226){ 198 if(!$this->checkMatchRegionZip($model->state,$model->zipcode)){ 199 $err_array["region_zip_match_value"]=""; 200 } 201 } 202 if(!$this->checkMatchIpLocation($model->signup_ip,$model->country_id)){ 203 $err_array["ip_country_match_value"]=""; #1 + – /var/www/vhosts/winterleads.com/httpdocs/protected/modules/publisher/controllers/home/MainController.php(83): FraudProfile->checkFraudProfile(Publisher) 78 if($model->save()){ 79 $p_model->publisher_id=$model->publisher_id; 80 $p_model->save(); 81 //check fraud info 82 $fraudProfile=new FraudProfile; 83 if($fraudProfile->checkFraudProfile($model) != FALSE){ 84 $fraudData=PublisherProfileFraud::model()->find("publisher_id=id",array("id"=>$model->publisher_id)); 85 if($fraudData==NULL){ 86 $fraudData=new PublisherProfileFraud; 87 $fraudData->publisher_id=$model->publisher_id; 88 } #2 unknown(0): MainController->actionRegister(0) #3 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/actions/CAction.php(107): ReflectionMethod->invokeArgs(MainController, array(0)) 102 else if($param->isDefaultValueAvailable()) 103 $ps[]=$param->getDefaultValue(); 104 else 105 return false; 106 } 107 $method->invokeArgs($object,$ps); 108 return true; 109 } 110 } #4 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/actions/CInlineAction.php(48): CAction->runWithParamsInternal(MainController, ReflectionMethod, array()) 43 { 44 $methodName='action'.$this->getId(); 45 $controller=$this->getController(); 46 $method=new ReflectionMethod($controller, $methodName); 47 if($method->getNumberOfParameters()>0) 48 return $this->runWithParamsInternal($controller, $method, $params); 49 else 50 return $controller->$methodName(); 51 } 52 53 } #5 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/CController.php(309): CInlineAction->runWithParams(array()) 304 { 305 $priorAction=$this->_action; 306 $this->_action=$action; 307 if($this->beforeAction($action)) 308 { 309 if($action->runWithParams($this->getActionParams())===false) 310 $this->invalidActionParams($action); 311 else 312 $this->afterAction($action); 313 } 314 $this->_action=$priorAction; #6 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/filters/CFilterChain.php(134): CController->runAction(CInlineAction) 129 $filter=$this->itemAt($this->filterIndex++); 130 Yii::trace('Running filter '.($filter instanceof CInlineFilter ? get_class($this->controller).'.filter'.$filter->name.'()':get_class($filter).'.filter()'),'system.web.filters.CFilterChain'); 131 $filter->filter($this); 132 } 133 else 134 $this->controller->runAction($this->action); 135 } 136 } #7 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/filters/CFilter.php(41): CFilterChain->run() 36 */ 37 public function filter($filterChain) 38 { 39 if($this->preFilter($filterChain)) 40 { 41 $filterChain->run(); 42 $this->postFilter($filterChain); 43 } 44 } 45 46 /** #8 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/CController.php(1146): CFilter->filter(CFilterChain) 1141 */ 1142 public function filterAccessControl($filterChain) 1143 { 1144 $filter=new CAccessControlFilter; 1145 $filter->setRules($this->accessRules()); 1146 $filter->filter($filterChain); 1147 } 1148 1149 /** 1150 * Returns a persistent page state value. 1151 * A page state is a variable that is persistent across POST requests of the same page. #9 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(CFilterChain) 54 * @param CFilterChain $filterChain the filter chain that the filter is on. 55 */ 56 public function filter($filterChain) 57 { 58 $method='filter'.$this->name; 59 $filterChain->controller->$method($filterChain); 60 } 61 } #10 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(CFilterChain) 126 { 127 if($this->offsetExists($this->filterIndex)) 128 { 129 $filter=$this->itemAt($this->filterIndex++); 130 Yii::trace('Running filter '.($filter instanceof CInlineFilter ? get_class($this->controller).'.filter'.$filter->name.'()':get_class($filter).'.filter()'),'system.web.filters.CFilterChain'); 131 $filter->filter($this); 132 } 133 else 134 $this->controller->runAction($this->action); 135 } 136 } #11 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/CController.php(292): CFilterChain->run() 287 $this->runAction($action); 288 else 289 { 290 $priorAction=$this->_action; 291 $this->_action=$action; 292 CFilterChain::create($this,$action,$filters)->run(); 293 $this->_action=$priorAction; 294 } 295 } 296 297 /** #12 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/CController.php(266): CController->runActionWithFilters(CInlineAction, array("accessControl")) 261 { 262 if(($parent=$this->getModule())===null) 263 $parent=Yii::app(); 264 if($parent->beforeControllerAction($this,$action)) 265 { 266 $this->runActionWithFilters($action,$this->filters()); 267 $parent->afterControllerAction($this,$action); 268 } 269 } 270 else 271 $this->missingAction($actionID); #13 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/CWebApplication.php(283): CController->run("register") 278 { 279 list($controller,$actionID)=$ca; 280 $oldController=$this->_controller; 281 $this->_controller=$controller; 282 $controller->init(); 283 $controller->run($actionID); 284 $this->_controller=$oldController; 285 } 286 else 287 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 288 array('{route}'=>$route===''?$this->defaultController:$route))); #14 + – /var/www/vhosts/winterleads.com/httpdocs/framework/web/CWebApplication.php(142): CWebApplication->runController("publisher/main/register") 137 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 138 $_GET[$name]=$value; 139 } 140 else 141 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 142 $this->runController($route); 143 } 144 145 /** 146 * Registers the core application components. 147 * This method overrides the parent implementation by registering additional core components. #15 + – /var/www/vhosts/winterleads.com/httpdocs/framework/base/CApplication.php(162): CWebApplication->processRequest() 157 */ 158 public function run() 159 { 160 if($this->hasEventHandler('onBeginRequest')) 161 $this->onBeginRequest(new CEvent($this)); 162 $this->processRequest(); 163 if($this->hasEventHandler('onEndRequest')) 164 $this->onEndRequest(new CEvent($this)); 165 } 166 167 /** #16 + – /var/www/vhosts/winterleads.com/httpdocs/protected/components/WebApplicationEndBehavior.php(26): CApplication->run() 21 $this->_endUrl = Yii::app()->homeUrl.$name; 22 // Attach the changeModulePaths event handler 23 // and raise it. 24 $this->onModuleCreate = array($this, 'changeModulePaths'); 25 $this->onModuleCreate(new CEvent($this->owner)); 26 $this->owner->run(); // Run application. 27 } 28 // This event should be raised when CWebApplication 29 // or CWebModule instances are being initialized. 30 public function onModuleCreate($event) 31 { #17 unknown(0): WebApplicationEndBehavior->runEnd("home") #18 + – /var/www/vhosts/winterleads.com/httpdocs/framework/base/CComponent.php(261): call_user_func_array(array(WebApplicationEndBehavior, "runEnd"), array("home")) 256 if($this->_m!==null) 257 { 258 foreach($this->_m as $object) 259 { 260 if($object->getEnabled() && method_exists($object,$name)) 261 return call_user_func_array(array($object,$name),$parameters); 262 } 263 } 264 if(class_exists('Closure', false) && $this->canGetProperty($name) && $this->$name instanceof Closure) 265 return call_user_func_array($this->$name, $parameters); 266 throw new CException(Yii::t('yii','{class} and its behaviors do not have a method or closure named "{name}".', #19 + – /var/www/vhosts/winterleads.com/httpdocs/index.php(9): CComponent->__call("runEnd", array("home")) 4 $config = dirname(__FILE__).'/protected/config/home.php'; 5 // Remove the following lines when in production mode 6 defined('YII_DEBUG') or define('YII_DEBUG', true); 7 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 8 require_once($yii); 9 Yii::createWebApplication($config)->runEnd('home'); #20 + – /var/www/vhosts/winterleads.com/httpdocs/index.php(9): CWebApplication->runEnd("home") 4 $config = dirname(__FILE__).'/protected/config/home.php'; 5 // Remove the following lines when in production mode 6 defined('YII_DEBUG') or define('YII_DEBUG', true); 7 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 8 require_once($yii); 9 Yii::createWebApplication($config)->runEnd('home'); 2012-11-16 03:39:06 Apache Yii Framework/1.1.12
Its cool but can you please tell me that what is your payment procedure? Do you accept Master Card from Payoneer?
Hi, I can't believe it's nearly Christmas already. Go to http://winterleads.com/publisher/account/referrals.html and get some kind of banner to refer your friends and earn extra money with them. You will earn more 10% of your earnings, and your referral earnings will increase by 10% on December (from 1st to 31st). Note: All payment will be paid normally from the rule at : http://winterleads.com/publisher/account/paymenthistory.html Our Features: Content Locker Service API Service Tracking/Postback Service (Global Postback) Auto update statistic with sound. NET 30/15 payments 1$ minium cashout 5% referral earnings Easy manager Campaign, Content Lock,... New Publishers: Sign up here: Publisher Registration - Winter Leads Wishing you all a merry Christmas, Winter Leads.