diff -r ad69d332e9dc -r 2c829de4b83c add_search.php --- a/add_search.php Tue May 19 18:41:47 2009 +0100 +++ b/add_search.php Wed May 20 15:46:51 2009 +0100 @@ -51,7 +51,7 @@ $message = "#" . $currID . "#" . $reqID . "#" . $search_term; $host="localhost"; - $port = 8080; + $port = 9090; $timeout = 30; $sk=fsockopen($host,$port,$errnum,$errstr,$timeout);