e107_plugins/banner/banner.php
Variable $textstring
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$textstring .= $tp->parseTemplate($BANNER_TABLE, true, $scArray);
- Exclude checks
Invalid offset "BANNER_TABLE_IP"
of array type array{BANNER_TABLE_IP_LAN:int,BANNER_TABLE_ENDDATE:string,BANNER_TABLE_STARTDATE:string,BANNER_TABLE_ACTIVE:string,BANNER_TABLE_BANNER_IMPRESSIONS:mixed,BANNER_TABLE_BANNER_CLICKS:mixed,BANNER_TABLE_BANNER_ID:mixed,BANNER_TABLE_CLIENTNAME:mixed,BANNER_TABLE_IMPRESSIONS_PURCHASED:'Unlimited'|mixed,BANNER_TABLE_IMPRESSIONS_LEFT:'Unlimited'|float|int,BANNER_TABLE_CLICKPERCENTAGE:'-'|string}
Open
Open
$scArray['BANNER_TABLE_IP'] .= $tmp[$a]."<br />";
- Exclude checks
Variable $textstring
is undeclared Open
Open
$text = $textstart.$textstring.$textend;
- Exclude checks