Skype

Since there s a skype for linux now, I d like to test it. Now all I need to find is someone to test it with. Luckilly Vleer is up to it later tonight. Viva Ubuntu. Anything is but a click away!

Lil php to set the right private settings

This script changes the private post settings add author & contributor. <?php // Database settings $DB_server = “localhost:3306”; $DB_database = “”; $DB_user = “”; $DB_pwd = “”; $prefix = “wp_”; // Database Magic $con = mysql_connect($DB_server,$DB_user,$DB_pwd); if (!$con) { die(‘Could not connect: ‘ . mysql_error()); } mysql_select_db($DB_database, $con); // Database Auto Value $result = mysql_query(“SELECTContinue reading “Lil php to set the right private settings”