'Adpinion',
'shortname' => 'adpinion',
'www' => 'http://www.adpinion.com/',
'www-create' => 'http://www.adpinion.com/',
'www-signup' => 'http://www.adpinion.com/',
);
/*
INITIALISATION
All functions in here called at startup (after other plugins have loaded, in case
we need to wait for the widget-plugin).
*/
class Ad_Adpinion extends Ad_Generic {
function Ad_Adpinion(){
$this->Ad_Generic();
}
function render_ad(){
/* 46860"
*/
if($this->pd('width')>$this->pd('height')){$xwidth=18;$xheight=17;} else {$xwidth=0;$xheight=35;}
$code ='';
$code .= '';
return $code;
}
function import_detect_network($code){
return ( preg_match('/src="http:\/\/www.adpinion.com\/app\//', $code, $matches) !==0);
}
function import_settings($code){
//