Archive | Wordpress RSS feed for this section

Aro Ken I Barbie

20. April 2009

3 Comments

Haaa ale kawałek - stary ale jaki jary

Continue reading...

WordPress - seo

14. December 2008

0 Comments

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...

Upgrade your WordPress Blog in a Minute via SSH

11. December 2008

0 Comments

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...

@mysql_pconnect

9. December 2008

0 Comments

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...