View Single Post
  #5  
Old 28th September 2019, 08:01
Elena Elena is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 111
Default
Quote:
Originally Posted by elvira View Post
sorry Elena but I doesnt see your question and code you add still testing
Your topic: https://www.bvlist.com/showthread.php?p=54130

What userfree in the request is responsible for:
Code:
$rz = mysql_query("SELECT id, uploaded, downloaded, class, userfree, parked FROM users WHERE passkey=".sqlesc($passkey)." AND enabled = 'yes' ORDER BY last_access DESC LIMIT 1") or err("Tracker error 2");
And the code that I gave works 100%. I offered you the best result with a minimum of costs and queries to the database.
Reply With Quote