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...
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...
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...
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'] =...
««
«
1
2
3
4
»
»»