Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   HELP NEEDED (http://www.bvlist.com/showthread.php?t=1833)

adrian21 18th January 2009 20:24

HELP NEEDED
 
1 Attachment(s)
I have a TBDev source and i want to add this : SEE ATTACHMENTAttachment 959

Edgein 18th January 2009 20:39

In bittorrent.php

search for statusbar
and there you can edit what you wand

regerds Edgein

Subzero 18th January 2009 20:40

Go To TBDEV>>>> Look in mods complete and working for stats bar

adrian21 18th January 2009 20:43

Re:
 
i searched but i didn't find enything:sos::sos::wallbash:

Subzero 18th January 2009 20:45

Board Message

Edgein 18th January 2009 20:48

search for somthing like this in bittorrent.php

PHP Code:

if (get_user_class() >= UC_LEECH) {
?>
<!-- //////// start the statusbar ///////////// -->
<table style='width: 70%;' class='bottom' border='1' cellpadding='2' cellspacing='1'>
  <tr>
   <td class="tablea"><table style="width:100%" cellspacing="0" cellpadding="0" border="0" >
    <tr>
     <td class="bottom" align="left"><span class="smallfont">Welcome back, <b><a href="userdetails.php?id=<?=$CURUSER['id']?>"><?=$CURUSER['username']?></a></b><?=$medaldon?><?=$warn?>&nbsp; <a href="logout.php">[logout]</a>  <b>Connectable:&nbsp;<?=$connectable?>&nbsp;&nbsp;</b><br/>

     Ratio: <?=$ratio?>&nbsp;&nbsp;Uploaded: <font color=green><?=$uped?></font>&nbsp;&nbsp;Downloaded: <font color=red><?=$downed?></font>&nbsp;&nbsp;Active Torrents:&nbsp;</span> <img alt="Torrents seeding" title="Torrents seeding" src="pic/arrowup.gif">&nbsp;<font color=green><span class="smallfont"><?=$activeseed?></span></font>&nbsp;&nbsp;<img alt="Torrents leeching" title="Torrents leeching" src="pic/arrowdown.gif">&nbsp;<font color=red><span class="smallfont"><?=$activeleech?></span></font></td>
     <td class="bottom" align="right"><span class="smallfont">The time is now: <?echo "$datum[hours]:$datum[minutes]";?><br/>
     <?
       
if ($messages){
               print(
"<span class=smallfont><a href=inbox.php>$inboxpic</a> $messages ($unread New)</span>");
  if (
$outmessages)
     print(
"<span class=smallfont>&nbsp;&nbsp;<a href=inbox.php?out=1><img height=14px style=border:none alt=sentbox title=sentbox src=pic/pn_sentbox.gif></a> $outmessages</span>");
  else
     print(
"<span class=smallfont>&nbsp;&nbsp;<a href=inbox.php?out=1><img height=14px style=border:none alt=sentbox title=sentbox src=pic/pn_sentbox.gif></a> 0</span>");
       }
       else
       {
               print(
"<span class=smallfont><a href=inbox.php><img height=14px style=border:none alt=inbox title=inbox src=pic/pn_inbox.gif></a> 0</span>");
  if (
$outmessages)
     print(
"<span class=smallfont>&nbsp;&nbsp;<a href=inbox.php?out=1><img height=14px style=border:none alt=sentbox title=sentbox src=pic/pn_sentbox.gif></a> $outmessages</span>");
  else
     print(
"<span class=smallfont>&nbsp;&nbsp;<a href=inbox.php?out=1><img height=14px style=border:none alt=sentbox title=sentbox src=pic/pn_sentbox.gif></a> 0</span>");
       }
       print(
"&nbsp;<a href=friends.php><img style=border:none alt=Buddylist title=Buddylist src=pic/buddylist.gif></a>");

     
?>
     </span></td>

    </tr>
    </table></table>


adrian21 18th January 2009 21:02

Re:
 
Thx

wMan 19th January 2009 01:20

thats staus bar your after its on tbdev :coffee:


All times are GMT +2. The time now is 02:49.

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