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

<channel>
	<title>Autoclickers &#187; News</title>
	<atom:link href="http://www.autoclickers.org/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.autoclickers.org</link>
	<description>Let it be automatic!</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:47:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ptcplugins.tk status</title>
		<link>http://www.autoclickers.org/news/ptcplugins-tk-status/</link>
		<comments>http://www.autoclickers.org/news/ptcplugins-tk-status/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 12:39:00 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=184</guid>
		<description><![CDATA[ptcplugins.tk has been reported for abuse and the domain was shut down by the .tk administrator (so much for free .tk domains). We are currently trying to resolve this problem, please be patient. &#160; The website is back on new address: extend.multiclicker2.org.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.autoclickers.org/forum/support/i-can-t-find-ptcplugins-tk-t6027.html">ptcplugins.tk</a> has been reported for abuse and the domain was shut down by the .tk administrator (so much for free .tk domains).</p>
<p>We are currently trying to resolve this problem, please be patient.</p>
<p>&nbsp;</p>
<p>The website is back on new address: <a href="http://extend.multiclicker2.org/">extend.multiclicker2.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/ptcplugins-tk-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiclicker2 and NetBeans 2/2</title>
		<link>http://www.autoclickers.org/news/multiclicker2-and-netbeans-2-2/</link>
		<comments>http://www.autoclickers.org/news/multiclicker2-and-netbeans-2-2/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 16:14:09 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=180</guid>
		<description><![CDATA[I&#8217;m sure almost every plugin developer encountered a site with a secondary password on login screen. MC2 doesn&#8217;t support secondary passwords or any other input fields but username and password by default. But there is always a way&#8230; This is the time when Panel tab will come in handy. Here you can define any number [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure almost every plugin developer encountered a site with a secondary password on login screen. MC2 doesn&#8217;t support secondary passwords or any other input fields but username and password by default. But there is always a way&#8230;</p>
<p>This is the time when <strong>Panel</strong> tab will come in handy. Here you can define any number of input fields, labels, tables, lists &#8211; simply any Swing components.</p>
<p>The panel class &#8211; let&#8217;s name it OurPanel for instance &#8211; must either implement <strong>SitePanel</strong> interface or extend <strong>BasicSitePanel</strong> class (both in package <strong>org.multiclicker2.core.sitepanels</strong>).</p>
<p>There are four methods that have to be implemented if you want to display custom panel and make it fully functional:</p>
<ul>
<li>getJPanel() &#8211; returns an instance of JPanel containing all your components</li>
<li>isReady() &#8211; says whether all necessary fields in the current panel have been filled in and the values are valid</li>
<li>getLoginDetails() &#8211; returns a map (java.util.Map) instance containing any key-value pairs that you need in your plugin</li>
<li>setLoginDetails(java.util.Map) &#8211; fills the input fields in the panel with previously set login details, used when modifying accounts</li>
</ul>
<p>Since this is <em>Multiclicker2 and NetBeans</em> tutorial, we will learn how to design the JPanel with NetBeans and then use it in MC2.</p>
<p>Create public class <strong>OurPanel</strong> and let it implement <strong>org.multiclicker2.core.sitepanels.SitePanel</strong>.</p>
<p>Now create new <strong>JPanel Form</strong> (New-&gt;Other-&gt;Swing GUI Forms), open it and design the JPanel to your needs. When you are finished, click on <strong>Source</strong> button and copy all the code to OurPanel so that the copied JPanel subclass is inner class of OurPanel. Make sure to remove all annotations and generics (List&lt;String&gt; =&gt; List) as the MC2 doesn&#8217;t support them.</p>
<p>Back to OurPanel, create member variable of type JPanel and initialize it in OurPanel constructor with a new instance of the inner class extending JPanel. Implement all four methods inherited from SitePanel.</p>
<p>When done, copy the code to Panel tab in MC2 Builder.</p>
<p><a href="http://www.autoclickers.org/forum/general-discussion/multiclicker2-and-netbeans-t5979.html">Discuss here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/multiclicker2-and-netbeans-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiclicker2 and NetBeans 1/2</title>
		<link>http://www.autoclickers.org/news/multiclicker2-and-netbeans-1-2/</link>
		<comments>http://www.autoclickers.org/news/multiclicker2-and-netbeans-1-2/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 15:20:13 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=175</guid>
		<description><![CDATA[This tutorial will show you how to build advanced sites for Multiclicker2 using NetBeans. Requirements: Multiclicker2 Multiclicker2 API &#8211; extract contents of the archive first NetBeans &#160; Launch Multiclicker2 (MC2) and open Builder (File-&#62;Builder). Optionally go through Wizard (File-&#62;New project-&#62;Wizard) to generate initial code. Open NetBeans, create a new Java Application project, uncheck Create Main [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to build advanced sites for Multiclicker2 using NetBeans.</p>
<p>Requirements:</p>
<ul>
<li>Multiclicker2</li>
<li>Multiclicker2 API &#8211; extract contents of the archive first</li>
<li>NetBeans</li>
</ul>
<p>&nbsp;</p>
<p>Launch Multiclicker2 (MC2) and open Builder (File-&gt;Builder). Optionally go through Wizard (File-&gt;New project-&gt;Wizard) to generate initial code.</p>
<p>Open NetBeans, create a new <strong>Java Application</strong> project, uncheck <strong>Create Main Class</strong>. Right-click the project, go to Properties-&gt;Libraries. Click <strong>Add JAR/Folder</strong> and select <strong>Multiclicker2API.jar</strong>, now click <strong>Edit</strong> and first <strong>Browse&#8230;</strong> button. Select <strong>javadoc.zip</strong> (should be located in the same folder as Multiclicker2API.jar).</p>
<p>Create a new class Wizard (or any other valid name). If you went through MC2 Wizard, copy all code from the Builder (Site tab) there. The class must extend one of classes in <strong>org.multiclicker2.core.sites</strong> package.</p>
<p>Use <strong>AbstractSite</strong> if you need 100% control over the site. However this class provides little to none site logic &#8211; you will have to implement all of it yourself.</p>
<p><strong>SimpleSite</strong> provides basic site logic &#8211; error handling including simple error recovery and selecting which page to open. Opening the pages itselves is still up to you.</p>
<p><strong>BuxLikeSite</strong> handles almost everything, you just tell it how to recognise several URLs and statistic details like number of clicks.</p>
<p><a href="http://www.autoclickers.org/forum/general-discussion/multiclicker2-and-netbeans-t5979.html">Discuss here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/multiclicker2-and-netbeans-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some notes</title>
		<link>http://www.autoclickers.org/news/some-notes/</link>
		<comments>http://www.autoclickers.org/news/some-notes/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 04:59:28 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=171</guid>
		<description><![CDATA[I&#8217;ve just went through some old posts and couldn&#8217;t help myself think about &#8220;good old times&#8221;. Times when I had plenty of free time, times when Autoclicker(s)/Multiclicker was updated several times a month. I hope you will enjoy reading them as much as I did, the post archives have been enabled &#8211; look at the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just went through some old posts and couldn&#8217;t help myself think about &#8220;good old times&#8221;. Times when I had plenty of free time, times when Autoclicker(s)/Multiclicker was updated several times a month. I hope you will enjoy reading them as much as I did, the post archives have been enabled &#8211; look at the bottom of the main page.</p>
<p>From time to time I get a request for making a plugin for some site, all rejected. I have just enough time to repair major bugs in Multiclicker2 (if found, of course). Plugins are not in that category. Contact a plugin developer, I&#8217;m sure you will one on the forums, and if the site looks prosiming or if you help them somehow, they might build that plugin for you.</p>
<p><span id="more-171"></span>I know I&#8217;m terrible at responding to your emails and PMs even though I don&#8217;t get <em>that</em> many of them (in fact, barely any email reaches shores of my email box now). I am sorry. You know, I read your email, think about and leave the response to a <em>better time.</em> And when I&#8217;m finally about to respond, a month has passed and my reply just doesn&#8217;t matter anymore. Please, if you have a very important question, suggestion or whatever, don&#8217;t email me, post <a href="http://www.autoclickers.org/forum/">on the forums</a> instead. You have much higher chance of getting your problem solved there.</p>
<p>Emails and PMs that have zero-percent chance of getting response are those written in any other language than English or Czech. Another chapter are messages obviously <em>translated</em> using some kind of translator service. I don&#8217;t answer them on purpose. It seriously <em>hurts</em> my eyes and brain to read them. I have to somehow <em>recreate</em> the original message myself while thinking about what would have the sender wanted to say if&#8230; No. Don&#8217;t bother yourself, I won&#8217;t even read it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/some-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiclicker, remote Linux box and you</title>
		<link>http://www.autoclickers.org/news/multiclicker-remote-linux-box-and-you/</link>
		<comments>http://www.autoclickers.org/news/multiclicker-remote-linux-box-and-you/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 15:53:08 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=158</guid>
		<description><![CDATA[Since GUI is integral part of Multiclicker(2), it may appear to not-so-skilled Linux user that it&#8217;s impossible to use MC on a Linux server or VPS. The opposite is true, I&#8217;ve successfully run MC2 on my Linux VPS (Debian) without any problems and with minimal effort. Basically, there are two ways of achieving this. VNC [...]]]></description>
			<content:encoded><![CDATA[<p>Since GUI is integral part of Multiclicker(2), it may appear to not-so-skilled Linux user that it&#8217;s impossible to use MC on a Linux server or VPS.</p>
<p>The opposite is true, I&#8217;ve successfully run MC2 on my Linux VPS (Debian) without any problems and with minimal effort.</p>
<p>Basically, there are two ways of achieving this.</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Virtual_Network_Computing">VNC &#8211; Virtual Network Computing</a></li>
<li><a href="http://en.wikipedia.org/wiki/X11">X11</a> forwarding</li>
</ul>
<p><span id="more-158"></span></p>
<h4>Prerequisites</h4>
<ul>
<li>openjdk-6-jre package or compatible JRE installed on the remote box.</li>
<li>Debian box for this tutorial, other distros may use different package managers or different package names.</li>
<li>root access.</li>
<li><a href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a> client installed on your local system (PuTTY on Windows).</li>
<li>Minimal knowledge of terminal and SSH use.</li>
</ul>
<h4>VNC</h4>
<p>If you are running Windows on your local machine and don&#8217;t like the idea of running another desktop manager or if you just prefer persistent sessions and don&#8217;t need encryption, VNC is the way to go.</p>
<ol>
<li>SSH to your Linux box.</li>
<li>The Linux box must have desktop environment installed (KDE, GNOME, Xfce, &#8230;). For xfce: $ apt-get install xfce4<em> </em></li>
<li>$ apt-get install tightvncserver<em> </em></li>
<li>$<em> </em>vncserver :1 -geometry 1024&#215;768 -depth 16  <em>(this will start vncserver at display #1 and resolution 1024&#215;768@16bpp)</em></li>
<li>Install VNC client (<em>viewer</em>) on your local machine. I went with <a href="http://www.tightvnc.com/download.php">TightVNC Viewer</a>.</li>
<li>Run the VNC client, insert either DNS or IP address or your box followed by colon and number of display (<em>mylinuxbox.com:1</em>) and press OK.</li>
<li>Open a terminal emulator in your VNC session and navigate to the MC directory.</li>
<li>$ java -jar Multiclicker2.jar <strong><em>OR</em></strong> $ java -jar Multiclicker.jar</li>
</ol>
<h4>X11 forwarding</h4>
<p>When secure connection is a mandatory or you like complete desktop, choose this method.</p>
<ol>
<li> Windows users.
<ol>
<li>Install X Server for Windows. <a href="http://www.straightrunning.com/XmingNotes/">Xming X Server</a> is free. Run it.</li>
<li>Run PuTTY and do everything you are used to in order to connect to your server but do not open the connection yet.</li>
<li>Under Category: Connection-&gt;SSH-&gt;X11 tick Enable X11 forwarding.</li>
<li>Click Open.</li>
</ol>
<p>Others.</p>
<ol>
<li>$ ssh -X -l &lt;username&gt; &lt;box address&gt;</li>
<li>Enter your password.</li>
</ol>
</li>
<li>Navigate to the MC directory.</li>
<li>$ java -jar Multiclicker2.jar <strong><em>OR</em></strong> $ java -jar Multiclicker.jar</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/multiclicker-remote-linux-box-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errors and so on&#8230;</title>
		<link>http://www.autoclickers.org/news/errors-and-so-on/</link>
		<comments>http://www.autoclickers.org/news/errors-and-so-on/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 00:40:44 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=148</guid>
		<description><![CDATA[After many emails, PMs and forum topics asking the same question &#8220;What the heck Modified script error means?!&#8221;, I decided to explain all errors here. Modified script Stops account immediately Very annoying The famous error is meant to, in the first place, tell user that there is something wrong with the site script, that strings [...]]]></description>
			<content:encoded><![CDATA[<p><em>After many emails, PMs and forum topics asking the same question &#8220;What the heck Modified script error means?!&#8221;, I decided to explain all errors here.</em></p>
<p><strong>Modified script</strong></p>
<ul>
<li>Stops account immediately</li>
<li>Very annoying</li>
</ul>
<p>The famous error is meant to, in the first place, tell user that there is something wrong with the site script, that strings supposed to be there are missing. It doesn&#8217;t matter what caused this problem, but in all cases the user interaction is required to resolve it.</p>
<p>Most frequent cause is a malfunctioning or slow proxy or a proxy that doesn&#8217;t support HTTP POST. Also proxies that require non-bot verification (CoDeeN) are to blame.</p>
<p>Whenever you get this error, try to restart the account first. The site might have been overloaded or there might have been temporary routing problem. If it fails again, check the site manually looking for any &#8211; even very small &#8211; change in the script (yes, terminated hosting account may be the reason). Another option is to change the browser preset in your account, there are sites (bux.to) that block any connection attempt they find suspicious (they love to block you even for few hours after the last attempt). In the case of slow site, you may try to set higher timeout in settings.</p>
<p>After you tried everything described here and even more and it still doesn&#8217;t work, contact the developer of the plugin with very detailed description of the problem like if it happens irregulary or not, at which stage it happens (login/stats/adverts/&#8230;), your settings, &#8230;</p>
<p><span id="more-148"></span></p>
<p><strong>Connection error</strong></p>
<ul>
<li>Stops account according to settings (not necessarily)</li>
</ul>
<p>Not that common as Modified script error but if occures, it can be even more annoying.</p>
<p>Connection error doesn&#8217;t stop the account immediately. Instead, it waits some time and then tries to reconnect. The account is stopped only if number of connection attempts reached the limit (user-defined).</p>
<p>This error usually happens when there was a problem in the MC(2) -site communication &#8211; timeout, unknown protocol, malformed HTTP data etc. In very rare cases, when the problem is not serious enough to trigger Plugin error, it may be caused by the plugin itself and developer has to be contacted.</p>
<p><em>And in very ofter cases, the famous spyware4me is to blame because he screwed something up.</em></p>
<p><strong>Plugin error</strong></p>
<ul>
<li>Stops account immediately</li>
</ul>
<p>&#8230; means that either plugin developer or spyware4me doesn&#8217;t like you. Who when:</p>
<ul>
<li>Only several plugins don&#8217;t work =&gt; developers</li>
<li>No plugin works =&gt; spyware4me</li>
</ul>
<p>You can&#8217;t do anything to resolve this error except for contacting developer.</p>
<p><strong>Bad login details error</strong></p>
<ul>
<li>Stops account immediately</li>
</ul>
<p>Means the username is wrong or password is wrong or username and password are wrong, if not, contact the developer and tell him (or her; one never knows) what you think of him/her.</p>
<p><strong>Server error</strong></p>
<ul>
<li>Stops account according to settings (not necessarily)</li>
</ul>
<p>Very rare, occures only if page with no data or headers is obtained.</p>
<p><strong>It-doesn&#8217;t-start error</strong></p>
<ul>
<li>Multiclicker(2) can&#8217;t be started</li>
</ul>
<p><a href="http://java.com/download/">Download Java Runtime Environment</a> or get yourself a compatible computer, calculators and washing machines not supported.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/errors-and-so-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiclicker2 to support .ptc files</title>
		<link>http://www.autoclickers.org/news/multiclicker2-to-support-ptc-files/</link>
		<comments>http://www.autoclickers.org/news/multiclicker2-to-support-ptc-files/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:30:49 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=146</guid>
		<description><![CDATA[Multiclicker2 now supports old plugins (.ptc files) for Multiclicker1. If there are no problems with the compatibility layer of MC2, MC1 support will be terminated and all MC1 versions will report a new version available (v2.2.0 at this time). Download Multiclicker2 here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.multiclicker2.org/">Multiclicker2</a> now supports old plugins (.ptc files) for Multiclicker1.</p>
<p>If there are no problems with the compatibility layer of MC2, MC1 support will be terminated and all MC1 versions will report a new version available (v2.2.0 at this time).</p>
<p><a href="http://www.multiclicker2.org/download/">Download Multiclicker2 here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/multiclicker2-to-support-ptc-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiclicker2</title>
		<link>http://www.autoclickers.org/news/multiclicker2/</link>
		<comments>http://www.autoclickers.org/news/multiclicker2/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 23:02:57 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=143</guid>
		<description><![CDATA[Yes, it&#8217;s correct. Multiclicker2 has just come out and it has its own website: www.multiclicker2.org. I&#8217;m pretty exhausted by writing the About page of Multiclicker2, so go there before you continue reading. Multiclicker2 is a new multi-platform, multi-account and multi-PTC autoclicker written in Java. Multiclicker2 is designed to be easily extended with more PTCs directly [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s correct. <strong>Multiclicker2</strong> has just come out and it has its own website: <a href="http://www.multiclicker2.org/">www.multiclicker2.org</a>.</p>
<p>I&#8217;m pretty exhausted by writing the <a href="http://www.multiclicker2.org/about/">About page of Multiclicker2, so go there before you continue reading</a>.</p>
<blockquote><p><strong>Multiclicker2</strong> is a new multi-platform, multi-account and multi-PTC autoclicker written in Java.</p>
<p><strong>Multiclicker2</strong> is designed to be easily extended with more PTCs directly by users. It contains built-in Builder (SDK) with debugging support. Developer may choose to build PTC plugins (called simply “site” now) with Wizard, directly in source-code or even using both techniques.</p></blockquote>
<p>Yeah, it&#8217;s out and ready to kick some wealthy asses (virtually) but don&#8217;t celebrate yet. Although <strong>Multiclicker2</strong> is a really good piece of software (in compare with Multiclicker (1)), it still misses something &#8211; PTC plugins (now called just &#8220;sites&#8221;).<strong> I want to hereby ask anyone that created even single plugin for old Multiclicker to build sites for the new Multiclicker2 and upload them to <a href="http://extend.multiclicker2.org/">Multiclicker2 Extend site</a>.</strong> The extend site is still under development, several things may not work.</p>
<p>I&#8217;ve also set up simple Wiki at <a href="http://wiki.multiclicker2.org">wiki.multiclicker2.org</a> which will server as some kind of fast FAQ and support instead of using forum for everything. Feel free to register and make it better yourselves (it&#8217;s like Wikipedia).</p>
<p>Just one more thing: the old Multiclicker shows a new version now but I&#8217;ll leave this only for several days to make people &#8211; you &#8211; aware of Multiclicker2 and then set it back.</p>
<p><strong><a href="http://www.multiclicker2.org/">Multiclicker2 for the win!</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/multiclicker2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Database: New Domain!</title>
		<link>http://www.autoclickers.org/news/plugin-database-new-domain/</link>
		<comments>http://www.autoclickers.org/news/plugin-database-new-domain/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:34:13 +0000</pubDate>
		<dc:creator>arez</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=137</guid>
		<description><![CDATA[The PTC Plugin Database domain has changed. You can now access it at http://db.lolbit.de No data was lost and all Plugins should still be available. Greez, Arez]]></description>
			<content:encoded><![CDATA[<p>The PTC Plugin Database domain has changed. You can now access it at <a href="http://db.lolbit.de">http://db.lolbit.de</a></p>
<p>No data was lost and all Plugins should still be available.</p>
<p>Greez, Arez</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/plugin-database-new-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The PTC Plugin databse v2 update</title>
		<link>http://www.autoclickers.org/news/the-ptc-plugin-databse-v2-update/</link>
		<comments>http://www.autoclickers.org/news/the-ptc-plugin-databse-v2-update/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:41:17 +0000</pubDate>
		<dc:creator>arez</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=127</guid>
		<description><![CDATA[Its finally done! The testing phase of the PTC Database v2 has finished and now, it has completely moved to http://db.livechaos.de If you still want to check the old database to grab your plugins, take a look at http://db.livechaos.de/old greetings arez]]></description>
			<content:encoded><![CDATA[<p>Its finally done!<br />
The testing phase of the PTC Database v2 has finished and now, it has completely moved to <a href="http://db.livechaos.de">http://db.livechaos.de</a></p>
<p>If you still want to check the old database to grab your plugins, take a look at <a href="http://db.livechaos.de/old">http://db.livechaos.de/old</a></p>
<p>greetings<br />
arez</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/the-ptc-plugin-databse-v2-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

