View Single Post
  #4  
Old 12th May 2008, 14:39
sharky sharky is offline
Member
 
Join Date: Jan 2008
Posts: 12
Default Re: All torrents are freeleech
Or you can use a simple query



Code:
this to enable

mysql_query("UPDATE `torrents` set `freeleech` == 1");

this to disable

mysql_query("UPDATE `torrents` set `freeleech` == 0");
Reply With Quote