View Single Post
  #2  
Old 10th February 2010, 07:05
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
open include/bittorent.php

look for
PHP Code:
if ($variant == "index"

        echo 
"<thead><tr><th align=\"center\" width=\"7%\"><p><a href=\"$phpself?sort=4&amp;type=$link4\" title=\"Sort by "._bttype." ".$link4."\">"._bttype."</a></p></th>"
        echo 
"<th align=\"center\" width=\"51%\"><p><a href=\"$phpself".$oldlink."sort=1&amp;type=$link1\" title=\"Sort by "._btname." ".$link1."\">"._btname."</a></p></th>"
        echo 
"<th align=\"center\" width=\"1%\"><p>"._btcomments."</p></th>"
        echo 
"<th align=\"center\" width=\"7%\"><p><a href=\"$phpself".$oldlink."sort=7&amp;type=$link7\" title=\"Sort by "._btseeders." ".$link7."\">"._btseeders."</a></p></th>"
        echo 
"<th align=\"center\" width=\"7%\"><p><a href=\"$phpself".$oldlink."sort=8&amp;type=$link8\" title=\"Sort by "._btleechers." ".$link8."\">"._btleechers."</a></p></th>"
        echo 
"<th align=\"center\" width=\"1%\"><p>"._btnet."</p></th>"
}else{ 
        echo 
"<thead><tr><th align=\"center\" width=\"7%\"><p>"._bttype."</p></th>"
        echo 
"<th align=\"center\" width=\"51%\"><p>"._btname."</p></th>"
        echo 
"<th align=\"center\" width=\"1%\"><p>"._btcomments."</p></th>"
        echo 
"<th align=\"center\" width=\"7%\"><p>"._btseeders."</p></th>"
        echo 
"<th align=\"center\" width=\"7%\"><p>"._btleechers."</p></th>"
        echo 
"<th align=\"center\" width=\"1%\"><p>"._btnet."</p></th>"

and change % values like 7% to 5% will change width of columns

wait for more
Reply With Quote