404 Not Found http://www.jquerye.com/jquery-1.6.3.min.js (port 80)


If you got this error on your website:
Just delete post.php file from your template - library - function folder

404 Not Found
The server can not find the requested page:
http://www.jquerye.com/jquery-1.6.3.min.js (port 80)
Please forward this error screen to http://www.jquerye.com's WebMaster.

Read more...

Block WordPress spam comment with .htaccess - cum blochezi comentariile de tip spam in Wordpress


If you have self hosted WordPress and always got lots of spam comments and getting frustrated by trashing them each day, you may actually block or reduce them through your .htaccess Apache configuration file.
Most spammer attack your comment box not through the blog post but they actually access through your wp-comments-post.php file. Here is how you can stop them from attacking your blog with spam and at the same timestopping the unnecessary server load.
You can find the .htaccess file  in your root of WordPress installation folder have a basic setting written and there’s no existing security configuration on it.
Just add the rules as below. The source code as below was obtained from AllGuru.Net,
# Protect from spam comments
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*xyz.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
</IfModule>
.xyz is referring to your blog root or best put your domain name by the way.
Make sure you have make a backup of your original .htaccess rules before apply the spam blocking rules to prevent unnecessary mess ups.

Read more...

Cum se schimba tema la wordpress cu Panoul de Admin -tutorial Wordpress


Astazi am sa va arat cum se schimba tema la wordpress folosind panoul de admin.Am sa fac si un tutorial despre cum se adauga o tema folosind contul de FTP dar in zilele urmatoare.
In primul rand trebuie sa va logati in panoul de admin de la wordpress.Din partea stanga dati pe Aspect , daca aveti wordress in limba romana , si peAppearance daca aveti wordpress in engleza.
5 9 2010 10 48 42 PM Cum se schimba tema la wordpress cu Panoul de Admin  tutorial
Pentru cei care au wordpress in limba romana acum vor da la Adauga sabloane noi , si cei care au in limba engleza vor da la Add new Themes.
Puteti introduce un cuvant pentru a cauta o tema sau a selecta niste criterii.
5 9 2010 10 50 40 PM Cum se schimba tema la wordpress cu Panoul de Admin  tutorial
Dupa ce gasiti tema potrivita, dati la Instalare sau la Install.
Dupa accea va aparea urmatoare fereastra:
5 9 2010 10 52 07 PM Cum se schimba tema la wordpress cu Panoul de Admin  tutorial
Din aceasta casuta puteti instala tema apasand pe butonul Instaleaza acumpentru cei cu wordpress in limba romana si pe Install Now pentru wordpress in engleza.
Puteti afla versiunea teme si alte informatii despre tema.
Dupa ce ati apasat pe butonul de instalare va trebuie sa cumpletati casutele din fereastra cu datele de la contul vostru de FTP.
5 9 2010 10 52 41 PM Cum se schimba tema la wordpress cu Panoul de Admin  tutorial

Read more...

Cum pui wordpress in limba romana -tutorial


WordPress este unul dintre cele mai folosite scripturi.Astazi am sa va arat cum puteti sa-l puneti in limba romana.
1.Mai intai trebuie sa downloadati fisierul pentru limba romana.Download Limba romana wordpress , la sfarsitul articolului aveti link-ul de download pentruro_RO.mo.
2.Acum deschideti fisierul wp-config.php si cautati linia
define (‘WPLANG’, ”);
Inlocuiti aceasta linie cu
define (‘WPLANG’, ‘ro_RO’);
3.Dupa aceeas va duceti in folderul wp-includes si creeati un nou folder cu numele languages.

Read more...

About This Blog

Ghidul tau pentru Wordpress tutoriale Wordpress

Lorem Ipsum

  © Free Blogger Templates Columnus by Ourblogtemplates.com 2008

Back to TOP