<?
include('config.php');
?>
<html>
<head>
<script src="
http://vkontakte.ru/js/api/share.js?5"></script>
<script src="
http://vkontakte.ru/js/api/xd_connection.js?2"></script>
<script src="
http://code.jquery.com/jquery-1.4.3.min.js"></script>
</head>
<body>
<center><div id="lider"></div><a href="javascript://" onclick="king();">Стать королём</a></center>
<script type="text/javascript">
VK.init(function(){ });
VK.api('getProfiles', { uids:"<? echo $lider_id; ?>", fields:"first_name, uid, photo_medium" }, function(data){
document.getElementById('lider').innerHTML='<br/><a href="
http://vkontakte.ru/id'+data.response[0].uid+'" target="_blank"><img src="'+data.response[0].photo_medium+'"><center>'+data.response[0].first_name+'</center>';
});
VK.addCallback('onBalanceChanged', function(){ king(); });
function king(){
$.get('king.php<? echo $url; ?>', function(data){
if (data=='1'){ window.location.href=window.location.href; }
if (data=='2'){ VK.callMethod('showPaymentBox', 1); }
});
}
</script>
</body>
</html>
Сохрани как индекс.пхп и посмотри результат.