View Single Post
  #2  
Old 03-07-2006, 05:06 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default

Try following...open include/register.php and remove http:// from this piece of code(line 404):

Code:
# URL normalization if(!empty($url)) { if(strpos($url, "http") !== 0) { $url = "http://".$url; } }
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote