ISPCP Omega
From YourSupportStoreWiki
there are a few tip I will be adding to get ISPCP omega working properly.
one of htem is the ftp server doesnt work when installed. to fix it I changed the variable ($net2ftp_globals["ftpserver"] to hard code 127.0.0.1 this is done in the file includes/filesystem.inc.php on line 53
$conn_id = $ftp_connect("127.0.0.1", $net2ftp_globals["ftpserverport"]);

