TBDev2009 Heavy Beta
- File Name
- TBDev2009 Heavy Beta by CoLdFuSiOn
- Submitted
- 29 January 2011 - 11:54 PM
- Last Updated
- 29 March 2011 - 06:00 PM
- Screenshot
- View Screenshots
- File Size
- 1.6MB (Estimated Download Times)
- Views
- 12294
- Downloads
- 6985
- Comments
- View Comments
This "was" a preview version to cover the outage of the SVN at sourceforge.
You can now use sourceforge's svn to keep current with TBDev2009 Heavy Edition at the following link...
http://tbdevnet.svn....tbdevnet/trunk/
You can now use sourceforge's svn to keep current with TBDev2009 Heavy Edition at the following link...
http://tbdevnet.svn....tbdevnet/trunk/
Download File
Saved Versions
Random Files
|
File Name: SoftMP3.rar In Category: Other Sourcecodes |
File Name: rivettracker_1-0.zip In Category: Other Sourcecodes |
File Name: X-FusionTracker.rar In Category: Other Sourcecodes |
File Name: ieverlanduploadedbybic.rar In Category: Old TBSource & TBDev sources |
File Name: Edited RoScene_.rar In Category: Other Sourcecodes |
Download Statistics
- Total Files
- 87
- Total Categories
- 5
- Total Authors
- 1
- Total Downloads
- 97,926
- Latest File
- The latest file submitted was TBDev2009 Heavy Beta by CoLdFuSiOn (submitted 29 March 2011 - 06:00 PM)

Help
Add to favorites
View CoLdFuSiOn's other files
Leave a comment
Comments
nightwisher
13 February 2011 - 06:18 PM | #1gionte
15 February 2011 - 06:03 AM | #2thank you for help
nightwisher
15 February 2011 - 05:32 PM | #3Ultimate Congo
16 February 2011 - 01:45 AM | #4Filmub
11 August 2011 - 04:08 PM | #5In the installation:
This block is shown instead of PROCEED button.
I cant login even if I have a confirmed account..
Sorry for bad english..
System84
14 October 2011 - 09:17 PM | #6Dj_Otrov
25 February 2012 - 07:51 PM | #7nothing to change
<?php /* +------------------------------------------------ | TBDev.net BitTorrent Tracker PHP | ============================================= | by CoLdFuSiOn | (c) 2003 - 2011 TBDev.Net | http://www.tbdev.net | ============================================= | svn: http://sourceforge.net/projects/tbdevnet/ | Licence Info: GPL +------------------------------------------------ | $Date$ | $Revision$ | $Author$ | $URL$ +------------------------------------------------ */ $TBDEV['time_adjust'] = 0; $TBDEV['time_offset'] = '0'; $TBDEV['time_use_relative'] = 1; $TBDEV['time_use_relative_format'] = '{--}, h:i A'; $TBDEV['time_joined'] = 'j-F y'; $TBDEV['time_short'] = 'jS F Y - h:i A'; $TBDEV['time_long'] = 'M j Y, h:i A'; $TBDEV['time_tiny'] = ''; $TBDEV['time_date'] = ''; // DB setup $TBDEV['mysql_host'] = "localhost"; $TBDEV['mysql_user'] = "user1928088"; $TBDEV['mysql_pass'] = "mypas"; $TBDEV['mysql_db'] = "db1928088-torrent"; // Cookie setup $TBDEV['cookie_prefix'] = 'tbdev_t'; // This allows you to have multiple trackers, eg for demos, testing etc. $TBDEV['cookie_path'] = '/tbdevtheme'; // ATTENTION: You should never need this unless the above applies eg: /tbdev $TBDEV['cookie_domain'] = ''; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com $TBDEV['IPcookieCheck'] = 1; $TBDEV['site_online'] = 1; $TBDEV['tracker_post_key'] = 'changethisorelse'; $TBDEV['max_torrent_size'] = 1000000; $TBDEV['announce_interval'] = 60 * 30; $TBDEV['signup_timeout'] = 86400 * 3; $TBDEV['minvotes'] = 1; $TBDEV['max_dead_torrent_time'] = 6 * 3600; // Max users on site $TBDEV['maxusers'] = 15000; // LoL Who we kiddin' here? $TBDEV['torrent_dir'] = ROOT_PATH . '/torrents'; # must be writable for httpd user # the first one will be displayed on the pages $TBDEV['announce_urls'] = array(); $TBDEV['announce_urls'][] = "http://www.balkan-elit.24.eu/announce.php"; $TBDEV['baseurl'] = "http://www.balkan-elit.24.eu/tbdevtheme"; // Email for sender/return path. $TBDEV['site_email'] = "balkanelit@gmail.com"; $TBDEV['site_name'] = "Balkan-Elit"; $TBDEV['language'] = 'en'; //charset $TBDEV['char_set'] = 'UTF-8'; //also to be used site wide in meta tags $TBDEV['msg_alert'] = 0; // saves a query when off $TBDEV['captcha'] = 1; // turns captcha on/off $TBDEV['autoclean_interval'] = 900; $TBDEV['sql_error_log'] = ROOT_PATH.'/logs/sql_err_'.date("M_D_Y").'.log'; $TBDEV['pic_base_url'] = "templates/1/images/"; $TBDEV['stylesheet'] = "1"; $TBDEV['forums_online'] = 1; $TBDEV['forums_autoshout_on'] = 0; $TBDEV['forums_seedbonus_on'] = 0; $TBDEV['readpost_expiry'] = 14*86400; // 14 days //set this to size of user avatars $TBDEV['av_img_height'] = 100; $TBDEV['av_img_width'] = 100; $TBDEV['allowed_ext'] = array('image/gif', 'image/png', 'image/jpeg'); $TBDEV['version'] = 'TBDev.Heavy.beta.v1.0'; ?>Dj_Otrov
12 March 2012 - 03:03 PM | #8