<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Trap17 - Popular Discussions</title>
	<description>Trap17 - Popular Discussions</description>
	<link>http://www.knowledgesutra.com/forums/index.php</link>
	<pubDate>Mon, 19 Jul 2010 06:05:47 +0000</pubDate>
	<ttl>120</ttl>
	<item>
		<title>The Naruto Online Game</title>
		<link>http://www.knowledgesutra.com/forums/topic/89-the-naruto-online-game/</link>
		<description><![CDATA[<span class='bbc_center'><span class='bbc_underline'><span style='font-family: Impact'><span style='font-size: 26px;'> The Naruto Online Game</span></span></span><br />
</span><br />
<span style='font-family: Franklin'><span style='font-size: 15px;'>    Learn the way of Shinobi as you start as an aspiring Academy Student. Fight your way to the top to become the Kage: the single shadow that protects your village from any danger, or become your village's worst nightmare as a wandering Outlaw of pure darkness. Hundreds of Jutsus are at your feet, ready to be called upon in the any mission; from the easiest of errands to the most lethal of enemies. Learn to harness the Bloodline passed down to you, or awaken the Demon that slumbers within. Can you handle the pressure? Overcome fear? Can you fufill your Destiny? Or will you bow towards Fate? This is the path of the Ninja, the life of a Shinobi. It all lies in your hands. The Ninja-RPG: This time, you're not watching it.. You're fighting it!</span></span><br />
<br />
1. <a href='http://www.theninja-rpg.com' class='bbc_url' title='External link' rel='nofollow external'>http://www.theninja-rpg.com</a><br />
2. <a href='http://www.theninja-forum.com' class='bbc_url' title='External link' rel='nofollow external'>http://www.theninja-forum.com</a><br />
<br />
[Proudly Hosted By <a href='http://www.computinghost.com/' class='bbc_url' title='External link' rel='nofollow external'>ComputingHost</a>]]]></description>
		<pubDate>Mon, 21 Jun 2004 21:23:23 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/89-the-naruto-online-game/</guid>
	</item>
	<item>
		<title>Download Script</title>
		<link>http://www.knowledgesutra.com/forums/topic/55255-download-script/</link>
		<description><![CDATA[hey all,<br />
<br />
on my website, i would to link to files that i have created/found. since these files are larger than 5mb, and i didn't want to waste my precious 500mb space, i hosted them on fileden, an online file storage site allowing hotlinking. an example of a url from this site is:<br />
<br />
<a href='http://www.fileden.com/files/2007/10/20/1525834/some%20file.mp3' class='bbc_url' title='External link' rel='nofollow external'>http://www.fileden.com/files/2007/10/20/15...some%20file.mp3</a><br />
<br />
so anyway, on one of my pages i would like to have a link to one of these files. however, instead of streaming the file as the website would normally do for the mp3 extension, i would like to 'force' the save link as / save as dialog to appear.<br />
<br />
i have thoroughly researched this, however all of the working solutions require the php file to be placed in the same directory as the other files, and with the random urls that fileden generates that is not possible. otherwise, they use the $filename attriibute, which uses relative urls (e.g. &#46;&#46;/&#46;&#46;/some file.mp3), which is also not possible in this case.<br />
<br />
the javascript solution, which works, is not firefox compatible, and since i always use firefox and am a large fan of it, i find that frustrating.<br />
<br />
for webdesign i use xhtml+css, and do not know php. which is why i need help, since most/all of the working solutions seemed to use php.<br />
<br />
so, my question/request: any code which is incorporateable into a html page and takes into consideration my lack of php knowledge, which forces a 'save link as/save as' dialog to appear once the user clicks on a link, and is cross-browser.<br />
<br />
thanks so much if you are able to help.<br />
<br />
also, one last thing: if possible, i would like this code to be php/javascript, because they are the easiest to incorporate into html. NO ASP PLEASE!!!<br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from rvalkass:
        </div>
    </div>
    <div class="messagebody" style="display:block;"><br />
Merged double post.<br />
</div>
</div>]]></description>
		<pubDate>Mon, 28 Jan 2008 00:31:58 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/55255-download-script/</guid>
	</item>
	<item>
		<title>Php Quiz Script</title>
		<link>http://www.knowledgesutra.com/forums/topic/8729-php-quiz-script/</link>
		<description><![CDATA[Hello all,<br />
<br />
A little bit back I decided to make a quiz scriptjust out of no where lol. However it doesnt do anything special but I am going to make an email mod for it so that it will email results to your email address. So here is the basis of it.<br />
<br />
INSTRUCTIONS:<br />
Open a new page in your text editor and paste in the following code.<br />
<pre class='prettyprint'>
&#60;?php
$qid = &#34;Quiz ID-00&#34;;
?&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;&#60;? echo &#34;Gamers Pub $qid&#34;; ?&#62;&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;p&#62;&#60;h3&#62;&#60;? echo &#34;SiteName $qid&#34;; ?&#62;&#60;/h3&#62;&#60;/p&#62;
&#60;form action=&#34;results.php&#34; method=&#34;post&#34;&#62;
&#60;p&#62;Username&#58; &#60;input type=&#34;text&#34; name=&#34;name&#34;&#62;&#60;/p&#62;
&#60;p&#62;1.&#41; Question number one is?&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q1&#34; value=&#34;Answer1&#34;&#62; Answer1&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q1&#34; value=&#34;Answer2&#34;&#62; Answer2&#60;/p&#62;
&#60;p&#62;2.&#41; Question number two is?&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q2&#34; value=&#34;Answer1&#34;&#62; Answer1&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q2&#34; value=&#34;Answer2&#34;&#62; Answer2&#60;/p&#62;
&#60;p&#62;3.&#41; Question number three is?&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q3&#34; value=&#34;Answer1&#34;&#62; Answer1&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q3&#34; value=&#34;Answer&#34;&#62; Answer2&#60;/p&#62;
&#60;p&#62;4.&#41; Question number four is?&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q4&#34; value=&#34;Answer1&#34;&#62; Answer1&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q4&#34; value=&#34;Answer2&#34;&#62; Answer2&#60;/p&#62;
&#60;p&#62;5.&#41; Question number five is?&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q5&#34; value=&#34;Answer1&#34;&#62; Answer1&#60;br&#62;
&#60;input type=&#34;radio&#34; name=&#34;q5&#34; value=&#34;Answer2&#34;&#62; Answer2&#60;/p&#62;
&#60;p&#62;&#60;input type=&#34;submit&#34; name=&#34;submit&#34; value=&#34;Submit Quiz&#34;&#62;&#60;/p&#62;
&#60;input type=&#34;hidden&#34; name=&#34;qp&#34; value=&#34;quiz00.php&#34;&#62;
&#60;/form&#62;
&#60;/body&#62;
&#60;/html&#62;
</pre><br />
and then save it as <strong class='bbc'>quiz00.php</strong> and edit it obiously, lol to what you want. I shouldnt be hard because its mostly just html. But NOTE that if you go over 5 questions then you need to modifiy the php script that shows the results to display those added questions.<br />
<br />
Here is the results page which displays the results from the forms. Open up a new page in your text editor and paste in the following code.<br />
<pre class='prettyprint'>
&#60;?php
$title = &#34;Quiz Results&#34;;
echo &#34;&#60;title&#62;$title&#60;/title&#62;&#34;;
// Below gets the answers from the page before //
if &#40;isset &#40;$_POST&#91;'submit'&#93;&#41;&#41; {
 &nbsp; $name = $_POST&#91;'name'&#93;;
 &nbsp; $q1 = $_POST&#91;'q1'&#93;;
 &nbsp; $q2 = $_POST&#91;'q2'&#93;;
 &nbsp; $q3 = $_POST&#91;'q3'&#93;;
 &nbsp; $q4 = $_POST&#91;'q4'&#93;;
 &nbsp; $q5 = $_POST&#91;'q5'&#93;;
 &nbsp; $qp = $_POST&#91;'qp'&#93;;
}
// Below checks to see if you forgot anything //
if &#40;$name == &#34;&#34;&#41; {
 &nbsp; die &#40;&#34;You forgot something, go back and check over your quiz.&#34;&#41;;
}
if &#40;$q1 == &#34;&#34;&#41; {
 &nbsp; die &#40;&#34;You forgot something, go back and check over your quiz.&#34;&#41;;
}
if &#40;$q2 == &#34;&#34;&#41; {
 &nbsp; die &#40;&#34;You forgot something, go back and check over your quiz.&#34;&#41;;
}
if &#40;$q3 == &#34;&#34;&#41; {
 &nbsp; die &#40;&#34;You forgot something, go back and check over your quiz.&#34;&#41;;
}
if &#40;$q4 == &#34;&#34;&#41; {
 &nbsp; die &#40;&#34;You forgot something, go back and check over your quiz.&#34;&#41;;
}
if &#40;$q5 == &#34;&#34;&#41; {
 &nbsp; die &#40;&#34;You forgot something, go back and check over your quiz.&#34;&#41;;
}
// Below is where the answers are actually displayed //
{
	echo&#60;&#60;&#60;EOT
&#60;p&#62;Results&#58; $name&#60;br&#62;
1.&#41; $q1&#60;br&#62;
2.&#41; $q2&#60;br&#62;
3.&#41; $q3&#60;br&#62;
4.&#41; $q4&#60;br&#62;
5.&#41; $q5&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;$qp&#34;&#62;Go Back To Quiz?&#60;/a&#62;

EOT;
}
?&#62;
</pre><br />
and then save it as <strong class='bbc'>results.php</strong>. Also this time I put comments in there which should give you some hints to what is going on in the process of getting and displaying the answers. I will be making a mod soon that will be added on to this and it will email the forms to a selected email address so that they are sent to something to be reviewed by a person... you know what I mean?<br />
<br />
Also if you want a demo, I have one set up on my website:<br />
Demo: <a href='http://gamerspub.trap17.com/php-bin/quiz00.php' class='bbc_url' title='External link' rel='nofollow external'>CLICK HERE</a><br />
<br />
If you need any help or some more understanding of the script then just ask by reply ing to this post. Enjoy! <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Sat, 19 Mar 2005 04:30:42 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/8729-php-quiz-script/</guid>
	</item>
	<item>
		<title>10-year-old Girl Was Raped!</title>
		<link>http://www.knowledgesutra.com/forums/topic/9269-10-year-old-girl-was-raped/</link>
		<description><![CDATA[This is sick, a 10-year-old girl was raped in her own bed in Essex.  <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />  Her mum and siblings were sleeping in the rooms next to her. Police are now studying CCTV footage to catch the rapist<br />
<br />
Link: <a href='http://www.sky.com/skynews/article/0,,30000-13316248,00.html' class='bbc_url' title='External link' rel='nofollow external'>http://www.sky.com/skynews/article/0,,30000-13316248,00.html</a><br />
<br />
<br />
<br />
<br />
Yoofus]]></description>
		<pubDate>Sat, 26 Mar 2005 19:27:55 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/9269-10-year-old-girl-was-raped/</guid>
	</item>
	<item>
		<title>P90x Muscle Confusion Workout Regiment</title>
		<link>http://www.knowledgesutra.com/forums/topic/44323-p90x-muscle-confusion-workout-regiment/</link>
		<description><![CDATA[There's new workout informercial that's been filling the United State's air waves: it's called P90X. Backed by very popular Beach Body workout program, this P90X promisses to cut and define your body in 90 days.<br />
<br />
<a href='http://www.beachbody.com/forums/P-p90x-description.jsp' class='bbc_url' title='External link' rel='nofollow external'>http://www.beachbody.com/forums/P-p90x-description.jsp</a><br />
<br />
The main principle is to confused the body by eliminating the muscle plateau that is common amoung all workout regiments. The workout system encourages pushing the body to the maximum breaking point throughout the entire working out duration. And the workout schedule calls for 3 weeks of total committed exercise followed by 1 week of relex. And the next level is harder than the previous scheduled with the same 3 weeks of total training and 1 week of relexing. This is repeated for the next 90 days.<br />
<br />
<img src='http://www.trap17.com/forums/uploads/1166611854/gallery_6042_7_10544.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
Of course, a balanced diet is strictly enforced to see the claimed result.  <br />
<br />
Has this theory of working out crossed anyone's mind? If so, how reliable, do you think, is this claim? Is it worth buying into this commercialism or can someone come up with poorman's P90X program? <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' />]]></description>
		<pubDate>Sun, 07 Jan 2007 23:20:14 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/44323-p90x-muscle-confusion-workout-regiment/</guid>
	</item>
	<item>
		<title>Mario Sprites</title>
		<link>http://www.knowledgesutra.com/forums/topic/1310-mario-sprites/</link>
		<description><![CDATA[Hi, im looking for supermario world sprites, im going to make a mario game and i need all the sriptes for him, including the flying ones and all that good stuff, if youhave some or know where to get sum please just tell me in here and i will further conference with you about them and  how  to obtain them... thank you<br />
~Datahead<br />
<br />
||::._ Attention <a href='http://www.trap17.com' class='bbc_url' title='External link' rel='nofollow external'>Trap17.com</a> Forum Members _::||<br />
It Will be Appreciated if you see something that interests you in the google ads, to click them once a day, everytime the page views refresh pleaselook at the ads, and help support <a href='http://www.trap17.com' class='bbc_url' title='External link' rel='nofollow external'>Trap17.com</a>. for offering us this freehosting, but we often forget, its not free for them please help out and keep thisplace alive and make sure it stays alive. and you will also possibly be helping out the commnity, by possible upgrades.... thank you.<br />
~Datahead]]></description>
		<pubDate>Mon, 30 Aug 2004 18:49:39 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/1310-mario-sprites/</guid>
	</item>
	<item>
		<title>RULES - READ ON WHAT THIS FORUM IS FOR</title>
		<link>http://www.knowledgesutra.com/forums/topic/6319-rules-read-on-what-this-forum-is-for/</link>
		<description><![CDATA[The Rules and Guidelines.<br />
Be sure to read them thoroughly! Always keep them in the back of your head when making an action at the forum, for otherwise they may result in you receiving the appropriate punishment.<br />
<br />
I hope you understand and respect these rules, any comments about it may be directed to Administrators.<br />
<br />
&gt; <a href='http://www.trap17.com/forums/index.php?act=boardrules' class='bbc_url' title='External link' rel='nofollow external'>THE RULES</a> &lt;<br />
<br />
THIS FORUM IS MEANT FOR TOPICS RELATED TO "WHAT IS?" i.e. For Explaining new things, issues, terms or any idea. But you may NOT create any topic which does not give any explanation.<br />
<br />
Spamming will get you banned straight away. No futher explanations will be entertained. So be careful before you think about spamming by creating any spam topic. <br />
<br />
YOU ARE FREE TO REPLY AND COMMENT TO ANY POSTED "WHAT IS?" EXPLANATIONS.<br />
<br />
We thank you for your understanding and commitment,<br />
The Administration Staff.]]></description>
		<pubDate>Thu, 27 Jan 2005 04:03:21 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/6319-rules-read-on-what-this-forum-is-for/</guid>
	</item>
	<item>
		<title>A List Of Great Movies!</title>
		<link>http://www.knowledgesutra.com/forums/topic/48440-a-list-of-great-movies/</link>
		<description><![CDATA[Ok, muy favorite movies are:<br />
<br />
Butterfly Effect<br />
Pirates of the Caribbean (The curse of the Black Pearl)<br />
Titan AE]]></description>
		<pubDate>Sat, 05 Feb 2005 16:55:59 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/48440-a-list-of-great-movies/</guid>
	</item>
	<item>
		<title>How To Change Windows Xp Language ?</title>
		<link>http://www.knowledgesutra.com/forums/topic/42333-how-to-change-windows-xp-language/</link>
		<description><![CDATA[my mate bought me a laptop from Paris .... now the problem is i dont know how can i get windows in an english version... currently its french. I have tried all the possible ways... its not even letting me boot from my own cd.<br />
<br />
Any help would be great]]></description>
		<pubDate>Thu, 19 Oct 2006 01:06:28 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/42333-how-to-change-windows-xp-language/</guid>
	</item>
	<item>
		<title>What Mobile Phone Do U Have?</title>
		<link>http://www.knowledgesutra.com/forums/topic/6290-what-mobile-phone-do-u-have/</link>
		<description><![CDATA[i have nokia 7250 <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' />]]></description>
		<pubDate>Wed, 26 Jan 2005 20:51:42 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/6290-what-mobile-phone-do-u-have/</guid>
	</item>
	<item>
		<title>Rap Lyrics</title>
		<link>http://www.knowledgesutra.com/forums/topic/39453-rap-lyrics/</link>
		<description><![CDATA[Don’t read into it too much<br />
<br />
I hear you rappin but I think I heard enough<br />
<br />
Your sh** is dead and outdated  <br />
<br />
top notch to the top, I’m rated <br />
<br />
while you still freestylin and masterbatin<br />
<br />
I’m cold I know, I gotta reason to be<br />
<br />
24 years old, and no one seems to see<br />
<br />
that I’m worth my weight in gold and still disease free<br />
<br />
Just gimme a chance, I will show the world, you’ll see<br />
<br />
even if I gotta take down my pants and show everybody on t.v.<br />
<br />
if ya fuc* with me ya fuc*in with a p.I.m.p./]]></description>
		<pubDate>Mon, 24 Jul 2006 02:39:15 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/39453-rap-lyrics/</guid>
	</item>
	<item>
		<title>Proxy List</title>
		<link>http://www.knowledgesutra.com/forums/topic/38388-proxy-list/</link>
		<description><![CDATA[Here is a list of proxies that I find to be useful for some deeds that you people may or may not engage in. <br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>
<a href='http://anonymouse.ws/' class='bbc_url' title='External link' rel='nofollow external'>http://anonymouse.ws/</a><br />
<a href='http://www.shadowbrowser.com/?pin=trial' class='bbc_url' title='External link' rel='nofollow external'>http://www.shadowbrowser.com/?pin=trial</a><br />
<a href='http://www.proxyking.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyking.net/</a><br />
<a href='http://www.anonymousindex.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.anonymousindex.com/</a><br />
<a href='http://www.hidemyass.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.hidemyass.com/</a><br />
<a href='http://www.proxy7.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxy7.com/</a><br />
<a href='http://www.proxyfoxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyfoxy.com/</a><br />
<a href='http://www.78y.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.78y.net/</a><br />
<a href='http://www.75i.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.75i.net/</a><br />
<a href='http://www.dzzt.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.dzzt.com/</a><br />
<a href='http://www.proxyguy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyguy.com/</a><br />
<a href='http://www.gamesproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.gamesproxy.com/</a><br />
<a href='http://www.proxyz.be/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyz.be/</a><br />
<a href='http://www.antifw.tk/' class='bbc_url' title='External link' rel='nofollow external'>http://www.antifw.tk/</a><br />
<a href='http://www.proxyhero.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyhero.com/</a><br />
<a href='http://www.proxydrop.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxydrop.com/</a><br />
<a href='http://www.proxydrop.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxydrop.com/</a><br />
<a href='http://www.proxydrop.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxydrop.net/</a><br />
<a href='http://www.proxydrop.biz/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxydrop.biz/</a><br />
<a href='http://www.proxydrop.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxydrop.info/</a><br />
<a href='http://www.proxydrop.org/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxydrop.org/</a> <br />
<a href='http://www.prx1.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.prx1.com/</a><br />
<a href='http://www.ninjaproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.ninjaproxy.com/</a><br />
<a href='http://www.shadowsurf.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.shadowsurf.com/</a><br />
<a href='http://www.famous5.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.famous5.net/</a><br />
<a href='http://www.no1proxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.no1proxy.com/</a><br />
<a href='http://www.proxyspy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyspy.com/</a><br />
<a href='http://www.theproxy.be/' class='bbc_url' title='External link' rel='nofollow external'>http://www.theproxy.be/</a><br />
<a href='http://www.theproxy.be/' class='bbc_url' title='External link' rel='nofollow external'>http://www.theproxy.be/</a><br />
<a href='http://www.newproxy.be/' class='bbc_url' title='External link' rel='nofollow external'>http://www.newproxy.be/</a><br />
<a href='http://www.smartproxy.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.smartproxy.net/</a> <br />
<a href='http://www.proxyprince.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyprince.com/</a><br />
<a href='http://www.pimpmyip.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.pimpmyip.com/</a><br />
<a href='http://www.ohmyproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.ohmyproxy.com/</a><br />
<a href='http://www.cleverproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.cleverproxy.com/</a><br />
<a href='http://www.aproxysite.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.aproxysite.com/</a><br />
<a href='http://www.fullysickproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.fullysickproxy.com/</a><br />
<a href='http://www.desireproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.desireproxy.com/</a><br />
<a href='http://www.perfectproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.perfectproxy.com/</a><br />
<a href='http://www.primeproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.primeproxy.com/</a><br />
<a href='http://www.proxyaware.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyaware.com/</a><br />
<a href='http://www.proxycraze.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxycraze.com/</a><br />
<a href='http://www.proxygasp.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxygasp.com/</a><br />
<a href='http://www.proxyplease.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyplease.com/</a><br />
<a href='http://www.someproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.someproxy.com/</a><br />
<a href='http://www.stupidproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.stupidproxy.com/</a><br />
<a href='http://www.thatproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.thatproxy.com/</a><br />
<a href='http://www.wantproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.wantproxy.com/</a><br />
<a href='http://www.unblockmyspace.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.unblockmyspace.com/</a><br />
<a href='http://www.proxyforall.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyforall.com/</a><br />
<a href='http://www.myproxysurfer.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.myproxysurfer.com/</a><br />
<a href='http://www.proxycat.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxycat.com/</a><br />
<a href='http://www.proxydetective.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxydetective.com/</a><br />
<a href='http://www.indianproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.indianproxy.com/</a><br />
<a href='http://www.proxybrowsing.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxybrowsing.com/</a><br />
<a href='http://www.proxypi.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxypi.com/</a><br />
<a href='http://www.proxyjet.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyjet.com/</a><br />
<a href='http://www.justhide.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.justhide.com/</a><br />
<a href='http://www.anonymization.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.anonymization.net/</a><br />
<a href='http://www.guardster.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.guardster.com/</a><br />
<a href='http://www.proxyweb.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyweb.net/</a><br />
<a href='http://webwarper.net/' class='bbc_url' title='External link' rel='nofollow external'>http://webwarper.net/</a><br />
<a href='https://www.megaproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>https://www.megaproxy.com/</a><br />
<a href='http://www.w3privacy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.w3privacy.com/</a><br />
<a href='http://www.anonymizer.ru/' class='bbc_url' title='External link' rel='nofollow external'>http://www.anonymizer.ru/</a><br />
<a href='http://www.the-cloak.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.the-cloak.com/</a><br />
<a href='http://www.pureprivacy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.pureprivacy.com/</a><br />
<a href='http://proxify.com/' class='bbc_url' title='External link' rel='nofollow external'>http://proxify.com/</a><br />
<a href='http://www.urlencoded.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.urlencoded.com/</a><br />
<a href='http://www.snoopblocker.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.snoopblocker.com/</a><br />
<a href='http://www.bigate.com/cgi-bin/bigate/b/k/k/' class='bbc_url' title='External link' rel='nofollow external'>http://www.bigate.com/cgi-bin/bigate/b/k/k/</a><br />
<a href='http://www.userbeam.de/' class='bbc_url' title='External link' rel='nofollow external'>http://www.userbeam.de/</a><br />
<a href='http://www.calcmaster.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.calcmaster.net/</a><br />
<a href='http://www.misterprivacy.com/begin_anonymous_surfing.htm' class='bbc_url' title='External link' rel='nofollow external'>http://www.misterprivacy.com/begin_anonymous_surfing.htm</a><br />
<a href='http://www.myshield.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.myshield.com/</a><br />
<a href='http://www.idzap.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.idzap.com/</a><br />
<a href='http://www.safegatetech.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.safegatetech.com/</a><br />
<a href='http://www.breiter.ch/' class='bbc_url' title='External link' rel='nofollow external'>http://www.breiter.ch/</a><br />
<a href='http://www.rrdb.org/rrdbproxy.php?l=en' class='bbc_url' title='External link' rel='nofollow external'>http://www.rrdb.org/rrdbproxy.php?l=en</a><br />
<a href='http://proxy.decodes.biz/' class='bbc_url' title='External link' rel='nofollow external'>http://proxy.decodes.biz/</a><br />
<a href='http://proxy.mxds.ch/' class='bbc_url' title='External link' rel='nofollow external'>http://proxy.mxds.ch/</a><br />
<a href='http://www.spondoo.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.spondoo.com/</a><br />
<a href='http://search.sicomm.us/' class='bbc_url' title='External link' rel='nofollow external'>http://search.sicomm.us/</a><br />
<a href='http://schnarre-monika.celebrityblog.net/cache.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://schnarre-monika.celebrityblog.net/cache.cgi</a><br />
<a href='http://filter2005.com/' class='bbc_url' title='External link' rel='nofollow external'>http://filter2005.com/</a><br />
<a href='http://www.kproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.kproxy.com/</a><br />
<a href='http://www.websitereactor.org/cgi-bin/001/nph-.pl' class='bbc_url' title='External link' rel='nofollow external'>http://www.websitereactor.org/cgi-bin/001/nph-.pl</a><br />
<a href='http://www.goproxing.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.goproxing.com/</a><br />
<a href='http://anonycat.com/' class='bbc_url' title='External link' rel='nofollow external'>http://anonycat.com/</a><br />
<a href='http://www.spynot.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.spynot.com/</a><br />
<a href='http://www.merletn.org/anonymizer' class='bbc_url' title='External link' rel='nofollow external'>http://www.merletn.org/anonymizer</a><br />
<a href='http://www.cgi-proxy.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.cgi-proxy.net/</a><br />
<a href='http://www.proxymouse.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxymouse.com/</a><br />
<a href='http://www.theunblocker.tk/' class='bbc_url' title='External link' rel='nofollow external'>http://www.theunblocker.tk/</a><br />
<a href='http://www.betaproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.betaproxy.com/</a><br />
<a href='http://www.letsproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.letsproxy.com/</a><br />
<a href='http://www.freeproxysurf.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.freeproxysurf.info/</a><br />
<a href='http://www.mysticproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.mysticproxy.com/</a><br />
<a href='http://www.proxywave.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxywave.com/</a><br />
<a href='http://www.vtunnel.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.vtunnel.com/</a><br />
<a href='http://www.proxysnail.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxysnail.com/</a><br />
<a href='http://www.freeproxy.ca/' class='bbc_url' title='External link' rel='nofollow external'>http://www.freeproxy.ca/</a><br />
<a href='http://basic.3proxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://basic.3proxy.com/</a><br />
<a href='http://www.privatebrowsing.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.privatebrowsing.com/</a><br />
<a href='http://www.hackingtruths.org/proxy' class='bbc_url' title='External link' rel='nofollow external'>http://www.hackingtruths.org/proxy</a><br />
<a href='http://xanproxy.be/' class='bbc_url' title='External link' rel='nofollow external'>http://xanproxy.be/</a><br />
<a href='http://www.ipsecret.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.ipsecret.com/</a><br />
<a href='http://www.proxyanon.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyanon.com/</a><br />
<a href='http://www.anonproxy.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.anonproxy.info/</a><br />
<a href='http://www.proxysafe.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxysafe.com/</a><br />
<a href='http://www.strongproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.strongproxy.com/</a><br />
<a href='http://www.boredatschool.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.boredatschool.net/</a><br />
<a href='http://www.ukproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.ukproxy.com/</a><br />
<a href='http://www.simpleproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.simpleproxy.com/</a><br />
<a href='http://www.phproxy.org/' class='bbc_url' title='External link' rel='nofollow external'>http://www.phproxy.org/</a><br />
<a href='http://surfonym.com/' class='bbc_url' title='External link' rel='nofollow external'>http://surfonym.com/</a><br />
<a href='http://geoepker.hu/freeproxy/' class='bbc_url' title='External link' rel='nofollow external'>http://geoepker.hu/freeproxy/</a><br />
<a href='http://www.browseatwork.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.browseatwork.com/</a><br />
<a href='http://www.ipblocker.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.ipblocker.info/</a><br />
<a href='http://www.boredatwork.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.boredatwork.info/</a><br />
<a href='http://www.anonymousurfing.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.anonymousurfing.info/</a><br />
<a href='http://www.browsingwork.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.browsingwork.com/</a><br />
<a href='http://www.freeproxyserver.org/' class='bbc_url' title='External link' rel='nofollow external'>http://www.freeproxyserver.org/</a><br />
<a href='http://www.browseany.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.browseany.com/</a><br />
<a href='http://www.browsesecurely.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.browsesecurely.com/</a><br />
<a href='http://IEproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://IEproxy.com/</a><br />
<a href='http://www.sneak3.po.gs/' class='bbc_url' title='External link' rel='nofollow external'>http://www.sneak3.po.gs/</a><br />
<a href='http://www.proxytastic.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxytastic.com/</a><br />
<a href='http://www.freewebproxy.org/' class='bbc_url' title='External link' rel='nofollow external'>http://www.freewebproxy.org/</a><br />
<a href='http://www.thecgiproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.thecgiproxy.com/</a><br />
<a href='http://www.hide-me.be/' class='bbc_url' title='External link' rel='nofollow external'>http://www.hide-me.be/</a><br />
<a href='http://www.anotherproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.anotherproxy.com/</a><br />
<a href='http://www.proxy77.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxy77.com/</a><br />
<a href='http://www.surf-anon.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.surf-anon.com/</a><br />
<a href='http://www.free-proxy.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.free-proxy.info/</a><br />
<a href='http://www.theproxysite.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.theproxysite.info/</a><br />
<a href='http://www.proxyify.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyify.info/</a><br />
<a href='http://www.concealme.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.concealme.com/</a><br />
<a href='http://browseschool.info/' class='bbc_url' title='External link' rel='nofollow external'>http://browseschool.info/</a><br />
<a href='http://browsework.info/' class='bbc_url' title='External link' rel='nofollow external'>http://browsework.info/</a><br />
<a href='http://browsingschool.info/' class='bbc_url' title='External link' rel='nofollow external'>http://browsingschool.info/</a><br />
<a href='http://browsingwork.info/' class='bbc_url' title='External link' rel='nofollow external'>http://browsingwork.info/</a><br />
<a href='http://browsingschool.com/' class='bbc_url' title='External link' rel='nofollow external'>http://browsingschool.com/</a><br />
<a href='http://www.proxyindex.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyindex.com/</a><br />
<a href='http://www.gobyproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.gobyproxy.com/</a><br />
<a href='http://www.proxifyme.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxifyme.com/</a><br />
<a href='http://www.proxyghost.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyghost.com/</a><br />
<a href='http://www.spysurfing.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.spysurfing.com/</a><br />
<a href='http://www.unblockthis.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.unblockthis.com/</a><br />
<a href='http://www.proxyserver7.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxyserver7.com/</a><br />
<a href='http://www.daveproxy.co.uk/' class='bbc_url' title='External link' rel='nofollow external'>http://www.daveproxy.co.uk/</a><br />
<a href='http://www.tntproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.tntproxy.com/</a><br />
<a href='http://www.neoproxy.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.neoproxy.net/</a><br />
<a href='http://www.bypassbrowser.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.bypassbrowser.com/</a><br />
<a href='http://www.procksie.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.procksie.com/</a><br />
<a href='http://www.httproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.httproxy.com/</a><br />
<a href='http://www.cgiproxy.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.cgiproxy.info/</a><br />
<a href='http://www.silentsurf.com/cgi-bin/nph-index.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://www.silentsurf.com/cgi-bin/nph-index.cgi</a><br />
<a href='http://www.proxy-sock.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxy-sock.com/</a><br />
<a href='http://www.proxygeek.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxygeek.com/</a><br />
<a href='http://www.datadefense.org/' class='bbc_url' title='External link' rel='nofollow external'>http://www.datadefense.org/</a><br />
<a href='http://www.hideyour.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.hideyour.info/</a><br />
<a href='http://www.howto.pro/' class='bbc_url' title='External link' rel='nofollow external'>http://www.howto.pro/</a><br />
<a href='http://www.collegeproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.collegeproxy.com/</a><br />
<a href='http://www.demonproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.demonproxy.com/</a><br />
<a href='http://www.satanproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.satanproxy.com/</a><br />
<a href='http://www.hidingyou.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.hidingyou.com/</a><br />
<a href='http://www.intelliproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.intelliproxy.com/</a><br />
<a href='http://www.fireprox.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.fireprox.com/</a><br />
<a href='http://www.h0h0h0.com/firewall/' class='bbc_url' title='External link' rel='nofollow external'>http://www.h0h0h0.com/firewall/</a><br />
<a href='http://www.katedrala.cz/' class='bbc_url' title='External link' rel='nofollow external'>http://www.katedrala.cz/</a><br />
<a href='http://www.browseatwork.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.browseatwork.net/</a><br />
<a href='http://www.2255.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.2255.info/</a><br />
<a href='http://www.vproxy.be/' class='bbc_url' title='External link' rel='nofollow external'>http://www.vproxy.be/</a><br />
<a href='http://www.boxproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.boxproxy.com/</a><br />
<a href='http://www.nopimps.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.nopimps.com/</a><br />
<a href='http://www.fsurf.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.fsurf.com/</a><br />
<a href='http://www.proxylord.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxylord.com/</a><br />
<a href='http://roachhost.com/hp/' class='bbc_url' title='External link' rel='nofollow external'>http://roachhost.com/hp/</a><br />
<a href='http://www.freepr0xy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.freepr0xy.com/</a><br />
<a href='http://www.proxypop.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxypop.com/</a><br />
<a href='http://proxy.winidn.com/' class='bbc_url' title='External link' rel='nofollow external'>http://proxy.winidn.com/</a><br />
<a href='http://www.cloax.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.cloax.net/</a><br />
<a href='http://www.proxy247.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxy247.com/</a><br />
<a href='http://www.traceless.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.traceless.com/</a><br />
<a href='http://www.siatec.net/proxyanonymizer' class='bbc_url' title='External link' rel='nofollow external'>http://www.siatec.net/proxyanonymizer</a><br />
<a href='http://www.stealth-ip.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.stealth-ip.net/</a><br />
<a href='http://www.proxywhip.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxywhip.com/</a><br />
<a href='http://www.proxy-surf.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxy-surf.net/</a><br />
<a href='http://www.videoeditors.info/proxy/' class='bbc_url' title='External link' rel='nofollow external'>http://www.videoeditors.info/proxy/</a><br />
<a href='http://www.blockmy.info/' class='bbc_url' title='External link' rel='nofollow external'>http://www.blockmy.info/</a><br />
<a href='http://www.proxychatroom.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxychatroom.com/</a><br />
<a href='http://www.teenproxy.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.teenproxy.com/</a><br />
<a href='http://www.totalupload.com/surf/' class='bbc_url' title='External link' rel='nofollow external'>http://www.totalupload.com/surf/</a><br />
<a href='http://www.proxene.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxene.com/</a><br />
<a href='http://www.fileshack.us/proxy.php' class='bbc_url' title='External link' rel='nofollow external'>http://www.fileshack.us/proxy.php</a><br />
<a href='http://www.cloaker.ca/' class='bbc_url' title='External link' rel='nofollow external'>http://www.cloaker.ca/</a><br />
<a href='http://www.proxified.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.proxified.net/</a><br />
<a href='http://www.mrreid.net/' class='bbc_url' title='External link' rel='nofollow external'>http://www.mrreid.net/</a><br />
<a href='http://www.gunshin.net/cgi-bin/nph-proxy.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://www.gunshin.net/cgi-bin/nph-proxy.cgi</a><br />
<a href='http://www.free2.surffreedom.com/nph-free.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://www.free2.surffreedom.com/nph-free.cgi</a><br />
<a href='https://nadaily.com/cgi-bin/nph-proxyb.cgi' class='bbc_url' title='External link' rel='nofollow external'>https://nadaily.com/cgi-bin/nph-proxyb.cgi</a><br />
<a href='http://www.consti.de/proxy/' class='bbc_url' title='External link' rel='nofollow external'>http://www.consti.de/proxy/</a><br />
<a href='http://knez.ru/proxy/nph-proxy.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://knez.ru/proxy/nph-proxy.cgi</a><br />
<a href='http://proxy.flooda.us/nph-proxy.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://proxy.flooda.us/nph-proxy.cgi</a><br />
<a href='http://www.anonymisierungsdienst.de/www/startproxy.html' class='bbc_url' title='External link' rel='nofollow external'>http://www.anonymisierungsdienst.de/www/startproxy.html</a><br />
<a href='http://www.anonprox.com/nph-proxy.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://www.anonprox.com/nph-proxy.cgi</a><br />
<a href='http://www.abecx.net/cgi-bin/cgiproxy/nph-proxy.pl' class='bbc_url' title='External link' rel='nofollow external'>http://www.abecx.net/cgi-bin/cgiproxy/nph-proxy.pl</a><br />
<a href='http://www.peachieness.com/cgi-bin/nph-free.cgi' class='bbc_url' title='External link' rel='nofollow external'>http://www.peachieness.com/cgi-bin/nph-free.cgi</a><br />
<a href='http://www.schematic.org/proxy.php' class='bbc_url' title='External link' rel='nofollow external'>http://www.schematic.org/proxy.php</a><br />
<a href='http://proxy.ocramc.com/' class='bbc_url' title='External link' rel='nofollow external'>http://proxy.ocramc.com/</a><br />
<a href='https://www.orangatango.com/' class='bbc_url' title='External link' rel='nofollow external'>https://www.orangatango.com/</a><br />
<a href='http://proxy.ocramc.info/' class='bbc_url' title='External link' rel='nofollow external'>http://proxy.ocramc.info/</a><br />
<a href='http://shady.mytwinports.com/anon/' class='bbc_url' title='External link' rel='nofollow external'>http://shady.mytwinports.com/anon/</a><br />
<a href='http://www.1costaricalink.com/cgi-bin/nph-split.pl' class='bbc_url' title='External link' rel='nofollow external'>http://www.1costaricalink.com/cgi-bin/nph-split.pl</a><br />
<a href='http://www.wowbrowse.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.wowbrowse.com/</a><br /></div></div><br />
If that's not enough, I don't know what is.<br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from mayank:
        </div>
    </div>
    <div class="messagebody" style="display:block;">Please note that the list of URL never contributes in the forum, so you have to add quotes to such long lists. Quotes Added</div>
</div>]]></description>
		<pubDate>Fri, 30 Jun 2006 06:10:47 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/38388-proxy-list/</guid>
	</item>
	<item>
		<title>Who Is The Hottest Girl In The World?</title>
		<link>http://www.knowledgesutra.com/forums/topic/1050-who-is-the-hottest-girl-in-the-world/</link>
		<description><![CDATA[Who is the hottest girl in the world?<br />
I am not quite sure yet, I'm still deciding, who do you think? <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' />]]></description>
		<pubDate>Fri, 20 Aug 2004 02:20:20 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/1050-who-is-the-hottest-girl-in-the-world/</guid>
	</item>
	<item>
		<title>Private Server Ro .</title>
		<link>http://www.knowledgesutra.com/forums/topic/38129-private-server-ro/</link>
		<description><![CDATA[I saw that there are a lot of people asking for how to create a private Ragnarok-Online server . so now i decide to make this tutorial to to help these people ... i didn't have a server but my friend had server and ihelped him to find pros and some tutos so , i learned with him how to create a server ...stop making introduction ...let's go ...<br />
<br />
first you have to have minimum requirements :<br />
<br />
<strong class='bbc'>----Software :----</strong><br />
<br />
i think any windows should work, but i recommend Win Xp<br />
i think you have alredy a Winrar<br />
*- Korean Ragnarok client<br />
*- Sakray patch<br />
<br />
(*i recommend the last release )<br />
<em class='bbc'><link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from you may not intend to use the Ragnarok client on the same computer as you are installing the software to, the eAthena software will need to read the compressed GRF files in order to load the maps .&lt;br /&gt;
&lt;br /&gt;
----Hardware :----&lt;br /&gt;
&lt;br /&gt;
PII 733Mhz&lt;br /&gt;
RAM : 512M&lt;br /&gt;
any 3D accelerated graphics processor&lt;br /&gt;
a good video card&lt;br /&gt;
&#91:
        </div>
    </div>
    <div class="messagebody" style="display:block;"></div>
</div>]]></description>
		<pubDate>Tue, 20 Jun 2006 20:47:28 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/38129-private-server-ro/</guid>
	</item>
	<item>
		<title>e107 themes</title>
		<link>http://www.knowledgesutra.com/forums/topic/14731-e107-themes/</link>
		<description>Is there anywhere i can get e107 themes?</description>
		<pubDate>Fri, 07 Jan 2005 17:09:59 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/14731-e107-themes/</guid>
	</item>
	<item>
		<title>How To Make A Counter Strike 1.6 Dedicated Server</title>
		<link>http://www.knowledgesutra.com/forums/topic/45987-how-to-make-a-counter-strike-16-dedicated-server/</link>
		<description><![CDATA[How to make a Counter Strike 1.6 Dedicated server<br />
<br />
What do we need ?<br />
<br />
HLDSupdatetool -&gt; <a href='http://www.steampowered.com/download/hldsupdatetool.exe' class='bbc_url' title='External link' rel='nofollow external'>http://www.steampowered.com/download/hldsupdatetool.exe</a><br />
NoSteamPatcher -&gt; <a href='http://www.gameszone.ro/downloads/no-won-steam.zip' class='bbc_url' title='External link' rel='nofollow external'>http://www.gameszone.ro/downloads/no-won-steam.zip</a><br />
AdminMod + MetaMod -&gt; <a href='http://ovh.dl.sourceforge.net/source....50.60-win.zip' class='bbc_url' title='External link' rel='nofollow external'>http://ovh.dl.sourceforge.net/source....50.60-win.zip</a><br />
StatsMe -&gt; <a href='http://ovh.dl.sourceforge.net/source....3-cstrike.zip' class='bbc_url' title='External link' rel='nofollow external'>http://ovh.dl.sourceforge.net/source....3-cstrike.zip</a><br />
<br />
Step 1<br />
<br />
Create a dir were the server will be installed example C:&#092;HLDS<br />
Open hldsupdatetool.exe, click next , then I agree we will get to the destination folder, here <br />
<br />
we press browse and select Local Disk C , then double click the HLDS folder. OK finish the <br />
<br />
steps<br />
<br />
Step 2<br />
<br />
click Start , then Run , type "cmd" , in the command line type cd C:&#092;hlds<br />
<br />
Step 3<br />
<br />
if you se in the command line C:&#092;hlds , type hldsupdatetool.exe -command update -game valve <br />
<br />
-dir . <br />
<br />
what this does ? it just start downloading in to the server directory all the latest files <br />
<br />
needed by the server to run it will download the latest server aplication.<br />
After you se "HLDS installation up to date" in the command prompt we will install the Counter <br />
<br />
Strike mod for the server<br />
<br />
Like before at C:&#092;hlds type hldsupdatetool.exe -command update -game cstrike -dir .<br />
<br />
after the mod is downloaded the message "HLDS installation up to date<br />
<br />
Patching the server to accept Non Steam Clients:<br />
Open no-won-steam.zip wich you have downloaded extract everything in C:&#092;HLDS<br />
<br />
Server CFG<br />
In C:&#092;HLDS&#092;cstrike there is a server.cfg file open it with wordpad delete everything in it and <br />
<br />
paste the following cvars:<br />
code:<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>hostname "&lt;HOSTNAME&gt;"<br />
mp_autokick 0<br />
mp_autocrosshair 0<br />
mp_autoteambalance 0<br />
mp_buytime 2<br />
mp_consistency 1<br />
mp_c4timer 35<br />
mp_fadetoblack 0<br />
mp_falldamage 0<br />
mp_flashlight 1<br />
mp_forcecamera 3<br />
mp_forcechasecam 2<br />
mp_friendlyfire 1<br />
mp_freezetime 3<br />
mp_fraglimit 0<br />
mp_hostagepenalty 0<br />
mp_limitteams 6<br />
mp_logfile 1<br />
mp_logmessages 1<br />
mp_logdetail 3<br />
mp_maxrounds 0<br />
mp_playerid 0<br />
mp_roundtime 3<br />
mp_startmoney 800<br />
mp_timelimit 35<br />
mp_tkpunish 0<br />
mp_winlimit 0<br />
<br />
sv_aim 0<br />
sv_airaccelerate 10<br />
sv_airmove 1<br />
sv_allowdownload 1<br />
sv_clienttrace 1.0<br />
sv_clipmode 0<br />
sv_allowupload 1<br />
sv_cheats 0<br />
sv_gravity 800<br />
sv_lan 1<br />
sv_maxrate 7000<br />
sv_maxspeed 320<br />
sv_maxupdaterate 101<br />
sys_ticrate 10000<br />
decalfrequency 60<br />
pausable 0<br />
log on<br />
decalfrequency 60<br />
edgefriction 2<br />
host_framerate 0<br />
exec listip.cfg<br />
exec banned.cfg<br />
rcon_password &lt;PASSWORD&gt;</div></div><br />
<br />
At &lt;HOSTNAME&gt; we can type anything we what example "Jack's Counter-Strike Server"<br />
   &lt;PASSWORD&gt; is the rcon password for the admin to the server it is used to remote control the <br />
<br />
server.<br />
<br />
Installing Admin Mod<br />
<br />
We have downloaded earlyer halflife-admin-2.50.60-win.zip wich we will extract it anywere and <br />
<br />
double click on install_admin.vbs after wich it will ask us where to install. You will se <br />
<br />
diferent targets , we are interested in C:&#092;HLDS so we type the number of the target, it will <br />
<br />
ask us what mod to install we are interesated in cstrike. OK and that's about it.<br />
<br />
Installing StatsMe<br />
<br />
we downloaded statsme-2.8.3-cstrike.zip extract everything in C:&#092;HLDS&#092;cstrike <br />
Go to C:&#092;HLDS&#092;cstrike&#092;addons&#092;metamod open plugins.ini with wordpad and here add the next line <br />
<br />
on top of the existing one :<br />
Code:<br />
win32 addons&#092;statsme&#092;dlls&#092;statsme_mm.dll<br />
<br />
Go to C:&#092;HLDS&#092;cstrike&#092;addons&#092;statsme open statsme.cfg with wordpad <br />
At sm_menupassword modify r3wt with an other password (it's a must! or something won't work)<br />
<br />
to make de /rank and /top10 work<br />
open the same statsme.cfg at sm_storebyauth put 0 instead of 1<br />
<br />
How to start the server using less resources<br />
<br />
make a shorcut for C:&#092;HLDS&#092;hlds.exe on the desktop<br />
on the desktop click the properties of the shortcut you will se at the target C:&#092;HLDS&#092;hlds.exe<br />
we will just add this line ( note ! leav a space between C:&#092;HLDS&#092;hlds.exe and the code)<br />
Code:<br />
-console -game cstrike +ip External IP +sv_lan 1 +maxplayers  +map de_dust2 -nomaster<br />
<br />
example of target:<br />
<br />
C:&#092;HLDS&#092;hlds.exe -console -game cstrike +ip 69.69.123.231 +sv_lan 1 +maxplayers 22 +map <br />
<br />
de_dust2 -nomaster<br />
<br />
To start the server just double click the shortcut hlds.exe<br />
<br />
This is the basic Dedicated Server with Admin Mod and StatME]]></description>
		<pubDate>Fri, 09 Mar 2007 14:33:01 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/45987-how-to-make-a-counter-strike-16-dedicated-server/</guid>
	</item>
	<item>
		<title>The Best Anti-virus</title>
		<link>http://www.knowledgesutra.com/forums/topic/4882-the-best-anti-virus/</link>
		<description><![CDATA[i use Zone Alarm Security Suite, with Norton Antivirus 2004 Pro<br />
dont like ZA's Antivirus, but its Firewall is really good!]]></description>
		<pubDate>Wed, 04 Aug 2004 06:51:26 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/4882-the-best-anti-virus/</guid>
	</item>
	<item>
		<title>Turning An Image Into A Cartoon Style - Photoshop</title>
		<link>http://www.knowledgesutra.com/forums/topic/8438-turning-an-image-into-a-cartoon-style-photoshop/</link>
		<description><![CDATA[This tut will show you how to make a photo look cartoonish in three easy steps... <br />
<br />
1)Open your image in photoshop, doesnt really mater what size or shape anything really a landscape, city, or a person. I am using a picture of a football player in this example<br />
<br />
<img src='http://www.gojohnnies.com/gagliardi_trophy/images/danpugh.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
2)Go up to Filter&gt;Blur&gt;Gaussian Blur and set the radius at 3.0 or higher depending on the effect your looking for. <br />
<br />
<img src='http://img121.exs.cx/img121/6625/cartut7gb.gif' alt='Posted Image' class='bbc_img' /><br />
<br />
3)Last go Edit&gt;Fade Gaussian Blur. A window will pop up... set the mode to darken for tha cartoonish effect or to any other mode for plenty of other effects. Lower the opacity if you don'tl like what it did to your image. You should end up with this if you set the mode to darken. <br />
<br />
<img src='http://img121.exs.cx/img121/1551/finaltut5pp.gif' alt='Posted Image' class='bbc_img' /><br />
<br />
This wasnt a very good picture to use for this so I did a different picture to show you what this can do.<br />
<br />
<img src='http://img114.exs.cx/img114/1014/finaltut28cp.gif' alt='Posted Image' class='bbc_img' /><br />
<br />
Hope you learned somthing in this short tutorial.]]></description>
		<pubDate>Mon, 14 Mar 2005 01:24:49 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/8438-turning-an-image-into-a-cartoon-style-photoshop/</guid>
	</item>
	<item>
		<title>Gmail Messenger Or Google Messenger</title>
		<link>http://www.knowledgesutra.com/forums/topic/6063-gmail-messenger-or-google-messenger/</link>
		<description><![CDATA[Gmail should have its own messanger service...<br />
<br />
Why? Because Gmail is so popuar now if google relased a gmail messanger service next well then it will be better.<br />
<br />
So far google has released alot of things for Gmail that not meny email perviders pervide....cost free.<br />
<br />
Gmail has a desktop feature that you can look to see if you have any new emails.<br />
<br />
So why cant Gmail lanuch a msn like service for gmail.]]></description>
		<pubDate>Wed, 19 Jan 2005 20:54:52 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/6063-gmail-messenger-or-google-messenger/</guid>
	</item>
	<item>
		<title>Rape Scenes</title>
		<link>http://www.knowledgesutra.com/forums/topic/47466-rape-scenes/</link>
		<description><![CDATA[Alright so something has been bothering me lately and it's rape scenes on television and movies. I feel that movies/television should not be making profit out of a terrible thing like this. It's getting to the point that I see a rape scene everyday. And I don't even watch shows like CSI or Law and Order (I've watched at least 10 of these shows with my roommates just because they said I was missing great television), but I see them now just flipping through channels. And these types of shows have a whole series that are based on rapes. What the hell? <br />
<br />
I can't even imagine how it feels to have actually been raped in real life and then to be enjoying a day at the movies watching say, 300 or the Hills Have Eyes or _ insert random rated r or even pg13 movie here_ or _same_... and then halfway through the movie a woman gets raped and then the memories...<br />
<br />
One of my friends said, but why take these scenes out - you're just denying real life. But like who doesn't know that rape happens, it's been around <em class='bbc'>forever</em>, it's not a new occurrence in the history of mankind. We are all aware that rape happens and that it is something that we need to work to keep from happening but do we really need to see it everyday on television? I start to think that there are people that like seeing these kinds of things happening. My words to anyone who says they like Law and Order: SVU is "do you enjoy seeing people get raped? - that is all the show is about, right?" person:"well..." Now, I wouldn't mind seeing Public Service Announcements saying something like be aware of rape keep yourself safe or something but do I need to see it in ways where there are people just profiting on the act of rape? Where are the people trying to get rape off the screen, aren't the people who say video games are too violent and w.e. aware of this as well? I mean it's way more a big deal than video games...]]></description>
		<pubDate>Sun, 29 Apr 2007 22:39:02 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/47466-rape-scenes/</guid>
	</item>
	<item>
		<title>Make Money With Google Adsense</title>
		<link>http://www.knowledgesutra.com/forums/topic/6544-make-money-with-google-adsense/</link>
		<description><![CDATA[Having used Google's Adsense program before, I know it's a great way to generate money from your website. Google Adsense Program offers you PPC Advertising, know as Pay Per Click, it's a great way for you to earn money for a website that would otherwise be sitting there, generating no money. I've decided to teach you a few steps and tips, on how to squeeze the most out Google Adsense. If you're successful, you could be raking out anywhere from 300 - 500 Dollars US a month. (Or even more)*~Drool~*<br />
<br />
&lt;span style='font-size:14pt;line-height:100%'&gt;<strong class='bbc'>THE STEPS.</strong>&lt;/span&gt;<br />
<br />
<strong class='bbc'>1.</strong>Register for a Google Adsense account, (Duh). Go to <a href='https://www.google.com/adsense/' class='bbc_url' title='External link' rel='nofollow external'>https://www.google.com/adsense/</a>. After you registered, it's time to play the waiting game. Google takes approx. 2 - 3 days to check your website, and see that it's got the right content, etc, etc... Here's a note, Google tends to not let Blog sites to participate in the Google Adsense Program, you'll understand why, later on. <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' /> <br />
<br />
<strong class='bbc'>2.</strong> Hopefully, you will now have a verified Google Adsense account. And you can log onto your Publisher's account.<br />
<br />
<strong class='bbc'>3. </strong>Now, the money making begins, first of all, make sure that your site actually has VISITORS! If not, try to visit a traffic exchange site, or convince your siblings to visit it often. Customize your codes, and paste it onto your site.<br />
<br />
&lt;span style='font-size:14pt;line-height:100%'&gt;<strong class='bbc'>THE DO'S AND DON'T OF GOOGLE ADSENSE.</strong>&lt;/span&gt;<br />
<br />
<strong class='bbc'>1. Consistency is Good.</strong><br />
<br />
Google in my opinion is too, er, nosy, yes, that's right, nosy. Here's why, when I first signed up for a Google Adsense account, I got roughly 2 -3 dollars from the ads a day. A few weeks later, I got more visitors, and i got around 30 - 50 dollars. Then, they emailed me and said this:<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>Hello Anthony,<br />
<br />
It has come to our attention that invalid clicks have been generated<br />
on the ads on your web pages. We have therefore disabled your Google<br />
AdSense account. Please understand that this step was taken in an<br />
effort to protect the interest of the AdWords advertisers.<br />
<br />
A publisher's site may not have invalid clicks on any ad(s), including<br />
but not limited to clicks generated by a publisher on his own web<br />
pages, clicks generated through the use of robots, automated clicking<br />
tools, or any other deceptive software.<br />
<br />
Practices such as these are in violation of the Google AdSense Terms<br />
and Conditions and program polices, which can be viewed at:</div></div>In furry, I had about 340 Dollars US sitting in my Adsense Account, my first reaction was, W.T.F.<br />
<br />
So, I emailed them again,<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>Hello, I have no knowledge of me generating any clicks on my own,<br />
clicks through robots, automated clicking tools, or any other<br />
deceptive software.I have been using this program with respect and<br />
followed the Google Terms and Conditions.<br />
<br />
If I have reached any steps with may have to do with invalid clicks, I<br />
would like to know in detail what I may have done to result to this.<br />
But in the current state of things, I would like you to review my<br />
status and enable the Adsense program again.<br />
<br />
Sincerely,<br />
<br />
Anthony</div></div><br />
<br />
And they merely replied:<br />
<br />
Hello Anthony,<br />
<br />
Thank you for your email.<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>By disabling your account, we feel that we have taken the necessary<br />
measures to ensure that invalid clicks will not continue to occur on your<br />
site.<br />
<br />
We understand that you wish to receive specific information regarding the<br />
invalid clicks we have observed. Due to the proprietary nature of our<br />
monitoring system, we cannot disclose any specific details of these<br />
clicks. We would like to reassure you, however, that we have thoroughly<br />
re-reviewed your account data upon receipt of your response and have<br />
reconfirmed that invalid clicks were generated on the ads on your site.<br />
According to our policy on this matter, we have disabled your account in<br />
order to protect our advertisers.<br />
<br />
As outlined in our program Terms and Conditions, Google reserves the right<br />
to terminate any publisher's participation at any time.<br />
<br />
Sincerely,<br />
<br />
The Google Team</div></div><br />
<br />
Now, clearly you can learn from this lesson that Google watches your account VERY closely, and if they notice that there's something "fishy" going on with your account, they say "Bye Bye" to your account. I still insist till today that I never did anything against the Google Rules and TOS. So, If you suddenly have a jump in the number of Clicks that you get, you might just get screwed over by Google. That's why you always want a steady stream of visitors, or else, you'll risk having your account suspended, like what happened to me.<br />
<br />
<strong class='bbc'>2. Keywords are the KEY.</strong><br />
I mentioned earlier that Google tends to not accept blogs for the Adsense Program, here's why: Blog's as you know, give out a wide variety of information, one day, the author could be talking about Goose Repellent, the other he could be talking about Computers. The was Adsense works is that it scans your page for keywords, then applies those keywords into the advertisements, therefore, if you're website is all about Computers, you'll have computer-based ads, if it's about goose repellent, then, you'll, er, have goose repellent ads. The thing about ads, is, that they all aren't worth the same price per click. So to say, if you have a computer ad, and someone clicked on it, you'd probably get $2 for that, on the other hand, if you had a Goose Repellent site, you'd get 2 cents for that click. So, if you had a blog, then you could talk about certain keywords and you’d get more revenue, as opposed to a goose repellent site, which cant change their content.<br />
Therefore, it's important that you maximize your revenue by using "expensive" keywords, such include:<br />
<br />
Web Hosting - 2 - 8 dollars a click<br />
Computers 1 -3 dollars a click<br />
<br />
So, if you website is technology oriented, you’ll tend to get more money than those who use a Goose Repellent site.<br />
<br />
In addition, Google checks the amount of times your page uses a certain words therefore, if you have the word “cpu” 100 times on a site, it’s very likely that your advertisement will inceldue something that has to do with CPU’s.<br />
<br />
You can use this handy Keyword density checker to see how many words and stats on you keyword density of a website. <a href='http://www.ranks.nl/tools/spider.html' class='bbc_url' title='External link' rel='nofollow external'>http://www.ranks.nl/tools/spider.html</a>. Limit is a 40k website.<br />
<br />
<strong class='bbc'>3. DO NOT click on your own ads.</strong><br />
Seriously, if you click on your own ads, Google automatically logs you IP address, and then it notifies a moderator, then, well, you’d be pretty screwed. Because you aren’t allowed to click on them, and if you’re the sneaky type, you’d go to computers with different IP’s and &lt;- snipped -&gt; yourself. It’s a good idea, but, again, Google also monitors how frequently the ads come from the same IP, therefore ,even if it’s not your computer, but you use it to click from it frequently, Google will notice, Google tends to go for a wide variety of IP’s to ensure that it is actually getting real visitors. <br />
<br />
This is about all that I know about Google Adsense, if you have more tips and steps, feel free to add it to this thread. If you have any questions, please PM me, or email me.<br />
<br />
- whyme<br />
<br />
EDIT : OpaQue<br />
<strong class='bbc'>More links related to Google Ads you might want to check out <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' /></strong><ul class='bbcol decimal'><li><a href='http://www.astahost.com/google-adsense-sucks-t2867.html' class='bbc_url' title='External link' rel='nofollow external'>Google Adsense Sucks - Pros and Cons about Adsense</a><br /></li><li><a href='http://www.astahost.com/info.php/google-adsense_t3583.html' class='bbc_url' title='External link' rel='nofollow external'>More about Adsense</a><br /></li><li><a href='http://www.astahost.com/info.php/google-adsense-tips_t4048.html' class='bbc_url' title='External link' rel='nofollow external'>Google Adsense Tips</a><br /></li><li><a href='http://www.astahost.com/info.php/what-is-the-best-way-to-earn-from-ads_t5998.html' class='bbc_url' title='External link' rel='nofollow external'>Best Ways to Earn from Advertisements</a><br /></li><li><a href='http://www.astahost.com/adsense-colours-t4012.html' class='bbc_url' title='External link' rel='nofollow external'>Google Adsense Colors</a><br /></li><li><a href='http://www.astahost.com/info.php/adsense-rss-feeds_t4794.html' class='bbc_url' title='External link' rel='nofollow external'>Google Adsense RSS Feeds</a><br /></li><li><a href='http://www.trap17.com/index.php/google-adsense_t6544.html' class='bbc_url' title='External link' rel='nofollow external'>Google Adsense Important Tips</a></li></ul>}]]></description>
		<pubDate>Tue, 01 Feb 2005 22:33:15 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/6544-make-money-with-google-adsense/</guid>
	</item>
	<item>
		<title>Php Simple Login Tutorial</title>
		<link>http://www.knowledgesutra.com/forums/topic/7887-php-simple-login-tutorial/</link>
		<description><![CDATA[I have been quite busy lately, trying to design and code my site (far from done XD). And after having learned how to make a simple login, I will try to write my own tutorial, for you <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' /><br />
<br />
<span style='font-size:14pt;line-height:100%'><strong class='bbc'>the tutorial</strong></span><br />
<br />
<strong class='bbc'>Step 1</strong>:<br />
The first step in designing a member system is to plan out exactly what you need. A common impulse among programmers is to jump right in and start coding. I'll be honest and admit that I'm guilty of this more so than anyone. However, since I'm in control of this conversation (yes!), you'll have it all planned out by reading through this before you even see any code.<br />
<br />
<em class='bbc'>What will you need to start?</em><br />
First of all, you need a server that supports a CGI or Server-side language. For this tutorial, it's PHP. I won't be directing any attention to any other language at this time, so although the concepts will be similar, the code will be entirely different than something you might use in Perl or ASP. As a side note, it is possible to perform a member system simply using JavaScript, but it would not be remotely secure because JavaScript is client-side (thus able to be viewed by anyone), and even if you had a one-way encryption script it would not be feasible because of the pain of hard-coding usernames and encrypted passwords into the HTML document.<br />
<br />
Second, at least for our purposes, you need a database. Preferably MySQL. PHP and MySQL go hand-in-hand, so a lot of servers tend to match the two up. Thus, since we're talking PHP, we may as well talk MySQL.<br />
<br />
Third, you will need 4 blank PHP web pages entitled: register.php, login.php, members.php, and logout.php. After you have these pages created and open, we're ready to start.<br />
<br />
<strong class='bbc'>Step 2: Database</strong><br />
<br />
If we want to design a members system, we'll need a database. So all we need to do in this step is to create the table we will use to manage the user's login information. Note that the schema we use here is quite simple, and is only simplified to help you see how it works.<br />
<br />
<pre class='prettyprint'>Name the table &#34;dbUsers.&#34; It will need 4 fields&#58;

&#91;I&#93;Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Type &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Addition&#91;/I&#93;
id &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;int&#40;10&#41; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Primary Key, AUTO_INCREMENT
username &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;varchar&#40;16&#41; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Unique
password &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;char&#40;16&#41; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
email &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar&#40;25&#41;</pre><br />
<br />
Once you've made the database table, you're ready to design and code the registration page.<br />
<br />
<strong class='bbc'>Create a File to Connect to your Database</strong><br />
<br />
Create a new file and name it dbConfig.php. This file will contain the PHP code that will connect to the MySQL database, and select the correct database. Make sure you have added users to your MySQL database with read/write or admin access, then place this type of code into the dbConfig.php file: <br />
<br />
<pre class='prettyprint'>&#60;?
// Replace the variable values below
// with your specific database information.
$host = &#34;localhost&#34;;
$user = &#34;UserName&#34;;
$pass = &#34;Password&#34;;
$db &nbsp; = &#34;dbName&#34;;

// This part sets up the connection to the 
// database &#40;so you don't need to reopen the connection
// again on the same page&#41;.
$ms = mysql_pconnect&#40;$host, $user, $pass&#41;;
if &#40; !$ms &#41;
	{
	echo &#34;Error connecting to database.&#092;n&#34;;
	}

// Then you need to make sure the database you want
// is selected.
mysql_select_db&#40;$db&#41;;
?&#62;</pre><br />
<br />
<strong class='bbc'>Step 3: Register</strong><br />
<br />
<em class='bbc'>register.php</em><br />
<br />
On your registration page, you need to create a web form that will allow the user to plugin a username, password, and their e-mail address. Then, also on your page, add code that runs only when information has been passed via the form. Finally, display a "Registration Successful!" message to the user.<br />
<br />
<pre class='prettyprint'>&#60;?php

	// dbConfig.php is a file that contains your
	// database connection information. This
	// tutorial assumes a connection is made from
	// this existing file.
	include &#40;&#34;dbConfig.php&#34;&#41;;


//Input vaildation and the dbase code
	if &#40; $_GET&#91;&#34;op&#34;&#93; == &#34;reg&#34; &#41;
 &nbsp;{
 &nbsp;$bInputFlag = false;
 &nbsp;foreach &#40; $_POST as $field &#41;
 &nbsp;	{
 &nbsp;	if &#40;$field == &#34;&#34;&#41;
 &nbsp; &nbsp;{
 &nbsp; &nbsp;$bInputFlag = false;
 &nbsp; &nbsp;}
 &nbsp;	else
 &nbsp; &nbsp;{
 &nbsp; &nbsp;$bInputFlag = true;
 &nbsp; &nbsp;}
 &nbsp;	}
 &nbsp;// If we had problems with the input, exit with error
 &nbsp;if &#40;$bInputFlag == false&#41;
 &nbsp;	{
 &nbsp;	die&#40; &#34;Problem with your registration info. &#34;
 &nbsp; &nbsp;.&#34;Please go back and try again.&#34;&#41;;
 &nbsp;	}

 &nbsp;// Fields are clear, add user to database
 &nbsp;// &nbsp;Setup query
 &nbsp;$q = &#34;INSERT INTO `dbUsers` &#40;`username`,`password`,`email`&#41; &#34;
 &nbsp;	.&#34;VALUES &#40;'&#34;.$_POST&#91;&#34;username&#34;&#93;.&#34;', &#34;
 &nbsp;	.&#34;PASSWORD&#40;'&#34;.$_POST&#91;&#34;password&#34;&#93;.&#34;'&#41;, &#34;
 &nbsp;	.&#34;'&#34;.$_POST&#91;&#34;email&#34;&#93;.&#34;'&#41;&#34;;
 &nbsp;// &nbsp;Run query
 &nbsp;$r = mysql_query&#40;$q&#41;;
 &nbsp;
 &nbsp;// Make sure query inserted user successfully
 &nbsp;if &#40; !mysql_insert_id&#40;&#41; &#41;
 &nbsp;	{
 &nbsp;	die&#40;&#34;Error&#58; User not added to database.&#34;&#41;;
 &nbsp;	}
 &nbsp;else
 &nbsp;	{
 &nbsp;	// Redirect to thank you page.
 &nbsp;	Header&#40;&#34;Location&#58; register.php?op=thanks&#34;&#41;;
 &nbsp;	}
 &nbsp;} // end if


//The thank you page
	elseif &#40; $_GET&#91;&#34;op&#34;&#93; == &#34;thanks&#34; &#41;
 &nbsp;{
 &nbsp;echo &#34;&#60;h2&#62;Thanks for registering!&#60;/h2&#62;&#34;;
 &nbsp;}
 &nbsp;
//The web form for input ability
	else
 &nbsp;{
 &nbsp;echo &#34;&#60;form action=&#092;&#34;?op=reg&#092;&#34; method=&#092;&#34;POST&#092;&#34;&#62;&#092;n&#34;;
 &nbsp;echo &#34;Username&#58; &#60;input name=&#092;&#34;username&#092;&#34; MAXLENGTH=&#092;&#34;16&#092;&#34;&#62;&#60;br /&#62;&#092;n&#34;;
 &nbsp;echo &#34;Password&#58; &#60;input type=&#092;&#34;password&#092;&#34; name=&#092;&#34;password&#092;&#34; MAXLENGTH=&#092;&#34;16&#092;&#34;&#62;&#60;br /&#62;&#092;n&#34;;
 &nbsp;echo &#34;Email Address&#58; &#60;input name=&#092;&#34;email&#092;&#34; MAXLENGTH=&#092;&#34;25&#092;&#34;&#62;&#60;br /&#62;&#092;n&#34;;
 &nbsp;echo &#34;&#60;input type=&#092;&#34;submit&#092;&#34;&#62;&#092;n&#34;;
 &nbsp;echo &#34;&#60;/form&#62;&#092;n&#34;;
 &nbsp;}
	// EOF
	?&#62;</pre><br />
<br />
<strong class='bbc'>Step 4: Login</strong><br />
<br />
<em class='bbc'>login.php</em><br />
<br />
Now in PHP, first we need to check the username and password against the information stored in the database. Since when the user registered, we encrypted their password using the MySQL PASSWORD() function, we re-encrypt the password the user supplied in the login form and cross-check this with the existing value in the dBase. If login information is O.K., then we need to use sessions to store the user's ID so they can access member-only content.<br />
<br />
<pre class='prettyprint'>&#60;?php
	session_start&#40;&#41;;
	// dBase file
	include &#34;dbConfig.php&#34;;

	if &#40;$_GET&#91;&#34;op&#34;&#93; == &#34;login&#34;&#41;
 &nbsp;{
 &nbsp;if &#40;!$_POST&#91;&#34;username&#34;&#93; || !$_POST&#91;&#34;password&#34;&#93;&#41;
 &nbsp;	{
 &nbsp;	die&#40;&#34;You need to provide a username and password.&#34;&#41;;
 &nbsp;	}
 &nbsp;
 &nbsp;// Create query
 &nbsp;$q = &#34;SELECT * FROM `dbUsers` &#34;
 &nbsp;	.&#34;WHERE `username`='&#34;.$_POST&#91;&#34;username&#34;&#93;.&#34;' &#34;
 &nbsp;	.&#34;AND `password`=PASSWORD&#40;'&#34;.$_POST&#91;&#34;password&#34;&#93;.&#34;'&#41; &#34;
 &nbsp;	.&#34;LIMIT 1&#34;;
 &nbsp;// Run query
 &nbsp;$r = mysql_query&#40;$q&#41;;

 &nbsp;if &#40; $obj = @mysql_fetch_object&#40;$r&#41; &#41;
 &nbsp;	{
 &nbsp;	// Login good, create session variables
 &nbsp;	$_SESSION&#91;&#34;valid_id&#34;&#93; = $obj-&#62;id;
 &nbsp;	$_SESSION&#91;&#34;valid_user&#34;&#93; = $_POST&#91;&#34;username&#34;&#93;;
 &nbsp;	$_SESSION&#91;&#34;valid_time&#34;&#93; = time&#40;&#41;;

 &nbsp;	// Redirect to member page
 &nbsp;	Header&#40;&#34;Location&#58; members.php&#34;&#41;;
 &nbsp;	}
 &nbsp;else
 &nbsp;	{
 &nbsp;	// Login not successful
 &nbsp;	die&#40;&#34;Sorry, could not log you in. Wrong login information.&#34;&#41;;
 &nbsp;	}
 &nbsp;}
	else
 &nbsp;{
//If all went right the Web form appears and users can log in
 &nbsp;echo &#34;&#60;form action=&#092;&#34;?op=login&#092;&#34; method=&#092;&#34;POST&#092;&#34;&#62;&#34;;
 &nbsp;echo &#34;Username&#58; &#60;input name=&#092;&#34;username&#092;&#34; size=&#092;&#34;15&#092;&#34;&#62;&#60;br /&#62;&#34;;
 &nbsp;echo &#34;Password&#58; &#60;input type=&#092;&#34;password&#092;&#34; name=&#092;&#34;password&#092;&#34; size=&#092;&#34;8&#092;&#34;&#62;&#60;br /&#62;&#34;;
 &nbsp;echo &#34;&#60;input type=&#092;&#34;submit&#092;&#34; value=&#092;&#34;Login&#092;&#34;&#62;&#34;;
 &nbsp;echo &#34;&#60;/form&#62;&#34;;
 &nbsp;}
	?&#62;</pre><br />
<br />
<strong class='bbc'>Step 5: Members Area</strong><br />
<br />
<em class='bbc'>members.php</em><br />
<br />
Now that the user has logged in successfully, and has his id, username, and login stored in session variables, we can start working with member-only content. A major thing to remember is that any page you want to carry session data over to you must declare a session_start(); at the top of your code.<br />
<br />
<pre class='prettyprint'>&#60;?php
session_start&#40;&#41;;

if &#40;!$_SESSION&#91;&#34;valid_user&#34;&#93;&#41;
	{
	// User not logged in, redirect to login page
	Header&#40;&#34;Location&#58; login.php&#34;&#41;;
	}

// Member only content
// ...
// ...
// ...

// Display Member information
echo &#34;&#60;p&#62;User ID&#58; &#34; . $_SESSION&#91;&#34;valid_id&#34;&#93;;
echo &#34;&#60;p&#62;Username&#58; &#34; . $_SESSION&#91;&#34;valid_user&#34;&#93;;
echo &#34;&#60;p&#62;Logged in&#58; &#34; . date&#40;&#34;m/d/Y&#34;, $_SESSION&#91;&#34;valid_time&#34;&#93;&#41;;

// Display logout link
echo &#34;&#60;p&#62;&#60;a href=&#092;&#34;logout.php&#092;&#34;&#62;Click here to logout!&#60;/a&#62;&#60;/p&#62;&#34;;
?&#62;</pre><br />
<br />
<strong class='bbc'>Step 6: Logout</strong><br />
<br />
<em class='bbc'>logout.php</em><br />
<br />
Ah, although it would be nice if our user's never left our web sites, we should give them to opportunity to log out and destroy the session variables if they so choose. It's quite easy to do, and you can just copy and paste this one. <br />
<br />
<pre class='prettyprint'>&#60;?php
session_start&#40;&#41;;
session_unset&#40;&#41;;

session_destroy&#40;&#41;;
// Logged out, return home.
Header&#40;&#34;Location&#58; index.php&#34;&#41;;
?&#62;</pre><br />
<br />
That's about it!. I used many simple examples hoping that you will learn how the internal systems work so you can expand on them and design a system that's just right for your needs. Have fun! <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' />]]></description>
		<pubDate>Thu, 03 Mar 2005 08:56:44 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/7887-php-simple-login-tutorial/</guid>
	</item>
	<item>
		<title>Invisionfree Skins</title>
		<link>http://www.knowledgesutra.com/forums/topic/21913-invisionfree-skins/</link>
		<description>Does anyone knows where can I download free InvisionFree Forum Skins ?</description>
		<pubDate>Tue, 17 May 2005 16:52:42 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/21913-invisionfree-skins/</guid>
	</item>
	<item>
		<title>99 Facts About Guys! Believe It Or Not...</title>
		<link>http://www.knowledgesutra.com/forums/topic/36949-99-facts-about-guys-believe-it-or-not/</link>
		<description><![CDATA[::99 Facts About Guys::<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>1. Guys don't actually look after good-looking girls. They prefer neat and presentable girls.<br />
2. Guys love flirts.<br />
3. A guy can like you for a minute, and then forget you afterwards.<br />
4. When a guy says he doesn't understand you, it simply means you're not thinking the way he is.<br />
5. "Are you doing something?" or "Have you eaten already?" are the first usual questions a guy asks on the phone just to get out from stammering.<br />
6. Guys may be flirting around all day but before they go to sleep, they always think about the girl they truly care about.<br />
7. When a guy really likes you, he'll disregard all your bad characteristics.<br />
8. Guys go crazy over a girl's smile.<br />
9. Guys will do anything just to get the girl's attention.<br />
10. Guys hate it when you talk about your ex-boyfriend.<br />
11. When guys want to meet your parents. Let them.<br />
12. Guys want to tell you many things but they can't. And they sure have one habit to gain courage and spirit to tell you many things and it is drinking!<br />
13. Guys cry!!!!!!!!<br />
14. Don't provoke the guy to heat up. Believe me. He will.<br />
15. Guys can never dream and hope too much.<br />
16. Guys usually try hard to get the girl who has dumped them, and this makes it harder for them to accept their defeat.<br />
17. When you touch a guy's heart, there's no turning back.<br />
18. Giving a guy a hanging message like "You know what?!..uh...never mind!" would make him jump to a conclusion that is far from what you are thinking.<br />
19. Guys go crazy when girls touch their hands.<br />
20. Guys are good flatterers when courting but they usually stammer when they talk to a girl they really like.<br />
21. When a guy makes a prolonged "umm" or makes any excuses when you're asking him to do you a favor, he's actually saying that he doesn't like you and he can't lay down the card for you. <br />
22. When a girl says "no", a guy hears it as "try again tomorrow."<br />
23. You have to tell a guy what you really want before he gets the message clearly.<br />
24. Guys hate gays!<br />
25. Guys love their moms.<br />
26. A guy would sacrifice his money for lunch just to get you a couple of roses.<br />
27. A guy often thinks about the girl who likes him. But this doesn't mean that the guy likes her.<br />
28. You can never understand him unless you listen to him.<br />
29. If a guy tells you he loves you once in a lifetime. He does.<br />
30. Beware. Guys can make gossips scatter through half of the face of the earth faster than girls can.<br />
31. Like Eve, girls are guys EUR&#153; weaknesses.<br />
32. Guys are very open about themselves.<br />
33. It's good to test a guy first before you believe him. But don't let him wait that long.<br />
34. No guy is bad when he is courting.<br />
35. Guys hate it when their clothes get dirty. Even a small dot.<br />
36. Guys really admire girls that they like even if they're not that much pretty.<br />
37. Your best friend, whom your boyfriend seeks help from about his problems with you may end up being admired by your boyfriend.<br />
38. If a guy tells you about his problems, he just needs someone to listen to him. You don't need to give advice.<br />
39. A usual act that proves that the guy likes you is when he teases you.<br />
40. A guy finds ways to keep you off from linking with someone else.<br />
41. Guys love girls with brains more than girls in miniskirts.<br />
42. Guys try to find the stuffed toy a girl wants but would unluckily get the wrong one.<br />
43. Guys virtually brag about anything.<br />
44. Guys cannot keep secrets that girls tell them.<br />
45. Guys think too much.<br />
46. Guys' fantasies are unlimited.<br />
47. Girls' height doesn't really matter to a guy but her weight does!<br />
48. Guys tend to get serious with their relationship and become too possessive. So watch out girls!!<br />
49. When a girl makes the boy suffer during courtship, it would be hard for him to let go of that girl.<br />
50. It's not easy for a guy to let go of his girlfriend after they broke up especially when they've been together for 3 years or more.<br />
51. You have to tell a guy what you really want before getting involved with that guy.<br />
52. A guy has to experience rejection, because if he's too-good-never-been-busted, never been in love and hurt, he won't be matured and grow up.<br />
53. When an unlikable circumstance comes, guys blame themselves a lot more than girls do. They could even hurt themselves physically.<br />
54. Guys have strong passion to change but have weak will power.<br />
55. Guys are tigers in their peer groups but become tamed pussycats with their girlfriends.<br />
56. When a guy pretends to be calm, check if he's sweating. You'll probably see that he is nervous.<br />
57. When a guy says he is going crazy about the girl. He really is.<br />
58. When a guy asks you to leave him alone, he's just actually saying, "Please come and listen to me."<br />
59. Guys don't really have final decisions.<br />
60. When a guy loves you, bring out the best in him.<br />
61. If a guy starts to talk seriously, listen to him.<br />
62. If a guy has been kept shut or silent, say something.<br />
63. Guys believe that there's no such thing as love at first sight, but court the girls anyway and then realize at the end that he is wrong.<br />
64. Guys like femininity not feebleness.<br />
65. Guys don't like girls who punch harder than they do.<br />
66. A guy may instantly know if the girl likes him but can never be sure unless the girl tells him.<br />
67. A guy would waste his time over video games and basketball, the way a girl would do over her romance novels and make-ups.<br />
68. Guys love girls who can cook or bake.<br />
69. Guys like girls who are like their moms. No kidding!<br />
70. A guy has more problems than you can see with your naked eyes.<br />
71. A guy's friend knows everything about him. Use this to your advantage.<br />
72. Don't be a snob. Guys may easily give up on the first sign of rejection.<br />
73. Don't be biased. Try loving a guy without prejudice and you'll be surprised.<br />
74. Girls who bathe in their eau de perfumes do more repelling than attracting guys.<br />
75. Guys are more talkative than girls are especially when the topic is about girls.<br />
76. Guys don't comprehend the statement "Get lost" too well.<br />
77. Guys really think that girls are strange and have unpredictable decisions but still love them more.<br />
78. When a guy gives a crooked or pretentious grin at your jokes, he finds them offending and he just tried to be polite.<br />
79. Guys don't care about how shiny their shoes are unlike girls.<br />
80. Guys tend to generalize about girls but once they get to know them, they'll realize they're wrong.<br />
81. Any guy can handle his problems all by his own. He's just too stubborn to deal with it.<br />
82. Guys find it so objectionable when a girl swears.<br />
83. Guys' weakest point is at the knee.<br />
84. When a problem arises, a guy usually keeps himself cool but is already thinking of a way out.<br />
85. When a guy is conscious of his looks, it shows he is not good at fixing things.<br />
86. When a guy looks at you, either he's amazed of you or he's criticizing you.<br />
87. When you catch him cheating on you and he asks for a second chance, give it to him. But when you catch him again and he asks for another chance, ignore him.<br />
88. If a guy lets you go, he really loves you.<br />
89. If you have a boyfriend, and your boy best friend always glances at you and it obviously shows that he is jealous whenever you're with your boyfriend, all I can say is your boy best friend loves you more than your boyfriend does.<br />
90. Guys learn from experience not from the romance books that girls read and take as their basis of experience.<br />
91. You can tell if a guy is really hurt or in pain when he cries in front of you!<br />
92. If a guy suddenly asks you for a date, ask him first why.<br />
93. When a guy says he can't sleep if he doesn't hear your voice even just for one night, hang up. He also tells that to another girl. He only flatters you and sometimes makes fun of you.<br />
94. You can truly say that a guy has good intentions if you see him praying sometimes.<br />
95. Guys seek for advice not from a guy but from a girl.<br />
96. Girls are allowed to touch boys' things. Not their hair!<br />
97. If a guy says you're beautiful, that guy likes you.<br />
98. Guys hate girls who overreact.<br />
99. Guys love you more than you love them if they are serious in your relationships</div></div><br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from serverph:
        </div>
    </div>
    <div class="messagebody" style="display:block;">believe it or not... google says it's copied elsewhere. <br />
<a href='http://www.xanga.com/home.aspx?user=TuBasRuLeYoU&nextdate=3%2f7%2f2006+14%3a59%3a0.140' class='bbc_url' title='External link' rel='nofollow external'>http://www.xanga.com/home.aspx?user=TuBasR...14%3a59%3a0.140</a><br />
among other sites found <a href='http://www.google.com/search?hs=Nj4&hl=tl&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=%2299+Facts+About+Guys%22&btnG=Hanapin&meta=' class='bbc_url' title='External link' rel='nofollow external'>via google</a>. quotes added. warning served.</div>
</div>]]></description>
		<pubDate>Tue, 16 May 2006 19:21:15 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/36949-99-facts-about-guys-believe-it-or-not/</guid>
	</item>
	<item>
		<title>New Rapidshare Hack For Firefox Users</title>
		<link>http://www.knowledgesutra.com/forums/topic/26726-new-rapidshare-hack-for-firefox-users/</link>
		<description><![CDATA[<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>The hot new Firefox plug-in takes browser customization to a whole new level by letting users filter site content or change page behaviors.<br />
<br />
The glory of open-source software is that it allows anyone with the inclination and the scripting knowledge to get under the hood and hot-rod their computing environment. But most of the time, that advantage is available only to people with the programming skills to make the changes they want. That's where Greasemonkey, a free plug-in for Firefox, comes in -- it simplifies hacking the browser.<br />
<br />
Released at the end 2004, Greasemonkey is the latest in a growing arsenal of Firefox customization tools. It changes how Web pages look and act by altering the rendering process. Greasemonkey is to Firefox what aftermarket parts are to cars -- it lets you personalize your browser by making it faster and more powerful or simply by making browsing more aesthetically pleasing. How and why you will use Greasemonkey (and I predict you will, if you don't already) will depend on how you browse now.<br />
<br />
<pre class='prettyprint'>http&#58;//greasemonkey.mozdev.org/</pre><br />
<br />
<br />
1) Install the Greasemonkey extension &gt;&gt; <br />
<pre class='prettyprint'>http&#58;//downloads.mozdev.org/greasemonkey/greasemonkey_0.2.6.xpi</pre><br />
<br />
<br />
2) Restart Firefox<br />
<br />
3) Go to<br />
<br />
<pre class='prettyprint'>http&#58;//rapidshare.de/files/1034529/rapidshare.user.js.html</pre><br />
<br />
<br />
4) Right click on rapidshare.user.js and choose "Install User Script".<br />
<br />
Run FireFox.<br />
From File Menu click on Open File then brouse to whereever you saved the 'greasemonkey.xpi' plug-in. Open it, wait a couple seconds for the install button becomes active. Click on it to install this plug-in then CLOSE FIREFOX.<br />
Run FireFox again. From the File Menu click on Open File then brouse to whereever you saved the 'rapidshare.user.js'. Open it. Click the Tools Menu then click on Install User Script then click OK.<br />
Close FireFox.<br />
<br />
The script will let you enjoy "no wait" and multiple file downloads</div></div><br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from BuffaloHELP:
        </div>
    </div>
    <div class="messagebody" style="display:block;">Plagiarized from <a href='http://www.mobildepo.com/en/lofiversion/index.php/t11.html' class='bbc_url' title='External link' rel='nofollow external'>http://www.mobildepo.com/en/lofiversion/index.php/t11.html</a> Please review the forum terms of service and board rules, again. This is your only and last verbal warning. The next time you pull this kind of hack job your warning will be added and your hosting credits taken away.<br />
<br />
Upon reviewing, this isn't the first plagiarism. Warning issued.</div>
</div>]]></description>
		<pubDate>Sun, 28 Aug 2005 19:28:45 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/26726-new-rapidshare-hack-for-firefox-users/</guid>
	</item>
	<item>
		<title><![CDATA[Naruto's Father]]></title>
		<link>http://www.knowledgesutra.com/forums/topic/22963-narutos-father/</link>
		<description><![CDATA[I've wondered about who naruto's parents were and it wasn't later into the series until i suspected who his father might be.  I'm sure it's occured to some others by now, but does anyone think that maybe the 4th hokage (the one who sealed the ninetails in naruto) is naruto's father?  Who is his mother then?]]></description>
		<pubDate>Fri, 10 Jun 2005 04:46:54 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/22963-narutos-father/</guid>
	</item>
	<item>
		<title>Diablo 2 Mods.</title>
		<link>http://www.knowledgesutra.com/forums/topic/10098-diablo-2-mods/</link>
		<description><![CDATA[Hey.  Does anyone play any of the Mods at d2mods.com?  <br />
<br />
I've been playing Pagan Heart and Back To Hellfire lately.  Have you tried those mods?  Does anyone want to get together and play thin over TCP/IP?  Pagan Heart has a bug because of PlugY that will hopefully be fixed soon,  but I think BTH works.  <br />
<br />
What other mods do you guys play?]]></description>
		<pubDate>Mon, 11 Apr 2005 02:55:56 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/10098-diablo-2-mods/</guid>
	</item>
	<item>
		<title>UNLIMITED FREE SPACE AND BANDWIDTH</title>
		<link>http://www.knowledgesutra.com/forums/topic/356-unlimited-free-space-and-bandwidth/</link>
		<description><![CDATA[<strong class='bbc'>!!WHY GET CHEATED ELSEWHERE WHEN YOU CAN BE CHEATED RIGHT HERE!!</strong><br />
<br />
:: REMEMBER ::<br />
You are posting here to keep your hosting account alive. Posting was never ment for More BW or SPace. Upgrades are only a way to help you out. I ask posts just to make sure that you are intrested in your hosting account and to see that you are a part of this community. Remaining *ACTIVE* is necessary to keep your Hosting account from getting deleted as well as keeping this site up! Unknowingly.. You are contributing to this site..<br />
<br />
<strong class='bbc'>About Trap17</strong><br />
<br />
I don't mind losing members who require more than 3GB BW but are ready to post 100 posts in a single day... This is because, Losing one such member clears the way for me to give 10 more free hosting accounts.<br />
<br />
Sincerly, I get about 5000 page views and THOSANDS of hits per day and I havent used more than 100 mb per day! That again comes to 3 GB. So if your account really requires that much BW, I suggest that you go for PAID hosting ( not with Trap17 ). You can easily make enough money to support your site with that traffic.  Trap17 is now only a <strong class='bbc'>DEDICATED FREE WEB HOSTING</strong> site. We don't provide Paid hosting accounts any more. Cause, the main objective of this site was to help people get FREE Hosting. Even though our plans were the cheapest considering all the BEST Unlimited Features, We have rejected many members who had approced for Paid Hosting Except one to whom I had already accepted.<br />
<br />
BTW, Let me make one thing clear. Go for any of the competitors FREE Web hosting company and get your account of about 20 GB BW. Upload some ZIPs, Songs and put it for Download and give the link to everyone! Within a day your account would be <strong class='bbc'>deleted!</strong><br />
<br />
Dear Members, BW is one of the most expensive factors in Web hosting. Don't get carried away by those UNMETERED BW slogans.. All these Companies assume that you don't use more than 750 mb Approx. Every 1 GB extra BW is sold @ $1 - 2... depends on the hosting company. So, it is practically impossible to get FREE BW.. Because BW itself is not FREE and is charged at each and every place on earth. Because the Host himself is purchasing BW to provide you. All of them OVERSELL.<br />
<br />
<strong class='bbc'>What is Overselling ?</strong><br />
Overselling is a process in which A Hosting Provider may provide more than the allocated amount the host himself has. Suppose, I have altogether 100 GB BW. I can provide 100 accounts with 5 GB BW assuming , No one is going to use over 1 GB. This can be a great risk if most of the users actually use it. Trap17.com Does NOT OVERSELL! Hence, We provide only that much as we successfully can. So you don't have to worry about us getting shutdown. You Website is SAFE at our Servers.<br />
<br />
Respect the Site which is helping you so much .. and care for it. It is your responsiblity to help us in return of the Best Free Hosting Service. Spread out name and Link back to us.. Enlist us in Free Webhosting lists ..<br />
<br />
No other Company Provides Hosting Services and Advanced Technologies like <br />
<strong class='bbc'>JSP , TOMCAT, TCL, Macromedia Shockwave etc.. Yes!</strong> We do support all these, if you never knew them. All these are supported since our Last UPGRADE!<br />
<br />
Other Hosting providers charge a lot for these services while here at Trap17.com, you get it absolutely<strong class='bbc'> FREE!</strong><br />
<br />
As for some of you may think about the revenue made by us! Well, Frankly, We have not made any single penny out of this site until now (30 July 2004). Only one Paid hosting account has been approved. And Now we have closed Paid Hosting. Soon, as we start recieving Funds from Advertising! We will Upgrade the accounts... Cause that is Trap17's Ambition.<br />
<br />
So I request all members to <strong class='bbc'>support</strong> Trap17.com and our Free Hosting Facilites..<br />
<br />
<strong class='bbc'>:: Your Account is Safe with us, You can Trust US! ::</strong><br />
<br />
:: LIST OF PREVIOUS UPGRADES ::<br />
<br />
1st Upgrade : More secure and Fast Servers<br />
2nd Upgrade : Upgraded to 4 XEON Processors (2.8 GHz Each) and Added Fantastico.<br />
3rd Upgrade : More Space and BW. Purchased RV skin for Cpanel. Added all scripts in Fanstastico to Auto-Installer to save expenses.<br />
<br />
Next UPGRADE : Possibly next Month <br />
<br />
So, <strong class='bbc'> Don't Get Cheated Elsewhere... If you want, I can cheat you Right HERE!!</strong> <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/cool.gif' class='bbc_emoticon' alt='B)' /><br />
Just put up a mass POLL and I will start overselling giving out UNMETERED SPACE and BANDWIDTH!]]></description>
		<pubDate>Fri, 30 Jul 2004 11:11:07 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/356-unlimited-free-space-and-bandwidth/</guid>
	</item>
	<item>
		<title>Runescape2</title>
		<link>http://www.knowledgesutra.com/forums/topic/23868-runescape2/</link>
		<description>hey does anyone play this game? its mmorpg and its free or u can be a member for only 5 dollars a month the graphics arent that great but the gameplay is alot of fun.</description>
		<pubDate>Wed, 29 Jun 2005 01:24:37 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/23868-runescape2/</guid>
	</item>
	<item>
		<title>Forum hosting</title>
		<link>http://www.knowledgesutra.com/forums/topic/52-forum-hosting/</link>
		<description><![CDATA[I think it's easier to use forum hostings than setting up your own because, well, setting up a forum is pretty hard. And at least you save some space <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/cool.gif' class='bbc_emoticon' alt='B)' /> <br />
<br />
So what do you guys use? I found <a href='http://www.forum77.com/' class='bbc_url' title='External link' rel='nofollow external'>Forum77</a> and <a href='http://www.forumer.com/' class='bbc_url' title='External link' rel='nofollow external'>Forumer</a> (both Invision Power Board), and they seem to be pretty good. Any comments on those two? Or are there better ones?<br />
<br />
Or do you prefer to run it on your own?]]></description>
		<pubDate>Sun, 20 Jun 2004 02:47:24 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/52-forum-hosting/</guid>
	</item>
	<item>
		<title><![CDATA[What's Your Favorite Game System - Console]]></title>
		<link>http://www.knowledgesutra.com/forums/topic/5693-whats-your-favorite-game-system-console/</link>
		<description><![CDATA[i'm a computer game fan. it's expensive but more useful. it can be use for many purpose for your study and entertainment. much easier to use and most common to more people.]]></description>
		<pubDate>Mon, 03 Jan 2005 22:03:50 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/5693-whats-your-favorite-game-system-console/</guid>
	</item>
	<item>
		<title>HTML Editors</title>
		<link>http://www.knowledgesutra.com/forums/topic/51-html-editors/</link>
		<description><![CDATA[So what's the best HTML editor? Or at least what you use? I searched in Google, and they (of course) all claim to be good, and I think they are. But what do you guys use? (Or do you just use Notepad? <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /> )<br />
<br />
Oh yeah, I'd prefer free ones! <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/wink.gif' class='bbc_emoticon' alt='B)' /><br />
<br />
Edit: Can someone move this post? I'm so sorry but I posted in the wrong forum... <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/cool.gif' class='bbc_emoticon' alt=':D' />]]></description>
		<pubDate>Sun, 20 Jun 2004 02:38:20 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/51-html-editors/</guid>
	</item>
	<item>
		<title>Abortion : For Or Against Abortion?</title>
		<link>http://www.knowledgesutra.com/forums/topic/5833-abortion-for-or-against-abortion/</link>
		<description><![CDATA[I've seen a few views on abortion here and there and I think some are good points that I would like to mention.<br />
<br />
Some people are against abortion because they say it's murder. When you contort and say it's not murder, they retort and say that just because it's an egg and a sperm does not mean it's not human. <br />
<br />
<span style='color: gray'>I believe that is somewhat false because murder is <strong class='bbc'>the unlawful killing of one human by another, especially with premeditated malice.</strong> This which states a <strong class='bbc'>human</strong> killing another <strong class='bbc'>human</strong>. If I recall correctly, a human is a homosapien with a heart, a brain, and other necessary organs in order to function, as a human. If an egg and a sperm happen to make up those necessary parts in order to make up a human, then you'll have lost me there. Of course, this could come off as close-minded but....</span><br />
<br />
Other people are against abortion, claiming that if a girl was raped, she would then have the option of aborting. I take this into consideration because of the fact that if I was raped, I know I would definately not want to have a child which reminded me of a horror of my past. There is also the scenario where the girl is not ready and was, dumb enough if you need, to go and make a stupid decision. There are other confounding factors such as money, time, and the ability to give your child a healthy birth/whatever. If you didn't have any of these, the child could be put up for adoption, or be abandoned.<br />
<br />
I hope I don't sound close-minded, I'm not trying to impose my ideas on you, just trying to stir something for an intelligent argument/debate if you will. =)]]></description>
		<pubDate>Mon, 10 Jan 2005 22:32:31 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/5833-abortion-for-or-against-abortion/</guid>
	</item>
	<item>
		<title>Are There Any Cheats For Sherwood Mmorpg</title>
		<link>http://www.knowledgesutra.com/forums/topic/42101-are-there-any-cheats-for-sherwood-mmorpg/</link>
		<description><![CDATA[Anyone know if there are any cheats for sherwood, i already know the standard codes like teleport and server changing but i need to know if there are any REAL cheats like how to edit stats ect, so if anyone knows any, could ya plaease speak up coz i need to tell someone so i can get a real fight and not newb fighting coz newb fighting is just too easy.........or even maid marian, if you use this, could you try adding cheats so we can get up higher plz<br />
<br />
<br />
<br />
<br />
if you could i'd be heaps apreciative k?<br />
<br />
Thx <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Tue, 10 Oct 2006 07:57:47 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/42101-are-there-any-cheats-for-sherwood-mmorpg/</guid>
	</item>
	<item>
		<title>Grand Theft Auto San Andreas Online Multiplayer Mode</title>
		<link>http://www.knowledgesutra.com/forums/topic/40591-grand-theft-auto-san-andreas-online-multiplayer-mode/</link>
		<description><![CDATA[Hi, I've been a fan of GTA series, but i always wanted to play those games with other players.<br />
Well, now thats possible. A while ago i found a mod that makes you play the GTA San Andreas game online, and ive been playing it, so now i would like to share it with you all.<br />
<br />
With this mod you<br />
can connect to lots of servers, with a big variety of game modes, like DM, TDM, Area 51 break in, Money making, and one of the newest ones, League, that is a RPG game mode where you can create an account, earn cash, save it to a bank, buy houses and cars, become a police and lots of features, and people keep making more and more funny game modes! Even in some game modes you can have Street races and tune up your car! winning prizes and stuff.<br />
<br />
With the mod you can basically do everything you are able to in the Single player normal game.<br />
Kill people, ride any kind of vehicle including Planes, do drive-by's, eat and recover your health, enter stores, etc.<br />
There are also clans (or gangs, called there) that makes the game more interesting and competitive.<br />
I really think is a very good Role playing game.<br />
<br />
<a href='http://www.youtube.com/watch?v=jylWYwGsWgA&eurl=http%3A%2F%2Fvideo%2Eqooqle%2Ejp%2F%3Fv%3DjylWYwGsWgA%26title%3DGTA%2520San%2520Andreas%2520Multiplayer' class='bbc_url' title='External link' rel='nofollow external'>Here</a> you can see<br />
a nice demo video of the game.<br />
<br />
You can download the client from their <a href='http://sa-mp.com/download.php' class='bbc_url' title='External link' rel='nofollow external'>Official Site</a> You just need to download the patch for your GTA and Install it on your GTA San Andreas root directory (where the gta_sa.exe is located)<br />
If you install the client, you may got some bug of ''Access Violation'' when trying to launch the program, you can download the fix <a href='http://forum.sa-mp.com/index.php?topic=1325.0' class='bbc_url' title='External link' rel='nofollow external'>HERE</a><br />
<br />
Hope you all enjoy it! i really like it]]></description>
		<pubDate>Sat, 26 Aug 2006 00:50:51 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/40591-grand-theft-auto-san-andreas-online-multiplayer-mode/</guid>
	</item>
	<item>
		<title>Best Online game?</title>
		<link>http://www.knowledgesutra.com/forums/topic/725-best-online-game/</link>
		<description>I just wanted to check out what people like for kind of online games. Myself i like Quake, CS and such.</description>
		<pubDate>Sat, 07 Aug 2004 15:09:44 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/725-best-online-game/</guid>
	</item>
	<item>
		<title>The Trap17 Story</title>
		<link>http://www.knowledgesutra.com/forums/topic/4510-the-trap17-story/</link>
		<description><![CDATA[I got hundreds of PM's asking what the hell is trap17, how did I get this name, what does it mean.. there is also a thread open regarding this. While most of the people are still wondering, what does trap17 mean ??<br />
<br />
Ok! Time to open up the secret! <br />
<br />
I used to play CS in a gaming zone at my place called Trap17.  I used to waste 8 hours out of my life,everyday  in that place and I kept doing it for about 2-3 years! After which that gaming zone was converted into a Gaming Shop where now Game CD's are sold. Its name was changed from Trap17 to Cobra! <br />
<br />
My friend and I used to miss (bunk) our college lectures and play CS. And after that place closed down... We were really disappointed. I wanted to keep that name up and soon after I registered that domain.  <br />
<br />
Like most of you guys, I was looking out for free web hosts. Some of them, whom I tried are freedom2surf(which is now a paid hosting site), compactvision, dymihost, chromehost etc.. of which most of them either closed down or used to put ads on top of the page.<br />
<br />
 Dymihost ( which has quite better than trap in terms of BW and space ) closed down suddenly. I had written more then 350 php programs and stuff. This was really a huge blow and It was like all my work was gone in a flash.<br />
<br />
Things were crappy and It was hard to find a good free host. I soon thought about starting my own free hosting. I made a small crappy site initially with my remaining programs and stuff.. Started free web hosting as a side feature.. and then I really started getting a good response. <br />
<br />
I signed up for google ads and I saw the revenue was quite satisfactory to keep up the web hosting requirements. The site which I had started more like a personal one was getting a reputation of a professional site. and soon people started critsizing the personal website, tiny programs and registration systems that I had created. I removed all my site data and made trap17 a dedicated free Web hosting site.<br />
<br />
To keep up with low expenses and stuff, I had a very simple design actually.. the only member whom I remember to be with trap17 from a very long time is WASSIE ( co-admin ) Soon I realised that, trap17 was falling behind as it was not having a proper presentation and template.. Lurk ( admin of www.lurkcorp.com ) donated the main template of trap17.com and from that day, things really changed..<br />
<br />
To keep the service as reliable, fast, secure and cheap as possible, I was testing out many servers. Old members may remember that trap17 had also lost the forum contents due to these server transfers.. things were difficult in the begenning.<br />
<br />
But the this was only a begenning... when finally my Google account was disabled! Due to a member who tried to spam on the ads. Frankly, at that time, the first thing that hit my mind was to Close down Trap17. But it was only the responsiblity of so many members and the feeling that I had at the time when my site was closed, I decided to keep up the site. Till now [26 Nov 2004] I have been covering up the expenses from the  money I made out of my part time job..<br />
<br />
At that time ( when I got my google account disabled),  I met another person who had an advertising company. I partnered with him and he in turn introduced my to other companies.  Trap17's Traffic statistics were pretty much impressive and It attracted a lot of attention. soon I was accepted by that company and I started a partnership deal to trade off the expense of the site by selling of the top advertising space at trap17 forums.<br />
<br />
Soon the partnership was terminated, but it did not make much of a diffrence because till then, I was introduced to many advertisers... so there after I Stopped running behind google ads and stuff ( even though they can fetch up 20 times more money that what I am earning of these ads ) but my main motive was to keep the server up and also to keep the site running. Even a little amount enough to keep this site up was quite satisfactory..  ( I haven't made any profits or even any money of this site .. Because all my google accounts were disabled at the last moment when I was actually expecting my payments )<br />
<br />
I had registered about 2-3 google accounts and placed them on other sites.. so that I could atleast make some money off those. But Google Disabled them too saying that a Publisher who has been disabled is not allowed to participate in the adsense program.  and when I saw my ad-tracker stats, I noticed that someone was purposely trying to get my account disabled. because everyday, I used to see a huge set of clicks from a single ip address.  One by one all my google accounts were disabled. And I lost all of the money I had with google.<br />
<br />
2 of my server charges have been paid by my pal who is from Canada. I still owe him more than a $100. But I think I can repay him back soon because, I will start getting the money of my advertisers after december. I hope to recieve before it, but it may take time due to shipping and stuff.  I really thank that guy a lot, his name is Wen.  It was because of this guy that this site continued to run. If I hadn't met this guy, this site would had been closed 2-3 months back.. <br />
<br />
Initially because of the name of the site and stuff, I also had to fight through a hell lot of bad reputation! This was the worst chapter for trap17.. I dont know why, but members were afraid of the name or something. Or may be the competitors.  Bad words, news etc are were spread about trap17. (for eg.  <a href='http://www.free-webhosts.com/reviews/Trap17.php' class='bbc_url' title='External link' rel='nofollow external'>http://www.free-webhosts.com/reviews/Trap17.php</a> ) Issues were made out of small things  like the MySQL hookups.  Couple of members were also trying to spam the MySQL server ( the main reason that was and That is for the MySQL hookups )... But these things are practically un-avoidable. Haden't I recived funds, I could had ensured to get another chip of ram for my server, but due to financing problems. I could not upgrade. <br />
<br />
Trap17 survives because of the members.. The Traffic and the popularity. The only thing that holds this community is its popularity. The reason for this success inspite of so many difficulties was simply that We did not make this site for profits at the first place.  I am satisfied with whatever small amount I make to keep the server up. eg. 4discuss.com, one of the biggest competitor closed off his site, removed all the user accounts after he lost google ads. And gave an excuse saying that the server has been hacked! That guy did it, because his intension was profit. While I, even though I wanted to do it ( because I had lost my main source of income) , I simply could'nt.<br />
<br />
Trap17 has gone through many difficulties initially... more than one can imagine.  the ones listed out above still fall short. Very old members actually know what trap had been through before it reached the this successful position. I remember working for about 18 hours a day for my site! I used to literally sleep in front of my pc. All day,  I used to search for advertisers, manage my forums, lookout for better servers and monitering them etc... But, now, I am able to concentrate only on financial, marketting and other professional aspects. Thanks a lot to my admins who have really taken the load off my head regarding the forums.  After being with trap17 for a long time and helping it out sincerely, I finally gave Wassie the server rights and direct access to it for making and editing user hosting accounts. Then I gave it to Spectre ( one of the only members of trap17 who has helped us without any specific intension. ie. without requesting any hosting account ) . Here is the place where I guess we prove the amount of trust we have in each other in this community.<br />
<br />
After getting this site to work on a full swing, I launced astahost.com for members who were very highly talented and were feeling un-confortable at the trap17 forums.   And then due to the requests for paid hosting, I and one of my chat friends ( the former manager of freenukehosting.com forums ) launced a paid hosting site ( www.computing-web-hosting.com ) We belive we have one of the highest competitive and cheapest rates available on the internet. We are still young and learning ... <br />
<br />
I hope this site keeps growing ( umm.. well without those difficulites ) and continues getting loads of new members day by day. So that we may serve as many members as possible.. <br />
<br />
Thank You for all your time ( for reading this article ) and your support without which Trap17 was simply not possible...<br />
<br />
Warm Regards,<br />
OpaQue.]]></description>
		<pubDate>Thu, 25 Nov 2004 20:17:55 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/4510-the-trap17-story/</guid>
	</item>
	<item>
		<title>The Best Browser In Your Opinion</title>
		<link>http://www.knowledgesutra.com/forums/topic/3533-the-best-browser-in-your-opinion/</link>
		<description><![CDATA[I use IE 6, enhanced from Win XP SP2. I want to see what other people use for browsers, and maybe start a discussion. This place needs more activity... <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/cool.gif' class='bbc_emoticon' alt='B)' />]]></description>
		<pubDate>Fri, 18 Jun 2004 19:43:40 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/3533-the-best-browser-in-your-opinion/</guid>
	</item>
	<item>
		<title>What do you feel about the name TRAP17?</title>
		<link>http://www.knowledgesutra.com/forums/topic/87-what-do-you-feel-about-the-name-trap17/</link>
		<description>What do you feel about the name Trap17 .. What impression do you get about the site.</description>
		<pubDate>Mon, 21 Jun 2004 18:44:35 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/87-what-do-you-feel-about-the-name-trap17/</guid>
	</item>
	<item>
		<title>Discuz? is it any good?</title>
		<link>http://www.knowledgesutra.com/forums/topic/12995-discuz-is-it-any-good/</link>
		<description><![CDATA[i see big loads of chinese ppls using Discuz board and i notice we have many members from china.<br />
see this results. <br />
<br />
"Powered by Discuz" keyword used.<br />
<br />
google debug info<br />
<pre class='prettyprint'>Results 1 - 100 of about 761,000 for &#34;Powered by Discuz&#34;. &#40;0.39 seconds&#41; </pre><br />
<br />
baidu popular in china search engine debug info(www.baidu.com)<br />
<pre class='prettyprint'>&#25214;&#21040;&#30456;&#20851;&#32593;&#39029;&#32422;2,130,000&#31687;&#65292;&#29992;&#26102;0.
001&#31186; &#60;-- 2,130,000 results. 0.001sec used</pre><br />
<br />
i dunno chinese language so i have no chance to use it.<br />
is it any good? is there english support site for Discuz?<br />
just qurious.  :wink:]]></description>
		<pubDate>Fri, 10 Dec 2004 01:33:31 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/12995-discuz-is-it-any-good/</guid>
	</item>
	<item>
		<title><![CDATA[What Is Mysql's Default Root Password?]]></title>
		<link>http://www.knowledgesutra.com/forums/topic/31717-what-is-mysqls-default-root-password/</link>
		<description><![CDATA[I installed SuSE Linux 9.1 Professional on an old computer recently. I installed MySQL server (version 4.0.18), Webmin (version 1.250) and Usermin (version 1.180). If I try to connect to the MySQL server with the username root and no password, I get an invalid login error from Webmin, Usermin and mysql-cc. What is the default password, and how can I change it? I am very excited to be learning Linux (after a long journey through Windows-land), but get frustrated on loopholes like these.<br />
Also, an a different note, why would the system stop loading after a certain point (towards the end, don't remeber where) if I have my USB drive plugged in before booting?]]></description>
		<pubDate>Thu, 29 Dec 2005 00:56:53 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/31717-what-is-mysqls-default-root-password/</guid>
	</item>
	<item>
		<title>Halo 2 Glitches</title>
		<link>http://www.knowledgesutra.com/forums/topic/7986-halo-2-glitches/</link>
		<description>Do any of you guys know any glitches for halo 2 on Xbox Live?</description>
		<pubDate>Sat, 05 Mar 2005 18:22:58 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/7986-halo-2-glitches/</guid>
	</item>
	<item>
		<title>Are Mobile Phones Dangerous?</title>
		<link>http://www.knowledgesutra.com/forums/topic/4680-are-mobile-phones-dangerous/</link>
		<description><![CDATA[There has been much talk about the "microwave radiation" that mobile phones emit.<br />
<br />
<strong class='bbc'>View 1:</strong><br />
<span style='color: green'>Yes, there is possibly some small risk from using mobile phones. It is vastly lower than the risks from smoking, driving or crossing the road, and probably significantly lower than the risk from TVs and TV transmitters. After many years of research, there is still no clear proof of any risk at all. <br />
Statistics show that you are more likely to win a lottery jackpot, be struck by lightning, or even spontaneously combust than you are to be damaged by using a mobile phone! You are very likely to injure yourself as a result of tripping over the wire loop of a fixed phone(!). This is a frequent cause of accidents!!</span><br />
<br />
<strong class='bbc'>View 2:</strong><br />
<br />
<img src='http://img.photobucket.com/albums/v479/googlue/rth0313l.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
<span style='color: orange'>It may seem that mobile phones cause negligible radiation in comparison to microwave ovens but a simple calculation will show you the opposite.<br />
If you talk on the cellular phone just one hour a day the whole radiation is as follows:</span><br />
<span style='color: red'>1 hr a day x 365 days a year = 365 hours<br />
365 hours x 3 watts = 1095 watts<br />
1095 watts x 10 years = 10950 watts!!!</span><br />
<br />
<span style='color: orange'>10.000 watts radiation of cellular phone (ten times more powerfull than microwaves ovens) is as if you would put your head in a microwaves oven.<br />
You can imagine what would happen to you... you would burn like a sausage. <br />
<br />
Cell phone can do biological damage through heating effects &gt;&gt;&gt;&gt; This causes: headaches, earaches, blurring of vision, short-term memory loss, numbing, tingling, and burning sensations, bad sleep.</span><br />
<br />
<strong class='bbc'>Decide for yourself!</strong>]]></description>
		<pubDate>Fri, 03 Dec 2004 12:36:59 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/4680-are-mobile-phones-dangerous/</guid>
	</item>
	<item>
		<title>Microsoft Windows Bill Gates Edition?</title>
		<link>http://www.knowledgesutra.com/forums/topic/6750-microsoft-windows-bill-gates-edition/</link>
		<description><![CDATA[i heard that some peaple have microsoft windows bill gates edition and it is used by bill gates(creator of microsoft),<br />
they said they cracked it from bill gates computer is this true? <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' />  because my freind was going to give it to me and i thought it might have viruses or somethin init. it might just be a program that some hackers made so microsoft is available to users or it might just be bill gates edition microsoft. what is your opinion? <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' />]]></description>
		<pubDate>Sun, 06 Feb 2005 11:50:58 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/6750-microsoft-windows-bill-gates-edition/</guid>
	</item>
	<item>
		<title>Colleges In Tamilnadu</title>
		<link>http://www.knowledgesutra.com/forums/topic/54841-colleges-in-tamilnadu/</link>
		<description><![CDATA[Recently one of my friends was asking me many things related to joining and getting admissions in various colleges in Tamilnadu, India. But i was clueless with respect to various procedures and processes. Then i did some research and found some things that i thought will help people in future...<br />
<br />
So... here are some of my findings and do post yours if you know more...<br />
<br />
<strong class='bbc'>How can a person apply to colleges under Anna Univ?</strong><br />
For a person to apply to engineering colleges under Anna univ. he should go through the counseling (Single window sys..).<br />
<br />
<strong class='bbc'>Does all admissions comes under that univ?</strong><br />
Not all admissions comes under Anna university. Some seats are held by the colleges itself and seats are allotted by them. For these seats you have to approach the college directly...<br />
<br />
<strong class='bbc'>Few best colleges in Tamilnadu</strong><br />
1. Anna University - (ie)- Guindy college of Engineering, Chennai<br />
2. PSG College of Technology, Coimbatore<br />
3. CIT, Coimbatore<br />
4. GCT, Coimbatore<br />
5. NIT, Trichy<br />
The above are the top 5 colleges in Tamil Nadu.<br />
<br />
Apart from that,<br />
1. SSN, Chennai<br />
2. SRM, Chennai<br />
and few more colleges are good...<br />
<br />
This link has all the colleges list -- <a href='http://collinfo.annauniv.edu:6060/annauniv/collegeall/index.htm' class='bbc_url' title='External link' rel='nofollow external'>http://collinfo.annauniv.edu:6060/annauniv...geall/index.htm</a><br />
<br />
And i guess there will be no entrance exams from now on... It has been dropped and Single window system will happen based on 12th marks. If there are any updates they will let you know. <br />
<br />
<strong class='bbc'>what is this Single Window System?</strong><br />
This single window system is what we call counseling where students will be called for admissions to colleges based on some aggregate marks. I think one needs to apply for that as well. <br />
<br />
<strong class='bbc'>Is it something like students of Tamil Nadu wud be given first preference and after that remaining seats wud be given to other state students?</strong><br />
There is some quota and process etc for other state students... again i am not sure. But if you are applying to colleges directly, everything must be clear...<br />
That means you have to collect the forms from either the College itself ( where i want to apply ) or Anna Univ ( for getting admission into College of engineering, Guindy or any Computer Engineering department which is directly there under that university. ) ...<br />
<br />
<strong class='bbc'>What about AIEEE? Is that score not considered for admission into these colleges?</strong><br />
No... AIEEE won't do any good here.<br />
<br />
<strong class='bbc'>How many years of gap wud they allow before joining college?</strong><br />
This i tried to find out so much but was unable to get anything.... Someone should help on this.<br />
<br />
Hope i have addressed some things here...]]></description>
		<pubDate>Fri, 11 Jan 2008 08:29:17 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/54841-colleges-in-tamilnadu/</guid>
	</item>
	<item>
		<title>Teacher Sex</title>
		<link>http://www.knowledgesutra.com/forums/topic/4293-teacher-sex/</link>
		<description>i caught my teacher having sex with a student in the faculties comfort room ewww. that girl is so hot to the extent that i wish i could shag her too lolz.... eww...</description>
		<pubDate>Fri, 19 Nov 2004 00:17:06 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/4293-teacher-sex/</guid>
	</item>
	<item>
		<title>Depressing Songs</title>
		<link>http://www.knowledgesutra.com/forums/topic/30563-depressing-songs/</link>
		<description><![CDATA[What are some of the depressing songs that you like<br />
<br />
My top 5:<br />
1) Blink 182 - I Miss You<br />
2) Boxcar Racer - There Is<br />
3) Postal Service - Nothing Better<br />
4) Vertical Horizon - Everything You Want<br />
5) VNV Nation - Beloved<br />
<br />
<a href='http://www.knowledgesutra.com/pages/index.html/_/articles/depressing-songs-r9' class='bbc_url' title='External link' rel='nofollow external'>This post has been promoted to an article</a>]]></description>
		<pubDate>Sun, 27 Nov 2005 00:23:39 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/30563-depressing-songs/</guid>
	</item>
	<item>
		<title>Best Indie Band Ever</title>
		<link>http://www.knowledgesutra.com/forums/topic/9945-best-indie-band-ever/</link>
		<description><![CDATA[Well, personally I think these are the best indie bands EVER:<br />
<br />
-<strong class='bbc'>Joy Division</strong><br />
-<strong class='bbc'>The Pixies</strong><br />
-<strong class='bbc'>Sonic Youth</strong><br />
-<strong class='bbc'>Belle And Sebastian</strong><br />
-<strong class='bbc'>Teenage Fan Club</strong><br />
-<strong class='bbc'>Franz Ferdinand</strong><br />
-<strong class='bbc'>The Flaming Lips</strong><br />
-<strong class='bbc'>Death Cab For Cutie</strong><br />
-<strong class='bbc'>Built To Spill</strong><br />
-<strong class='bbc'>Modest Mouse</strong><br />
-<strong class='bbc'>Yo La Tengo</strong><br />
-<strong class='bbc'>Pavement</strong><br />
-<strong class='bbc'>Stone Roses</strong><br />
-<strong class='bbc'>Grandaddy</strong><br />
-<strong class='bbc'>The Charlatans UK</strong><br />
<br />
wow! thats a lot <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Fri, 08 Apr 2005 07:07:22 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/9945-best-indie-band-ever/</guid>
	</item>
	<item>
		<title><![CDATA[What's a good eye friednly design? o_O]]></title>
		<link>http://www.knowledgesutra.com/forums/topic/444-whats-a-good-eye-friednly-design-o-o/</link>
		<description>I personal prefer the more darker colors. I love the dark, I like doing many things with lights off, like taking a shower at night.</description>
		<pubDate>Sun, 01 Aug 2004 07:22:48 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/444-whats-a-good-eye-friednly-design-o-o/</guid>
	</item>
	<item>
		<title>What Mobile Do You Prefer</title>
		<link>http://www.knowledgesutra.com/forums/topic/222-what-mobile-do-you-prefer/</link>
		<description><![CDATA[I want to buy a new mobile phone soon (Still have the Nokia 3330 damn...) and want to know if you guys know of a very good mobile phone..I got enough money so don't worry about it  <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/cool.gif' class='bbc_emoticon' alt='B)' />]]></description>
		<pubDate>Sat, 24 Jul 2004 14:36:42 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/222-what-mobile-do-you-prefer/</guid>
	</item>
	<item>
		<title>Get 25 Posts For Free!</title>
		<link>http://www.knowledgesutra.com/forums/topic/194-get-25-posts-for-free/</link>
		<description><![CDATA[HUNT For any other Good Forums and sites and spread the word about trap17 at that site... Publish topics and stuff related to us... Tell them about our FREE and PAID Hosting options.<br />
Once you do this, give me all the links by which I can access your posts.<br />
<br />
Do for 5 such forums and I will give you 25 Posts!!<br />
<br />
Paid hosting details are available at <a href='http://www.trap17.com/purchase.htm' class='bbc_url' title='External link' rel='nofollow external'>http://www.trap17.com/purchase.htm</a><br />
<br />
<br />
Small End Note: I am not supposed to put up above offer, I expected the members to do this on their own in return of the awesome, reliable service. Helping Trap17.com is helping yourself.]]></description>
		<pubDate>Wed, 21 Jul 2004 10:53:26 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/194-get-25-posts-for-free/</guid>
	</item>
	<item>
		<title>Google Toolbar</title>
		<link>http://www.knowledgesutra.com/forums/topic/576-google-toolbar/</link>
		<description>I use Google Toolbar for Mozila Firefox, its really good, does anyone have one?</description>
		<pubDate>Wed, 04 Aug 2004 00:13:29 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/576-google-toolbar/</guid>
	</item>
	<item>
		<title><![CDATA[Dawood Ibrahim's Daughter's Photos]]></title>
		<link>http://www.knowledgesutra.com/forums/topic/25806-dawood-ibrahims-daughters-photos/</link>
		<description><![CDATA[The don or terror mafia king's daughter's wedding photos are released.<br />
<br />
The press and the media were not allowed for the function but somehow the photos have leaked out.<br />
She was married to Javeed Miandad's (Former pakistani cricketer and coach) son.<br />
<br />
<br />
<img src='http://img102.imageshack.us/img102/729/10rx.th.png' alt='Posted Image' class='bbc_img' /><br />
<br />
<br />
<img src='http://img102.imageshack.us/img102/5558/27oc.th.png' alt='Posted Image' class='bbc_img' /><br />
<br />
<br />
<img src='http://img293.imageshack.us/img293/2341/35ni.th.png' alt='Posted Image' class='bbc_img' /><br />
<br />
<br />
Man what a damn girl she is !]]></description>
		<pubDate>Mon, 08 Aug 2005 14:16:36 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/25806-dawood-ibrahims-daughters-photos/</guid>
	</item>
	<item>
		<title>Pc Shuts Down After A Few Seconds</title>
		<link>http://www.knowledgesutra.com/forums/topic/21542-pc-shuts-down-after-a-few-seconds/</link>
		<description><![CDATA[PC shuts down after a few seconds <br />
<br />
--------------------------------------------------------------------------------<br />
<br />
Here is the situation, about 2 weeks ago one of my computers stopped in the middle of a game and shut down. That was it. I restarted the computer and it powered up and went into the normal startup sequence, it did hit the BIOS screen, then powered down unexpectedly. After that it could be turned on, but then immediately shut down, staying on no longer than about 4 seconds. The system worked flawlessly for about 2 years before this problem.<br />
<br />
System Specs: AMD 2000 on an ECS K7S5A mb with appropriate RAM and a 300 W psu. <br />
<br />
I searched the net, found out it could/most likely was, a power supply problem. I bought a new power supply (a 320 psu), swapped it out and nothing changed. I have a couple other computers with similar configurations so I swapped out components looking for the 'defective' part. The CPU/RAM were easy enough, but did nothing, finally I tried a new motherboard (ASUS A7N8X-X), again nothing. I eventually swapped everything out into a new case, using the same RAM/CPU/Video card. (Please note: I have not had the hard drive plugged in since early in this debugging period, as I cannot get to the BIOS, I did not figure having the HD plugged in would help in any way.)<br />
<br />
I still figured the RAM/CPU must be bad so I put in spares, and I put in an old PCI video card just for good measure too. It still powered down before hitting the BIOS. What the heck? There was not one original piece of hardware in the box and I had the same problem. Then I made a terrible mistake. I took the original RAM/CPU and plugged them into a machine I knew to be working (on an ASUS A7N8X board). Guess what? Now that computer exibits the same behaviour, it simply will not boot up. It shuts down after a mere 2-3 seconds. The fans start, the leds go on, then it shuts off.<br />
<br />
I have tried clearing the CMOS on both systems to no avail.<br />
<br />
I am getting paranoid about some sort of a RAM virus and that I inadvertently infected a 'good' computer with it by mistake.<br />
<br />
Does any of this sound remotely like something anyone else has ever heard of?]]></description>
		<pubDate>Mon, 09 May 2005 13:35:55 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/21542-pc-shuts-down-after-a-few-seconds/</guid>
	</item>
	<item>
		<title>Runescape 2 Private Server: Code/guide 1</title>
		<link>http://www.knowledgesutra.com/forums/topic/48427-runescape-2-private-server-codeguide-1/</link>
		<description><![CDATA[<strong class='bbc'>Purpose:</strong> To make a cool training area in the wild.<br />
<br />
<strong class='bbc'>Difficulty:</strong> 1-3 <br />
<br />
<strong class='bbc'>Classes Modified:</strong>Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg<br />
<br />
<strong class='bbc'>Assumed Knowledge:</strong> Copy/paste, basic knowledge of cases, and how to search.<br />
<br />
<strong class='bbc'>Credits:</strong> 10% fedexer(global object tut), 10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and comming up with it.<br />
<br />
<strong class='bbc'>REQUIREMENTS:</strong> Make sure that your server can use herblore, mining, woodcutting, theiving, and prayer. You must also have fedexer's global objects code.<br />
<br />
<strong class='bbc'>Other</strong> This is my first tutorial, so please give me comments, I hope everyone likes (I used pimpscape/phonescape as server base)<br />
<br />
<strong class='bbc'>Step one</strong><br />
<br />
Open up client.java, search for case 409, if you don't have it refer to 1a just below, if you do, replace it with this:<br />
<br />
<pre class='prettyprint'>case 409&#58;
case 10638&#58;
if&#40;actionTimer == 0&#41; {
sendMessage&#40;&#34;You start praying..&#34;&#41;;
addSkillXP&#40;&#40;7000*playerLevel&#91;5&#93;&#41;, 5&#41;;
addItem&#40;4832, 1&#41;;
setAnimation&#40;1979&#41;;
actionTimer = 15;
sendMessage&#40;&#34;The gods hear you and reward you!&#34;&#41;;</pre><br />
<br />
note: I did not make this code, just make sure its there, then change the 7000, to any exp you wish for a player to get when prayer at the altar<br />
<br />
1a. if you don't have it, search for<br />
<pre class='prettyprint'>case 2643&#58;</pre><br />
<br />
add it after that.<br />
<br />
<strong class='bbc'>Step two</strong><br />
<br />
Search for <br />
<pre class='prettyprint'>public void OBJECTS&#40;&#41;</pre><br />
<br />
(still in client.java)<br />
you should see something like this:<br />
<br />
<pre class='prettyprint'>Addaobject&#40;3255,3431,2213,2,10,0&#41;;// something</pre><br />
<br />
after the last one of those add this<br />
<br />
<pre class='prettyprint'>Addaobject&#40;3151,3673,2213,-3,10,0&#41;;// Bank booth wild
				Addaobject&#40;3151,3674,2213,-3,10,0&#41;;// Bank booth wild
				Addaobject&#40;3151,3675,2213,-3,10,0&#41;;// Bank booth wild
				Addaobject&#40;3151,3676,2213,-3,10,0&#41;;// Bank booth wild
				Addaobject&#40;3151,3677,2213,-3,10,0&#41;;// Bank booth wild
				Addaobject&#40;3151,3678,2213,-3,10,0&#41;;// Bank booth wild
		Addaobject&#40;3157,3666,409,0,10,0&#41;;// Prayer Altar = EXP
		Addaobject&#40;3139,3675,2106,0,10,0&#41;;// Rune Rocks
		Addaobject&#40;3142,3671,2106,0,10,0&#41;;// Rune Rocks
		Addaobject&#40;3139,3678,2106,0,10,0&#41;;// Rune Rocks
		Addaobject&#40;3146,3667,2106,0,10,0&#41;;// Rune Rocks
		Addaobject&#40;3146,3673,2105,0,10,0&#41;;// Addy rocks
		Addaobject&#40;3145,3676,2105,0,10,0&#41;;// Addy rocks
		Addaobject&#40;3143,3679,2105,0,10,0&#41;;// Addy rocks
		Addaobject&#40;3141,3677,2105,0,10,0&#41;;// Addy rocks
		Addaobject&#40;3139,3678,2105,0,10,0&#41;;// Addy rocks
		Addaobject&#40;3143,3667,2103,0,10,0&#41;;// Mith Rocks
		Addaobject&#40;3141,3667,2103,0,10,0&#41;;// Mith Rocks
		Addaobject&#40;3143,3664,2103,0,10,0&#41;;// Mith Rocks
		Addaobject&#40;3146,3669,2103,0,10,0&#41;;// Mith Rocks
		Addaobject&#40;3148,3672,2103,0,10,0&#41;;// Mith Rocks
		Addaobject&#40;3140,3671,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3145,3678,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3145,3675,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3145,3673,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3145,3671,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3142,3673,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3143,3676,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3144,3675,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3143,3673,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3143,3674,2096,0,10,0&#41;;// Coal
		Addaobject&#40;3166,3673,1306,0,10,0&#41;;// Magic Tree
		Addaobject&#40;3171,3662,1306,0,10,0&#41;;// Magic Tree
		Addaobject&#40;3179,3669,1306,0,10,0&#41;;// Magic Tree
		Addaobject&#40;3179,3679,1306,0,10,0&#41;;// Magic Tree
		Addaobject&#40;3151,3684,2562,0,10,0&#41;;// Gem Stall
		Addaobject&#40;3155,3673,2562,0,10,0&#41;;// Portal 1
		Addaobject&#40;3157,3673,2467,0,10,0&#41;;// Portal 2
		Addaobject&#40;3159,3673,2562,0,10,0&#41;;// Portal 3
		Addaobject&#40;3159,3666,859,0,10,0&#41;;// Skull on post
		Addaobject&#40;3156,3666,859,0,10,0&#41;;// skull on post</pre><br />
<br />
REMEMBER PORTAL 1 2 3<br />
<strong class='bbc'>Step three</strong><br />
<br />
Open up autospawn.cfg<br />
<br />
at the bottom add this:<br />
<br />
<pre class='prettyprint'>//Wild training camp//
spawn = 557	3171	3664	0	3171	3664	3171	3664	1	Herblore Shop
spawn = 542	3179	3681	0	3179	3681	3179	3681	1	Wildy Rogue Shop
spawn = 559	3149	3668	0	3149	3668	3149	3668	1	Mining shop
spawn = 1615	3158	3678	0	3158	3678	3158	3678	2	Abyssal Demon - 87
spawn = 1615	3172	3686	0	3172	3686	3172	3686	2	Abyssal Demon - 88
spawn = 1615	3161	3683	0	3161	3683	3161	3683	2	Abyssal Demon - 89
spawn = 1615	3177	3665	0	3047	10343	3047	10343	2	Abyssal Demon - 90
spawn = 1615	3175	3660	0	3046	10341	3046	10341	2	Abyssal Demon - 91</pre><br />
<br />
<strong class='bbc'>Step four</strong><br />
<br />
Open up shops.cfg<br />
add these shops: <br />
<br />
<pre class='prettyprint'>shop = 19	Mining_Shop			 			2	2	1265	100	1267	100	1269	100	1273	100	1271	100	1275	1	5013	100	
shop = 17	Herb_Shop					2	2	257	100	251	100	231	100	255	100	199	100	249	100	233	100	233	100	227	1000
shop = 27	Wilderness_Rogue_shop   			2	2	5553	10	5554	10	5555	10	5556	10	5557	10	1712	100</pre><br />
<br />
<strong class='bbc'>Step 5 </strong><br />
Open up client.java again for one last time. Remember the portal 1,2,3? We are now gonna add it so it teles you somewhere.<br />
<br />
Search for OBJECT CLICK ONE and add:<br />
<pre class='prettyprint'>if &#40;objectX == 3155 && objectY == 3673&#41; // Wild Training Portal 1
						  {
						  teleportToX = THE X TELE CORD;
						  teleportToY = THE Y TELE CORD;
						  }
						  if &#40;objectX == 3157 && objectY == 3673&#41; // Wild Training Portal 2
						  {
						  teleportToX = THE X TELE CORD;
						  teleportToY = THE Y TELE CORD;
						  }
						  if &#40;objectX == 3159 && objectY == 3673&#41; // Wild Training Portal 3 
						  {
						  teleportToX = THE X TELE CORD;
						  teleportToY = THE Y TELE CORD;
						  }</pre><br />
<br />
<strong class='bbc'>Step 6</strong><br />
<br />
Heres the final step. This step will add drops to the abyssal demons<br />
<br />
FIRST<br />
<br />
open up NPChandler.java<br />
<br />
search for Abyssal, if you do not have it already add this:<br />
<pre class='prettyprint'>}
if&#40;npcs&#91;NPCID&#93;.npcType == 1615&#41; { 
ItemHandler.addItem&#40;Item2.randomAbyssal&#40;&#41;, npcs&#91;NPCID&#93;.absX, npcs&#91;NPCID&#93;.absY, 1, GetNpcKiller&#40;NPCID&#41;, false&#41;;
}</pre><br />
<br />
NEXt open up item2.java, search for this<br />
<br />
public static int abyssal<br />
<br />
if you don't have it, then add it (go down more)<br />
<br />
if you do have it, delete it.<br />
<br />
So now you shouldn't have it.<br />
<br />
Add this in place of it:<br />
<br />
<pre class='prettyprint'>public static int abyssal&#91;&#93; = {995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,
995,995,995,995
,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,
995,995,995,995,995,995,995,3140,3140,3140
,3140,4131,4131,4131,4131,4131,4131,4131,4131,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,
4151,4151,4151,4151,4151,4151,4151,4151,
4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4088,4088,4088,4088,4088,4088,4088,4088,
4088,4088,4088,4088,4088};

	public static int randomAbyssal&#40;&#41;
	{
		return abyssal&#91;&#40;int&#41;&#40;Math.random&#40;&#41;*abyssal.length&#41;&#93;;
	}</pre><br />
<br />
<br />
All done <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/laugh.gif' class='bbc_emoticon' alt=':lol:' /> Thanks for those who made tuts to help me out with this. <br />
<br />
The training place is in Carrallangar, which is a ancient teleport. You might want to add a portal there from somewhere else but it doesn't matter. ENJOY <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/xd.gif' class='bbc_emoticon' alt=':D' /><br />
<br />
Please give some comments, ive been making this for awhile now...finally pulled it together with my friend figuring out drops<br />
<br />
<img src='http://img406.imageshack.us/img406/5125/tutki8.png' alt='Posted Image' class='bbc_img' /><br />
<br />
theres more to see tho of course <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /><br />
<br />
<br />
NOTE: my name is andrew1234321 on moparscape forums, incase u see that account that posted this, if you don't beleive me I can confirm it there.<br />
<br />
<strong class='bbc'>TUTORIAL NUMBER 2!!!</strong><br />
<br />
<strong class='bbc'>Feature:</strong> To make a training area, where you can get a key drop, in which you use on a chest for a prize! Also other training things.<br />
<br />
<strong class='bbc'>Server Base:</strong>  Enrit 2.0 (unreleased) should work on any though<br />
<br />
<strong class='bbc'>Assumed Knowledge:</strong> Copy and Pasting, and fedexer's global object tut. Also the skill of reading might help.<br />
<br />
<strong class='bbc'>Difficulty:</strong> 1-3<br />
<br />
<strong class='bbc'>Credits:</strong> <br />
Nwfd1025 for allowing me to use some of his easter egg hunt minigame<br />
Fedexer for his global objects tut<br />
Me for putting this all together/doing coding<br />
<br />
------------------------<br />
<br />
First open up your client.java, search for <br />
<br />
<pre class='prettyprint'>public void Deleteobjects&#40;&#41; {</pre><br />
<br />
Add these after the last deletethatobject.<br />
<br />
<pre class='prettyprint'>deletethatobject&#40;2513, 3371&#41;; //TRAINING
		deletethatobject&#40;2516, 3370&#41;; //TRAINING
		deletethatobject&#40;2514, 3369&#41;; //TRAINING
		deletethatobject&#40;2511, 3373&#41;; //TRAINING
		deletethatobject&#40;2509, 3371&#41;; //TRAINING
		deletethatobject&#40;2505, 3370&#41;; //TRAINING
		deletethatobject&#40;2507, 3370&#41;; //TRAINING
		deletethatobject&#40;2514, 3368&#41;; //TRAINING
		deletethatobject&#40;2511, 3365&#41;; //TRAINING
		deletethatobject&#40;2515, 3365&#41;; //TRAINING
		deletethatobject&#40;2514, 3367&#41;; //TRAINING
		deletethatobject&#40;2511, 3369&#41;; //TRAINING
		deletethatobject&#40;2507, 3368&#41;; //TRAINING
		deletethatobject&#40;2510, 3367&#41;; //TRAINING
		deletethatobject&#40;2508, 3366&#41;; //TRAINING
		deletethatobject&#40;2516, 3378&#41;; //TRAINING
		deletethatobject&#40;2516, 3377&#41;; //TRAINING
		deletethatobject&#40;2515, 3379&#41;; //TRAINING
		deletethatobject&#40;2517, 3379&#41;; //TRAINING</pre><br />
<br />
Now go find your commands, add this one<br />
<br />
<pre class='prettyprint'>else if &#40;command.equalsIgnoreCase&#40;&#34;training&#34;&#41;&#41;
	 	{
		teleportToX = 2517;
		teleportToY = 3359;
		heightLevel = 0;
	HelpMenu&#40;&#41;;
	sendMessage&#40;&#34;Type &#58;&#58;trainhelp for this menu again&#34;&#41;;
	  }</pre> <br />
<br />
change command name to w/e you wish it to be. <br />
<br />
Now open up autospawn.cfg..<br />
<br />
add this at the end<br />
<br />
<pre class='prettyprint'>//Training//
spawn = 110	2517	3377	0	0	0	0	0	1	Fire giant
spawn = 110	2515	3371	0	0	0	0	0	1	Fire giant
spawn = 110	2510	3374	0	0	0	0	0	1	Fire giant
spawn = 110	2508	3377	0	0	0	0	0	1	Fire giant
spawn = 110	2506	3371	0	0	0	0	0	1	Fire giant</pre><br />
<br />
Now open up your client.java again<br />
<br />
Find case 75, replace with this:<br />
<br />
<pre class='prettyprint'>case 75&#58;
if &#40;playerHasItem&#40;4273&#41; == true&#41;{
deleteItem&#40;4273, getItemSlot&#40;4273&#41;, 3&#41;;
addItem&#40;962, 1&#41;;
sendMessage&#40;&#34;The key's vanish...&#34;&#41;;
sendMessage&#40;&#34;Congrats on the reward!&#34;&#41;;
} else {
sendMessage&#40;&#34;You need 3 keys to claim a reward!&#34;&#41;;
}</pre><br />
<br />
Search for FishingHelpMenu under the last } add<br />
<br />
<pre class='prettyprint'>public void HelpMenu&#40;&#41;
	{

					sendQuest&#40;&#34;@dre@Training Area Help Menu&#34;, 8144&#41;;  //Title
					clearQuestInterface&#40;&#41;;
					sendQuest&#40;&#34;@dre@First kill the Fire giants for a key&#34;, 8145&#41;;
					sendQuest&#40;&#34;@dbl@Once you have 3 of the keys use@dbl@&#34;, 8148&#41;;
					sendQuest&#40;&#34;@dbl@them on one of the chests@dbl@&#34;, 8149&#41;;
					sendQuest&#40;&#34;@dbl@They will be deleted from your inventory@dbl@&#34;, 8150&#41;;
					sendQuest&#40;&#34;@dbl@You should now get a reward!!!@dbl@&#34;, 8151&#41;;
					sendQuest&#40;&#34;@dbl@Code Created by Nate@dbl@&#34;, 8153&#41;;
					sendQuest&#40;&#34;@dbl@who goes by andrew1234321 on moparscape forums@dbl@&#34;, 8154&#41;;
					sendQuestSomething&#40;8143&#41;;
					showInterface&#40;8134&#41;;
					flushOutStream&#40;&#41;;
	}</pre><br />
(if you doubt i made this, because it says created by nate, don't, because my name is seriously nate, but for some reason i was stupid and signed up as andrew1234321)<br />
<br />
Now search for rules until you find this<br />
<br />
<pre class='prettyprint'>else if &#40;command.equalsIgnoreCase&#40;&#34;rules&#34;&#41;&#41;
	{
		
	menuMaker&#40;&#34;@blu@rules&#34;, &#34;rules&#34;&#41;;</pre><br />
<br />
now above/below it put<br />
<br />
<pre class='prettyprint'>else if &#40;command.equalsIgnoreCase&#40;&#34;trainhelp&#34;&#41;&#41;
	{
		
		HelpMenu&#40;&#41;;	
	}</pre><br />
<br />
<br />
now, its time to get into the better part of this code.<br />
Open up npchandler.java<br />
<br />
search for "abyssal"<br />
<br />
add this UNDER it<br />
<br />
<pre class='prettyprint'>if&#40;npcs&#91;NPCID&#93;.npcType == 110&#41; { 
ItemHandler.addItem&#40;Item2.randomFg&#40;&#41;, npcs&#91;NPCID&#93;.absX, npcs&#91;NPCID&#93;.absY, 1, GetNpcKiller&#40;NPCID&#41;, false&#41;;
}</pre><br />
<br />
now open up item2.java, search abyssal, and add this under it<br />
<br />
<pre class='prettyprint'>public static int Fg&#91;&#93; = {7158,7158,7158,7158,7158,7158,7158,7158,7158,7158,7158,
7158,7158,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,4087,4087,4087,4087,4087,4087,
4273,4273
,4273,4273,995,995,995,995,995,995,995,995,995,995,4273,4273};
	public static int randomFg&#40;&#41;
	{
		return Fg&#91;&#40;int&#41;&#40;Math.random&#40;&#41;*Fg.length&#41;&#93;;
	}</pre><br />
<br />
Now to get down to the making of global objects.<br />
<br />
Search for<br />
<pre class='prettyprint'>public void OBJECTS&#40;&#41;</pre><br />
<br />
Add these<br />
<br />
<br />
<br />
<pre class='prettyprint'>Addaobject&#40;2512,3363,75,0,10,0&#41;;// Chest
		Addaobject&#40;2511,3363,75,0,10,0&#41;;// Chest
		Addaobject&#40;2510,3363,75,0,10,0&#41;;// Chest</pre><br />
<br />
<br />
<br />
enjoy <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':D' />)<br />
<br />
<strong class='bbc'>TUTORIAL NUMBER 3</strong><br />
<br />
Purpose: To create Menu's<br />
Skill level: Regular people - 1/10, mentally unstable - 10/10<br />
Needed knowledge: Find function + Copy/Paste<br />
<br />
This tutorial is very simple if followed correctly<br />
<br />
First you must decide one of the following (if you pick letter a, follow all steps ending with a, ex: 1a)<br />
A: Do a command to tele you somewhere, when teleing you open the menu(automatically opens menu when you use the tele command<br />
B: Use a command to open the menu<br />
<br />
SEARCH FOR EVERYTHING IN client.java<br />
<br />
<strong class='bbc'>A</strong><br />
<br />
1. search for <br />
<pre class='prettyprint'>else if &#40;command.equalsIgnoreCase</pre><br />
add this under the last }<br />
<br />
<pre class='prettyprint'>else if &#40;command.equalsIgnoreCase&#40;&#34;training&#34;&#41;&#41;
	 	{
		teleportToX = 2517;
		teleportToY = 3359;
		heightLevel = 0;
	HelpMenu&#40;&#41;;
	sendMessage&#40;&#34;Type &#58;&#58;trainhelp for this menu again&#34;&#41;;
	  }</pre><br />
<br />
change the teleportToX/Y to the X/Y coordinates u want to tele to, change training to name of command (in this case, you will type ::training to open up the menu) change HelpMenu to another name, (make sure the (); is still at end) change the message to any mesage you want when opening, if you don't want a message, simply take away that line. REMEMBER WHAT YOU PUT IN PLACE OF HelpMenu (this is CaSe SeNsItIv3) <br />
<br />
Next go back to the top of client.java and search for:<br />
<br />
public void<br />
<br />
till you find something that is like<br />
<br />
<br />
			public void ModMenu()<br />
<br />
or something VERY close<br />
<br />
add this under the last }<br />
<br />
<pre class='prettyprint'>public void HelpMenu&#40;&#41;
	{

					sendQuest&#40;&#34;@dre@Training Area Help Menu&#34;, 8144&#41;;  //Title
					clearQuestInterface&#40;&#41;;
					sendQuest&#40;&#34;@dre@First kill the Fire giants for a key&#34;, 8145&#41;;
					sendQuest&#40;&#34;@dbl@Once you have 3 of the keys use@dbl@&#34;, 8148&#41;;
					sendQuest&#40;&#34;@dbl@them on one of the chests@dbl@&#34;, 8149&#41;;
					sendQuest&#40;&#34;@dbl@They will be deleted from your inventory@dbl@&#34;, 8150&#41;;
					sendQuest&#40;&#34;@dbl@You should now get a reward!!!@dbl@&#34;, 8151&#41;;
					sendQuest&#40;&#34;@dbl@Code Created by Nate@dbl@&#34;, 8153&#41;;
					sendQuest&#40;&#34;@dbl@who goes by andrew1234321 on moparscape forums@dbl@&#34;, 8154&#41;;
					sendQuestSomething&#40;8143&#41;;
					showInterface&#40;8134&#41;;
					flushOutStream&#40;&#41;;
	}</pre><br />
<br />
change all the text to you want, each one of those is a new line. the 8154); or w/e at the end tells you what line, if you wish to add more add this:<br />
<br />
					sendQuest("@dbl@who goes by andrew1234321 on moparscape forums@dbl@", 8154);<br />
<br />
make sure you change the number to 1 higher or 2 or 3 depending on how much you wanna do, or you can delete them.<br />
<br />
Change public void HelpMenu to what you changed HelpMenu to before..<br />
<br />
CONGRATS! you made your first menu!<br />
<br />
<strong class='bbc'>B</strong><br />
<br />
if you just wish to create a command to open the menu, without teleporting, do this:<br />
<br />
1. search for <br />
<pre class='prettyprint'>else if &#40;command.equalsIgnoreCase</pre><br />
add this under the last }<br />
<br />
<pre class='prettyprint'>else if &#40;command.equalsIgnoreCase&#40;&#34;training&#34;&#41;&#41;
	 	{
	HelpMenu&#40;&#41;;
	sendMessage&#40;&#34;Type &#58;&#58;trainhelp for this menu again&#34;&#41;;
	  }</pre><br />
<br />
Take away sendmessage line if you dont want a message, and make sure you remember HelpMenu, change it to what you want, change "training" to what you want, then go to letter A and follow through with what it says! (dont add the command in letter A)<br />
<br />
<br />
Enjoy this quick tut i just whipped up!<br />
<br />
<strong class='bbc'>TUTORIAL NUMBER 4</strong><br />
<br />
Purpose: To teach about commands and creating them!<br />
Skill level needed: 1/10<br />
Knowledge needed: Copy/Paste<br />
<br />
with all of the following types of commands, please search<br />
<pre class='prettyprint'>if &#40;command.startsWith&#40;</pre><br />
and add what is needed after the first }<br />
<br />
First I will start with <strong class='bbc'>TELE COMMANDS</strong><br />
<br />
Tele commands are pretty simple, they are used for quickly teleporting, and giving you ways to teleport without giving experience points.<br />
<br />
<pre class='prettyprint'>if &#40;command.equalsIgnoreCase&#40;&#34;commandname&#34;&#41;&#41;
	{
		teleportToX = X Coordinate;
		teleportToY = Y Coordinate;
				heightLevel = 0;
	}</pre><br />
<br />
Please add this code after the first }, fill out the  command as necisary, such as X would be the X coordinate, and Y would be the Y coordinate, command name would be the command name, so if u left it like this, ::commandname would execute the command.<br />
<br />
Next I will explain Level COMMANDS<br />
<br />
these commands add a certain level to the given user, when wanted.<br />
<pre class='prettyprint'>if &#40;command.equalsIgnoreCase&#40;&#34;train&#34;&#41; && &#40;playerRights &#62;= 3&#41;&#41; 
{
addSkillXP&#40;14000000, 0&#41;;
addSkillXP&#40;14000000, 1&#41;;
addSkillXP&#40;14000000, 2&#41;;
addSkillXP&#40;14000000, 3&#41;;
addSkillXP&#40;14000000, 4&#41;;
addSkillXP&#40;14000000, 5&#41;;
addSkillXP&#40;14000000, 6&#41;;
sendMessage&#40;&#34;Enrit Has Trained U to A Master&#34;&#41;;
}</pre><br />
<br />
this command is simple, i will explain the first line<br />
<pre class='prettyprint'>addSkillXP&#40;14000000, 0&#41;;</pre><br />
the 0 represents the skill number, in this case its attack, the 14000000 is the experience added.<br />
<br />
Here is a list of skills and their numbers:<br />
<pre class='prettyprint'>Attackxp = 0
Strengthxp = 2
Defencexp = 1
Hitpointsxp = 3
Prayerxp = 5
Magicxp = 6
Rangexp = 4
Runecraftxp = 20
Herblorexp = 15
Agilityxp = 16
Craftingxp = 12
Fletchingxp = 9
Slayerxp = 18
Miningxp = 14
Smithingxp = 13
Fishingxp = 10
Cookingxp = 7
Firemaking = 11
Woodcutting = 8
Farming = 19</pre><br />
ITEM COMMANDS<br />
<br />
these add items to the user's inventory, just simply add this command<br />
<br />
<pre class='prettyprint'>else if &#40;command.startsWith&#40;&#34;command name&#34;&#41;&#41;
{
addItem&#40;itemID,NUMBER&#41;;

}</pre><br />
<br />
Just fill out the command like normal<br />
<br />
ADDING IT SO YOU MUST BE X LEVEL TO EXECUTE THE COMMAND<br />
<br />
Simply add this to the command, nothing really hard, pretty simple, just add it! Add it at the end of the first line of the code, make sure to take away the last ) and replace it with a space, otherwise you will get errors<br />
<pre class='prettyprint'>&& playerRights &#62;= 0&#41;</pre><br />
change the 0 to 1,2,3,or keep it 0<br />
<br />
0 = regular user<br />
1 = mod<br />
2 = admin<br />
3 = owner<br />
<br />
most people don't add it if its for a regular user, because its already programmed this way.<br />
<br />
<br />
<strong class='bbc'>TUTORIAL NUMBER 5</strong><br />
<br />
<br />
Purpose: Learn about cases<br />
Skill level: 5/10<br />
<br />
This isnt a copy paste tutorial, so you REALLY have to know what your doing. This isn't for the beginers, it took me awhile to learn this myself, but it works <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /> and its fun adding things to weird items. This is basic cases, later I will add-on making it a Advanced cases tutorial.<br />
<br />
<strong class='bbc'>What are cases? </strong> They are things your server calls apon when clicking a object. Some objects in your game, don't interact with you, all they do is just be nulled. this isn't very good use for them now is it? How bout you create a way make it better! <br />
<br />
1. Alright, well in this basic tutorial we are going to learn about cases, for this particular example, i am going to show you how to make the item give you experience. <br />
<br />
First find the object id you want, make sure its a real one, we are going to call this x. Now in your client.java file, search for <br />
<pre class='prettyprint'>case x&#58;</pre><br />
make sure "x" is replaced with the correct number. Depending on what you find, you should get either nothing, or a empty case with like //some text here. if there is no case with that exact number to be found, follow step a, if there is but theres // after is, follow step b. <br />
<br />
Step A<br />
<br />
If there is nothing like that case to be found search for<br />
<pre class='prettyprint'>case 409&#58;</pre><br />
<br />
if that isnt to be found search for <br />
<br />
<pre class='prettyprint'>/*OBJECT CLICK ONE*/</pre><br />
<br />
Add this case under it<br />
<br />
<pre class='prettyprint'>case x&#58;
if&#40;actionTimer == 0&#41; {
sendMessage&#40;&#34;message 1&#34;&#41;;
addSkillXP&#40;&#40;xpyouget*playerLevel&#91;skill number&#93;&#41;, skill number&#41;;
addItem&#40;ITEM ID, Number of items&#41;;
setAnimation&#40;1979&#41;;
actionTimer = 15;
sendMessage&#40;&#34;message 2&#34;&#41;;
}
break;</pre><br />
<br />
Change Message 1 + 2 to whatever, or you can get rid of those lines.<br />
<br />
Change the skill xp line to fit your needs (make sure the * is still there)<br />
<br />
change case x to your case number, change the add item stuff, if you dont want to add a item, then delete that line<br />
<br />
if your really advanced, change the setAnimation number to what you want, you must have a list for this but I don't have it sorry.<br />
<br />
Its pretty basic<br />
<br />
Step B<br />
<br />
if you do have case x, then do the last part of step A and delete your case x before actually starting. And enjoy easy cases <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' />]]></description>
		<pubDate>Sun, 03 Jun 2007 16:34:29 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/48427-runescape-2-private-server-codeguide-1/</guid>
	</item>
	<item>
		<title>Tell me whats a good action game</title>
		<link>http://www.knowledgesutra.com/forums/topic/690-tell-me-whats-a-good-action-game/</link>
		<description>Whats a good 1?</description>
		<pubDate>Sat, 07 Aug 2004 02:34:32 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/690-tell-me-whats-a-good-action-game/</guid>
	</item>
	<item>
		<title>Nike Vs Adidas?</title>
		<link>http://www.knowledgesutra.com/forums/topic/5773-nike-vs-adidas/</link>
		<description><![CDATA[no matter what you like sports or not,you must have noticed the great sport brands Nike and adidas. they are infiltrating through our life day by day.we like them for their quality and spirit.however,they are the competitor after all...in past time they  competet badly ,u know.<br />
<br />
how do you think them in future,especially in market...and talk about which one do you like best.]]></description>
		<pubDate>Fri, 07 Jan 2005 08:36:11 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/5773-nike-vs-adidas/</guid>
	</item>
	<item>
		<title>Hardest Game of all time</title>
		<link>http://www.knowledgesutra.com/forums/topic/2412-hardest-game-of-all-time/</link>
		<description><![CDATA[ok since we did the topic of worst games and the best games its time for the hardes games now remember hardest games your played of all time so here is my list of the hardest games of all time.<br />
<br />
1- all the megaman games (ive yet to beat the originals)<br />
2- mike tyson punch out got to rn 2 on him that it<br />
3 origianal super mario bros (never beat that one)<br />
4 wizard and warriors 2 i doubt no one has beaten that unless they cheated <br />
5- zelda<br />
6- kid icarus<br />
7- shinobi for sega<br />
8 terminator 2 for the arcade never beat well of course never pump that much cash into it either <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /><br />
9-mortal kombat 1 in the arcade goro kept on kick my *bottom*<br />
10- friday the 13th]]></description>
		<pubDate>Tue, 05 Oct 2004 13:20:10 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/2412-hardest-game-of-all-time/</guid>
	</item>
	<item>
		<title>What Is The Best Rpg On The Gba?</title>
		<link>http://www.knowledgesutra.com/forums/topic/7619-what-is-the-best-rpg-on-the-gba/</link>
		<description><![CDATA[I think Harvest moon friends of mineral town is verry good RPG!!!! <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/wink.gif' class='bbc_emoticon' alt=';)' />]]></description>
		<pubDate>Thu, 24 Feb 2005 15:10:22 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/7619-what-is-the-best-rpg-on-the-gba/</guid>
	</item>
	<item>
		<title>Firefox Or Internet Explorer</title>
		<link>http://www.knowledgesutra.com/forums/topic/6468-firefox-or-internet-explorer/</link>
		<description><![CDATA[I see as firefox as my main choice but its really up to you on what you choose:<br />
<br />
Firefox is an open-source (Wired mag) Internet browser, thought up by a 18 year old (completed when 19) after many frustrations with Internet explorer. It has a built in pop up blocker that has never once fail me, and is 100% skinnable. It includes TABS, which is a fature that lets you see more than one page in one window. Because of its new scent, noone has bagan to look for a way to deliver viruses thrrough the browser. It has promoted its service by Spreadfirefox.com, which gives of webbanners and free blongs (i think) to spread the word of its arrival. It just recently made the cover of Wired. <br />
<br />
    I think you all know about INternet explorers life enough so i wont go there.<br />
                   Happy descisions,<br />
                          Judson]]></description>
		<pubDate>Sun, 30 Jan 2005 22:40:42 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/6468-firefox-or-internet-explorer/</guid>
	</item>
	<item>
		<title>Best Free Flash Editor</title>
		<link>http://www.knowledgesutra.com/forums/topic/305-best-free-flash-editor/</link>
		<description>Anyone know where I can find the best free Flash editor?</description>
		<pubDate>Wed, 28 Jul 2004 06:51:51 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/305-best-free-flash-editor/</guid>
	</item>
	<item>
		<title>What Program Do You Use  To Design Your Web?</title>
		<link>http://www.knowledgesutra.com/forums/topic/2871-what-program-do-you-use-to-design-your-web/</link>
		<description><![CDATA[I has use a lot all of macromedia suit like Dreamweaver ultradev4 , 4 , mx , mx2004. <br />
Is there another good program to design website than macromedia dreamweaver? I just want to try other software may be I will get a new idea and effect for my site.<br />
PS. don't try 2 answer microsoft frontpage hehehe  <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/rolleyes.gif' class='bbc_emoticon' alt=':rolleyes:' />]]></description>
		<pubDate>Thu, 14 Oct 2004 20:18:37 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/2871-what-program-do-you-use-to-design-your-web/</guid>
	</item>
	<item>
		<title>How Many Gigs do you have?</title>
		<link>http://www.knowledgesutra.com/forums/topic/949-how-many-gigs-do-you-have/</link>
		<description>ahem,i got 80</description>
		<pubDate>Sun, 15 Aug 2004 18:44:21 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/949-how-many-gigs-do-you-have/</guid>
	</item>
	<item>
		<title>Cool Signatures Site</title>
		<link>http://www.knowledgesutra.com/forums/topic/34949-cool-signatures-site/</link>
		<description><![CDATA[This site, makes signatures with your name, go <a href='http://www.needasig.com/' class='bbc_url' title='External link' rel='nofollow external'>http://www.needasig.com/</a>  and look!<br />
<br />
''Email and Forum Signature Icon Generator<br />
More than 600 Different Styles to Choose from.''<br />
<br />
<br />
Exemples:<br />
<br />
<img src='http://www.needasig.com//email.php/bWFpbD1Zb3VyTmFtZSZkb21haW49Z21haWwmY29sb3I9YmxhY2s=.png' alt='Posted Image' class='bbc_img' /><br />
<br />
<img src='http://www.needasig.com//email.php/bWFpbD1Zb3VyTmFtZSZkb21haW49aG90bWFpbCZjb2xvcj1ibGFjaw==.png' alt='Posted Image' class='bbc_img' /><br />
<br />
<img src='http://www.needasig.com//email.php/bWFpbD1Zb3VyTmFtZSZkb21haW49Q291bnRlcnN0cmlrZSBQbGF5ZXImY29sb3I9Z3JheQ==.png' alt='Posted Image' class='bbc_img' /><br />
<br />
there is a lot others!<br />
 <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Fri, 24 Mar 2006 21:15:45 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/34949-cool-signatures-site/</guid>
	</item>
	<item>
		<title>What Is The Best Processor For Gaming?</title>
		<link>http://www.knowledgesutra.com/forums/topic/2757-what-is-the-best-processor-for-gaming/</link>
		<description><![CDATA[What the above said....lol...<br />
<br />
I was browsing the Internet the other day looking for the answer of which processor is the best for gaming, the compared processors are Intel Pentium IV HT E and AMD Athlon 64 (if I am not mistaken...)<br />
<br />
Most people say that Intel is better than AMD but also more expensive. While others say then AMD can be over-clocked and is less hotter than Intel.<br />
<br />
So know, I want your opinion. Which is the best processor for gaming? <br />
Intel or AMD?<br />
<br />
Thank you for the help.]]></description>
		<pubDate>Tue, 12 Oct 2004 10:29:00 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/2757-what-is-the-best-processor-for-gaming/</guid>
	</item>
	<item>
		<title>Rpg Maker 3d</title>
		<link>http://www.knowledgesutra.com/forums/topic/22330-rpg-maker-3d/</link>
		<description>I recently found out that the sequel to the famed Rpg Maker Xp/2004; is Rpg Maker 3D! It will be released by Enterbrain soon and will be translated after that. Supposedly it dones graphics that of Final Fantasy VII calibur...but full details are yet unknown...</description>
		<pubDate>Sat, 28 May 2005 20:58:20 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/22330-rpg-maker-3d/</guid>
	</item>
	<item>
		<title>Big Brother Australia, Sex Scandal</title>
		<link>http://www.knowledgesutra.com/forums/topic/38453-big-brother-australia-sex-scandal/</link>
		<description><![CDATA[Yesterday, John and Ashley were booted from the Big Brother House in Australia for alleged Sexual Assault on a fellow ousemate earlier that morning. John and Ashley were called to te diary room just as all the other housemates were going to watch the Rogue Traders perform live for them on the spa deck. During those two hours, they were escorted out of the Big Brother house and said that they had a great time in the house and that Big Brother as rules and it was a shame it had to end like this and that they would never do anything to offend fellow housemates.<br />
<br />
The allegations say that John and Ashley sexually assaulted Camilla at around 4am, now I am not going to go into detail about it but there has been alot of controversay including Front Page Headlines on most Australian newspapers, and much talk about it in the Official BB forums, which have been shut down by Big Brother for continued talk on this topic. Also Trish Draper has said that she wishes the show be taken off the air, and Channel Ten have been thinking of Axing the show for good. This may be the last series of Big Brother in Australia.<br />
<br />
Goldcoast Police haven't charged them for Sexual Assault as of yet. <br />
<br />
<br />
Any opinoins?<br />
<br />
I think it's wrong but why would they do it when they know they are watched 24/7 so I think it might of been done as a Joke.]]></description>
		<pubDate>Sun, 02 Jul 2006 04:43:10 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/38453-big-brother-australia-sex-scandal/</guid>
	</item>
	<item>
		<title>New Runescape Clan</title>
		<link>http://www.knowledgesutra.com/forums/topic/1718-new-runescape-clan/</link>
		<description><![CDATA[Would anyone like to help start a Runescape clan?  I'd like to start one and want to know if there is any interest in one.<br />
<br />
<strong class='bbc'>My Current Stats</strong><br />
Name: Tirahs<br />
Comabt: 59<br />
Hitpoints: 48<br />
Attack: 52<br />
Strength: 50<br />
Defense: 40<br />
Prayer: 33<br />
<br />
Would anyone like to start a clan with me?  I'm usually on World 19, and am only F2P.]]></description>
		<pubDate>Wed, 15 Sep 2004 21:52:21 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/1718-new-runescape-clan/</guid>
	</item>
	<item>
		<title>Runescape 2 Private Server Guide: Part 1</title>
		<link>http://www.knowledgesutra.com/forums/topic/48224-runescape-2-private-server-guide-part-1/</link>
		<description><![CDATA[<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from BuffaloHELP:
        </div>
    </div>
    <div class="messagebody" style="display:block;">According to RuneScape TOS, as long as your private server does not connect/interfere with the actual server this 3rd party software is not breaking the real RuneScape TOS. Please use this information accordingly. If any RuneScape representative feels that this post is against your TOS, please contact Trap17 admins via PM or email. Thank you.</div>
</div><br />
<br />
This is part 1, focused on making a private server and such, if you would like, i will post more on customization in other parts.<br />
<br />
<span style='font-size: 17px;'><strong class='bbc'>Overview:</strong></span><br />
This guide will explain the basics for building your very own rs private server! The topics being covered are: Getting a source, making it yours, setting up everything and making sure it works. this is going to be a very noob (i hate to use that word, but its the only one i could think of) friendly guide. if you have any questions, feel free to aim, email, or msn me. i am not putting in pictures, because i am assuming you are not totaly stupid. trust me, a first timer can do this easy if you read everything carefully. YOU WILL NEED NOTEPAD FOR THIS!!!!<br />
<br />
<span style='font-size: 17px;'><strong class='bbc'>Chapters:</strong></span><br />
Beginning<br />
<br />
Chapter 1: Choosing a Source<br />
   Chapter 1 section a: Choosing a source right for you<br />
   Chapter 1 section b: Downloading a source<br />
   Chapter 1 section c: Explaination of Differences<br />
<br />
Chapter 2: Making the Server Yours<br />
   Chapter 2 section a: Renaming the server<br />
   Chapter 2 section b: Going through other files and renaming<br />
<br />
Chapter 3: Getting Everything to Work<br />
   Chapter 3 section a: Checking your files<br />
   Chapter 3 section b: Fixing Errors<br />
   Chapter 3 section c: Finishing up<br />
<br />
<span style='font-size: 17px;'><strong class='bbc'>Beginning</strong></span><br />
Right now i will explain the advantages and disadvatanges of private servers.<br />
<br />
A private server is great for the gamer who wants to level fast and get great items, while communicating with others and not completely cheating. through a private server, you can change everything to your liking, making it your own. You choose the name, source, and everything inside. The only bad part is that, although this can be fun, unless you have a popular server, your alone. I will explain how to advertise in part 4 of the RS2 Private Server Guide<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 1: Choosing a Source</strong></span><br />
   <strong class='bbc'>Section A: Choosing a Source Right for You</strong><br />
<br />
There are many sources available for RS2 Private Servers, however few of them are that great. The best sources are Pimpscape, Phonescape, and Testscape. As a reult of being the best, they are also the most widely used and have the most tuts written for them. My personal favorite is pimpscape, and i have coded the most servers using that source and know the most about it, however, in this guide, i will cover all of the main sources listed above.<br />
<br />
So, if you are still interested, now i will help you choose your source.<br />
<br />
If you like pking, and a wide range of functionality and ease of use, i suggest Pimpscape.<br />
<br />
If you like pking, a somewhat narrower view of functionality but still ease of use, i suggest Phonescape. by narrower view of functionality, i mean there isnt as much to worry about, but not that much you can do.<br />
<br />
If you like normal go abouts, a lot of functionality, and can deal with slightly compromised ease of use, Testscape is for you.<br />
<br />
Yes that section was short, but it doesnt need to be long, because those are the criteria of the 3 main sources.<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 1: Choosing a Source</strong></span><br />
   <strong class='bbc'>Section B: Downloading a Server Source</strong><br />
<br />
There are two main ways of doing this:<br />
1: go to google and type in the name of the source, i.e. Pimpscape, then source.<br />
2: go to <a href='http://www.moparscape.org/smf/index.php/board,49.0.html' class='bbc_url' title='External link' rel='nofollow external'>Download Section</a> and look around there<br />
<br />
i will provide links to the 3 main sources, you can scan the stuff if you want, i didnt do anything to them<br />
<br />
<a href='http://www.sendspace.com/file/sqe9af' class='bbc_url' title='External link' rel='nofollow external'> Testscape</a><br />
<a href='http://www.megaupload.com/?d=HAZSN579' class='bbc_url' title='External link' rel='nofollow external'> Phonescape</a><br />
<a href='http://www.megaupload.com/?d=16KZIJK5' class='bbc_url' title='External link' rel='nofollow external'> Pimpscape</a><br />
<br />
most of these files a .rar, so you will need <a href='http://www.win-rar.com' class='bbc_url' title='External link' rel='nofollow external'>Winrar</a> to extract them<br />
<br />
That was simple, wasnt it?<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 1: Choosing a Source</strong></span><br />
   <strong class='bbc'>Section C: Explaination of Differences</strong><br />
<br />
The main difference is the way the server is coded. for example, when making global objects, pimpscape is coded like this <pre class='prettyprint'>makeGlobalObject</pre> while testscape is coded like this <pre class='prettyprint'>MakeGlobalObject</pre>there are multiple ways of doing this, it just depends on your base. and the caps do make a difference! another difference is wether its a pk server or not, as i said testscape is the non-pk server and phonescape and pimpscape are pk servers. by pk server i mean that you can pk anywhere, i will explain how to change that, but wait until part 5. besides coding and pking, another great difference is the functionality of the server, which, depending on your wants and needs, can affect your server greatly. also, ease of use, or coding/playing, is another difference, this makes a huge difference in how well your server is liked. if your server is easy to understand and you can code it easily, your doing great! now, enough of that and onto making your server!<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 2: Making the Server Yours</strong></span><br />
   <strong class='bbc'>Section A: Renaming the server</strong><br />
<br />
I trust that every1 here knows the find command, if not, it is ctrl + F, when i say find use that command. replace is ctrl + H. alternatively, you can select edit, then the appropriate option.<br />
<br />
Ok, first step, open the file client.java (located in the folder where you extracted your source to) and replace the name of your source, i.e. pimpscape, with whatever name you would like for your server. after typing in that information, press replace all.<br />
<br />
Next, go to server.java and do the same.<br />
<br />
and do the same in npchandler.java.<br />
<br />
ok that takes care of that. also, if you have questions, please post. there are other things that need changing, but those will come later on.<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 2: Making the Server Yours</strong></span><br />
   <strong class='bbc'>Section B: Going Through Other Files and Renaming Them</strong><br />
<br />
Namely, the files client, server, and npchandler.java need to be changed. the change is for permissions regarding usernames. if you want, make your name admin on the server, and you wont have to worry, otherwise, keep reading.<br />
<br />
Go through all the above mentioned files and search for admin, do the find command, not replace. if the word "admin" is in the context <pre class='prettyprint'>&& playerName.equalsIgnoreCase&#40;&#34;admin&#34;&#41;&#41;</pre> then replace "admin" with your desired username (leave in the quotes).<br />
<br />
Do this in all of the above mentioned files, and you should be fine, again, if you have questions, please post, i always like refining stuff.<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 3: Getting Everything to Work</strong></span><br />
   <strong class='bbc'>Section B: Checking Your Files</strong><br />
<br />
this is simple. open up your compiler*, located in your server file, and run it. <br />
<br />
*2 common things that happen are that<br />
a. you dont have the correct java version<br />
b. the compiler isnt set up right<br />
to fix those problems, download the newest version at <a href='http://www.java.sun.com' class='bbc_url' title='External link' rel='nofollow external'>www.java.sun.com</a>. if the compiler says something like javac isnt recognized as...(w/e it says) replace it with this:<pre class='prettyprint'>::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::                                                                                                                  ::       
:: All of the following code is © Copywrited 2006-2007, ::
::               Grene Penguin Entertainment.             ::
::                                                        ::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

@echo off
if exist "C:&#092;Program Files (x86)&#092;Java&#092;" set programfiles=C:&#092;Program Files (x86)
set pr=%programfiles%&#092;Java&#092;
:co1
set b=0
set t=7
goto co2
:co2
color %b%%t%
:menu
cls
title The Perfect Compiler version 1.9
echo Welcome to shorty5855scape's Compiler
echo Please choose an option below to do that function.
echo Keep posted on the Moparscape Tutorials section for
echo any updates that I post.
echo.
echo c - Compile your server.
echo r - To Run your server.
echo e - To exit out of the program.
echo jar - It will create your server into an executable Jar archive.
echo color - Change the Text and Backround colors of this compiler.
echo reset - Resets your Compiler Logs.
echo.
echo.
set /p c=Option: 
if %c%==c goto c
if %c%==C goto c
if %c%==r goto r
if %c%==R goto r
if %c%==jar goto jar
if %c%==Jar goto jar
if %c%==JAR goto jar
if %c%==color goto color
if %c%==Color goto color
if %c%==COLOR goto color
if %c%==reset goto reset
if %c%==Reset goto reset
if %c%==RESET goto reset
if %c%==e goto e
if %c%==E goto e
if %c%==* goto er
goto er
:jar
title Jar Creator
cls
echo What will be the name of the Jar file?
echo.
set /p name=Name: 
if exist *.class (del *.class)
set pro=%pr%jdk1.5.0
set pro2=%pr%jdk1.6.0
set jav=bin&#092;javac.exe
set go=jar2
goto cj
:jar2
%java% -cp . *java
echo Manifest-Version: 1.0 &gt;&gt; manifest
echo Created-By: 1.5.0_04 (Sun Microsystems Inc.) &gt;&gt; manifest
echo Main-Class: server &gt;&gt; manifest
set pro=%pr%jdk1.5.0
set pro2=%pr%jdk1.6.0
set jav=bin&#092;jar.exe
set go=jar3
goto cj
:jar3
if not exist *.class (goto jre)
%java% -cvfm %name%.jar manifest *.class
del runserver.bat
del manifest
del *.class
goto jl
:jar4
set pro=%pr%jre1.5.0
set pro2=%pr%jre1.6.0
set jav=bin&#092;java.exe
set go=jar5
goto cj
:jar5
echo @echo off  &gt;&gt; runserver.bat
echo title %name% &gt;&gt; runserver.bat
echo %java% -cp .;%name%.jar server &gt;&gt; runserver.bat
echo pause &gt;&gt; runserver.bat
cls
echo %name% Jar file successfully made. The runserver.bat will
echo now load the Jar file. If you have any errors while runnning
echo the Jar file, please post about it in Mod Taharok's 'Perfect
echo Compiler' topic on MoparScape.
pause
goto menu
set 
:color
cls
echo Would you like to change the backround color, change
echo the text color, or reset it to default?
echo.
echo back - Change the backround color.
echo text - Change the text color.
echo def - Change all colors back to default.
echo.
echo.
set /p color=Option: 
if %color%==back goto back
if %color%==BACK goto back
if %color%==text goto text
if %color%==TEXT goto text
if %color%==def goto co1
if %color%==DEF goto co1
if %color%==* goto er
goto er
:back
cls
echo Please select a color to change the backround to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color: 
if %back%== black (set b=0)
if %back%== white (set b=7)
if %back%== red (set b=4)
if %back%== yellow (set b=6)
if %back%== green (set b=2)
if %back%== blue (set b=1)
if %back%== purple (set b=5)
goto co2
:text
cls
echo Please select a color to change the text to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color: 
if %back%== black (set t=0)
if %back%== white (set t=7)
if %back%== red (set t=4)
if %back%== yellow (set t=6)
if %back%== green (set t=2)
if %back%== blue (set t=1)
if %back%== purple (set t=5)
goto co2
:c
cls
title Compiler
set pro=%pr%jdk1.5.0
set pro2=%pr%jdk1.6.0
set jav=bin&#092;javac.exe
set go=c2
goto cj
:c2
if exist src (goto cl) else (goto c3)
:c3
if exist *.java (goto cl2) else (goto ce)
:c4
%java% -cp . *.java
echo Files Compiled Successfully!
pause
cls
goto menu
:c5
%java% -cp . .&#092;src&#092;*.java
echo Files Compiled Successfully!
pause
move .&#092;src&#092;*.class .&#092;classes&#092;
cls
goto menu
:ce
cls
echo You must have Java files for this Compiler to Compile.
pause
cls
goto menu
:r
cls
title Runserver
set pro=%pr%jre1.5.0
set pro2=%pr%jre1.6.0
set jav=bin&#092;java.exe
set go=r2
goto cj
:r2
set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
cls
goto r3
:r3
if exist .&#092;classes&#092;server.class (goto sl2) else (goto r4)
:r4
if exist .&#092;server.class (goto sl) else (goto se)
:r5
%rjava%
pause
cls
goto menu
:r6
set rjava=
set rjava=%java% -cp .;./classes; Server
%rjava%
pause
cls
goto menu
:se
cls
title Error
echo You do not have a Server.class. Make sure that you have used the
echo compiler with your server BEFORE you try runing it.
pause
cls
goto menu
:er
cls
title Error
echo Invalid command. Please make sure the commands you type
echo in are correct.
pause
cls
goto menu
:e
cls
exit
:cj
if exist "%pro2%_01&#092;%jav%" (goto sj)
if exist "%pro2%&#092;%jav%" (goto sj2)
if exist "%pro%_10&#092;%jav%" (goto sj3)
if exist "%pro%_09&#092;%jav%" (goto sj4)
if exist "%pro%_08&#092;%jav%" (goto sj5)
if exist "%pro%_07&#092;%jav%" (goto sj6)
if exist "%pro%_06&#092;%jav%" (goto sj7)
if exist "%pro%_05&#092;%jav%" (goto sj8)
if exist "%pro%_04&#092;%jav%" (goto sj9)
if exist "%pro%_03&#092;%jav%" (goto sj10)
if exist "%pro%_02&#092;%jav%" (goto sj11)
if exist "%pro%_01&#092;%jav%" (goto sj12)
if exist "%pro%&#092;%jav%" (goto sj13) else (goto je)
:sj
set java="%pro2%_01&#092;%jav%"
goto %go%
:sj2
set java="%pro2%&#092;%jav%"
goto %go%
:sj3
set java="%pro%_10&#092;%jav%"
goto %go%
:sj4
set java="%pro%_09&#092;%jav%"
goto %go%
:sj5
set java="%pro%_08&#092;%jav%"
goto %go%
:sj6
set java="%pro%_07&#092;%jav%"
goto %go%
:sj7
set java="%pro%_06&#092;%jav%"
goto %go%
:sj8
set java="%pro%_05&#092;%jav%"
goto %go%
:sj9
set java="%pro%_04&#092;%jav%"
goto %go%
:sj10
set java="%pro%_03&#092;%jav%"
goto %go%
:sj11
set java="%pro%_02&#092;%jav%"
goto %go%
:sj12
set java="%pro%_01&#092;%jav%"
goto %go%
:sj13
set java="%pro%&#092;%jav%"
goto %go%
:je
cls
title Error
echo You do not have JDK 5.0 or JDK 6.0 or any JDK 5.0 and 6.0 updates.
echo Go to Mod Taharok's tutorial on the Moparscape Tuturoials section
echo for step-by-step instructions to download the newest JDK Update.
pause
cls
goto menu
:sl
cls
echo Ran Server at %time% and on %date%. &gt;&gt; "Compile Logs.txt"
echo Server was run using %java%. &gt;&gt; "Compile Logs.txt"
echo Thank you for using Mod Taharok's 'Perfect' Compiler! &gt;&gt; "Compile Logs.txt"
echo. &gt;&gt; "Compile Logs.txt"
goto r5
:sl2
cls
echo Ran Server at %time% and on %date%. &gt;&gt; "Compile Logs.txt"
echo Server was run using %java%. &gt;&gt; "Compile Logs.txt"
echo Thank you for using Mod Taharok's 'Perfect' Compiler! &gt;&gt; "Compile Logs.txt"
echo. &gt;&gt; "Compile Logs.txt"
goto r6
:cl
cls
echo Compiled Java files at %time% and on %date%. &gt;&gt; "Compile Logs.txt"
echo Java files were compiled using %java%. &gt;&gt; "Compile Logs.txt"
echo Thank you for using Mod Taharok's 'Perfect' Compiler! &gt;&gt; "Compile Logs.txt"
echo. &gt;&gt; "Compile Logs.txt"
goto c5
:cl2
cls
echo Compiled Java files at %time% and on %date%. &gt;&gt; "Compile Logs.txt"
echo Java files were compiled using %java%. &gt;&gt; "Compile Logs.txt"
echo Thank you for using Mod Taharok's 'Perfect' Compiler! &gt;&gt; "Compile Logs.txt"
echo. &gt;&gt; "Compile Logs.txt"
goto c4
:jl
cls
echo %name% Jar file created at %time% and on %date%. &gt;&gt; "Compile Logs.txt"
echo Jar file was created using %java%. &gt;&gt; "Compile Logs.txt"
echo Thank you for using Mod Taharok's 'Perfect' Compiler! &gt;&gt; "Compile Logs.txt"
echo. &gt;&gt; "Compile Logs.txt"
goto jar4
:reset
cls
echo Resetting the Compiler's Logs...
pause
del "Compile Logs.txt"
goto menu
</pre><br />
     -note: this compiler is a multipurpose compiler, its self explanitory tho.<br />
<br />
everything should work fine now...unless you have errors...<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 3: Getting Everything to Work</strong></span><br />
   <strong class='bbc'>Section B: Fixing your Errors</strong><br />
<br />
the most common error is not putting a "{" in front of a line of code. if you get a error saying its an illegal start of an expression, simple press enter at the beginning of the line, and put a "{" on the line above. if the problem persists, post a screen shot and i will resolve your issue.<br />
<br />
i am not going to address other errors, seeing how 70% of the errors can be fixed by following the above instructions.<br />
<br />
<span style='font-size: 15px;'><strong class='bbc'>Chapter 3: Getting Everything to Work</strong></span><br />
   <strong class='bbc'>Section B: Finishing Everything Up</strong><br />
<br />
You are done, for now. to get your server online, go to part 2 of the RS2 Private Server Guide. (part 2 is not yet released (subject to change))<br />
You cannot login to your server until it is online, so wait for part 2. ill have it up within a day or 2.<br />
<br />
Again, if you have comments, concerns, thoughts, etc... please post email, aim, or msn me and i will get back to u asap.<br />
<br />
Thank You,<br />
<br />
robocz033<br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from BuffaloHELP:
        </div>
    </div>
    <div class="messagebody" style="display:block;">We have dedicated RuneScape forum. Moved. Do not abbreviate in the Title.</div>
</div>]]></description>
		<pubDate>Tue, 29 May 2007 00:24:00 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/48224-runescape-2-private-server-guide-part-1/</guid>
	</item>
	<item>
		<title>Yugioh 2v2 Dueling Online</title>
		<link>http://www.knowledgesutra.com/forums/topic/1103-yugioh-2v2-dueling-online/</link>
		<description><![CDATA[hi im making this 2v2 dueling program which 3 people connect to the host by their IP address. i know using the IP address is bad but its the only way unless i get a server which im not<br />
<br />
this is using winsock and alot of other codes as  well as some i made myself<br />
<br />
heres a screenshot of the main dueling form with egyption skin<br />
<br />
<img src='http://home.comcast.net/~maciel310/screenie.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
deck builder with restricted list function (right side restricted list)<br />
<br />
<img src='http://img.photobucket.com/albums/v221/raptrex/screenshot.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
more updates soon]]></description>
		<pubDate>Sat, 21 Aug 2004 21:23:35 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/1103-yugioh-2v2-dueling-online/</guid>
	</item>
	<item>
		<title>Hidden Nokia Tricks</title>
		<link>http://www.knowledgesutra.com/forums/topic/60398-hidden-nokia-tricks/</link>
		<description><![CDATA[<strong class='bbc'>THE DETECTIVE TRICK (Mobile Spying)</strong><br />
  Now you can spy on anyone using your cellphone. Just do the following.<br />
<br />
   1. Activate the "Automatic Answer" in the headset profile of your cellphone and set the ringing volume to "Mute"<br />
   2. Short-circuit the left middle and right pins on the bottom of the mobile phone with all connections touching each other this will activate profile "Headset".<br />
      If you cant do this just keep your earphone connected to mobile.<br />
   3. Now place it under a table in a room and call it. Now you can use your phone for checking out what people are talking about in a room. Just call on your phone.<br />
   4. The phone receives the call without ringing and you can listen to what people are saying.<br />
<br />
<strong class='bbc'>SECRET PRANK</strong><br />
Change closed caller group (settings &gt;security settings&gt;user groups) to 00000 and your phone will sound the message tone when you are near a radar speed trap.<br />
Setting it to 500 will cause your phone 2 set off security alarms at shop exits.<br />
Try this secret trick if you can handle the unexpected.<br />
Note: This secret trick wont work with all phones Models<br />
<br />
<strong class='bbc'>To check Nokia mobile or cellphones IMEI (International Mobile Equipment Identity)</strong><br />
On the main screen type *#06#<br />
<br />
Information you get from the IMEI (International Mobile Equipment Identity)<br />
    XXXXXX     XX     XXXXXX    X<br />
        TAC      FAC       SNR     SP<br />
<br />
TAC = Type approval code of your nokia Mobile<br />
FAC = Final assembly code of your cellphone<br />
SNR = Serial number of your nokia Phone<br />
SP = Spare <br />
<br />
<strong class='bbc'>Other secret tricks for Nokia mobile or cellphone</strong><br />
  To check the phones Software revision for Nokia Mobile.<br />
  On the main screen type *#0000#<br />
<br />
  To enter in the secret menu in Nokia Phone.<br />
  On the main screen type *#92702689# [*#war0anty#]<br />
  It will take you to a secret menu where you may find some of the information below:<br />
  1. Displays Serial Number.<br />
  2. Displays the Month and Year of Manufacture<br />
  3. Displays (if there) the date where the phone was purchased (MMYY)<br />
  4. Displays the date of the last repair - if found (0000)<br />
  5. Shows life timer of phone (time passes since last start)<br />
<br />
  To restore Factory Settings for Nokia mobile<br />
  *#7780# reset to factory settings.<br />
<br />
  Taking picture without getting noticed.<br />
  Turn on/off the "click" sound made by the camera by selecting the 'Silent' profile or by turning warning tones on/off.<br />
<br />
  Hiding your Mobile/ Cellphone Number<br />
  Go to: Menu &gt; Tools &gt; Settings &gt; Call &gt; Send My Caller ID &gt;<br />
  'Yes', 'No' or 'Set By Network' to follow the default settings of your home network.<br />
  It works only with very few network who provide you facility of “Private Number”<br />
<br />
<strong class='bbc'>Speed Dialing From Simcard contact (not stored in mobile phonebook)</strong><br />
  Type number followed by # then call.<br />
  Example:     1#      or      2#      or      21#]]></description>
		<pubDate>Thu, 28 Aug 2008 21:24:03 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/60398-hidden-nokia-tricks/</guid>
	</item>
	<item>
		<title>Leaving Your Computer On?</title>
		<link>http://www.knowledgesutra.com/forums/topic/9154-leaving-your-computer-on/</link>
		<description>is leaving your computer on 24/7 good for it?</description>
		<pubDate>Fri, 25 Mar 2005 06:01:27 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/9154-leaving-your-computer-on/</guid>
	</item>
	<item>
		<title>Runescape Private Server</title>
		<link>http://www.knowledgesutra.com/forums/topic/50797-runescape-private-server/</link>
		<description><![CDATA[First off you need a source:<br />
You can download one of these.<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>Cheezscape 80 - <a href='http://www.megaupload.com/?d=W8NCP0YC' class='bbc_url' title='External link' rel='nofollow external'>http://www.megaupload.com/?d=W8NCP0YC</a><br />
Cheezscape Pk - <a href='http://www.megaupload.com/?d=SOK1SPVR' class='bbc_url' title='External link' rel='nofollow external'>http://www.megaupload.com/?d=SOK1SPVR</a><br />
Project 16 V.6 Edit 8 - <a href='http://rapidshare.com/files/10028200...DIT_8.rar.html' class='bbc_url' title='External link' rel='nofollow external'>http://rapidshare.com/files/10028200...DIT_8.rar.html</a><br />
Project 16 v3 - <a href='http://www.megaupload.com/?d=ZFYG6T8B' class='bbc_url' title='External link' rel='nofollow external'>http://www.megaupload.com/?d=ZFYG6T8B</a><br />
Project 16 Blitz - <a href='http://d.turboupload.com/d/1544978/P16_Blitz.rar.html' class='bbc_url' title='External link' rel='nofollow external'>http://d.turboupload.com/d/1544978/P16_Blitz.rar.html</a><br />
Project16 V.6 Full Source - <a href='http://files.filefront.com//;5486316;;/' class='bbc_url' title='External link' rel='nofollow external'>http://files.filefront.com//;5486316;;/</a><br />
Project16 V.6 Full Source - <a href='http://www.megaupload.com/?d=IAO4H58V' class='bbc_url' title='External link' rel='nofollow external'>http://www.megaupload.com/?d=IAO4H58V</a><br />
Project16 V.6 Full Source - <a href='http://rapidshare.de/files/32630302/...6_V.6.rar.html' class='bbc_url' title='External link' rel='nofollow external'>http://rapidshare.de/files/32630302/...6_V.6.rar.html</a><br />
Testscape Un -Editted- <a href='http://www.sendspace.com/file/sqe9af' class='bbc_url' title='External link' rel='nofollow external'>http://www.sendspace.com/file/sqe9af</a><br />
PimpScape BETA - <a href='http://www.uppit.com/208YT' class='bbc_url' title='External link' rel='nofollow external'>http://www.uppit.com/208YT</a><br />
PimpScape Megaupload - <a href='http://www.megaupload.com/?d=16KZIJK5' class='bbc_url' title='External link' rel='nofollow external'>http://www.megaupload.com/?d=16KZIJK5</a><br />
PimpScapePKz V.4 - <a href='http://www.megashare.com/140847' class='bbc_url' title='External link' rel='nofollow external'>http://www.megashare.com/140847</a><br />
Ultimate PK - <a href='http://www.megaupload.com/?d=IORCRQEE' class='bbc_url' title='External link' rel='nofollow external'>http://www.megaupload.com/?d=IORCRQEE</a><br />
PhoneScape - <a href='http://www.megaupload.com/?d=HAZSN579' class='bbc_url' title='External link' rel='nofollow external'>http://www.megaupload.com/?d=HAZSN579</a></div></div><br />
<br />
Ok now you need JDK 6.2 to compile your server...<br />
<br />
<a href='http://java.sun.com/javase/downloads/index.jsp' class='bbc_url' title='External link' rel='nofollow external'>http://java.sun.com/javase/downloads/index.jsp</a><br />
<br />
Download JDK 6 Update 2 and Java Runtime Environment (JRE) 6 Update 2<br />
<br />
Now that you have JDK you need to config your server.<br />
Open up your server client.java file in notepad and press CTRL + F<br />
Now search for the server name for example if you chose PhoneScape search for PhoneScape.<br />
Now change every PhoneScape to the name of the server you want.<br />
<br />
Alright now that your done save and quit.<br />
Now to compile!<br />
<br />
Ok first right click on the compiler and say edit, notepad should pop up:<br />
Now Say CTRL + A to select all erase and copy + paste<br />
This:<br />
<pre class='prettyprint'>//////////////////////////////////////////////////////////////////////////////////////
@echo off
if exist &#34;C&#58;&#092;Program Files &#40;x86&#41;&#092;&#34; set programfiles=C&#58;&#092;Program Files &#40;x86&#41;
set pro=%programfiles%&#092;Java&#092;jdk1.6.0_02
set pro2=%programfiles%&#092;Java&#092;jdk1.6.0_02
set jac=&#092;bin&#092;javac.exe
set jav=&#092;bin&#092;java.exe
&#58;co1
set b=0
set t=7
goto co2
&#58;co2
color %b%%t%
&#58;menu
cls
title The Perfect Compiler version 2.0
echo Please choose an option below to do that function.
echo Keep posted on the Moparscape Tutorials section for
echo any updates that I post.
echo.
echo c - Compile your server.
echo r - To Run your server.
echo e - To exit out of the program.
echo color - Change the Text and Backround colors of this compiler.
echo reset - Resets your Compiler Logs.
echo.
echo.
set /p c=Option&#58;
if %c%==c goto c
if %c%==C goto c
if %c%==r goto r
if %c%==R goto r
if %c%==color goto color
if %c%==Color goto color
if %c%==COLOR goto color
if %c%==reset goto reset
if %c%==Reset goto reset
if %c%==RESET goto reset
if %c%==e goto e
if %c%==E goto e
if %c%==* goto er
goto er
&#58;color
cls
echo Would you like to change the backround color, change
echo the text color, or reset it to default?
echo.
echo back - Change the backround color.
echo text - Change the text color.
echo def - Change all colors back to default.
echo.
echo.
set /p color=Option&#58;
if %color%==back goto back
if %color%==BACK goto back
if %color%==text goto text
if %color%==TEXT goto text
if %color%==def goto co1
if %color%==DEF goto co1
if %color%==* goto er
goto er
&#58;back
cls
echo Please select a color to change the backround to&#58;
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color&#58;
if %back%== black &#40;set b=0&#41;
if %back%== white &#40;set b=7&#41;
if %back%== red &#40;set b=4&#41;
if %back%== yellow &#40;set b=6&#41;
if %back%== green &#40;set b=2&#41;
if %back%== blue &#40;set b=1&#41;
if %back%== purple &#40;set b=5&#41;
goto co2
&#58;text
cls
echo Please select a color to change the text to&#58;
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color&#58;
if %back%== black &#40;set t=0&#41;
if %back%== white &#40;set t=7&#41;
if %back%== red &#40;set t=4&#41;
if %back%== yellow &#40;set t=6&#41;
if %back%== green &#40;set t=2&#41;
if %back%== blue &#40;set t=1&#41;
if %back%== purple &#40;set t=5&#41;
goto co2
&#58;c
cls
title Compiler
goto cjc
&#58;c2
if exist src &#40;goto cl&#41; else &#40;goto c3&#41;
&#58;c3
if exist *.java &#40;goto cl2&#41; else &#40;goto ce&#41;
&#58;c4
%javac% -cp . *.java
echo Files Compiled Successfully!
pause
cls
goto menu
&#58;c5
%javac% -cp . .&#092;src&#092;*.java
echo Files Compiled Successfully!
pause
move .&#092;src&#092;*.class .&#092;classes&#092;
cls
goto menu
&#58;ce
cls
echo You need to have Java files for this Compiler to Compile.
pause
cls
goto menu
&#58;r
cls
title Runserver
goto cj
&#58;r2
set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
cls
goto r3
&#58;r3
if exist .&#092;classes&#092;server.class &#40;goto sl2&#41; else &#40;goto r4&#41;
&#58;r4
if exist .&#092;server.class &#40;goto sl&#41; else &#40;goto se&#41;
&#58;r5
%rjava%
pause
cls
goto menu
&#58;r6
set rjava=
set rjava=%java% -cp .;./classes; Server
%rjava%
pause
cls
goto menu
&#58;se
cls
title Error
echo You do not have a Server.class. Make sure that you have used the
echo compiler with your server BEFORE you try runing it.
pause
cls
goto menu
&#58;er
cls
title Error
echo Invalid command. Please make sure the commands you type
echo in are correct.
pause
cls
goto menu
&#58;e
cls
exit
&#58;cjc
if exist &#34;%pro%_06%jac%&#34; &#40;goto sjc&#41; else &#40;goto cjc2&#41;
&#58;cjc2
if exist &#34;%pro%_07%jac%&#34; &#40;goto sjc2&#41; else &#40;goto cjc3&#41;
&#58;cjc3
if exist &#34;%pro%_08%jac%&#34; &#40;goto sjc3&#41; else &#40;goto cjc4&#41;
&#58;cjc4
if exist &#34;%pro%_09%jac%&#34; &#40;goto sjc4&#41; else &#40;goto cjc5&#41;
&#58;cjc5
if exist &#34;%pro%_10%jac%&#34; &#40;goto sjc5&#41; else &#40;goto cjc6&#41;
&#58;cjc6
if exist &#34;%pro2%%jac%&#34; &#40;goto sjc6&#41; else &#40;goto cjc7&#41;
&#58;cjc7
if exist &#34;%pro%%jac%&#34; &#40;goto sjc7&#41; else &#40;goto cjc8&#41;
&#58;cjc8
if exist &#34;%pro%_01%jac%&#34; &#40;goto sjc8&#41; else &#40;goto cjc9&#41;
&#58;cjc9
if exist &#34;%pro%_02%jac%&#34; &#40;goto sjc9&#41; else &#40;goto cjc10&#41;
&#58;cjc10
if exist &#34;%pro%_03%jac%&#34; &#40;goto sjc10&#41; else &#40;goto cjc11&#41;
&#58;cjc11
if exist &#34;%pro%_04%jac%&#34; &#40;goto sjc11&#41; else &#40;goto cjc12&#41;
&#58;cjc12
if exist &#34;%pro%_05%jac%&#34; &#40;goto sjc12&#41; else &#40;goto je&#41;
&#58;sjc
set javac=&#34;%pro%_06%jac%&#34;
goto c2
&#58;sjc2
set javac=&#34;%pro%_07%jac%&#34;
goto c2
&#58;sjc3
set javac=&#34;%pro%_08%jac%&#34;
goto c2
&#58;sjc4
set javac=&#34;%pro%_09%jac%&#34;
goto c2
&#58;sjc5
set javac=&#34;%pro%_10%jac%&#34;
goto c2
&#58;sjc6
set javac=&#34;%pro2%%jac%&#34;
goto c2
&#58;sjc7
set javac=&#34;%pro%%jac%&#34;
goto c2
&#58;sjc8
set javac=&#34;%pro%_01%jac%&#34;
goto c2
&#58;sjc9
set javac=&#34;%pro%_02%jac%&#34;
goto c2
&#58;sjc10
set javac=&#34;%pro%_03%jac%&#34;
goto c2
&#58;sjc11
set javac=&#34;%pro%_04%jac%&#34;
goto c2
&#58;sjc12
set javac=&#34;%pro%_05%jac%&#34;
goto c2
&#58;cj
if exist &#34;%pro%_06%jav%&#34; &#40;goto sj&#41; else &#40;goto cj2&#41;
&#58;cj2
if exist &#34;%pro%_07%jav%&#34; &#40;goto sj2&#41; else &#40;goto cj3&#41;
&#58;cj3
if exist &#34;%pro%_08%jav%&#34; &#40;goto sj3&#41; else &#40;goto cj4&#41;
&#58;cj4
if exist &#34;%pro%_09%jav%&#34; &#40;goto sj4&#41; else &#40;goto cj5&#41;
&#58;cj5
if exist &#34;%pro%_10%jav%&#34; &#40;goto sj5&#41; else &#40;goto cj6&#41;
&#58;cj6
if exist &#34;%pro2%%jav%&#34; &#40;goto sj6&#41; else &#40;goto cj7&#41;
&#58;cj7
if exist &#34;%pro%%jav%&#34; &#40;goto sj7&#41; else &#40;goto cj8&#41;
&#58;cj8
if exist &#34;%pro%_01%jav%&#34; &#40;goto sj8&#41; else &#40;goto cj9&#41;
&#58;cj9
if exist &#34;%pro%_02%jav%&#34; &#40;goto sj9&#41; else &#40;goto cj10&#41;
&#58;cj10
if exist &#34;%pro%_03%jav%&#34; &#40;goto sj10&#41; else &#40;goto cj11&#41;
&#58;cj11
if exist &#34;%pro%_04%jav%&#34; &#40;goto sj11&#41; else &#40;goto cj12&#41;
&#58;cj12
if exist &#34;%pro%_05%jav%&#34; &#40;goto sj12&#41; else &#40;goto je&#41;
&#58;sj
set java=&#34;%pro%_06%jav%&#34;
goto r2
&#58;sj2
set java=&#34;%pro%_07%jav%&#34;
goto r2
&#58;sj3
set java=&#34;%pro%_08%jav%&#34;
goto r2
&#58;sj4
set java=&#34;%pro%_09%jav%&#34;
goto r2
&#58;sj5
set java=&#34;%pro%_10%jav%&#34;
goto r2
&#58;sj6
set java=&#34;%pro2%%jav%&#34;
goto r2
&#58;sj7
set java=&#34;%pro%%jav%&#34;
goto r2
&#58;sj8
set java=&#34;%pro%_01%jav%&#34;
goto r2
&#58;sj9
set java=&#34;%pro%_02%jav%&#34;
goto r2
&#58;sj10
set java=&#34;%pro%_03%jav%&#34;
goto r2
&#58;sj11
set java=&#34;%pro%_04%jav%&#34;
goto r2
&#58;sj12
set java=&#34;%pro%_05%jav%&#34;
goto r2
&#58;je
cls
title Error
echo You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorial
echo on the moparscape Tuturoials section for step-by-step instructions
echo link to download the newest JDK Update.
pause
cls
goto menu
&#58;sl
cls
echo Ran Server at %time% and on %date%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Server was run using %java%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! &#62;&#62; &#34;Compile Logs.txt&#34;
echo. &#62;&#62; &#34;Compile Logs.txt&#34;
goto r5
&#58;sl2
cls
echo Ran Server at %time% and on %date%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Server was run using %java%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! &#62;&#62; &#34;Compile Logs.txt&#34;
echo. &#62;&#62; &#34;Compile Logs.txt&#34;
goto r6
&#58;cl
cls
echo Compiled Java files at %time% and on %date%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Java files were compiled using %javac%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! &#62;&#62; &#34;Compile Logs.txt&#34;
echo. &#62;&#62; &#34;Compile Logs.txt&#34;
goto c5
&#58;cl2
cls
echo Compiled Java files at %time% and on %date%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Java files were compiled using %javac%. &#62;&#62; &#34;Compile Logs.txt&#34;
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! &#62;&#62; &#34;Compile Logs.txt&#34;
echo. &#62;&#62; &#34;Compile Logs.txt&#34;
goto c4
&#58;reset
cls
echo Resetting the Compiler's Logs...
pause
del &#34;Compile Logs.txt&#34;
echo ----------Compiler Logs---------- &#62;&#62; &#34;Compile Logs.txt&#34;
echo. &#62;&#62; &#34;Compile Logs.txt&#34;
goto menu
///////////////////////////////////////////////////////////////////////////////////</pre><br />
<br />
Ok now to compile save your new compiler and run it.<br />
You will get a screen type c and ENTER.<br />
<br />
Now you will start compiling...<br />
<br />
Press any key to continue....<br />
<br />
Now that you have compiled your server you need to know your I.P adress..<br />
Go to whatismyip.org find the numbers and copy paste them to a new file on your desktop called My I.P.txt you'll need this later on..<br />
<br />
Now to make a no-ip server...<br />
Go to <a href='http://www.no-ip.com' class='bbc_url' title='External link' rel='nofollow external'>http://www.no-ip.com</a> and make an account<br />
Now login and click on add on the left in the Hosts / Redirects section..<br />
<br />
In Hostname right the name of your server: Ex. JeftabScape and chose a subdomain. Ex. .no-ip.org<br />
Host type leave it.<br />
Ip adress go look in your My I.P.txt file if it's not already there..<br />
Leave the mail option blank...<br />
<br />
So now all you have to do is run your server and advertize it so that people can join I recommend you make an account at <a href='http://rune-server.org' class='bbc_url' title='External link' rel='nofollow external'>http://rune-server.org</a> go to the server list and say manage server<br />
<br />
As long as your server is running people can log in.. If you turn off your server then people wont...<br />
<br />
Btw your server is whatever you called it + the No-ip sub so my example is:<br />
JeftabScape.no-ip.org<br />
<br />
Now to make GP!<br />
Alright so you have your runescape server and now you want to make some GP.. All you have to do is sell admin positions this is really easy since people love the word admin <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/xd.gif' class='bbc_emoticon' alt=':XD:' /> anyways to do so they pay you let's say 150k and you then make them an admin or vice-versa. To make people an admin find there profile in your characters file then search for player rights and change it to 3. To make yourself the owner put it to 5 or 4.<br />
<br />
If you have any probs pm me!<br />
<br />
Have fun  <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /><br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from Plenoptic:
        </div>
    </div>
    <div class="messagebody" style="display:block;">Proper BBCode tags are necessary, lists of links, codes and any copied content must be in proper code tags.</div>
</div>]]></description>
		<pubDate>Fri, 24 Aug 2007 01:17:15 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/50797-runescape-private-server/</guid>
	</item>
	<item>
		<title>GMAIL INVITE EXCHANGE</title>
		<link>http://www.knowledgesutra.com/forums/topic/1557-gmail-invite-exchange/</link>
		<description><![CDATA[I've decided to pin a topic for Google Mail invites. I've seen so many of them, I thought it would be nice to have them organized.<br />
<br />
If you're offering invites, please put them in this format:<ul class='bbc'><li>Email Address you can be contacted by (Optional)<br /></li><li>Number of Invites<br /></li><li>Thing(s) you want in return (Optional, this can include Riddle Answer, Posts on a forum, or quite simply, nothing. If left blank, it will be assumed as nothing.)<br /></li><li>Any other information you might want (or need) to include</li></ul>Also, when/if you no longer offer invites, please Edit your topic saying so.<br />
<br />
Now, if you want to <strong class='bbc'>recieve</strong> an invite, please PM, or email that person <span class='bbc_underline'>only one time</span>. Please do not spam saying "I want an invite, I want an invite!!!!111", especially as a reply, as it will be immediately deleted, and hopefully shunned upon. (And up to the person on whether or not they want to give you an invite.)<br />
<br />
This is solely an honor system, and as such there is not a 100% guaruntee you will recieve an invite due to different circumstances. Please understand this, and do not PM any of the moderators (Except myself, or whoever else wants to partake in this) or administrators (Same thing). Also, please note no party is whatsoever responsible except the party which offers the invite to give you the invite, anyone else is not held under that responsibility unless duely stated. Thank you, and please do not abuse this, or it will be removed.<br />
<br />
As always, normal forum rules apply.<br />
<br />
 - Thank you for your understanding. <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /><br />
<br />
<br />
Note: Administrators (Or moderators) have the right to remove or close this topic at any time they see fit. Thank you in advance once more. You may also get better results looking for a Gmail exchange. This is just something I thought of to make it easier for everyone else instead having to hunt down invites, etc. Those who post can do what terms they want (but you do not have to accept them.).<br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" /><div class="notice">    <div class="header">        <div class="middlebar">Notice from cmatcmextra:        </div>    </div>    <div class="messagebody" style="display:block;">It has become clear that many people have been posting their email addresses in the following format <em class='bbc'>somewords@somecoolprovider.com</em>. This makes it very easy for certain spam bots (which crawl the web just as search bots would) to pick up email addresses which may be added to a database of emails.<br />
<br />
To protect your email address from such bots please hide both the <em class='bbc'>@</em> and <em class='bbc'>.</em> symbols when you post it. Eg: <em class='bbc'>somewords[_-A-_]somecoolprovider[_-D-_]com</em> or make your own format as long as it hides the two symbols.<br />
<br />
If you wish to keep your inbox spam-free it is recommended that you do this. I will censor out these symbols for the most recent posts in this topic but I won't if you make a post after this message was posted.<br />
<br />
Sorry for the editing you post but I couldn't think of another way to spread the message <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':lol:' /></div></div>]]></description>
		<pubDate>Wed, 08 Sep 2004 02:25:25 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/1557-gmail-invite-exchange/</guid>
	</item>
	<item>
		<title>C.s Source Tweaks And Tips</title>
		<link>http://www.knowledgesutra.com/forums/topic/24526-cs-source-tweaks-and-tips/</link>
		<description><![CDATA[Hello everybody, my name is "WreacK" and i´ve  played counter strike for quite some time now. I live in Argentina and i am a 25 years old dude. And my idea with this post is to give you tips ands usefull commands to tweak your css to improve performance, gain fps and even have a better aim. I will periodically add replies to my own thread with more tips.<br />
So, to start from the beginning here are the commnads you  should use to optimize the game according for your connection. This commands should be inserted in the game console ( if you dont know how to acces the console, ask me i´ll tell you how). Ok, here  we go:<br />
<br />
56k <br />
rate 3000 <br />
cl_cmdrate 15 <br />
cl_updaterate 10 <br />
cl_rate 9999 <br />
cl_cmdbackup 2 <br />
_ <br />
112k <br />
rate 6000 <br />
cl_cmdrate 20 <br />
cl_updaterate 15 <br />
cl_rate 9999 <br />
cl_cmdbackup 2 <br />
_ <br />
256k <br />
rate 9000 <br />
cl_cmdrate 25 <br />
cl_updaterate 20 <br />
cl_rate 9999 <br />
cl_cmdbackup 2 <br />
_ <br />
384k <br />
rate 15000 <br />
cl_cmdrate 30 <br />
cl_updaterate 25 <br />
cl_rate 9999 *OR* 15000 <br />
cl_cmdbackup 2 <br />
_ <br />
512k <br />
rate 17000 <br />
cl_cmdrate 35 <br />
cl_updaterate 30 <br />
cl_rate 9999 *OR* 17000 <br />
cl_cmdbackup 2 <br />
_ <br />
768k <br />
rate 20000 <br />
cl_cmdrate 40 <br />
cl_updaterate 35 <br />
cl_rate 9999 *OR* 20000 <br />
cl_cmdbackup 2 <br />
_ <br />
1MB+ <br />
rate 23000 <br />
cl_cmdrate 45 <br />
cl_updaterate 40 <br />
cl_rate 9999 *OR* 23000 <br />
cl_cmdbackup 2 <br />
<br />
I hope this helps you.<br />
See you guys  for my next tip.]]></description>
		<pubDate>Thu, 14 Jul 2005 05:49:50 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/24526-cs-source-tweaks-and-tips/</guid>
	</item>
	<item>
		<title>Rpg Maker 2000/2003</title>
		<link>http://www.knowledgesutra.com/forums/topic/21457-rpg-maker-20002003/</link>
		<description><![CDATA[well its a free program that allows you to create games but you gotta be good at graphics or if your using the rtp(run time package) then your fine but alot of the graphics you gotta make. <br />
But if your creating your first game use the rtp its saves alot of time don't make a dbz game because your a noob when you first start im making a dbz but i have years of experiance at this program.<br />
<br />
it takes around 2 months to learn.<br />
<br />
if you want the download post and i'll post it here.]]></description>
		<pubDate>Sat, 07 May 2005 16:04:10 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/21457-rpg-maker-20002003/</guid>
	</item>
	<item>
		<title>How many of you are using Adsense at ur site?</title>
		<link>http://www.knowledgesutra.com/forums/topic/5-how-many-of-you-are-using-adsense-at-ur-site/</link>
		<description>Just Wanted to know.. how many people are using it and have they recieved any payments. Do they easily approve your account ?</description>
		<pubDate>Wed, 16 Jun 2004 01:54:12 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/5-how-many-of-you-are-using-adsense-at-ur-site/</guid>
	</item>
	<item>
		<title>Socom 2 Glitches</title>
		<link>http://www.knowledgesutra.com/forums/topic/2828-socom-2-glitches/</link>
		<description><![CDATA[Real Rank ^ Glitch<br />
ok this glitch was found by #C{}{david <br />
<br />
ok this requires to playstation 2s and to socom 2s<br />
<br />
everything so u can play both online<br />
<br />
ok make a room clan only if ur going to have 5 or more ppl in <br />
<br />
if not u can make a regular game, ok first bring both ur ps2s into a game run one regular game make sure the ame u want to rank up wins all 6 rounds <br />
<br />
make sure the name u want to rank ^ isnt host .<br />
<br />
make sure ur other ps2 the one ur not rankin ^ is host<br />
<br />
with the name that is host pull the cord and green up,then green up the name ur rank ^ ondo not put the cord back in on the host until it sais disconnected and both players are greend up<br />
<br />
game should start..<br />
<br />
if done correctly the game will start and the very first round u play press select and it should say the team ur on has already one 6 rounds and the game will end and u will have one without even playing <br />
<br />
rating points earned each game when useing 2 ps2s 15 <br />
<br />
now to do it agin remember to make the name ur not ranking up host so when u get back to lobby bring other ps2 in and leave on ur good name and come back and do over and over and watch ur rank go up<br />
<br />
all credit goes to #C{}{David and clan [cMf]<br />
<br />
if any problems please reply <br />
<br />
if u dont belive glitch works check any player in cmf wwe all are under 100]]></description>
		<pubDate>Wed, 13 Oct 2004 23:40:54 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/2828-socom-2-glitches/</guid>
	</item>
	<item>
		<title>Which Proxy Sites Can Be Used To Access The Websites?</title>
		<link>http://www.knowledgesutra.com/forums/topic/34765-which-proxy-sites-can-be-used-to-access-the-websites/</link>
		<description><![CDATA[My university lately instaled a firewall that prevents us from accessing certain websites I heard there are some proxy websites that will enable us to circumvent this firewall<br />
can you post some links of such websites? <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />  <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /><br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from mayank:
        </div>
    </div>
    <div class="messagebody" style="display:block;">Edited topic title & description</div>
</div>]]></description>
		<pubDate>Sun, 19 Mar 2006 13:08:27 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/34765-which-proxy-sites-can-be-used-to-access-the-websites/</guid>
	</item>
	<item>
		<title>Css Trick: Hide Disabled Internet Explorer Vertical Scrollbar</title>
		<link>http://www.knowledgesutra.com/forums/topic/20688-css-trick-hide-disabled-internet-explorer-vertical-scrollbar/</link>
		<description><![CDATA[I'm working on a website and a few minutes ago I got very tired from the Internet Explorer vertical scrollbar. This vertical scrollbar is always there, even if the length of the page does not require a vertical scrollbar. In this case, Internet Explorer will disable the scrollbar though not remove it. In my opinion this would be correct behaviour.<br />
<br />
The disabled however not hidden scrollbar means that a switch between a preview of your website in Mozilla Firefox and MS Internet Explorer will lead to an annoying change of the location of your layout. To disable this annoying switch and to hide the vertical scrollbar when the scrollbar is disabled anyway, put the following CSS code in your stylesheet:<pre class='prettyprint'>html {
	overflow&#58; auto;
}</pre>If you don't have a stylesheet yet, put this code in your html header:<pre class='prettyprint'>&#60;style type=&#34;text/css&#34;&#62;
html {
	overflow&#58; auto;
}
&#60;/style&#62;</pre><br />
<br />
Not much code needed, huh <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/laugh.gif' class='bbc_emoticon' alt=':lol:' />]]></description>
		<pubDate>Fri, 22 Apr 2005 14:54:37 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/20688-css-trick-hide-disabled-internet-explorer-vertical-scrollbar/</guid>
	</item>
	<item>
		<title>Cool Non Veg Joke</title>
		<link>http://www.knowledgesutra.com/forums/topic/1220-cool-non-veg-joke/</link>
		<description><![CDATA[Once a girl is quite fantasized about "69". She has a regular <br />
<br />
boyfriend  they <br />
<br />
have never done it before. <br />
<br />
One day she invites her boyfriend to her apartment for romantic <br />
<br />
dinner. <br />
<br />
 <br />
<br />
After heavy dinner, she tells him that she wants to do "69". <br />
<br />
But the Boyfriend doesn't have any idea about what is 69. <br />
<br />
Girlfriend gets upset but thinks that she can teach him how to do <br />
<br />
69. <br />
<br />
she asks him to lay down...and she then lays on top of him in <br />
<br />
reverse direction so as in 69. <br />
<br />
The boyfriend is confused but is eager to know about 69. so he does <br />
<br />
as <br />
<br />
the <br />
<br />
GF tells him to do. <br />
<br />
 <br />
<br />
they lay down in this position for about 2 min. she is thinking <br />
<br />
that He <br />
<br />
will, by the time, get excited by this. <br />
<br />
but suddenly the GF has to let go one Fart...directly on her BF's <br />
<br />
face. <br />
<br />
GF quickly apologizes and asks him to stay in that position for <br />
<br />
some <br />
<br />
more <br />
<br />
time. <br />
<br />
 <br />
<br />
after 1 min she has to let go one another fart....this time bigger <br />
<br />
than <br />
<br />
 <br />
<br />
the <br />
<br />
previous. <br />
<br />
The BF quickly throws her away, gets up, starts dressing up and <br />
<br />
yells <br />
<br />
at <br />
<br />
her.. <br />
<br />
 <br />
<br />
 <br />
<br />
"If you think I am gonna take 67 more like this,  you are MAD"]]></description>
		<pubDate>Thu, 26 Aug 2004 17:27:05 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/1220-cool-non-veg-joke/</guid>
	</item>
	<item>
		<title>Which Game Maker You Use?</title>
		<link>http://www.knowledgesutra.com/forums/topic/234-which-game-maker-you-use/</link>
		<description><![CDATA[the question is: which maker you like the most? click&answer :-)<br />
<br />
i like rpgm2k, because is free and easy to use.<br />
<br />
anyway verge is good too, but you must know c/c++ (alittle)<br />
<br />
greetz]]></description>
		<pubDate>Sun, 25 Jul 2004 08:29:38 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/234-which-game-maker-you-use/</guid>
	</item>
	<item>
		<title>Myspace Music Player</title>
		<link>http://www.knowledgesutra.com/forums/topic/30939-myspace-music-player/</link>
		<description><![CDATA[Hey, I was looking around on MySpace to see if they had a particular song with a player that you see on many different MySpaces, but they did not have one for the song I wanted.  I was wondering if anyone had the proper code for a music player.  I do have the song I want and have the capability to upload it, but I just need the code for it.  If you can help at all I'd really appreciate it.<br />
<br />
Example on the top right of this MySpace (but I just want a one song player):<br />
<a href='http://www.myspace.com/ofarevolution' class='bbc_url' title='External link' rel='nofollow external'>http://www.myspace.com/ofarevolution</a>]]></description>
		<pubDate>Tue, 06 Dec 2005 00:41:08 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/30939-myspace-music-player/</guid>
	</item>
	<item>
		<title>How To Create Embed Image Mail In Gmail</title>
		<link>http://www.knowledgesutra.com/forums/topic/36743-how-to-create-embed-image-mail-in-gmail/</link>
		<description><![CDATA[Hi to all !<br />
 <br />
Anybody can help me to create an email with embedded image so that mail reader automatically see that image. Moreover I wont attached that image as it appears small in size in on gmail.<br />
 <br />
Thanks in Advance.]]></description>
		<pubDate>Thu, 11 May 2006 00:39:13 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/36743-how-to-create-embed-image-mail-in-gmail/</guid>
	</item>
	<item>
		<title>How To Open A .daa File</title>
		<link>http://www.knowledgesutra.com/forums/topic/36812-how-to-open-a-daa-file/</link>
		<description><![CDATA[Hi there,<br />
<br />
How do i have to open a file with extension .daa Somebody told me to copy it on cd and to run it from cd rom but i got the same problems. What dp i need to do to ppen the file?<br />
<br />
<br />
Thanks]]></description>
		<pubDate>Sat, 13 May 2006 00:01:02 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/36812-how-to-open-a-daa-file/</guid>
	</item>
	<item>
		<title><![CDATA[What's Your Favourite Car?]]></title>
		<link>http://www.knowledgesutra.com/forums/topic/22070-whats-your-favourite-car/</link>
		<description><![CDATA[The question is very simple: what's your favourite car? It includes suvs, vans, pickups and veicles similar to these.<br />
In my opinion the best and beautiful car is the Bentley Continental Flying Spur, I like very much all Bentley and generally english cars, but I think that the Flying Spur is a masterpiece fo the motor industry. And it's price is "only" 175000€ without optionals.<br />
Aniway very beautiful cars are also Ferrari 612 Scaglietti, BMW M5, Aston Martin DB9 and Range Rover.<br />
<br />
I place some photos of the Flying Spur.<br />
<a href='http://www.rsportscars.com/foto/08/flyingspur05_01.jpg' class='bbc_url' title='External link' rel='nofollow external'>http://www.rsportscars.com/foto/08/flyingspur05_01.jpg</a><br />
<a href='http://www.rsportscars.com/foto/08/flyingspur05_05.jpg' class='bbc_url' title='External link' rel='nofollow external'>http://www.rsportscars.com/foto/08/flyingspur05_05.jpg</a><br />
<a href='http://www.rsportscars.com/foto/08/flyingspur05_inter.jpg' class='bbc_url' title='External link' rel='nofollow external'>http://www.rsportscars.com/foto/08/flyingspur05_inter.jpg</a><br />
<br />
<link rel="stylesheet" type="text/css" href="http://www.trap17.com/banners/sotw/winner/bbcode/note/notice.css" />

<div class="notice">
    <div class="header">
        <div class="middlebar">Notice from BuffaloHELP:
        </div>
    </div>
    <div class="messagebody" style="display:block;">Entered as [url] instead of [img] tag. Image size too big. Next time use [url] tag instead of [img] tag for larger pictures.</div>
</div>]]></description>
		<pubDate>Sun, 22 May 2005 09:00:52 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/22070-whats-your-favourite-car/</guid>
	</item>
	<item>
		<title>How do you test your php code</title>
		<link>http://www.knowledgesutra.com/forums/topic/686-how-do-you-test-your-php-code/</link>
		<description><![CDATA[We know that php is a server side scripting language. So we will need a server with the php parser to parse/test our code.<br />
How are you doing that. Do you upload it to a server for testing or did you instal php and the server (apache) on your computer (localhost)]]></description>
		<pubDate>Sat, 07 Aug 2004 00:17:14 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/686-how-do-you-test-your-php-code/</guid>
	</item>
	<item>
		<title>Largest Known Prime Number</title>
		<link>http://www.knowledgesutra.com/forums/topic/28002-largest-known-prime-number/</link>
		<description><![CDATA[Well, I couldn't find a topic I was really interested in, so I thought I would post on something comletely useless...<br />
<br />
The world's largest known prime number is actually 7,816,230 digits long, so I'm not going to type it all out, but the 'Mersenne number' is 225,964,951– 1.<br />
<br />
It was discovered by the Great Internet Mersenne Prime Search (GIMPS), a distributed network of volunteers using their spare computer power to find the largest Mersenne primes. This system actually discovered the eight largest prime numbers known.<br />
<br />
And, if you must, you can actually buy a poster of the number (but it's so small on the paper that you need something that magnifies it). Check it out <a href='http://www.perfsci.com/souvenirs.htm' class='bbc_url' title='External link' rel='nofollow external'>here</a>.<br />
<br />
PS.<br />
If you can find a prime number which has 10 million or more digits then you can have $100,000 from <a href='http://www.eff.org' class='bbc_url' title='External link' rel='nofollow external'>The Electronic Frontier Foundation</a>. So if you'd like a good life, get a career in prime numbers <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/ph34r.gif' class='bbc_emoticon' alt=':ph34r:' />]]></description>
		<pubDate>Tue, 27 Sep 2005 12:13:29 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/28002-largest-known-prime-number/</guid>
	</item>
	<item>
		<title>Halo Mods</title>
		<link>http://www.knowledgesutra.com/forums/topic/3011-halo-mods/</link>
		<description><![CDATA[OK! If you r a big halo fan like me u can check out the new maps for halo. By downloading the halo's custom edition u can play new map like new_manmasca_classic castle2castle and many more. you can go to <a href='http://halo2.filefront.com/info/modding' class='bbc_url' title='External link' rel='nofollow external'>HALO MOD FILE</a> and download all surt of map. They even teach you how to mod the systems. Also talk about the opening of Halo 2 on XBOX, and PC which will be coming out possible spring or summer of 2005. That's a long time <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/rolleyes.gif' class='bbc_emoticon' alt=':rolleyes:' /> the good thing is that Halo 2 can be played with thounsands of ppl all over the world! I'll update u with more information later on.<br />
<br />
<br />
<br />
HALO IS THE BEST!]]></description>
		<pubDate>Tue, 19 Oct 2004 01:18:49 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/3011-halo-mods/</guid>
	</item>
	<item>
		<title><![CDATA[I've been looking for a good free host for 3 weeks]]></title>
		<link>http://www.knowledgesutra.com/forums/topic/164-ive-been-looking-for-a-good-free-host-for-3-weeks/</link>
		<description><![CDATA[I hope this one will be the last host I look at. <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/cool.gif' class='bbc_emoticon' alt='B)' /> <br />
<br />
Oh and is there anyway I can get 1 gb bandwidth without paying cause I dont have any money and I need it. ;_;]]></description>
		<pubDate>Mon, 19 Jul 2004 10:52:56 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/164-ive-been-looking-for-a-good-free-host-for-3-weeks/</guid>
	</item>
	<item>
		<title>Gmail Or Hotmail</title>
		<link>http://www.knowledgesutra.com/forums/topic/5470-gmail-or-hotmail/</link>
		<description>Which is better??</description>
		<pubDate>Tue, 28 Dec 2004 11:00:59 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/5470-gmail-or-hotmail/</guid>
	</item>
	<item>
		<title>How To Impress A Girl.</title>
		<link>http://www.knowledgesutra.com/forums/topic/25755-how-to-impress-a-girl/</link>
		<description><![CDATA[I need help impressing a girl. I dunno what to do really. Act myself, meh. what else. My sister has been helping me but she does not know much herself <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' />]]></description>
		<pubDate>Sun, 07 Aug 2005 11:04:25 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/25755-how-to-impress-a-girl/</guid>
	</item>
	<item>
		<title>Have You Ever Felt Like Creating A Game ...</title>
		<link>http://www.knowledgesutra.com/forums/topic/225-have-you-ever-felt-like-creating-a-game/</link>
		<description><![CDATA[Have you even thought of creating a game like an adventure game with your story, a rpg game or even an action one ?<br />
<br />
The others who have, what programs or languages do you prefer ?]]></description>
		<pubDate>Sat, 24 Jul 2004 18:29:31 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/225-have-you-ever-felt-like-creating-a-game/</guid>
	</item>
	<item>
		<title>Last Book You Read?</title>
		<link>http://www.knowledgesutra.com/forums/topic/341-last-book-you-read/</link>
		<description><![CDATA[What was the last book you read? me was "Out of Avalon" the book had different stories about Avalon. Before, After, During King Arthur's Lifetime]]></description>
		<pubDate>Thu, 29 Jul 2004 22:38:57 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/341-last-book-you-read/</guid>
	</item>
	<item>
		<title>Google Adsense</title>
		<link>http://www.knowledgesutra.com/forums/topic/567-google-adsense/</link>
		<description><![CDATA[I want talk with an user with adsence powered by google.com<br />
<br />
If pay good, or get goo money and fast.. everything]]></description>
		<pubDate>Tue, 03 Aug 2004 16:20:52 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/567-google-adsense/</guid>
	</item>
	<item>
		<title>How Do You Remove Security From Pdf?</title>
		<link>http://www.knowledgesutra.com/forums/topic/6137-how-do-you-remove-security-from-pdf/</link>
		<description>Is there a way to remove security from a pdf file so that I can copy its contents to a word document?</description>
		<pubDate>Sun, 23 Jan 2005 06:58:13 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/6137-how-do-you-remove-security-from-pdf/</guid>
	</item>
	<item>
		<title>RPG Maker XP</title>
		<link>http://www.knowledgesutra.com/forums/topic/2267-rpg-maker-xp/</link>
		<description><![CDATA[Your thoughts?<br />
<br />
I think it is pretty cool, but the games kind of lag just a little on my peice of crap 1 GHz. I dont really like the fact that you actually have to write out the scripts for simple things that they took out.]]></description>
		<pubDate>Fri, 01 Oct 2004 23:38:43 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/2267-rpg-maker-xp/</guid>
	</item>
	<item>
		<title>Download Bounce 1.8 For Nokia Mobiles</title>
		<link>http://www.knowledgesutra.com/forums/topic/47346-download-bounce-18-for-nokia-mobiles/</link>
		<description><![CDATA[it's a great game fo your mobiles.<br />
this game is supported in nokia 7210 - 6610 - 6100 - 7250<br />
<a href="http://www.knowledgesutra.com/forums/index.php?app=core&module=attach&section=attach&attach_id=613&s=ed5ce7d09ee1d6f0837f0602024ccb48" title=""><img src="http://www.knowledgesutra.com/forums/public/style_extra/mime_types/zip.gif" alt="" /></a>
&nbsp;<a href="http://www.knowledgesutra.com/forums/index.php?app=core&module=attach&section=attach&attach_id=613&s=ed5ce7d09ee1d6f0837f0602024ccb48" title="">bounce_1.8.zip</a> <span class='desc'><strong>(51.22K)</strong></span>
<br /><span class="desc info">: 579</span>]]></description>
		<pubDate>Wed, 25 Apr 2007 21:01:18 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/47346-download-bounce-18-for-nokia-mobiles/</guid>
	</item>
	<item>
		<title>How To Create Subdomain Using Php?</title>
		<link>http://www.knowledgesutra.com/forums/topic/62107-how-to-create-subdomain-using-php/</link>
		<description><![CDATA[Hi everyone,<br />
<br />
i really don't know if this is the right place, so please just move this to the right category..<br />
<br />
now here's my problem:<br />
<br />
I want to create a website for my high school batch graduated last 2004 so we can interact to our old friends. but i want it to be like ning.com, myspace.com or friendster.com that you can add your own layout (css) for your profile and putting the new user in it's own profile page (using a subdomain for their own profile page)<br />
<br />
can anyone tell me how to automatically create the subdomain and putting the CSS and other files in the subdomain automatically? thanks in advance..]]></description>
		<pubDate>Tue, 04 Nov 2008 06:40:02 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/62107-how-to-create-subdomain-using-php/</guid>
	</item>
	<item>
		<title>Interactive Buddy(flash Game)</title>
		<link>http://www.knowledgesutra.com/forums/topic/24593-interactive-buddyflash-game/</link>
		<description><![CDATA[Ok, this game is hilarious!<br />
<br />
<a href='http://www.stickpage.com/interactivebuddyplay.shtml' class='bbc_url' title='External link' rel='nofollow external'>Interactive buddy!</a><br />
<br />
What you do is you have an Interactive buddy(the bubble on your screen!). You get to "play" with him. Everytime you, tickle, punch, grab, WHATEVER him, you get money. You can use the money to buy more weapons/tools at the top of the page, under "items". You can buy new skins (people) under "Skins". OMG! You can buy Geoge bush and make him say funny things buy throwing grenades at him. But he does cuss a tad, so go with the teletubby <img src='http://www.knowledgesutra.com/forums/public/style_emoticons/default/tongue.gif' class='bbc_emoticon' alt=':P' /> BWAHA. Here's a screenshot;<br />
<br />
<a href='http://img305.imageshack.us/my.php?image=intbuddy7sc.png' class='bbc_url' title='External link' rel='nofollow external'><img src='http://img305.imageshack.us/img305/1373/intbuddy7sc.th.png' alt='Posted Image' class='bbc_img' /></a><br />
<br />
He's got a grenade in his hand. That's what's funny.<br />
<br />
Have fun, try different things. Oh, and don't shoot to many missles at once or you'll lag the screen big time.]]></description>
		<pubDate>Fri, 15 Jul 2005 03:34:29 +0000</pubDate>
		<guid>http://www.knowledgesutra.com/forums/topic/24593-interactive-buddyflash-game/</guid>
	</item>
</channel>
</rss>