I have this php script:
include 'include.php';
The script will be on http://ppyazi.com/twitterimg.php. So people will be running this script on other domains:
<img src="http://ppyazi.com/twitterimg.php?id=QuixD3V" class="logo" />
I want the php include script to only run if http://ppyazi.com/twitterimg.php is being requested from another domain for example https://banakin.net, but if being requested from http://ppyazi.com or any files/directories in it to not run the script.