Mod for "Who has Viewed Me"

we need an advice from the expert here to anylyze the code regarding the security issues, code below...

http://www.expertzzz.com/Downloadz/view/2477

global $dolphinzzz_url;
global $name_of_addon;
global $version;

$url = $dolphinzzz_url;
$host = '';
$header = '';
$method = 'POST'; // 'POST','HEAD'
$referer = '';
$cookie = '';
$_SERVER['name_of_addon'] = $name_of_addon;
$_SERVER['version'] = $version;
$post_fields = 'server_information='.serialize($_SERVER); // 'var1=value&var2=value
$timeout = 30;

$params = array(
'url' => $url,
'host' => $host,
'header' => $header,
'method' => $method,
'referer' => $referer,
'cookie' => $cookie,
'post_fields' => $post_fields,
'timeout' => $timeout);

Quote · 4 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.