View Single Post
  #6  
Old 21st July 2008, 11:21
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default Re: little problem whith netmaniac 1.6
its actually the torrenttable() function from bitorrent you need to post .. also post your language file so we can use the correct constant name..

or if you wanna try yourself look in bitorrent for the torrenttable function and then look through for the table headers .. you should find the upped by in there .. you should see something like
Code:
".UPPED." ".BY."
Change this to
Code:
".UPPED_BY."
but thats only a guess .. if the constant name isnt UPPED_BY (spelt exactly like that) then it wont work and you will have to find out the correct constant name or post the language file here along with the torrenttable function
Reply With Quote