<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Setup a Fake IRC Server with phpFreeChat</title>
	<atom:link href="http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 15:24:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mohamed maher</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-407169</link>
		<dc:creator>mohamed maher</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-407169</guid>
		<description>plz help i uploaded the setup file but when i go to the url there is a white page</description>
		<content:encoded><![CDATA[<p>plz help i uploaded the setup file but when i go to the url there is a white page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glix</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-401360</link>
		<dc:creator>Glix</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-401360</guid>
		<description>Use the correct quotes :P
$params[&#039;admins&#039;] = array(&quot;username&quot; =&gt; &quot;password&quot;);</description>
		<content:encoded><![CDATA[<p>Use the correct quotes <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
$params['admins'] = array(&#8221;username&#8221; =&gt; &#8220;password&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-398155</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-398155</guid>
		<description>I get the same failure.  I copied and pasted your line of code and just replaced with my own name and password.  No matter what I try, I get a failure.</description>
		<content:encoded><![CDATA[<p>I get the same failure.  I copied and pasted your line of code and just replaced with my own name and password.  No matter what I try, I get a failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-394999</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Thu, 23 Jul 2009 03:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-394999</guid>
		<description>I Tried to put my code in the post. Please refer to the link to see the code.

&lt;a href=&quot;http://www.truckinbozo.com/source.txt&quot; rel=&quot;nofollow&quot;&gt;Click Here&lt;/a&gt;

Thanks</description>
		<content:encoded><![CDATA[<p>I Tried to put my code in the post. Please refer to the link to see the code.</p>
<p><a href="http://www.truckinbozo.com/source.txt" rel="nofollow">Click Here</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-394998</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Thu, 23 Jul 2009 03:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-394998</guid>
		<description>I am trying to link my PHPFreeChat to our Mysql Database to ensure that only registered users can use out chatroom. HELP!

ALL I want to do is to link to our SMF User database.

CODE:



 
  
  
  Truckin&#039; Bozo&#039;s Chat!
  
  
  
  
    
 
 







	



	







&lt;B&gt;NOTE:&lt;/b&gt;
If you are inactive for five minutes you will be auomatically logged off. To log back on, in the command line type:

&lt;B&gt;/connect &lt;i&gt;YOURUSERNAME&lt;/i&gt;&lt;/b&gt;

















      
        SPONSORS
        
          
            
              &lt;a href=&quot;http://www.thepeoplesjournal.com&quot; rel=&quot;nofollow&quot;&gt;


The People&#039;s Journal&lt;/a&gt;
            

		
              &lt;a href=&quot;http://www.sscruises.com&quot; rel=&quot;nofollow&quot;&gt;


SS Travel Corporation&lt;/a&gt;
            

            
              &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Help Section&lt;/a&gt;
            
                      
        
        Useful Links
	  	
          		
            		
              			
            		
				
              			
            		
            		
                  
        	




  
      



  printChat(); ?&gt;
  
    
  


</description>
		<content:encoded><![CDATA[<p>I am trying to link my PHPFreeChat to our Mysql Database to ensure that only registered users can use out chatroom. HELP!</p>
<p>ALL I want to do is to link to our SMF User database.</p>
<p>CODE:</p>
<p>  Truckin&#8217; Bozo&#8217;s Chat!</p>
<p><b>NOTE:</b><br />
If you are inactive for five minutes you will be auomatically logged off. To log back on, in the command line type:</p>
<p><b>/connect <i>YOURUSERNAME</i></b></p>
<p>        SPONSORS</p>
<p>              <a href="http://www.thepeoplesjournal.com" rel="nofollow"></p>
<p>The People&#8217;s Journal</a></p>
<p>              <a href="http://www.sscruises.com" rel="nofollow"></p>
<p>SS Travel Corporation</a></p>
<p>              <a href="#" rel="nofollow">Help Section</a></p>
<p>        Useful Links</p>
<p>  printChat(); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elgee</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-389160</link>
		<dc:creator>elgee</dc:creator>
		<pubDate>Tue, 09 Jun 2009 02:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-389160</guid>
		<description>Oh ok, thanks for the clarification :)

elgee</description>
		<content:encoded><![CDATA[<p>Oh ok, thanks for the clarification <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>elgee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason K</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-389156</link>
		<dc:creator>Jason K</dc:creator>
		<pubDate>Tue, 09 Jun 2009 01:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-389156</guid>
		<description>Yes, it is similar to an IRC server but it is not one. So, no, you would not be able to run an existing IRC bot.</description>
		<content:encoded><![CDATA[<p>Yes, it is similar to an IRC server but it is not one. So, no, you would not be able to run an existing IRC bot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elgee</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-389126</link>
		<dc:creator>elgee</dc:creator>
		<pubDate>Mon, 08 Jun 2009 19:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-389126</guid>
		<description>Hi, 

I have a question about this app. By fake IRC server, do you mean, it is similar to an IRC server, but is not one? And would I be able to run an existing IRC bot against this server, in that case?

Thanks,
elgee</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have a question about this app. By fake IRC server, do you mean, it is similar to an IRC server, but is not one? And would I be able to run an existing IRC bot against this server, in that case?</p>
<p>Thanks,<br />
elgee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason K</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-388547</link>
		<dc:creator>Jason K</dc:creator>
		<pubDate>Wed, 03 Jun 2009 03:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-388547</guid>
		<description>At what point is it hard to install?

If phpfreechat doesn&#039;t quite fit the bill, you can always try &lt;a href=&quot;http://www.makeuseof.com/dir/cat/web-services/imvoipfax/&quot; rel=&quot;nofollow&quot;&gt;various other chat applications&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>At what point is it hard to install?</p>
<p>If phpfreechat doesn&#8217;t quite fit the bill, you can always try <a href="http://www.makeuseof.com/dir/cat/web-services/imvoipfax/" rel="nofollow">various other chat applications</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bayaas</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-388539</link>
		<dc:creator>bayaas</dc:creator>
		<pubDate>Wed, 03 Jun 2009 01:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-388539</guid>
		<description>yeah ... it&#039;s hard to install</description>
		<content:encoded><![CDATA[<p>yeah &#8230; it&#8217;s hard to install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verga</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-387375</link>
		<dc:creator>Verga</dc:creator>
		<pubDate>Sat, 23 May 2009 21:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-387375</guid>
		<description>Im going to use phpfreechat but i find it hard to install :(</description>
		<content:encoded><![CDATA[<p>Im going to use phpfreechat but i find it hard to install <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: holianchao</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-387331</link>
		<dc:creator>holianchao</dc:creator>
		<pubDate>Sat, 23 May 2009 10:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-387331</guid>
		<description>make sure your install path is right, do not use the original path ,you see the pic http://www.makeuseof.com/wp-content/uploads/2009/02/install_2b.png   the path is E:xmpp/**/**   chang it by yourself</description>
		<content:encoded><![CDATA[<p>make sure your install path is right, do not use the original path ,you see the pic <a href="http://www.makeuseof.com/wp-content/uploads/2009/02/install_2b.png" rel="nofollow">http://www.makeuseof.com/wp-content/uploads/2009/02/install_2b.png</a>   the path is E:xmpp/**/**   chang it by yourself</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-385032</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Mon, 04 May 2009 08:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-385032</guid>
		<description>Why remove flood protection? Doesn&#039;t it exist to prevent users from flooding with malicious scripts? 

Does keeping flood protection also prevent the admin from running macros? And on that topic, does this chat program support macros like IRC does?</description>
		<content:encoded><![CDATA[<p>Why remove flood protection? Doesn&#8217;t it exist to prevent users from flooding with malicious scripts? </p>
<p>Does keeping flood protection also prevent the admin from running macros? And on that topic, does this chat program support macros like IRC does?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flynn</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-383874</link>
		<dc:creator>flynn</dc:creator>
		<pubDate>Sat, 25 Apr 2009 02:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-383874</guid>
		<description>i like this chat , ubuntu?!</description>
		<content:encoded><![CDATA[<p>i like this chat , ubuntu?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-382563</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Mon, 13 Apr 2009 20:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-382563</guid>
		<description>Hi im having the next problem

Adding directory: / ..............................................[failed]
&gt;&gt; Failed: could not make directory / Exiting...

the directory path does not exist though it stills giving me this error, any solution?</description>
		<content:encoded><![CDATA[<p>Hi im having the next problem</p>
<p>Adding directory: / &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.[failed]<br />
&gt;&gt; Failed: could not make directory / Exiting&#8230;</p>
<p>the directory path does not exist though it stills giving me this error, any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason K</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-381869</link>
		<dc:creator>Jason K</dc:creator>
		<pubDate>Mon, 06 Apr 2009 22:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-381869</guid>
		<description>What&#039;s the exact line for your admin and password from the config? Make sure you&#039;re typing whatever is in quotes exactly.</description>
		<content:encoded><![CDATA[<p>What&#8217;s the exact line for your admin and password from the config? Make sure you&#8217;re typing whatever is in quotes exactly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: telskuf</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-381836</link>
		<dc:creator>telskuf</dc:creator>
		<pubDate>Mon, 06 Apr 2009 16:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-381836</guid>
		<description>Does the directory already exist? It has to be a new directory</description>
		<content:encoded><![CDATA[<p>Does the directory already exist? It has to be a new directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Duong</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-381686</link>
		<dc:creator>David Duong</dc:creator>
		<pubDate>Sun, 05 Apr 2009 08:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-381686</guid>
		<description>I have just made a admin params.
But when i try insert /identify mypassword ( mypassword is my password :D ) Then every time me writed : Identification faliure.</description>
		<content:encoded><![CDATA[<p>I have just made a admin params.<br />
But when i try insert /identify mypassword ( mypassword is my password <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ) Then every time me writed : Identification faliure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason K</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-377671</link>
		<dc:creator>Jason K</dc:creator>
		<pubDate>Thu, 05 Mar 2009 01:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-377671</guid>
		<description>Does the directory already exist? It has to be a new directory.</description>
		<content:encoded><![CDATA[<p>Does the directory already exist? It has to be a new directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Banerjee</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-377575</link>
		<dc:creator>Amit Banerjee</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-377575</guid>
		<description>Didn&#039;t worked ... After the Install Step It says &quot; failed to create directory &quot; and Exits ..</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t worked &#8230; After the Install Step It says &#8221; failed to create directory &#8221; and Exits ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: February Roundup : Make Use Of Authors &#124; MakeUseOf.com</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-377014</link>
		<dc:creator>February Roundup : Make Use Of Authors &#124; MakeUseOf.com</dc:creator>
		<pubDate>Sun, 01 Mar 2009 20:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-377014</guid>
		<description>[...] Three Active Desktop Replacements for Windows 5 Ways To Access Your Google Tasks Setup A Fake IRC Server With phpFreeChat [...]</description>
		<content:encoded><![CDATA[<p>[...] Three Active Desktop Replacements for Windows 5 Ways To Access Your Google Tasks Setup A Fake IRC Server With phpFreeChat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfred</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-376403</link>
		<dc:creator>alfred</dc:creator>
		<pubDate>Thu, 26 Feb 2009 18:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-376403</guid>
		<description>I like that makeuseof.com is getting a little bit more technical :)</description>
		<content:encoded><![CDATA[<p>I like that makeuseof.com is getting a little bit more technical <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason K</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-376316</link>
		<dc:creator>Jason K</dc:creator>
		<pubDate>Thu, 26 Feb 2009 07:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-376316</guid>
		<description>Default Firefox theme on XP. I use &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4762&quot; rel=&quot;nofollow&quot;&gt;Hide Menubar&lt;/a&gt; to hide the top menu bar.</description>
		<content:encoded><![CDATA[<p>Default Firefox theme on XP. I use <a href="https://addons.mozilla.org/en-US/firefox/addon/4762" rel="nofollow">Hide Menubar</a> to hide the top menu bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian boioglu</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/comment-page-1/#comment-376290</link>
		<dc:creator>adrian boioglu</dc:creator>
		<pubDate>Thu, 26 Feb 2009 04:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776#comment-376290</guid>
		<description>i know this is kindof offtopic, but what firefox theme is that?</description>
		<content:encoded><![CDATA[<p>i know this is kindof offtopic, but what firefox theme is that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
