View file k/out.php
<?php include "conf.php"; $q = @mysql_query("select `outcounter`,`allushlo` from users where link='$link';"); $data = @mysql_fetch_array($q); $data['outcounter'] += 1; $data['allushlo'] += 1; @mysql_query("update users set outcounter='".$data['outcounter']."',allushlo='".$data['allushlo']."' where link='$link';"); @mysql_close(); header("Location: $link"); ?>