<?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>fabi.me</title>
	<atom:link href="http://fabi.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabi.me</link>
	<description></description>
	<lastBuildDate>Tue, 23 Apr 2013 08:08:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>3D Head Tracking using Webcam &amp; Kinect</title>
		<link>http://fabi.me/en/dev/3d-head-tracking-webcam-kinect-stereo/</link>
		<comments>http://fabi.me/en/dev/3d-head-tracking-webcam-kinect-stereo/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 09:45:22 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=628</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[</p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/dev/3d-head-tracking-webcam-kinect-stereo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DropPHP – simple PHP Dropbox API Client without cURL</title>
		<link>http://fabi.me/en/php-projects/dropphp-dropbox-api-client/</link>
		<comments>http://fabi.me/en/php-projects/dropphp-dropbox-api-client/#comments</comments>
		<pubDate>Sun, 09 Dec 2012 22:35:26 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[PHP Projects]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=614</guid>
		<description><![CDATA[DropPHP provides a simple interface for Dropbox’s REST API to list, download and upload files. For authentication it uses OAuthSimple, HTTPS requests are made with PHP’s built in stream wrapper. It does not require any special PHP libarys like PECL, cURL or OAUTH. It is released under a BSD license and there is a GitHub page. Functions The class [...]]]></description>
				<content:encoded><![CDATA[<p>DropPHP provides a simple interface for Dropbox’s REST API to list, download and upload files.</p>
<p>For authentication it uses <a href="https://github.com/jrconlin/oauthsimple" target="_blank">OAuthSimple</a>, HTTPS requests are made with PHP’s built in stream wrapper. It does not require any special PHP libarys like PECL, cURL or OAUTH.</p>
<p>It is released under a BSD license and there is a <a href="https://github.com/f4bsch/DropPHP">GitHub page</a>.</p>
<div class="wpfilebase-file-default" onclick="if('undefined' == typeof event.target.href) document.getElementById('wpfb-file-link-1').click();">
  <div class="icon"><a href="http://fabi.me/download/scripts/master.zip.html" target="_blank" title="Download DropPHP"><img align="middle" src="http://fabi.me/wp-includes/images/crystal/code.png" alt="DropPHP" /></a></div>
  <div class="filetitle">
    <a href="http://fabi.me/download/scripts/master.zip.html" title="Download DropPHP" target="_blank" id="wpfb-file-link-1">DropPHP</a>
    
    <br />
    master.zip.html<br />
    Version: 1.3<br />
  </div>
  <div class="info">
    12.4 KiB<br />
    2043 Downloads<br />
    <a href="#" onclick="return wpfilebase_filedetails(1);">Details</a>
  </div>
  <div class="details" id="wpfilebase-filedetails1" style="display: none;">
  
  <table border="0">
   
   <tr><td><strong>Author:</strong></td><td>Fabian Schlieper</td></tr>
   
   
   <tr><td><strong>Category:</strong></td><td>Scripts&amp;Codes</td></tr>
   
   <tr><td><strong>Date:</strong></td><td>9. December 2012</td></tr>
  </table>
  </div>
 <div style="clear: both;"></div>
</div><div style="clear:both;"></div>
<h2>Functions</h2>
<p>The class DropboxClient provides the following API functions.</p>
<p>On failure a DropboxException is thrown, so make sure you call the functions in a try-catch block.</p>
<p>Functions having argument dropbox_file/dropbox_path accept this to be a string or file/folder metadata.</p>
<table>
<tbody>
<tr>
<th>GetAccountInfo()</th>
<td>Retrieves information about the user’s account. Returns an object with <a href="https://www.dropbox.com/developers/reference/api#account-info.">account data</a>.</td>
</tr>
<tr>
<th>GetMetadata($dropbox_path)</th>
<td>Retrieves file and folder <a href="https://www.dropbox.com/developers/reference/api#metadata">metadata</a>.</td>
</tr>
<tr>
<th>GetFiles($dropbox_path=”, $recursive=false)</th>
<td>Get file list of a folder. Returns an array where keys the file paths and values <a href="https://www.dropbox.com/developers/reference/api#metadata">metadata</a>. If $recursive is true, all sub-folders are recursivly scanned. Note that this can take some time because each sub-folder causes a new API request.</td>
</tr>
<tr>
<th>DownloadFile($dropbox_file, $dest_path=”, $revision=-1)</th>
<td>
<p>Downloads a file to the specified location on the webserver. The destionation directory has to exist.</p>
<p>$revision: The revision of the file to download. This defaults to the most recent revision. Returns metadata of the downloaded file.</td>
</tr>
<tr>
<th>UploadFile($src_file, $dropbox_path=”)</th>
<td>Uploads a file from webserver to dropbox. Returns metadata of the uploaded file.</td>
</tr>
<tr>
<th>GetLink($dropbox_file, $preview=true)</th>
<td>Returns a download link to a file. If $preview is true it creates a link users can use to view a preview of the file in a web browser.</td>
</tr>
<tr>
<th>Delta($cursor)</th>
<td> Retrieves file changes. See <a href="https://www.dropbox.com/developers/reference/api#delta">delta</a></td>
</tr>
<tr>
<th>Copy($from_path, $to_path)</th>
<td> Copies a file or folder to a new location.</td>
</tr>
<tr>
<th>CreateFolder($path)</th>
<td> Creates a folder.</td>
</tr>
<tr>
<th>Delete($path)</th>
<td> Deletes a file or folder.</td>
</tr>
<tr>
<th>Move($from_path, $to_path)</th>
<td> Moves a file or folder to a new location.</td>
</tr>
</tbody>
</table>
<h2>Dropbox REST API Authentication</h2>
<p><a href="https://www.dropbox.com/developers/reference/api" target="_blank">Dropbox Rest API</a> uses <a href="http://en.wikipedia.org/wiki/OAuth" target="_blank">OAuth</a> for authentication. When the Dropbox is accessed for the first time, the PHP Client retrieves a request token from Dropbox webservice. This token needs to be authorized for a Dropbox user account, so the user is redirected to an authentication page where they allow the app access to their account. Afterwards the user is redirected back to the web application, where DropPHP uses the previously stored request token (and secret) to retrieve an access token. This access token is saved and will be used to authorize any further API requests.</p>
<h2>Setup</h2>
<ol>
<li><a href="https://www.dropbox.com/developers/apps" target="_blank">Create a Dropbox App</a></li>
<li>Copy &#038; Paste the App key and secret to the PHP code, that creates the DropboxClient object:<code>$dropbox = new DropboxClient(array('app_key' => "YOUR_APP_KEY",</code>‘app_secret’ => “YOUR_APP_SECRET”,’app_full_access’ => false, // if the app has full or folder only access),’en’); // language/country code</li>
<li>See sample.php. Your web application should run like the following logic (pseudo code):<br />
<code><code>If Then</code></code>Load Access Token$dropbox->SetAccessTokenElseIf ThenLoad previously stored request token$dropbox->GetAccessToken (using the request token)Save Access Token<br />
Delete request token<br />
Else<br />
$dropbox->GetRequestToken<br />
Save the request token secret<br />
$dropbox->BuildAuthorizeUrl<br />
Redirect to authorize url<br />
Exit<br />
EndIf<br />
Do Dropbox stuff</li>
</ol>
<h2>Tokens</h2>
<p>A token is an alpha-numeric code used to authorize API requests. Each token has a secret key, which is like a password to use the token. DropPHP uses an array to store tokens:</p>
<p>Array</p>
<p>(</p>
<p>[t] => 6lj3i20m4fsgi6y</p>
<p>[s] => 2pn7x2bjsm3xvq8</p>
<p>)</p>
<p>At Index t is the actual token, s is the token secret. In sample.php, this array is just serialized and written to a file (function store_token) in the folder /tokens. You should use your own method to save and load tokens (i.e. MySQL). Of course you can put the tokens in PHP’s $_SESSION array, then you have have to re-authenticate every new session.</p>
<p>If you get a wrapper not found error, make sure the PHP extension OpenSLL is loaded in php.ini:</p>
<p>extension=php_openssl.dll</p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/php-projects/dropphp-dropbox-api-client/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>KeyCommander</title>
		<link>http://fabi.me/en/tools/keycommander/</link>
		<comments>http://fabi.me/en/tools/keycommander/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 19:21:02 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[auto-clicker]]></category>
		<category><![CDATA[eingabe]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[keycommander]]></category>
		<category><![CDATA[Tastatur]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=54</guid>
		<description><![CDATA[KeyCommander is an application to create command chains assigned to a certian keyboard or mouse button. The idea is based on the functionality of . A command, called Action, cansimulate a mouse click, keyboard hit or execute another Windows program. All actions assigned to the same Event are executed consecutively as long as the Event [...]]]></description>
				<content:encoded><![CDATA[<p><em>KeyCommander </em> is an application to create command chains assigned to a certian keyboard or mouse button. The idea is based on the functionality of <strong><a href="http://fabi.me/en/tools/speed-autoclicker/">AutoClicker</a></strong>.<br />
<span id="more-54"></span></p>
<p>A command, called <strong>Action</strong>, cansimulate a mouse click, keyboard hit or execute another Windows program. All actions assigned to the same <strong>Event</strong> are executed consecutively as long as the Event is active, i.e. a certain key is pressed or have been pressed.</p>
<p>With this functionality you can create different procedures, for example a simple auto clicker, shutdown the computer with a single key press or open a website. In addition the mouse cursor can be moved.</p>
<p>You can save your created programs amd load them later.</p>
<p>Feature overview:</p>
<ul>
<li>Actions can be eecuted up to 200 times per second</li>
<li>create complex programs</li>
<li>Multi threading to execute multiple Events at the same time</li>
<li>automatic Updates</li>
<li><a href="http://fabi.me/en/entwicklung/keycommander-api/">extensible for developers with DLLs</a>, that can be written in C#</li>
</ul>
<p>If you have any questions feel free to <a href="#postcomment">leave a comment</a>.</p>
<p>For those who just need an AutoClicker: <a href="http://fabi.me/en/tools/speed-autoclicker/">Speed AutoClicker</a> is much easier to handle and faster.</p>
<p>[filebase:attachments]</p>
<h3>Changelog</h3>
<p>Version 1.3:</p>
<ul>
<li>Copy &#038; Paste Actions</li>
<li>Drag &#038; Drop Actions to a different Event</li>
<li>Multiple Actions can be moved at the same time</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/tools/keycommander/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Cisco VPN Client Installation problems</title>
		<link>http://fabi.me/en/sonstiges/cisco-vpn-client-install-problem/</link>
		<comments>http://fabi.me/en/sonstiges/cisco-vpn-client-install-problem/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 20:47:30 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[Sonstiges]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[netzwerk]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=529</guid>
		<description><![CDATA[Sorry, this entry is only available in Deutsch.]]></description>
				<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://fabi.me/feed/">Deutsch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/sonstiges/cisco-vpn-client-install-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMD GPU Clock Tool Shortcuts</title>
		<link>http://fabi.me/en/tools/amd-gpu-clock-tool-shortcuts/</link>
		<comments>http://fabi.me/en/tools/amd-gpu-clock-tool-shortcuts/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 20:37:26 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[overclocking]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=538</guid>
		<description><![CDATA[AMD GPU Clock Tool is a small program to set GPU and graphics memory clock. It can be used to change clocks with command line parameters, so you can create a shortcut on your desktop to overclock with a single mouse click. Executing AMDGPUClockTool.exe clock gives you a list of all available console commands for [...]]]></description>
				<content:encoded><![CDATA[<p><p>AMD GPU Clock Tool is a small program to set GPU and graphics memory clock. It can be used to change clocks with command line parameters, so you can create a shortcut on your desktop to overclock with a single mouse click.<br />
<span id="more-538"></span></p>
<p>Executing</p>
<p><code>AMDGPUClockTool.exe clock</code></p>
<p>gives you a list of all available console commands for overclocking.</p>
<p>A shortcut to set GPU clock to 680 MHz and Memory to 1010 would look like this:</p>
<p><code>"C:Program Files (x86)AMD GPU Clock ToolAMDGPUClockTool.exe" -eng=680 -mem=1010</code></p>
<p>To restore the default clocks the following command should work, but for some reason it does not do anything:</p>
<p><code>AMDGPUClockTool.exe -restore</code></p>
<p>I wrote a small tool to solve this issue by running the Clock Tool in a hidden mode and clicking the Restore button:</p>
<p>[filebase:file:file=52]</p>
<p>Just copy this EXE to the AMD GPU Clock Tool installation path und create a shortcut. The clocks are set to the default BIOS values (Power saving will work again, overclocking disables the feature if available)</p>
<p>For those who are interessted in the C source code:</p>
<p>[filebase:file:file=53]</p></p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/tools/amd-gpu-clock-tool-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Progressbar</title>
		<link>http://fabi.me/en/scripts-codes/php-fortschrittsbalken-ladebalken/</link>
		<comments>http://fabi.me/en/scripts-codes/php-fortschrittsbalken-ladebalken/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 19:00:21 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[Scripts & Codes]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=506</guid>
		<description><![CDATA[Sorry, this entry is only available in Deutsch.]]></description>
				<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://fabi.me/feed/">Deutsch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/scripts-codes/php-fortschrittsbalken-ladebalken/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Thermal Pad</title>
		<link>http://fabi.me/en/palm/webos-apps/thermal-pad/</link>
		<comments>http://fabi.me/en/palm/webos-apps/thermal-pad/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 23:33:08 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[webOS Apps]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=515</guid>
		<description><![CDATA[Thermal Pad simulates a heat-sensitive surface that reacts on finger tips. You can shake the device for faster cooling down of the pad. Choose between different colormaps and share your pad by e-mailing or set it as wallpaper. You can customize the behaviour of the pad by changing finger size, sensivity cooling and diffusing. Have [...]]]></description>
				<content:encoded><![CDATA[<p>Thermal Pad simulates a heat-sensitive surface that reacts on finger tips.<span id="more-515"></span> You can shake the device for faster cooling down of the pad.</p>
<p>Choose between different colormaps and share your pad by e-mailing or set it as wallpaper.</p>
<p>You can customize the behaviour of the pad by changing finger size, sensivity cooling and diffusing.</p>
<p>Have fun creating impressive images or just killing time with this app.</p>
<p>Download</p>
<p>http://developer.palm.com/appredirect/?packageid=me.fabi.thermalpad</p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/palm/webos-apps/thermal-pad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Labyrinth</title>
		<link>http://fabi.me/en/palm/webos-apps/labyrinth/</link>
		<comments>http://fabi.me/en/palm/webos-apps/labyrinth/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 02:30:06 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[webOS Apps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=489</guid>
		<description><![CDATA[Control a steel ball through a wooden labyrinth using the device&#8217;s accelerometer. Sounds easy but beware of the black holes! Try to get the ball in the goal taking as little time as possible. In this lite version of Labyrinth you can play 17 Levels with increasing difficulty. In the full version which will be [...]]]></description>
				<content:encoded><![CDATA[<p>Control a steel ball through a wooden labyrinth using the device&#8217;s accelerometer. Sounds easy but beware of the black holes! Try to get the ball in the goal taking as little time as possible.<br />
In this lite version of Labyrinth you can play 17 Levels with increasing difficulty.<br />
In the full version which will be release soon expect global highscore list, on-device level editor level sharing and more game objects!</p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/palm/webos-apps/labyrinth/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Seismograph</title>
		<link>http://fabi.me/en/palm/webos-apps/seismograph/</link>
		<comments>http://fabi.me/en/palm/webos-apps/seismograph/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 23:33:15 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[webOS Apps]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[webos]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=453</guid>
		<description><![CDATA[The webOS-App Seismograph uses the device&#8217;s built-in accelerometer to record movement impacts in three axes. You can select the axis whose data is drawn on the rolling scale and set the number of displayed records. Additionally you can change the amplitude (sensitivity) and enabled a high-pass filter to filter sensor noise. Beside analysing earthquakes you [...]]]></description>
				<content:encoded><![CDATA[<p>The webOS-App <em>Seismograph</em> uses the device&#8217;s built-in accelerometer to record movement impacts in three axes. <span id="more-453"></span> You can select the axis whose data is drawn on the rolling scale and set the number of displayed records.<br />
Additionally you can change the amplitude (sensitivity) and enabled a high-pass filter to filter sensor noise.</p>
<p>Beside analysing earthquakes you can test the damper of you car with this app.</p>
<h2>Changelog</h2>
<p>Version 0.2.1:</p>
<ul>
<li>Added Export function. See <a href="http://seismograph.fabi.me/">http://seismograph.fabi.me/</a></li>
</ul>
<p>Version 0.2.0:</p>
<ul>
<li>small Bugfixes</li>
<li>Recording function added to record and play data</li>
</ul>
<p>Version 0.1.1:</p>
<ul>
<li>Axis labels for time- and g-axis</li>
<li>Maximum shake magnitude can be displayed on the screen</li>
</ul>
<p><em>Seismograph</em> is available in the <em>App Catalogue</em> in all countries.<br />
Compatible with Palm Pre and Palm Pixi.</p>
<p><img class="alignnone size-full wp-image-460" title="seismograph_2009-26-11_100359" src="http://fabi.me/wp-content/uploads/2009/12/seismograph_2009-26-11_100359.png" alt="seismograph_2009-26-11_100359" width="480" height="320" /></p>
<p><img class="alignnone size-full wp-image-461" title="seismograph_2009-26-11_100559" src="http://fabi.me/wp-content/uploads/2009/12/seismograph_2009-26-11_100559.png" alt="seismograph_2009-26-11_100559" width="480" height="320" /></p>
<p><img class="alignnone size-full wp-image-462" title="seismograph_2009-03-12_234055" src="http://fabi.me/wp-content/uploads/2009/12/seismograph_2009-03-12_234055.png" alt="seismograph_2009-03-12_234055" width="480" height="320" /></p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/palm/webos-apps/seismograph/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Bin-LayerTrayer</title>
		<link>http://fabi.me/en/tools/binlayertrayer/</link>
		<comments>http://fabi.me/en/tools/binlayertrayer/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 17:30:51 +0000</pubDate>
		<dc:creator>Fabi</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[binlayer]]></category>
		<category><![CDATA[layertrayer]]></category>
		<category><![CDATA[tray]]></category>
		<category><![CDATA[werbung]]></category>

		<guid isPermaLink="false">http://fabi.me/?p=404</guid>
		<description><![CDATA[Bin-Layer-Trayer is a small windows application that displays your current balance in the tray bar. You can click on the icon to view yesterday&#8217;s and today&#8217;s earnings. Starts automatically with windows automatic api requests supports multiple accounts Setup Instruction: Get your API Key at https://binlayer.com/api-uebersicht.html. Only copy the key: http: //binlayer.de/api-d41d8cd98f00b204e9800998ecf8427e.xml Download and extract the [...]]]></description>
				<content:encoded><![CDATA[<p>Bin-Layer-Trayer is a small windows application that displays your current balance in the tray bar.</p>
<p>You can click on the icon to view yesterday&#8217;s and today&#8217;s earnings.</p>
<p><span id="more-404"></span></p>
<p><img src="/wp-content/uploads/2008/11/binlayertrayertray.png" border="0" alt="" /></p>
<ul>
<li>Starts automatically with windows</li>
<li>automatic api requests</li>
<li>supports multiple accounts</li>
</ul>
<p>Setup Instruction:</p>
<ol>
<li>Get your API Key at <a href="https://binlayer.com/api-uebersicht.html" target="_blank">https://binlayer.com/api-uebersicht.html</a>. Only copy the key: http: //binlayer.de/api-<strong><span style="text-decoration: underline;">d41d8cd98f00b204e9800998ecf8427e</span></strong>.xml</li>
<li>Download and extract the ZIP-File, start the program</li>
<li>Right click the small &#8220;BL&#8221;-Icon at the lower right corner of your screen and click on &#8220;Settings&#8221;.</li>
<li>A Form will open where you can paste your API Key</li>
<li>Click OK and a bubble should pop up</li>
</ol>
<p><img src="/wp-content/uploads/2008/11/binlayertrayersettings.png" border="0" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://fabi.me/en/tools/binlayertrayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
