<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Three Ethical Hackers - All Forums]]></title>
		<link>http://www.3ethicalhackers.com/</link>
		<description><![CDATA[Three Ethical Hackers - http://www.3ethicalhackers.com]]></description>
		<pubDate>Sat, 04 Sep 2010 09:33:21 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Avatar shell upload]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=397</link>
			<pubDate>Sat, 04 Sep 2010 03:05:57 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=397</guid>
			<description><![CDATA[Comments please =D<br />
(learning purposes only ^_^)<br />
    There are many ways to upload a shell to a website, by far the easiest and best way is via avatar image uploading. How to exploit it you might ask, well it's quite simple lets say you have a website that allows you too upload an avatar, the code for verifying the file is an image might look something like this:<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">file_extension</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;filename</span><span style="color: #007700">)<br />{<br />return&nbsp;</span><span style="color: #0000BB">end</span><span style="color: #007700">(</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">"."</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;filename</span><span style="color: #007700">));<br />}&nbsp;<br /></span></code></div></div></div>
This will strip everything before the "." and check if the file extension is in fact a image file, of course the code above doesn't check if its an image file, but it's just showing the basic principle of how file extension checks work. <br />
    So now to exploit it, we could go about this several ways, the easiest would to add two extension names, <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Example: "lolnotashell.jpg.php"</code></div></div>
 The code above will only strip the text to the first "." and it will see .jpg.php but it wont check for the .php part which is the real file extension so basically .jpg is a ghost extension name<br />
    Another way to exploit an avatar image upload system is to use null meta-characters such as "%00" this will make sure that the system doesn't automatically add a new extension name like .jpg or .gif. <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Example: "lolnotashell..php%00.jpg" either that or "lolnotashell.php%00.jpg" sorry I forget which way it goes, I tired ha.</code></div></div>
<br />
So I hope this helps you in some sort of way. <br />
~3ethicalhackers.com]]></description>
			<content:encoded><![CDATA[Comments please =D<br />
(learning purposes only ^_^)<br />
    There are many ways to upload a shell to a website, by far the easiest and best way is via avatar image uploading. How to exploit it you might ask, well it's quite simple lets say you have a website that allows you too upload an avatar, the code for verifying the file is an image might look something like this:<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">file_extension</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;filename</span><span style="color: #007700">)<br />{<br />return&nbsp;</span><span style="color: #0000BB">end</span><span style="color: #007700">(</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">"."</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;filename</span><span style="color: #007700">));<br />}&nbsp;<br /></span></code></div></div></div>
This will strip everything before the "." and check if the file extension is in fact a image file, of course the code above doesn't check if its an image file, but it's just showing the basic principle of how file extension checks work. <br />
    So now to exploit it, we could go about this several ways, the easiest would to add two extension names, <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Example: "lolnotashell.jpg.php"</code></div></div>
 The code above will only strip the text to the first "." and it will see .jpg.php but it wont check for the .php part which is the real file extension so basically .jpg is a ghost extension name<br />
    Another way to exploit an avatar image upload system is to use null meta-characters such as "%00" this will make sure that the system doesn't automatically add a new extension name like .jpg or .gif. <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Example: "lolnotashell..php%00.jpg" either that or "lolnotashell.php%00.jpg" sorry I forget which way it goes, I tired ha.</code></div></div>
<br />
So I hope this helps you in some sort of way. <br />
~3ethicalhackers.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Minecraft]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=396</link>
			<pubDate>Sat, 04 Sep 2010 00:31:20 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=396</guid>
			<description><![CDATA[One word to put it. <span style="font-weight: bold;">Amazing</span>. <br />
<br />
<a href="http://www.minecraft.net/" target="_blank">http://www.minecraft.net/</a><br />
<br />
The classic version is free, but I paid for the alpha version. Some of you guys should check it out.]]></description>
			<content:encoded><![CDATA[One word to put it. <span style="font-weight: bold;">Amazing</span>. <br />
<br />
<a href="http://www.minecraft.net/" target="_blank">http://www.minecraft.net/</a><br />
<br />
The classic version is free, but I paid for the alpha version. Some of you guys should check it out.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Xbox LIVE Prices Increase]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=394</link>
			<pubDate>Wed, 01 Sep 2010 22:13:18 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=394</guid>
			<description><![CDATA[The gold memberships for XBLive is going up by 10&#36;. Just another reason to get a ps3...<br />
<br />
<a href="http://gotgame.com/2010/09/01/price-change-for-xbox-live-gold-subscriptions/" target="_blank">http://gotgame.com/2010/09/01/price-chan...criptions/</a>]]></description>
			<content:encoded><![CDATA[The gold memberships for XBLive is going up by 10&#36;. Just another reason to get a ps3...<br />
<br />
<a href="http://gotgame.com/2010/09/01/price-change-for-xbox-live-gold-subscriptions/" target="_blank">http://gotgame.com/2010/09/01/price-chan...criptions/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Facetime for IPhone]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=393</link>
			<pubDate>Wed, 01 Sep 2010 17:55:36 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=393</guid>
			<description><![CDATA[Hey guys. This new thing...Facetime for the Iphone. Now, correct me if I am wrong. But isn't it essentially a Skype App.? Which you can download free, with blackberry's and Android? Eh, maybe I'm just crazy]]></description>
			<content:encoded><![CDATA[Hey guys. This new thing...Facetime for the Iphone. Now, correct me if I am wrong. But isn't it essentially a Skype App.? Which you can download free, with blackberry's and Android? Eh, maybe I'm just crazy]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Favorite things about linux?]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=392</link>
			<pubDate>Wed, 01 Sep 2010 14:14:00 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=392</guid>
			<description><![CDATA[Hey guys. The goal of this thread is to express what your favorite features of linux are.<br />
<br />
Mine are:<br />
Its open source;<br />
Its visually appealing;<br />
Hard to get viruses;<br />
And it takes much less battery than windows.<br />
<br />
How about you guys?]]></description>
			<content:encoded><![CDATA[Hey guys. The goal of this thread is to express what your favorite features of linux are.<br />
<br />
Mine are:<br />
Its open source;<br />
Its visually appealing;<br />
Hard to get viruses;<br />
And it takes much less battery than windows.<br />
<br />
How about you guys?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Photoshop CS3 Extended w/ Crack]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=391</link>
			<pubDate>Tue, 31 Aug 2010 02:19:55 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=391</guid>
			<description><![CDATA[I have been using this one for a while. I know it isn't exactly the latest but I like the older ones for simplicity.<br />
<br />
<a href="http://www.megaupload.com/?d=MGJ18P09" target="_blank">http://www.megaupload.com/?d=MGJ18P09</a>]]></description>
			<content:encoded><![CDATA[I have been using this one for a while. I know it isn't exactly the latest but I like the older ones for simplicity.<br />
<br />
<a href="http://www.megaupload.com/?d=MGJ18P09" target="_blank">http://www.megaupload.com/?d=MGJ18P09</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Noobie Questions by Raven XD]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=390</link>
			<pubDate>Mon, 30 Aug 2010 22:47:40 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=390</guid>
			<description><![CDATA[So please excuse my inexperience on anything hack related and therefore maybe dumb questions I am about to ask. I made a topic for allot of questions to come because i really do not understand anything and I want to learn. <br />
<br />
 So say you have a member on your site, and they are giving you problems like hack threats and such. You have their IP address but what can you really do with the info? I have heard people say things like “I got your IP you are fucked now” but I guess I have not read enough to understand the possibilities.]]></description>
			<content:encoded><![CDATA[So please excuse my inexperience on anything hack related and therefore maybe dumb questions I am about to ask. I made a topic for allot of questions to come because i really do not understand anything and I want to learn. <br />
<br />
 So say you have a member on your site, and they are giving you problems like hack threats and such. You have their IP address but what can you really do with the info? I have heard people say things like “I got your IP you are fucked now” but I guess I have not read enough to understand the possibilities.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Posts]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=388</link>
			<pubDate>Mon, 30 Aug 2010 05:23:02 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=388</guid>
			<description><![CDATA[Noticed a few things in the three weeks i've been not coming here<br />
<br />
1.) post quality lacking<br />
2.) Member boldness growing<br />
3.) Lack of doing anything hacking related.<br />
<br />
This dog wont hunt.]]></description>
			<content:encoded><![CDATA[Noticed a few things in the three weeks i've been not coming here<br />
<br />
1.) post quality lacking<br />
2.) Member boldness growing<br />
3.) Lack of doing anything hacking related.<br />
<br />
This dog wont hunt.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IRC This week and Happenings]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=387</link>
			<pubDate>Mon, 30 Aug 2010 05:19:54 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=387</guid>
			<description><![CDATA[I'll be on IRC this week...vacationing from work ect. point is imma have free time again to get on IRC for a bit.<br />
<br />
You may have noticed a diminished web presence and a lul at nullworks.  I'm debating keeping the server around but may continue it just in case it comes in handy.<br />
<br />
Nullworks may go down for an image this week.  who knows.<br />
<br />
I might build some email into nullworks for my personal/professional usage and also start constructing a live-fire wargame.  again.  who knows.<br />
<br />
I gotta image stuff but the live fire game seems probable in the near future.<br />
<br />
Lemme know about keeping the server.  Mason your money got returned to you from paypal -- I never accepted the charges b/c I was unsure of stuff.  Still seeking donations from ppl but w/e.]]></description>
			<content:encoded><![CDATA[I'll be on IRC this week...vacationing from work ect. point is imma have free time again to get on IRC for a bit.<br />
<br />
You may have noticed a diminished web presence and a lul at nullworks.  I'm debating keeping the server around but may continue it just in case it comes in handy.<br />
<br />
Nullworks may go down for an image this week.  who knows.<br />
<br />
I might build some email into nullworks for my personal/professional usage and also start constructing a live-fire wargame.  again.  who knows.<br />
<br />
I gotta image stuff but the live fire game seems probable in the near future.<br />
<br />
Lemme know about keeping the server.  Mason your money got returned to you from paypal -- I never accepted the charges b/c I was unsure of stuff.  Still seeking donations from ppl but w/e.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My Mod App]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=386</link>
			<pubDate>Sun, 29 Aug 2010 22:35:41 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=386</guid>
			<description><![CDATA[Name/Alias: Michael/Steeldog29<br />
Time Joined: When The Site Was Green<br />
Time Spent Online: 1 Day, 2 Hours, 13 Minutes, 55 Seconds<br />
Three threads started by you: <br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=362" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=362</a><br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=57&amp;pid=1091#pid1091" target="_blank">http://www.3ethicalhackers.com/showthrea...91#pid1091</a><br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=368" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=368</a><br />
<br />
Five helpful posts: <br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=57&amp;pid=1091#pid1091" target="_blank">http://www.3ethicalhackers.com/showthrea...91#pid1091</a> (helped Null.)<br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=328" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=328</a><br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=97" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=97</a> (Explained how to use 1.4 themes on 1.6)<br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=60" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=60</a> (Sent A Deface Page)<br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=64" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=64</a><br />
<br />
Reason you want to be mod: I have been on this site a long time, and I think it would be time I applied for a moderator position. I am on this site ALOT and think I could help out alot too by keeping the forum, fixing spelling/grammar errors, updating things people got wrong, and much more. I am also getting better at learning different types of code, I currently know HTML and a little bit of VB.<br />
Prior Mod experience: Admin of <a href="http://www.gamesharingforums.com/" target="_blank">http://www.gamesharingforums.com/</a>]]></description>
			<content:encoded><![CDATA[Name/Alias: Michael/Steeldog29<br />
Time Joined: When The Site Was Green<br />
Time Spent Online: 1 Day, 2 Hours, 13 Minutes, 55 Seconds<br />
Three threads started by you: <br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=362" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=362</a><br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=57&amp;pid=1091#pid1091" target="_blank">http://www.3ethicalhackers.com/showthrea...91#pid1091</a><br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=368" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=368</a><br />
<br />
Five helpful posts: <br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=57&amp;pid=1091#pid1091" target="_blank">http://www.3ethicalhackers.com/showthrea...91#pid1091</a> (helped Null.)<br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=328" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=328</a><br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=97" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=97</a> (Explained how to use 1.4 themes on 1.6)<br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=60" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=60</a> (Sent A Deface Page)<br />
<a href="http://www.3ethicalhackers.com/showthread.php?tid=64" target="_blank">http://www.3ethicalhackers.com/showthread.php?tid=64</a><br />
<br />
Reason you want to be mod: I have been on this site a long time, and I think it would be time I applied for a moderator position. I am on this site ALOT and think I could help out alot too by keeping the forum, fixing spelling/grammar errors, updating things people got wrong, and much more. I am also getting better at learning different types of code, I currently know HTML and a little bit of VB.<br />
Prior Mod experience: Admin of <a href="http://www.gamesharingforums.com/" target="_blank">http://www.gamesharingforums.com/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Saving flash games to your HDD/ playing them]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=385</link>
			<pubDate>Sun, 29 Aug 2010 18:25:55 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=385</guid>
			<description><![CDATA[Not hacking, but it is a tutorial...<br />
<br />
First you need a program that will read and run .swf files. I use FlashFetcher.<br />
<br />
Next you need to go to a game you like. For example: <a href="http://armorgames.com/play/1443/the-last-stand-2" target="_blank">http://armorgames.com/play/1443/the-last-stand-2</a><br />
<br />
Then you copy that link, and go to: File2HD.com, and where it prompts to input a URL, you do so, also check the box that says you agree to their terms.<br />
<br />
After that scroll through the files and look for the .swf for the game, in the example of The Last Stand 2 it was: <a href="http://armorgames.com/files/games/the-last-stand-2-1443.swf" target="_blank">http://armorgames.com/files/games/the-la...2-1443.swf</a><br />
<br />
Right click the .swf location and choose 'Save link as.' Name it what you would like.<br />
<br />
Then, go to where you saved the .swf, and open it with the .swf player [FlashFetcher&#93; <br />
<br />
ENJOY (: !!!!]]></description>
			<content:encoded><![CDATA[Not hacking, but it is a tutorial...<br />
<br />
First you need a program that will read and run .swf files. I use FlashFetcher.<br />
<br />
Next you need to go to a game you like. For example: <a href="http://armorgames.com/play/1443/the-last-stand-2" target="_blank">http://armorgames.com/play/1443/the-last-stand-2</a><br />
<br />
Then you copy that link, and go to: File2HD.com, and where it prompts to input a URL, you do so, also check the box that says you agree to their terms.<br />
<br />
After that scroll through the files and look for the .swf for the game, in the example of The Last Stand 2 it was: <a href="http://armorgames.com/files/games/the-last-stand-2-1443.swf" target="_blank">http://armorgames.com/files/games/the-la...2-1443.swf</a><br />
<br />
Right click the .swf location and choose 'Save link as.' Name it what you would like.<br />
<br />
Then, go to where you saved the .swf, and open it with the .swf player [FlashFetcher] <br />
<br />
ENJOY (: !!!!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[collision detection vb2008]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=384</link>
			<pubDate>Sun, 29 Aug 2010 13:28:12 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=384</guid>
			<description><![CDATA[collision detection vb2008<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Public Function Collision(ByVal obj1 As Object, ByVal obj2 As Object)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim ret As Boolean = False<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If obj1.Bounds.IntersectsWith(obj2.Bounds) = True Then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return True<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return False<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br />
End Function</code></div></div>
]]></description>
			<content:encoded><![CDATA[collision detection vb2008<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Public Function Collision(ByVal obj1 As Object, ByVal obj2 As Object)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim ret As Boolean = False<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If obj1.Bounds.IntersectsWith(obj2.Bounds) = True Then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return True<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return False<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br />
End Function</code></div></div>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[tut&#93; IP logger]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=383</link>
			<pubDate>Sun, 29 Aug 2010 11:04:58 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=383</guid>
			<description><![CDATA[here I will tell you how to log ip's with an invisible image<br />
*STEP1<br />
Get a php host like 000webhost<br />
<br />
*STEP2<br />
make a directory call it "img"<br />
<br />
*STEP3<br />
make a new php file call it "scr.php"<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;?php<br />
header('Content-type: image/jpeg');<br />
readfile('im.gif');<br />
&#36;filen = "ips.txt";<br />
&nbsp;&nbsp; &#36;logstring = "Connection from:".&#36;_SERVER['REMOTE_ADDR'&#93;." at ".date("r",time())."&#92;n";<br />
&nbsp;&nbsp; if (&#36;handle = fopen(&#36;filen, 'a')) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fwrite(&#36;handle, &#36;logstring);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fclose(&#36;handle);<br />
&nbsp;&nbsp; }<br />
?&gt;</code></div></div>
<br />
*STEP4<br />
and make a ips.txt file and chmod it to 777<br />
<br />
*STEP5<br />
add a img im.gif]]></description>
			<content:encoded><![CDATA[here I will tell you how to log ip's with an invisible image<br />
*STEP1<br />
Get a php host like 000webhost<br />
<br />
*STEP2<br />
make a directory call it "img"<br />
<br />
*STEP3<br />
make a new php file call it "scr.php"<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;?php<br />
header('Content-type: image/jpeg');<br />
readfile('im.gif');<br />
&#36;filen = "ips.txt";<br />
&nbsp;&nbsp; &#36;logstring = "Connection from:".&#36;_SERVER['REMOTE_ADDR']." at ".date("r",time())."&#92;n";<br />
&nbsp;&nbsp; if (&#36;handle = fopen(&#36;filen, 'a')) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fwrite(&#36;handle, &#36;logstring);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fclose(&#36;handle);<br />
&nbsp;&nbsp; }<br />
?&gt;</code></div></div>
<br />
*STEP4<br />
and make a ips.txt file and chmod it to 777<br />
<br />
*STEP5<br />
add a img im.gif]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fame]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=381</link>
			<pubDate>Sun, 29 Aug 2010 01:13:42 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=381</guid>
			<description><![CDATA[We need to get more members. Alot more members. We need to advertise. But we don't want stupid noobs that can't do anything at all, we need real hackers/programmers. We need some people who can contribute to the site. I think we should start advertising around.]]></description>
			<content:encoded><![CDATA[We need to get more members. Alot more members. We need to advertise. But we don't want stupid noobs that can't do anything at all, we need real hackers/programmers. We need some people who can contribute to the site. I think we should start advertising around.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BruteForcers]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=380</link>
			<pubDate>Sun, 29 Aug 2010 01:04:51 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=380</guid>
			<description><![CDATA[Anyone have a good brute forcer or password list? I am trying to find a brute forcer that will work on facebook, AIM, AOL, MSN. Plus misc online games.]]></description>
			<content:encoded><![CDATA[Anyone have a good brute forcer or password list? I am trying to find a brute forcer that will work on facebook, AIM, AOL, MSN. Plus misc online games.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[General Chat]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=378</link>
			<pubDate>Sat, 28 Aug 2010 22:07:14 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=378</guid>
			<description><![CDATA[Sup people, this is just a topic for us all to get together and talk about anything and everything that you could ever think about. I guess you can say its a Chat Room. Anyways I have seen this on other site, and have this topic on my own, and its always fun so I thought I would bring it here. <br />
<br />
so whats up? how is life? What should we talk about first?]]></description>
			<content:encoded><![CDATA[Sup people, this is just a topic for us all to get together and talk about anything and everything that you could ever think about. I guess you can say its a Chat Room. Anyways I have seen this on other site, and have this topic on my own, and its always fun so I thought I would bring it here. <br />
<br />
so whats up? how is life? What should we talk about first?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sig using this?]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=377</link>
			<pubDate>Sat, 28 Aug 2010 20:31:54 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=377</guid>
			<description><![CDATA[Can someone make me a sig using this or a similar image of ghost from CoD?<br />
<br />
<br />
<img src="http://farm4.static.flickr.com/3036/4078275909_f3015fa0f8.jpg" border="0" alt="[Image: 4078275909_f3015fa0f8.jpg&#93;" />]]></description>
			<content:encoded><![CDATA[Can someone make me a sig using this or a similar image of ghost from CoD?<br />
<br />
<br />
<img src="http://farm4.static.flickr.com/3036/4078275909_f3015fa0f8.jpg" border="0" alt="[Image: 4078275909_f3015fa0f8.jpg]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Demonoid Invites]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=373</link>
			<pubDate>Sat, 28 Aug 2010 18:50:15 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=373</guid>
			<description><![CDATA[Demonoid's finally letting me give out invite codes, not sure how many I've got (you can only generate one at a time as far as I know)<br />
<br />
anyway, if you want one, comment, I'll send you it in a pm.<br />
<br />
also, thanks Dion for inviting me earlier this year ^_^]]></description>
			<content:encoded><![CDATA[Demonoid's finally letting me give out invite codes, not sure how many I've got (you can only generate one at a time as far as I know)<br />
<br />
anyway, if you want one, comment, I'll send you it in a pm.<br />
<br />
also, thanks Dion for inviting me earlier this year ^_^]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Shoutbox]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=369</link>
			<pubDate>Fri, 27 Aug 2010 16:18:00 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=369</guid>
			<description><![CDATA[I know this is how the Turkish hackers got in, but remember the shoutbox we had when the site theme was green? We should get that back. That was hilarious, and that's why we should use it.]]></description>
			<content:encoded><![CDATA[I know this is how the Turkish hackers got in, but remember the shoutbox we had when the site theme was green? We should get that back. That was hilarious, and that's why we should use it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linkbucks/adf.ly Loop Tutorial]]></title>
			<link>http://www.3ethicalhackers.com/showthread.php?tid=368</link>
			<pubDate>Fri, 27 Aug 2010 15:45:35 +0000</pubDate>
			<guid isPermaLink="false">http://www.3ethicalhackers.com/showthread.php?tid=368</guid>
			<description><![CDATA[Basically what this does is it creates a loop of ads, and each ad that shows gives you your money. If you make a long enough loop then you can give it to people to leave it running, or use a proxy.<br />
<br />
Step 1: Rename a website using whatever site you use, I use linkbucks.<br />
<br />
Step 2: Enter your new generated link into <a href="http://www.dot.tk/" target="_blank">http://www.dot.tk/</a><br />
<br />
Step 3: Rename the webpage whatever you want, fill the captcha and click the first option.<br />
<br />
Step 4: Put the .tk link you just created into linkbucks And generate a new link.<br />
<br />
Repeat steps 2-4 with your new link. Send it to people to click, such as me. I will be happy to click it :D]]></description>
			<content:encoded><![CDATA[Basically what this does is it creates a loop of ads, and each ad that shows gives you your money. If you make a long enough loop then you can give it to people to leave it running, or use a proxy.<br />
<br />
Step 1: Rename a website using whatever site you use, I use linkbucks.<br />
<br />
Step 2: Enter your new generated link into <a href="http://www.dot.tk/" target="_blank">http://www.dot.tk/</a><br />
<br />
Step 3: Rename the webpage whatever you want, fill the captcha and click the first option.<br />
<br />
Step 4: Put the .tk link you just created into linkbucks And generate a new link.<br />
<br />
Repeat steps 2-4 with your new link. Send it to people to click, such as me. I will be happy to click it :D]]></content:encoded>
		</item>
	</channel>
</rss>