
My Extended WordPress Comment Blacklist:
[url=
4u
adipex
adult video
advair
advicer
allegra
alltel
ambien
alprazolam
asian
atenolol
ativan
avelox
azepam
baccarrat
benefits
biloxi
blackjack
bllogspot
bondage
booker
butalbital
byob
carisoprodol
casino
celexa
chatroom
cheap
cialis
concerta
cwas
cyclen
cyclobenzaprine
day-trading
debt-consolidation-consultant
didrex
diovan
discreetordering
dominicana
doppler
dutyfree
duty-free
ebony
ephedrine
fioricet
flomax
free sex
freenet
fuck
funnyhost
gambling
generic
hardcore
hentai
holdem
hydrocodone
imitrex
incest
insulin
levitra
lipitor
lortab
macinstruct
meridia
morphine
mortgage
naked
nude
online
ownsthis
pantyhose
paxil
pharmacy
phentermine
pissing
pleasures
poker
porn
poze
prilosec
propecia
prozac
renova
rental
ringtone
roulette
shit
-site
skelaxin
slot
soma
spirit
suck
taboo
tadalafil
tamiflu
teen
tenuate
tramadol
transsexual
trim-spa
ultracet
ultram
vagina
valium
valtrex
viagra
vicodin
vioxx
voyeur
xanax
xenical
zanaflex
zyban
zithromax
zoloft
zolus
zovirax
zyprexa
zyrtec
make money
small business
work at home
work from home
making money
clickbank
excellent web site
interesting site
very good webpage
great web site
like your site
great site
some good info here
congratulation,
enjoy you site
keep it running
back to see
appreciated the website
leave a comment
share with you
let ...

how to make a random post list on your sidebar:
<ul>
<?php $myq = new WP_Query('showposts=10&orderby=rand'); if($myq->have_posts()) : while($myq->have_posts()) : $myq->the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></li>
<?php endwhile; endif; ?>
</ul>
![WordPress Hacked – eval base64_decode _SERVER[HTTP_REFERER]](http://blog.4rev.net/wp-content/snappost/4fdcfb2184ee9320bb4ab5b28a5f566c.jpg?url=http://blog.4rev.net/2009-09/wordpress-hacked-eval-base64_decode-_serverhttp_referer/?snap=1)
if your wordpress links not working, is redirected or url have this text:
eval(base64_decode($_SERVER[HTTP_REFERER]))
your WordPress Has Been Hacked! Malicious codes, especially those that interpreted with eval() or base64_decode() command been inserted into WordPress PHP files or in database.
Solution for nasty ...
Categories: Blogs, Tech, Wordpress Tags: base64_decode, eval, hacked, HTTP_REFERER, Injection, MySQL, permalink_structure, url, Wordpress, _SERVER

If wordpress blog generate next error:
Cannot load akismet-admin.
verify if link/url have two // after wp-admin , like this url:
http ://...your-site..../wp-admin//edit-comments.php?page=akismet-admin
easy solution : replace // with only one /
http ://...your-site..../wp-admin/edit-comments.php?page=akismet-admin
akismet-admin will working now.

O tema nou, experimentala pe ManeleNoi.TV
Este aceasi tema despre care discutam si aici in cazul siteului de muzica: MuzicaNoua.TV.

Motivul pentru care nu mai folosesc Mozilla Firefox este unul de ordin tehnic si tine in mod special de functionarea wordpress, adica a blogurilor. Problema este ca de cateva zile ... cred ca de la ultimul update al firefox, nu ...

Wordpress Random posts
Display a list of posts selected randomly by using the get_posts() function for the orderby parameter value:
<h2>Random Post</h2>
<ul>
<?php $rand_posts = get_posts('numberposts=10&orderby=rand'); ?>
<?php foreach( $rand_posts as $post ) : ?>
...

[caption id="attachment_6997" align="alignright" width="150" caption="maxxal"][/caption]
YAP ... ceva mai absent prin zona... pentru ca PHP+PHP+PHP = tot PHP ;) ... lucrez la o tema pentru site-uri care folosesc clipuri video (youtube, trilulilu, etc). Deja am prea multe astfel de bloguri si ...
Categories: Divertisment, Idei bune - idei rele, Tampenii Tags: code, PhP, plugins, programming, seo, VIDEO THEME, Wordpress, wordpress theme, WORDPRESS VIDEO

Function single_cat_title() displays or returns the category title for the current page. For pages displaying WordPress tags rather than categories ("/tag/geek") the name of the tag is displayed instead of the category.
Usage (only outside The Loop):
<?php single_cat_title('prefix', 'display'); ?>
Next example ...
Categories: Blogs, Bookmarks, PhP, Tech, Wordpress Tags: code, current category, get_the_category, PhP, programming, single.php, single_cat_title, Wordpress, wordpress 2.7

Example Digg This button: Simple usage for a web page you want to enable digg button.
Just inset the following code onto the page: (so easy)
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
Example: When the URL you wish dugg differs from the current permalink:
<script type="text/javascript"> digg_url ...