14. December 2008
Wchodzimy do zakładki Settings → Writing → Update Services i wpisuje takie oto adresy: http://rpc.pingomatic.com/ http://blogsearch.google.com/ping/RPC2 http://ping.bitacoras.com http://ping.bloggers.jp/rpc/ http://api.moreover.com/ping http://api.my.yahoo.com/RPC2 http://www.bitacoles.net/ping.php http://api.moreover.com/ping http://api.my.yahoo.com/rss/ping http://blogsearch.google.com/ping/RPC2 http://ping.bitacoras.com http://ping.feedburner.com http://ping.syndic8.com/xmlrpc.php http://rpc.blogrolling.com/pinger/ http://rpc.icerocket.com:10080/ http://rpc.technorati.com/rpc/ping http://rpc.weblogs.com/RPC2 http://topicexchange.com/RPC2 http://www.blogdigger.com/RPC2 http://www.blogoole.com/ping/ http://www.popdex.com/addsite.php http://www.wasalive.com/ping/ http://www.weblogues.com/RPC/ http://blogping.unidatum.com/RPC2/
Continue reading...11. December 2008
Get the latest WordPress version available: wget http://wordpress.org/latest.tar.gz Uncompress it: tar xfz latest.tar.gz Delete the wp-admin and wp-includes directories: rm -rf ./wp-includes/ rm -rf ./wp-admin/ Go to the wordpress directory: cd wordpress/ Now, it’s time to copy the downloaded files to your existing WP install, by overwriting old files: cp -rpf -f * ../ Once done, come back to the Wordpress directory and remove the downloaded [...]
Continue reading...9. December 2008
plik wp-db.php linia 318 $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true); zmieniamy na $this->dbh = @mysql_pconnect($dbhost, $dbuser, $dbpassword, true);
Continue reading...
20. April 2009
3 Comments