
Untitled
By: a guest on
Apr 30th, 2012 | syntax:
PHP | size: 0.43 KB | hits: 70 | expires: Never
<?php
$self = 'porngur.com';
$word = 'anal';
$ref = 'http://psdfsdorngur.com/anal/sdfsd';
if (!strpos($ref, $self))
{
echo'not porngur ref';
if (strpos($ref, $word))
{
echo'has anal';
//header( 'Location: http://www.porngur.com/free-porn-videos/anal/' ) ;
//exit;
}else { echo'no anal';}
} else { echo'porngur ref'; }
?>