Mochibot - Track your stolen swf files

Many times Flash games, Flash Applications and Flash Animations get copied from one website to another. With MochiBot you can keep track of your swf files, you can pinpoint the sites (urls) that are hosting your swf file. You can also use it to track your Flash marketing campaign effectiveness.
It works like this, you sign up with Mochibot (for free) and create a code for your swf file, then you put this code inside your flash file. Now you can sit back and keep track of the stats on this file by logging in to your Mochibot account. Below is the example of a graph generated by Mochibot.

Related Posts
- Files-Upload.com - upload up to 1GB file size (free)
- Mirror Me
- Check Rankings.com - free keyword tracker
- TracksLife - Track everything
- Referrer.org










By matt on Jan 28, 2008
Or, being a flash developer, you can probably already code your own protection and tracker - it’s not that hard.
For protection, ensure _root._url is your site.
For tracking, do the following:
var tracker=new LoadVars();
tracker.sendAndLoad(”http://yoursite/tracker.php”,tracker,”POST”);
and make tracker.php store the server IP address (and any other details you want) in a database.
If you don’t know php, there are many tutorials, Google.
By Ades on Jan 29, 2008
thanks matt, that seems quite simple to do. i haven’t touched actionscripting for years…. sigh, need to brush up my flash skills ;)