Thread: Poster Mod
View Single Post
  #7  
Old 22nd February 2013, 18:01
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
i started with sql ... and after i put in upload.php this:



PHP Code:
<tr>

      <
tr>

      <
td class='heading' valign='top' align='right'>{$lang['upload_poster']}</td>

      <
td valign='top' align='left'><input type='text' name='poster' size='80' /><br />{$lang['upload_poster1']}</td>

      </
tr>


      </
tr
and is show me this error:


Parse error: syntax error, unexpected '<' in D:\xampp\htdocs\upload.php on line 46


i removed <tr> </tr> but is show me same error but on another line

i tried this
PHP Code:
      tr("<td class='heading' valign='top' align='right'>{$lang['upload_torrent']}</td>");

      
tr("<td valign='top' align='left'><input type='file' name='file' size='80' /></td>"); 
but is show me on upload page this errors:


Warning: Missing argument 2 for tr(), called in D:\xampp\htdocs\upload.php on line 48 and defined in D:\xampp\htdocs\include\tracker.php on line 493

Warning: Missing argument 2 for tr(), called in D:\xampp\htdocs\upload.php on line 50 and defined in D:\xampp\htdocs\include\tracker.php on line 493

Bump: and i don't have the lang files in this source
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote