Thread: Project U-232
View Single Post
  #374  
Old 21st June 2016, 09:48
CAGADA CAGADA is offline
Senior Member
 
Join Date: Jan 2011
P2P
Posts: 17
Default
v3

Quote:
Originally Posted by Bigjoos View Post
Which version of U-232 ? There is differences between them.

You either need a left join to users table on browse.php so that you can grab class, or you add class to torrents table and you insert the uploaders user class on takeupload.php, then simply display it by grabbing class from browse.php and using format_username, without doing so will result in an undefined index and color wont show. Also U-232 has functions like format_username so you need to be specific which version.