<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Istanto Blog - Online Business, Short Reviews, Computers and Internet, Tips and Trick, Make Money Online. &#187; crazy</title>
	<atom:link href="http://www.istanto.net/tag/crazy/feed" rel="self" type="application/rss+xml" />
	<link>http://www.istanto.net</link>
	<description>Online Business, Short Reviews, Computers and Internet, Tips and Trick, Make Money Online.</description>
	<lastBuildDate>Sun, 08 Jan 2012 02:56:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Secure Your WordPress, Playing With Your .htaccess File.</title>
		<link>http://www.istanto.net/secure-your-wordpress-playing-with-your-htaccess-file.html</link>
		<comments>http://www.istanto.net/secure-your-wordpress-playing-with-your-htaccess-file.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:31:52 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[secure your wordpress]]></category>
		<category><![CDATA[stop hacker]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=1365</guid>
		<description><![CDATA[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&#8217;s high or low risk. When last time you have seen blog with wordpress got hacked? Well, This happen to me 3 times [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In this article we will learn how to secure our wordpress blog using some .htaccess technique. Of course there is no system <strong>perfect </strong>in this world. Everything should have bug, no matter it&#8217;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 <em>crazy</em><span style="text-decoration: line-through;">porn</span> blog. The hackers always controlling my admin panel and it&#8217;s happen 3 times until I playing with my new toys to stop this guy.</p>
<p style="text-align: justify;">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 <a href="http://en.wikipedia.org/wiki/Htaccess" target="_blank">wikipedia</a>. Back to the topic what should we do to stop hackers controlling our admin area?</p>
<p style="text-align: justify;">There is lots of technique, what I write in here just some technique using .htaccess files:</p>
<ol style="text-align: justify;">
<li>Protected your wp-login.php files.</li>
<p>&lt;Files wp-login.php&gt;<br />
Order deny,allow<br />
Deny from All<br />
Allow from xxx.xxx.xxx.xxx<br />
&lt;/Files&gt;</p>
<p>Where xxx.xxx.xxx.xxx is your IP, if you meet problem to know your IP just look on <a href="http://www.ipchicken.com" target="_blank">IPchicken.com</a></p>
<li> Protected your wp-config.php</li>
<p>Wp-config is vital configuration files for wordpress, it should secured to stop people viewing it&#8217;s content.</p>
<p>&lt;files wp-config.php&gt;<br />
order allow,deny<br />
deny from all<br />
&lt;/files&gt;</p>
<li> Protected your wp-comment-post.php</li>
<p>Even if you&#8217;re using Akismet plugins, to reduce spambot post via remote access you can use this code. (Change yourblog.com with your own domain name)</p>
<p>RewriteEngine On<br />
RewriteCond %{REQUEST_METHOD} POST<br />
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*<br />
RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^$<br />
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]</p>
<li>Protected .htaccess file.</li>
<p>This code will protect all files with &#8220;.hta&#8221; string on it.</p>
<p>&lt;Files ~ “^.*\.([Hh][Tt][Aa])”&gt;<br />
order allow,deny<br />
deny from all<br />
satisfy all<br />
&lt;/Files&gt;</ol>
<p style="text-align: justify;">After using this tips the hackers can&#8217;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&#8217;s cry *lol* yay, I win! finally I beat this noob *lol* <img src='http://www.istanto.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/secure-your-wordpress-playing-with-your-htaccess-file.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>AdultFriendFinder Affiliate Changes Me Become 6 Million Dollar Man?!</title>
		<link>http://www.istanto.net/adultfriendfinder-affiliate-changes-me-become-6-million-dollar-man.html</link>
		<comments>http://www.istanto.net/adultfriendfinder-affiliate-changes-me-become-6-million-dollar-man.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 19:19:45 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[$]]></category>
		<category><![CDATA[6 million]]></category>
		<category><![CDATA[adultfriendfinder]]></category>
		<category><![CDATA[affiliates]]></category>
		<category><![CDATA[big money]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[LAUGH]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[SHOCKS]]></category>
		<category><![CDATA[super affiliate]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=1144</guid>
		<description><![CDATA[Lol&#8230; no joke for today guy&#8217;s This is maybe the most interesting story I ever have, Started from last week ago&#8230;. I checking my adultfriendfinder affiliates earning, I&#8217;m getting SHOCKS when I read I have available balance around $6.xxx.xxx,xx that&#8217;s a fantastic earnings truly! lol.. I know some guy&#8217;s out there maybe thinking I&#8217;m liar [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Lol&#8230; no joke for today guy&#8217;s <img src='http://www.istanto.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  This is maybe the most interesting story I ever have, Started from last week ago&#8230;. I checking my adultfriendfinder affiliates earning, I&#8217;m getting <span style="text-decoration: underline;"><strong>SHOCKS</strong></span> when I read I have available balance around $6.xxx.xxx,xx that&#8217;s a fantastic earnings truly! lol..</p>
<p style="text-align: justify;">I know some guy&#8217;s out there maybe thinking I&#8217;m liar to get their attention so here&#8217;s the proof..</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2009/06/adultfriendfinder6m.jpg"><img class="alignnone size-medium wp-image-1145" title="adultfriendfinder6m" src="http://www.istanto.net/wp-content/uploads/2009/06/adultfriendfinder6m-300x204.jpg" alt="adultfriendfinder6m" width="300" height="204" /></a></p>
<p style="text-align: justify;">* <em>I marked some important information.</em></p>
<p style="text-align: justify;">This is crazy&#8230; 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! *<span style="text-decoration: underline;"><strong>LAUGH</strong></span>* OMG if this money cashed into my bank already I have some big idea to started my new business offline and online.</p>
<p style="text-align: justify;">Anyway if you&#8217;re asking AFF scam or not the simple answer is <strong>not,</strong> my first cheque from AFF already in my hand long long time ago&#8230;. 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.</p>
<p style="text-align: justify;">Do you want to be the next succesfull adultfriendfinder affiliates? join in my network <span style="text-decoration: underline;"><strong><a href="http://adultfriendfinder.com/go/g840574-brk" target="_blank">HERE</a></strong></span> you can get your payooner card for FREE, you can promoting them to earn money for yourself. Remember, <span style="color: #008000;"><strong><span style="text-decoration: underline;">no LOST only GROWN!</span></strong></span></p>
<p style="text-align: justify;">Have a nice day everyone <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/adultfriendfinder-affiliate-changes-me-become-6-million-dollar-man.html/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>It&#8217;s over $9K!!</title>
		<link>http://www.istanto.net/its-over-9k.html</link>
		<comments>http://www.istanto.net/its-over-9k.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:47:03 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[CPC]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[stupid]]></category>

		<guid isPermaLink="false">http://www.istanto.net/its-over-9k.html</guid>
		<description><![CDATA[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&#8230;&#8230; peopleeeeee&#8230;. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.istanto.net/wp-content/uploads/2008/06/sparta_funny.jpg" alt="sparta_funny.jpg" /></p>
<p align="justify">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&#8230;&#8230; peopleeeeee&#8230;. I actually managed lot of websites teheeeee&#8230;. I will not tell you guys the URL for my privacy <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  So&#8230; my next month target will be $10k-$15k after than income established I will keep grown and grown *wooooooooooooooopz* I love this world!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/its-over-9k.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>My Crazy PlaN</title>
		<link>http://www.istanto.net/my-crazy-plan.html</link>
		<comments>http://www.istanto.net/my-crazy-plan.html#comments</comments>
		<pubDate>Mon, 24 Mar 2008 22:23:38 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[FUNDS]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.istanto.net/2008/03/24/my-crazy-plan/</guid>
		<description><![CDATA[Every time I&#8217;m boring I always got new idea.. Today, I dreaming on my idea &#8220;making my own ads agency&#8221; LOL I&#8217;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&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><img src="http://www.istanto.net/wp-content/uploads/2008/03/idiot.jpg" alt="idiot" align="left" />Every time I&#8217;m boring I always got <em>new idea</em>.. Today, I dreaming on my idea  &#8220;<em><strong>making my own ads agency</strong></em>&#8221; LOL <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I&#8217;m <strong>not joking</strong> 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 <strike>FUNDS</strike> he was laughing on me&#8230; I&#8217;m not sure I will make profit for first years&#8230; <strong>Blah! Are You Crazy?</strong></p>
<p align="justify">Fine, no one supported me for funds I will earn it myself <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ha ha..  of course it will be my <em>Crazy plan</em> I&#8217;m bored just get little percentage as publisher. I was searching on google and found <a href="http://www.adquick.co.uk" title="adquick demo site" target="_blank">AdQuick</a> This one might will be my choice option for ads script, simple but working!</p>
<p align="justify">Percentage?<span id="more-70"></span> hmm&#8230; 85:15 will be fine for me as long I have lot of ready advertiser this might  will be easy going&#8230; 100,000&#215;15%=15,000 it was not so bad! I can cover all the server cost on it plus I can grown the network and maybe recruit people to work for me <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Well, I can&#8217;t tell you all my crazy plan.. you will steal it from me <img src='http://www.istanto.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  let&#8217;s hope this crazy plan will be come true in short time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/my-crazy-plan.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

