Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 30th, 2012  |  syntax: PHP  |  size: 0.43 KB  |  hits: 70  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. $self = 'porngur.com';
  3. $word = 'anal';
  4. $ref     = 'http://psdfsdorngur.com/anal/sdfsd';
  5.  
  6.      if (!strpos($ref, $self))
  7. {
  8.      
  9.           echo'not porngur ref';
  10.           if (strpos($ref, $word))
  11.           {
  12. echo'has anal';
  13.                //header( 'Location: http://www.porngur.com/free-porn-videos/anal/' ) ;
  14.                //exit;
  15.           }else { echo'no anal';}
  16.  
  17.      
  18.      } else { echo'porngur ref'; }
  19.  
  20. ?>