View Single Post
Old 12-24-2012, 01:27 PM  
TheSenator
Too lazy to set a custom title
 
TheSenator's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: NJ
Posts: 13,332
Quote:
Originally Posted by V_RocKs View Post
Another great feature:

Cookie the user with a cookie saying which ads they have already received.

Then allow me to popup more than one ad.

How long I want to wait before popping up on an already cookied user in minutes.

Another great feature to add:

Would be to disable pop-up from certain domains.

Enable certain pop-ups when it comes from a certain domain.


Code:
    <!-- mfunc 

$ref=getenv('HTTP_REFERER');
if (strpos($ref,'bing.com')>0) 
{
    echo 'hello Bing';

}
else if (strpos($ref, 'Google.com')>0)
{
	echo "hello Google";
}
else
{
    echo "<script src='http://www.yourdomina.com/js/popup.js' type='text/javascript'></script>";
};
-->
<!-- /mfunc -->
__________________
ISeekGirls.com since 2005
TheSenator is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote