View Single Post
  #9  
Old 27th February 2013, 20:34
bestlap bestlap is offline
Senior Member
 
Join Date: Nov 2012
P2P
Posts: 51
Default
Quote:
Originally Posted by Chez View Post
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); 
No :(

But I want to ask you something in takeupload.php

tube how many places to put it becouse I put it one >>
PHP Code:
implode(","array_map("sqlesc", array(searchfield("$shortfname $dname $torrent $tube"
because I put and second time here >>

PHP Code:
$fname$CURUSER["id"], "no"$infohash$torrent$tube$totallen
but out me error >>

Upload failed!

mysql puked: Column count doesn't match value count at row 1




Please help me
Reply With Quote