Pario TechnoBlob
About Posts

Tag: PHP

Enable secure / https SSL login on mediaWiki 1.13.3 This is how I’ve enabled secure SSL login through https on a mediaWiki 1.13.3 installation. This description might work on other versions of mediaWiki, but that has not been...
Jan 30, 2009 5:05PM
mysql on a nondefault socket It is sometimes necessary to run two instances of mysql, like in my case. I need a mysql database in addition to the one Zimbra uses. One solution to this problem is to run...
Oct 8, 2008 6:16PM
Corrupt Content Objects in eZ Publish On my eZDB I’ve found two different scenarios of corrupt objects, they must have become corrupt when not having transaction enabled, and eZp or the user breaks out of a...
Sep 22, 2007 11:39AM
Check if a URL exists/is online Function to check if a URL is online/exists. function is_valid_url($url){ $url = @parse_url($url); if (!$url) { return false; } $url = array_map('trim', $url); $url['port'] =...
Aug 23, 2007 12:59PM
«« « 1 2 3 4 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom