<?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, 06 Sep 2010 15:53:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 &#8211; Virtual Network [...]]]></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 supposed to be there [...]]]></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 by users. It [...]]]></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>
		<item>
		<title>Autoclickers.org on paid hosting</title>
		<link>http://www.autoclickers.org/news/autoclickers-org-on-paid-hosting/</link>
		<comments>http://www.autoclickers.org/news/autoclickers-org-on-paid-hosting/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 15:27:48 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=125</guid>
		<description><![CDATA[When I moved the web to a free hosting the day before yesterday, I didn&#8217;t even think of buying hosting&#8230;
&#8230; until a very interesting email arrived:
Your website has just reached the bandwidth or CPU limit provided with your free hosting account.  We suggest this is due to the success of your website and we acknowledge [...]]]></description>
			<content:encoded><![CDATA[<p>When I moved the web to a free hosting the day before yesterday, I didn&#8217;t even think of buying hosting&#8230;</p>
<p>&#8230; until a very interesting email arrived:</p>
<blockquote><p>Your website has just reached the bandwidth or <strong>CPU limit</strong> provided with your free hosting account.  We suggest this is due to the success of your website and we acknowledge your website is very popular!</p></blockquote>
<p><em>Ladies and gentlemen, this site reached whole <strong>monthly </strong>CPU<strong> </strong>limit in <strong>one day</strong>!</em></p>
<p>I had only two options:</p>
<ol>
<li>Move to another free hosting and wait until they suspend my account and then move to another one and so on.</li>
<li>Pay for hosting and not get into vicious circle.</li>
</ol>
<p>I choosed the second option as I believe it will avoid lots of difficulties for us all and allow us to concentrate on other things than moving the web again and again.</p>
<p>Conserning Autoclickers.org leading to mybookface.net &#8211; the account was suspended for reasons I wrote above, but the domain still pointed to nameservers of the free hosting, which redirected it to that website. It should be resolved now but some slower DNS servers may still point there. If you have problems reaching Autoclickers.org, consider using <a rel="nofollow" href="http://www.opendns.com/">OpenDNS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/autoclickers-org-on-paid-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving website</title>
		<link>http://www.autoclickers.org/news/moving-website/</link>
		<comments>http://www.autoclickers.org/news/moving-website/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 14:59:34 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=121</guid>
		<description><![CDATA[I&#8217;m forced to move Autoclickers.org to another hosting.
The website may not be accessible for several hours.
Thank you for your understanding.
EDIT:  Site moved.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m forced to move Autoclickers.org to another hosting.</p>
<p>The website may not be accessible for several hours.</p>
<p>Thank you for your understanding.</p>
<p>EDIT:  Site moved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/moving-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better groupping system &#8211; v1.5.1</title>
		<link>http://www.autoclickers.org/news/better-groupping-system-v151/</link>
		<comments>http://www.autoclickers.org/news/better-groupping-system-v151/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:00:00 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=110</guid>
		<description><![CDATA[After Multiclicker 1.5.0 was released, a lot of users complained that they can&#8217;t sort their accounts by balance and status anymore, that it was confusing and ugly.
I have to say it was a mistake to explicitly group accounts by PTCs and not provide other options. This version should set everything right.

Accounts are not groupped by [...]]]></description>
			<content:encoded><![CDATA[<p>After Multiclicker 1.5.0 was released, a lot of users complained that they can&#8217;t sort their accounts by balance and status anymore, that it was confusing and ugly.</p>
<p>I have to say it was a mistake to explicitly group accounts by PTCs and not provide other options. This version should set everything right.</p>
<ul>
<li>Accounts are not groupped by default</li>
<li>3 options of groupping &#8211; off, by PTC and by account</li>
<li>Ability to add multiple accounts of the same name, password and other settings to different PTCs at once</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/better-groupping-system-v151/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.5.0 released</title>
		<link>http://www.autoclickers.org/news/150-released/</link>
		<comments>http://www.autoclickers.org/news/150-released/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 23:16:35 +0000</pubDate>
		<dc:creator>spyware4me</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.autoclickers.org/?p=104</guid>
		<description><![CDATA[This release is somehow special, as Multiclicker is now one of few Java programmes that have fully working implementation of sortable JTreeTable.
How can I know that?

It took me about two or three days just to find free basic JTreeTable classes.
Most of time, Google returned paid implementations (Non-free stuff in free programme?! Forget it!).
Good, nice and [...]]]></description>
			<content:encoded><![CDATA[<p>This release is somehow special, as Multiclicker is now one of few Java programmes that have fully working implementation of sortable JTreeTable.</p>
<p>How can I know that?</p>
<ol>
<li>It took me about two or three days just to find free basic JTreeTable classes.</li>
<li>Most of time, Google returned paid implementations (Non-free stuff in free programme?! Forget it!).</li>
<li>Good, nice and finally free JTreeTable was part of BIG library (<a href="http://swinglabs.org/">SwingX</a>) with dependences on almost everything in there.</li>
<li>NetBeans has its own implementation &#8211; Outline. I couldn&#8217;t make my brain understand how to use it.</li>
<li>Last found (and used) one was <a href="http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html">published on Sun&#8217;s Developer Network</a>, but as the rest of free JTreeTables, it doesn&#8217;t support sorting by clicking on table header.</li>
</ol>
<p>Blah, blah. Let us finally see the changelog!</p>
<ul>
<li>Removed AdsTab.com &#8211; it is not a PTC anymore</li>
<li>Fixed new-clicks statistics (after very long time, was bugged since 1.3.0 ?)</li>
<li>Changed Account Table to JTreeTable (may be a little faster now)</li>
<li>That also means you can now remove your accounts directly from Multiclicker <img src='http://www.autoclickers.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>A lot of minor improvements</li>
<li>Better launcher script for unix-like OSes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.autoclickers.org/news/150-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
