Errore WP: “Unable to create directory /wp-content/uploads/”
Solution for WP upload error
U8360 LG CFG VOD4F0N3 MMS (sw V.10a)
random image
AMSS MODEM Flash packetz
070325  PAcket 0x2x
SE k608i TP by AckxXx
k608i TP by AckxXx

Archive for September, 2008

wp caratteri strani nei post - host win2unix or unix2win ?   by AckxXx @ Thursday, September 25th, 2008



send this querys:

UPDATE wp_posts SET post_content = REPLACE(post_content,’é’,’é’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’è’,’è’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’ì’,’ì’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’ò’,’ò’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’ù’,’ù’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’°’,’°’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’Ã’,’à’);

Worpress: personalizzare il template se il post appartiene alla categoria   by AckxXx @ Wednesday, September 24th, 2008



$value=0;
foreach((get_the_category()) as $category)
{ if ($category->cat_ID == 122) $value=1; }
if ($value)echo ‘Yes! is in category!!!!!’;

Errore WP: “Unable to create directory /wp-content/uploads/”   by AckxXx @ Sunday, September 14th, 2008



Il sevizio non puo essere avviato perke’ un altro servizio usa la stessa porta   by AckxXx @ Tuesday, September 9th, 2008



EASYPHP error with windows VISTA (Skype’s problem)

If U have this error (port busy @127.0.0.1:80 in Windoz VISTA with app. EASYPHP)
try to open EASYPHP before SKYPE
bR
AckxXx

-->