Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   Over all stats (http://www.bvlist.com/showthread.php?t=7058)

wMan 2nd October 2011 20:37

Over all stats
 
1 Attachment(s)
http://i1235.photobucket.com/albums/...chbox123/h.png

include --->languages---->english---->ADD OVER WRITE THE ----->index.lang
ROOT---->PIC---->ADD THE navigation FOLDER

stats.php put in your plugins Dir
Read the readme note doc in the download

PAX 4th October 2011 08:39

plugins
 
Thanks, very good plugin. :ok::drink:

wMan 4th October 2011 18:22

Quote:

Originally Posted by PAX (Post 30448)
Thanks, very good plugin. :ok::drink:

you welcome

Marco 6th October 2011 10:09

:(
 
Sadly i can't explain why i have an error

i have 3 languages on my tracker on english works fine but the the other languages gives me error 500 i check out twice everything but i don't know what to do ...

wMan 7th October 2011 12:30

Quote:

Originally Posted by Marco (Post 30478)
Sadly i can't explain why i have an error

i have 3 languages on my tracker on english works fine but the the other languages gives me error 500 i check out twice everything but i don't know what to do ...

That coss its a index.lang eng post the rest of the index.lang ill fix them for you,
PHP Code:

if(!defined('IN_TRACKER'))
  die(
'Hacking attempt!');

// index.php
$language['index'] = array 
(
    
'nolast24visits'        =>'There have been no active users in the last 24 hours.',
    
'welcome'            =>'Welcome to {1}',
    
'recentnews'        =>'Recent news',
    
'newspage'            =>'<b>Manage News</b>',
    
'shoutbox'            =>'Shoutbox',
    
'message'            =>'Message: ',
    
'del'                    =>'del',
    
'edit'                    =>'edit',
    
'pm'                    =>'pm',
    
'latesttopics'        =>'Latest {1} Topics',
    
'topictitle'            =>'Topic Title',
    
'views'                =>'Views',
    
'replies'                =>'Replies',
    
'author'                =>'Author',
    
'lastposter'            =>'Last Poster',
    
'postedat'            =>'Posted At',
    
'lasttorrents'        =>'Last {1} Torrent Uploads'// Changed in v3.6
    
'name'                =>'Name',
    
'seeders'                =>'Seeders',
    
'leechers'            =>'Leechers',
    
'trackerstats'        =>'Tracker Statistics',
    
'registeredusers'    =>'Members / Limit',
    
'unconfirmedusers'=>'Unconfirmed users',
    
'torrents'                =>'Torrents',
    
'deadtorrents'        =>'Dead Torrents',
    
'warnedusers'        =>'Warned Users',
    
'bannedusers'        =>'Banned Users',
    
'vips'                    =>'VIP\'s',
    
'donors'                =>'Donor\'s',
    
'peers'                =>'Peers',
    
'seedleechratio'    =>'Seeder/leecher ratio (%)',
    
'totaldown'            =>'Total downloaded',
    
'uotalup'                =>'Total uploaded',
    
'trackerload'        =>'Tracker Load',
    
'ourtrackerload'    =>'Our Tracker Load: ',
    
'loadav'                =>'10 min load average',
    
'globaltrackerload'    =>'Global Server Load (All websites on current host servers): ',
    
'whatsgoinon'        =>'What\'s goin on?',
    
'last24visits'        =>'{1} Member(s) has visited during the last 24 hours: ',    
    
'newestmember'    =>'Welcome to our newest member, <b>{1}</b>',
    
'activeusers'        =>'Active users: ',
    
'diclaimer'            =>'Disclaimer',
    
'diclaimermessage'=>'None of the files shown here are actually hosted on this server. The links are provided solely by this site\'s users. The administrator of this site ({1}) cannot be held responsible for what its users post, or any other actions of its users. You may not use this site ({1}) to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms.',
    
'note'                    =>'This site is best viewed with <a href="https://www.mozilla.com/en-US/firefox/" title="Get Firefox - The Browser, Reloaded."><img src="https://www.mozilla.org/products/firefox/buttons/firefox_80x15.png" alt="Get Firefox" border="0" height="15" width="80" style="vertical-align: middle;" /></a> and with 1280*1024 in resolution. Recommended BitTorrent client\'s: <a href="https://www.utorrent.com/download.php" title="Get uTorrent"><img src="{1}utorrent.png" alt="Get uTorrent" border="0" height="15" width="80" style="vertical-align: middle;" /></a> <a href="https://www.getazureus.com/download.php" title="Get Azureus"><img src="{1}azureus.png" alt="Get Azureus" border="0" height="15" width="80" style="vertical-align: middle;" /></a>'// Updated in v3.8
    
'uploaddat'            =>'Uploaded at',
    
'showlast'            =>'Show Last Shouts'// Added v3.6
    
'size'=>'Size',//Added v4.1
    
'dactiveusers' => ' ({1} guests, {2} members, {3} hidden members)'// Added V4.2
    
'members'=>'Members',// Added in v5.0
    
'threads'=>'Threads',// Added in v5.0
    
'posts'=>'Posts',// Added in v5.0
    
'by'=>'by {1}',// Added in v5.0
    
'last'=>'Go to last post',// Added in v5.0
    
'online'=>'Most users ever online was {1}, {2} at {3}',// Added in v5.0
    
'llogin'=>'Last Login: {1}',// Added in v5.0
    
'pmessages'=>'Private Messages:',// Added in v5.0
    
'unreadmessages'=>'{1} Unread.',// Added in v5.0
    
'logout'=>'Log Out',// Added in v5.0
    
'show'=>'Show List',// Added in v5.6
    
'legend'=>'User Legend',// Added in v5.6
    
'pending'=>'Pending'// Mod Added Developer
    
'male'=>'Male'// Mod Added Developer
    
'female'=>'Female'// Mod Added Developer
    
'banned'=>'Banned'// Mod Added Developer
    
'warned'=>'Warned'// Mod Added Developer
    
'vip'=>'Vips'// Mod Added Developer
    
'totalupload'=>'Total Uploaded'// Mod Added Developer
);
?> 


PHP Code:

   'pending'=>'Pending'// Mod Added Developer
    
'male'=>'Male'// Mod Added Developer
    
'female'=>'Female'// Mod Added Developer
    
'banned'=>'Banned'// Mod Added Developer
    
'warned'=>'Warned'// Mod Added Developer
    
'vip'=>'Vips'// Mod Added Developer
    
'totalupload'=>'Total Uploaded'// Mod Added Developer 

translate the above to your needs and put in before the
);
?>
PHP Code:

 );
?> 


WhyMe 23rd January 2015 23:07

now why removed my thread Admin this is my mod none else and was telling em ... so stop removing my thread as its mine not yours :friend: my tsse ok Aka Developer ----- >whyme You should close the thread ok not remove my thread

Krypto 23rd January 2015 23:16

attention

Attention

All your doing is bringing old threads back to life for no reason whatsoever, hence why they will be removed!!!

I suggest you look at the last post dates before needlessly replying.






All times are GMT +2. The time now is 09:39.

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