Thread: Ratio zero
View Single Post
  #4  
Old 17th April 2015, 18:03
Demon-Cod3rs Demon-Cod3rs is offline
Banned
 
Join Date: Apr 2015
P2P
Posts: 47
Thumbs up
PHP Code:
$res sql_query("SELECT id, banned, seeders + leechers AS numpeers, UNIX_TIMESTAMP(added) AS ts, freeleech, vip
                     FROM torrents
                     WHERE " 
hash_where("info_hash"$info_hash)); 



PHP Code:
    $freeleech    $torrent["freeleech"];
    
$vip    $torrent["vip"]; 

PHP Code:
    if ($freeleech == 'yes'$downthis 0;
    if (
$vip  == 'yes'$downthis 0
Reply With Quote