View Single Post
  #8  
Old 27th February 2013, 19:48
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Try to replace in Upload.php

this:

PHP Code:
tr("YouTube""<input type=\"text\" name=\"tube\" size=\"80\" /><br />Samples, should be in the format of http://www.youtube.com/watch?v=TYxbGgeeVmI...t;\n"1); 
to this:

PHP Code:
tr("Trailer""<input type=text name=tube size=80 value='".$row["tube"]."'><br>(Direct link for youtube trailer)\n"1); 
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote