=')); $xml_ok = extension_loaded('xml'); $pcre_ok = extension_loaded('pcre'); $mysql_ok = extension_loaded('mysqli'); $curl_ok = (extension_loaded('curl') && version_compare(get_curl_version(), '7.10.5', '>=')); $zlib_ok = extension_loaded('zlib'); $mbstring_ok = extension_loaded('mbstring'); $iconv_ok = extension_loaded('iconv'); ?> feed on feeds - installation
Feed on Feeds - Installation

OK! Setup complete! Login as admin, and start subscribing!
'; } else { echo '
Passwords do not match!


'; } } else { ?> Checking compatibility... PHP ok... "; else { echo "
Your PHP version is too old! Feed on Feeds requires at least PHP 4.3.2. Sorry!"; echo ""; exit; } if($xml_ok) echo "XML ok... "; else { echo "
Your PHP installation is missing the XML extension! This is required by Feed on Feeds. Sorry!"; echo ""; exit; } if($pcre_ok) echo "PCRE ok... "; else { echo "
Your PHP installation is missing the PCRE extension! This is required by Feed on Feeds. Sorry!"; echo ""; exit; } if($mysql_ok) echo "MySQL ok... "; else { echo "
Your PHP installation is missing the MySQLi extension! This is required by Feed on Feeds. Sorry!"; echo ""; exit; } if($curl_ok) echo "cURL ok... "; else { echo "
Your PHP installation is either missing the cURL extension, or it is too old! cURL version 7.10.5 or later is required to be able to subscribe to https or digest authenticated feeds.
"; } if($zlib_ok) echo "Zlib ok... "; else { echo "
Your PHP installation is missing the Zlib extension! Feed on Feeds will not be able to save bandwidth by requesting compressed feeds.
"; } if($iconv_ok) echo "iconv ok... "; else { echo "
Your PHP installation is missing the iconv extension! The number of international languages that Feed on Feeds can handle will be reduced.
"; } if($mbstring_ok) echo "mbstring ok... "; else { echo "
Your PHP installation is missing the mbstring extension! The number of international languages that Feed on Feeds can handle will be reduced.
"; } ?>
Minimum requirements met!
Creating tables... Tables exist.
Upgrading schema... Schema up to date.
Inserting initial data... Done.
Checking cache directory... Can't create directory " . getcwd() . "/cache/.
You will need to create it yourself, and make it writeable by your PHP process.
Then, reload this page."; echo ""; exit; } } if(!is_writable("cache")) { echo "The directory " . getcwd() . "/cache/ exists, but is not writable.
You will need to make it writeable by your PHP process.
Then, reload this page.
"; echo ""; exit; } ?> Cache directory exists and is writable.
You now need to choose an initial password for the 'admin' account:
Password:
Password again:
'admin' account already exists.

OK! Setup complete! Login as admin, and start subscribing!