Haaa ale kawałek – stary ale jaki jary
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/
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 files:
cd ..
rm -rf ./wordpress/
rm -f latest.tar.gz
zip
sudo apt-get install p7zip
7z x plik.zip
plik wp-db.php
linia 318
$this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true);
zmieniamy na $this->dbh = @mysql_pconnect($dbhost, $dbuser, $dbpassword, true);