View Single Post
  #2  
Old 29th March 2013, 18:41
mat22 mat22 is offline
Senior Member
 
Join Date: Jun 2009
Latvia
Posts: 119
Default
What I do when I need things like this - just take field where you enter torrent name (which shows up in browse.php) and remake it for poster. For example, if you have name=\"title\" just make it name=\"poster\". Do it in upload.php and takeupload.php and then just add in database field called "poster" which is text, default is empty and it's not longer for 255 or 300 or whatever. That's all for most part.
Reply With Quote