Quote:
Originally Posted by MoMan
Fixed this by wrapping the entire plugin code in this conditional:
PHP Code:
$pos = strpos($_SERVER['HTTP_HOST'],'*your website IP address here*');
if ($pos === false)
{*plugin code here* }
else
{}
|
I'm not quite sure where or how to integrate this with the product posted. Would it be possible to write down the whole product code with this modification please?