[b]@mac.quellet[/b]
scan down very slowly, you'll find it in this part of the php file. I've made it bold, so you can see it

[quote].jcarousel-prev {
display: none;
}
.iradius50 {
position:relative;
}
-->
</style>
<link type="text/css" rel="stylesheet" media="screen" href="skin.css" />
<link rel="stylesheet" type="text/css" media="screen, print" href="tracker.css" />
<script type="text/javascript" src="jquery.txt"></script>
<script type="text/javascript" src="jquery.jcarousel.pack.txt"></script>
<?php
$phpowner="[b]UR_FRIEND_ID[/b]";
$limit=10000;
$owner=$_GET["ownerID"];
$id=$_GET["friendID"];
$photo=$_GET["photo"];
$mood=$_GET["mood"];[/quote]