d1343;10964974 wrote:if it take you to mmscricket.com than it doesn't work for you either
Seems like that's what is supposed to happen if you ask me. The source code of that page contains an <iframe> pointing to a page on the 'mmscricket' site; on that site, there is this bit of Javascript code:
<script type="text/javascript">
<!--
if (top.location!= self.location) {
top.location = self.location.href
}
//-->
</script>
Thus, you are redirected to the target of the iframe.
EDIT: Oops - I didn't read the beginning of the thread carefully enough.
Once I disabled redirects, the video did indeed appear. Thus, the get.php script on the 'mmscricket' site is obviously checking the 'referer' header.