Mod the bot July 4, 2008
Posted by pawnee in Uncategorized.1 comment so far
Today we started a mod contest. Every one who modificated pawnees travianbot can participate.
Visit the new helpcenter to get more informations.
We moved July 1, 2008
Posted by pawnee in Uncategorized.add a comment
We moved pawnee’s travianbot to a seperate place with own download section.
Please visit
www.openmatchbox.net/travianbot
to download pawnee’s travianbot.
Opera button for Remember The Milk June 19, 2008
Posted by pawnee in Uncategorized.Tags: Opera
2 comments
I really like Remember The Milk. There is a lot of third party software around like e.g. Quickadd. They offer also a opera quickadd-link. The only problem with this link is that it requires the personal or the hyberlink toolbar to place it. I use non of these toolbars so I packed the existing link into a opera button which can be placed everywhere on your beloved browser
Note: Since I was not able to add the javascript code from the button to wordpress I had to make a link to a blank site with the link.
Automated TravianBot November 8, 2007
Posted by pawnee in Uncategorized.3 comments
Thanks to Allan from our forum. He wrote an automated travianbot based on my bot. I went througt the code and i think he made a great work.
If your interested in you can download the bot on the right side of this page (autotravbot.rar). Allan wrote a description covering the installation, basic setup and how to run the bot.
so enjoy your sleep while the travianbot build your village
New travianbot site October 4, 2007
Posted by pawnee in Uncategorized.add a comment
Today i revised the travianbot site. I tried to include some frequently asked questions. If i forgot some very important facts please post a comment.

Visit the new site: http://pawnee.wordpress.com/travian-bot-building-queue/
Change Parallels Desktop 3.0 filetype icons July 11, 2007
Posted by pawnee in mac.add a comment
Parallels Desktop 3.0 provides a great new feature called coherence. Since the newest release you are able to open documents from the finder directy with a parallels application. For example to open a Word 2007 docx document I can double click on it an the windows xp virtual machine starts and open the document in Word 2007.
![]()
I am very exciting about this feature with one exception. All documents linked to a virtual machine application have this white standard icon.

So I made a How To for changing this icon.
Nice to know:
- As you maybe know every Application is a Folder (use a terminal to try it out)
For Example
ls /Applications/Preview.app/Contents - Every Applications has a Ressources Folder (you should have seen this folder in Preview.app/Contents). This Ressources Folder contains at least one icns-file (File which contains the icon-picture in different sizes).
- Now every Applications has a Info.plist file too. All filetypes which this app is able to open has an entry in this file under
<key>CFBundleTypeExtensions</key>
for example the filetype pdf:
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pdf</string>
<string>PDF</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>pdf.icns</string>
<string>pdf.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/pdf</string>
</array>
<key>CFBundleTypeName</key>
<string>NSPDFPboardType</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>PDF </string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.adobe.pdf</string>
</array>
<key>NSDocumentClass</key>
<string>PVPDFDocument</string>
</dict>
As you see in line 7 and 8 there is a link to the icon file icns for this filetype. Now this is how a app defines its filetypes and icons. For my Excel 2007 in my virtual machine with windows xp you wouldn’t expect an application folder under mac os x. But there is one. In the virtual machine folder (in my case Documents>Parallels>Microsoft Windows Xp) is a folder called Windows Application. This Folder contains all windows application you ever started with Parallels. As you might think this folder containing a Ressources folder and a info.plist file too.
1. Copy an icns file (for exampel an icon file for docx) into the Ressources folder.
2. edit info.plist
3. Search for the CFBundle Type Extensions Key for the docx filetype:
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>docx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>docx.icns</string>
<key>CFBundleTypeName</key>
<string>DOCX File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
4. Change the CFBundle TypeIconFile String from my_documents.icns to docx.icns (or how you named the icns you copied into the Ressources Folder)
5. Save info.plist and in my case reboot Mac OS X (I don’t know if you have to reboot, but I saw the changes not until I rebooted.).
6. Now you can change the icon for every filetype you want. e.g. exlx
mobical.net todo widget April 10, 2007
Posted by pawnee in Uncategorized.1 comment so far
Today i wrote a widget for the online sync service mobical.net. Mobical.net syncs my mobile phone contacts, events and tasks online. With the widget you can create tasks easily from the dashboard.
For more infos click here.
Use every RC Toy Transmitter as a game controller April 6, 2007
Posted by pawnee in Hardware.1 comment so far
To play a race game on a PC you use either a steering wheel or the keyboard. In my case, I rarely play games so I don’t own a steering wheel. My brother use a rc wheel controller to control his rc car.
My idea was to connect this transmitter to my pc as a game controller. Here’s the result:
Components:
- RC USB Interface
- 2.5mm 3.5mm audio jack (depends on the RC USB Interface)
Tools:
- soldering iron
- screwdrivers to open the case of the transmitter
How-to:
- First you have to open the transmitter case
- Now you have to search for the ppm signal
I used a soundcard oscilloscope for this job - Connect the audio jack to the ppm signal using the soldering iron
Important: You have two lines on the oscilloscope. Put one line to the ground and with the other line go throught the pins of the microcontroller.
![]()
Now you can plug in the RC USB Interface to the transmitter and to the PC.
In Windows XP, the interface should be recognized as a game controller.
Have Fun.
How to use Opera in a dualboot system March 29, 2006
Posted by pawnee in Opera.add a comment
Primarily I use Ubuntu on my notebook, but for some reasons ( school, games) I need Windows Xp too.
I use Opera as mail client and for managing my contacts and notes. A great disadvantaged was that I couldn't use the mailaccount from linux in windows. The same with contacts and notes.
(more…)
