Miscellaneous, Personal, Tips & Trick

In this article we will learn how to secure our wordpress blog using some .htaccess technique. Of course there is no system perfect in this world. Everything should have bug, no matter it’s high or low risk. When last time you have seen blog with wordpress got hacked? Well, This happen to me 3 times on one of my crazyporn blog. The hackers always controlling my admin panel and it’s happen 3 times until I playing with my new toys to stop this guy.

What is .htaccess? In several web servers (most commonly Apache), .htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. Read full in wikipedia. Back to the topic what should we do to stop hackers controlling our admin area?

There is lots of technique, what I write in here just some technique using .htaccess files:

  1. Protected your wp-login.php files.
  2. <Files wp-login.php>
    Order deny,allow
    Deny from All
    Allow from xxx.xxx.xxx.xxx
    </Files>

    Where xxx.xxx.xxx.xxx is your IP, if you meet problem to know your IP just look on IPchicken.com

  3. Protected your wp-config.php
  4. Wp-config is vital configuration files for wordpress, it should secured to stop people viewing it’s content.

    <files wp-config.php>
    order allow,deny
    deny from all
    </files>

  5. Protected your wp-comment-post.php
  6. Even if you’re using Akismet plugins, to reduce spambot post via remote access you can use this code. (Change yourblog.com with your own domain name)

    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
    RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]

  7. Protected .htaccess file.
  8. This code will protect all files with “.hta” string on it.

    <Files ~ “^.*\.([Hh][Tt][Aa])”>
    order allow,deny
    deny from all
    satisfy all
    </Files>

After using this tips the hackers can’t controlling my wordpress admin panel again hahaha! he try to inject using wordpress bug but when I limited IP to access admin panel he’s cry *lol* yay, I win! finally I beat this noob *lol* :P

    Digg Del.icio.us StumbleUpon Reddit Twitter RSS
Make Money Online, Miscellaneous, Personal

Lol… no joke for today guy’s :P This is maybe the most interesting story I ever have, Started from last week ago…. I checking my adultfriendfinder affiliates earning, I’m getting SHOCKS when I read I have available balance around $6.xxx.xxx,xx that’s a fantastic earnings truly! lol..

I know some guy’s out there maybe thinking I’m liar to get their attention so here’s the proof..

adultfriendfinder6m

* I marked some important information.

This is crazy… first time I was thinking if there is something error in their system, but this earnings keeps in my account a weeks more already and  they keep growing! I was started to hope this money for real! *LAUGH* OMG if this money cashed into my bank already I have some big idea to started my new business offline and online.

Anyway if you’re asking AFF scam or not the simple answer is not, my first cheque from AFF already in my hand long long time ago…. and this time I take payooner as my payment options, but I think if this money goona coming out it should be transfered directly into my bank account.

Do you want to be the next succesfull adultfriendfinder affiliates? join in my network HERE you can get your payooner card for FREE, you can promoting them to earn money for yourself. Remember, no LOST only GROWN!

Have a nice day everyone :D

    Digg Del.icio.us StumbleUpon Reddit Twitter RSS
Personal

sparta_funny.jpg

Yep, and that the great story for share today. After calculating this month income from internet I made profit over $9.000 on this month ^^ More than enough to compare with working on real job in here. My biggest income come from advertising business as I said I not only using google adsense and CPC network only ohhhh…… peopleeeeee…. I actually managed lot of websites teheeeee…. I will not tell you guys the URL for my privacy :D So… my next month target will be $10k-$15k after than income established I will keep grown and grown *wooooooooooooooopz* I love this world!

    Digg Del.icio.us StumbleUpon Reddit Twitter RSS
Make Money Online, Personal

idiotEvery time I’m boring I always got new idea.. Today, I dreaming on my idea “making my own ads agency” LOL :D I’m not joking this time people he he.. I was thinking on how much profit I would make from this business opportunity. After talking with my father for FUNDS he was laughing on me… I’m not sure I will make profit for first years… Blah! Are You Crazy?

Fine, no one supported me for funds I will earn it myself :D ha ha.. of course it will be my Crazy plan I’m bored just get little percentage as publisher. I was searching on google and found AdQuick This one might will be my choice option for ads script, simple but working!

Percentage? Read More »

    Digg Del.icio.us StumbleUpon Reddit Twitter RSS