I would show you one, but on my site its being reserved for easter sunday (this sunday).
Basicaly it shows a little egg that is a random link to your "Easter Eggs"
Its only real point is to simulate an easter egg hunt for your site. if you have an rpg system on your site you can make it add gold or something similar by running a query like this one:
$DB_site->query("UPDATE user rpgmoney=rpgmoney+100 WHERE userid='$bbuserinfo[userid]");
THis example is for the rpg money with my rpg beta hack. YOu can just change the feild rpgmoney to gold money etc.
|