Thread: Freeleech
View Single Post
  #1  
Old 23rd February 2013, 16:06
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default Freeleech
Guys ever had this problem?
Code:
:  Undefined index: free in \htdocs\mods\free_details.php in line 79
and on that line you have
Code:
$HTMLOUT .= (($row['free'] != 0 || $CURUSER['free_switch'] != 0 || $isfree['yep']) ? 
'<tr><td align="right" class="heading">Free Status</td><td align="left">'.
($row['free'] != 0  ? $freeimg.
'<b><font color="'.$clr.'">Torrent FREE</font></b> '.($row['free'] > 1 ? 
'Expires: '.get_date($row['free'], 'DATE').' 
('.mkprettytime($row['free'] - time()).' to go)<br />':'Unlimited<br />'):''):'').
i don't get how 'free' isn't defined
Reply With Quote