Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=93)
-   -   [PMBT 2.0] TLeech tracker and forum (http://www.bvlist.com/showthread.php?t=1595)

joeroberts 19th December 2008 01:52

[PMBT 2.0] TLeech tracker and forum
 
5 Attachment(s)
This is Based off the TorrentLeech theme with now functions and a matched phpBB3 style.

You also get a PSD file for the header !

Rely Hope you enjoy them.


Attachment 849 Attachment 850 Attachment 855


and add the spacer.gif to your images folder

oem 19th December 2008 15:21

Nice \o/

kermit2009 30th December 2008 01:57

nice work
 
looks nice love that theme

joeroberts 30th December 2008 02:12

:lol: thanks

Azurious 18th January 2009 01:37

Quote:

Originally Posted by joeroberts (Post 7745)
:lol: thanks

thanks nice theme but i got error on every page

HTTP 404 Error - Not FoundA 404 HTTP Error Occurred while Processing Your Request.
The Requested Page Does Not Exist.
Please check the URL in your Browser carefully, and correct it if needed.
Contact if you're having problems.


http://i426.photobucket.com/albums/p...Untitled-1.jpg

joeroberts 18th January 2009 02:58

what is the url?

Azurious 18th January 2009 09:18

Quote:

Originally Posted by joeroberts (Post 8263)
what is the url?

AXiS Torrent

joeroberts 18th January 2009 09:25

go to admin settings and turnoff SearchRewrite

Azurious 18th January 2009 09:30

Quote:

Originally Posted by joeroberts (Post 8273)
go to admin settings and turnoff SearchRewrite

done now working fine thanks alot joeroberts :drink:

wMan 24th May 2009 00:58

1 Attachment(s)
wtf ?

Attachment 1414

kosmyn2008 18th August 2009 10:36

looks nice..thank you

AJ1804 23rd August 2009 09:23

Thanks 4 the great theme :drink:

gokturk 20th November 2009 03:45

u super
very thank you

daffy 25th November 2009 19:48

how does one make this theme wider over all. and add side columns.

joeroberts 25th November 2009 20:54

that would be hard to do you well need to competely rewrite the theme header

xDev 1st February 2010 01:50

thank you for the themes for this code as well

daffy 8th May 2010 21:16

Quote:

Originally Posted by joeroberts (Post 17778)
that would be hard to do you well need to competely rewrite the theme header

ok well how do we make this wider. its so narrow, especially now with new torrent table added.

joeroberts 8th May 2010 21:27

the header is One large image with html incoded into it you would have to resize the image and resized the blank images so that they align the links with the image

daffy 3rd September 2010 03:23

slite header change
 
edited my main.php to look more like tleech as shown below.


open tleech/main.php

find
Code:

          if ($user->user)
      {
          print("

");
         
                if ($arr["downloaded"] == 0) $userratio = "∞";
                else {
            if ($user->uploaded > 0)
            {
                $ratio = number_format($user->uploaded / $user->downloaded, 2);
        if ($user->downloaded == 0)
                $userratio = "8";
        elseif ($ratio < 0.1)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.2)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.3)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.4)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.5)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.6)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.7)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.8)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.9)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 1)
                $userratio = "" . $ratio . "";
        else
                $userratio = "".  $ratio . "";
            }
            }
           
            print(_btwelcomebk.", id\">$user->name".$usrclass);
            if($user->invites == 0)
                print(", you have no invite  ");
            else
                print(", you have ".$user->invites." invites  ");
          print("\"Downloaded\" ".mksize($user->downloaded)."");
          print("  \"Uploaded\" ".mksize($user->uploaded)."");
          print("  \"Ratio\" ".$userratio." ");
          print("
\n");
      }
}

replace with this
Code:

          if ($user->user)
      {
          print("

 

   


   

      ");           
          print("



   

   
");

                      $sql = "SELECT seedbonus, avatar, uploaded,  downloaded, ratio, invites, can_do, level, uploaded/downloaded AS ratio FROM ".$db_prefix."_users WHERE id = '".$user->id."';";
        $res = $db->sql_query($sql);
        list ($seedbonus, $avatar, $uploaded, $downloaded, $invites, $can_do, $level, $ratio) = $db->sql_fetchrow($res);
               
            if ($user->uploaded > 0)
            {
                $ratio = number_format($user->uploaded / $user->downloaded, 2);
        if ($user->downloaded == 0)
                $userratio = "8";
        elseif ($ratio < 0.1)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.2)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.3)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.4)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.5)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.6)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.7)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.8)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.9)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 1)
                $userratio = "" . $ratio . "";
        else
                $userratio = "".  $ratio . "";
            }
       

       
            print("welcome back, id\">$user->name  ".$usrclass);           
      print("[logout]
");           
      print("Ratio: ".$userratio."   Uploaded: ".mksize($user->uploaded)."  Downloaded: ".mksize($user->downloaded)."  Bonus: [".$user->seedbonus."]
The time is now: " . gmdate(" H:i:s", time()) . "
inbox Inbox  sentbox Sentbox Buddylist
     
\n");
      }

http://leetleech.org/images/64836838399935732616.jpg
http://leetleech.org/images/55487556027413025709.jpg

culay111 3rd September 2010 15:03

error
 
1 Attachment(s)
a news main.php!



daffy 3rd September 2010 15:51

whats new? screenshots? what have you done?

culay111 3rd September 2010 21:00

reply
 
my poster a new main.php

http://imm.io/media/1c/1cHO.jpg

daffy 3rd September 2010 21:08

hm, il ask again
whats new? what have you done?
all you have done is made border thicker on frames and now it looks less color like tleech.:coffee::fire:

culay111 3rd September 2010 21:11

reply
 
stand easy!
have not understood correctly!
I just put your code and I posted new main.php to ease the work that will update the design


All times are GMT +2. The time now is 18:53.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.