Free traffic for your website

Are you a flash game developer?
Do you want to get free traffic to your website?
OK, I’ll teach you. Nothing illegal! 🙂

It’s all about site-lock version of the game.
Usually, code for locking the game looks like that:

1
2
3
4
5
6
7
8
9
10
if(...) //domain name is correct
{
  //let's play the game
  ...
}
else
{
  //show some angry message, or don't show anything at all
  ...
}

I do it the same way with one small change:

1
2
3
4
5
6
...
else
{
  //redirect to the page with the game at your website
  try {flash.net.navigateToURL(new URLRequest("http:// www.yourdoamin .com/your-flash-game/"), "_self");} catch(e:Error) {}
}

Now, if someone host the game somewhere, where it is not supposed to be hosted, it redirects player to your website.
And everyone is happy: player can play the game, you get +1 visitor.

All my games are available for download and host on other websites, but they come with ads or sponsor’s brandings. Same games can be played at my own website and they don’t have ads. Of course, ads-free version of the game is site-locked.

But there are some smart guys, like one from “jeux .com”, who grabbed ads-free version of the game, put it to his website and didn’t even check it.
Now, I have +1500 extra visitors per day, mainly from France.
Merci, mon cher ami! C’est très gentil. 🙂


YouYouWin

YouYouwin has recently bought “exclusive” license for almost all my games.
I just don’t understand, why they call it “exclusive”.
They simply took games “as-is” with all the links and logos, just asked to remove ads and leaderboard. They don’t even require to add their own logo.
Of course, the price is low too, the average price was ~$15 per game. 🙂
Also, they have added their own ads to the games, and pay %40 commissions to developers.
Let’s see, how it’s gonna work.



DISCLAIMER: The content in this blog represents the opinion of the author. No information here should be used for any purpose except for entertainment.