Likes Received By ultrasonic

  1. Random Guy liked ultrasonic's post in the thread If referrer statement - +rep for help!.

    Actually it would be... if(stristr($_SERVER['HTTP_REFERER'], "yoursite.com")){ // from your site }else{ // not from here }

    Apr 7, 2009
  2. edual200 liked ultrasonic's post in the thread php if statement help.

    if(($number < 2000) && (!strstr($useragent, “Googlebot”)) && (!IsSet($cookiename)){ echo "this"; }else{ //dothisinstead }

    Apr 4, 2009