Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #1  
Old 26th September 2008, 14:43
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default TS v1.0 by Keiichi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TS v.1.0 by Keiichi Changelog
Legend - + - added
- - removed
~ - changed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ BugFixes
- community Foruns (MyBB) 100%
~ Foruns.php
{Attachment ; Forum Max Attachment Size, Cleanup Settings ; Lock inactive forum topics every X days.}in Settings
~ Avatar system
~ Bitbucket system
+ Avatar system in Settings (Tweak Avatar)
{Max Avatar File Size , Max Avatar Height , Max Avatar Width}
+ TorrentSpeed Mod Enabled?
+ ProgressBar Mod Enabled?
+ Wait Slot Settings
________________________________________________
~ Show Last Torrents? add (Limit: x)
~ Show Latest Forum Topics? add (Limit: x)
________________________________________________
~ KPS Settings
+ Post Point
+ Topic Point
+ Max. Bonus Point? {Once user reach this limit he can only use trade for GIFT!.}
________________________________________________
- Language Settings
________________________________________________
~ Usergroup Permissions: UserCP
+ Can Invisible? {User can set himself to invisible mode.}
+ Can Account Park?{User can park his account.}
+ Can Email Notification?{User can get email notification on new torrents, pms.}
+ Can Use Signature? {User can use Signature.}
+ Can Use Info? {User can use Info.}
_________________________________________________
- ajax-poller
~ polls
+ Torrentbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Attached Files
File Type: rar TS v.1.0 by Keiichi.rar (2.94 MB, 647 views)
Reply With Quote
The Following 8 Users Say Thank You to Fynnon For This Useful Post:
empereur (28th September 2008), FENIX (21st February 2013), grzesiek25 (27th September 2008), klonoa2 (14th October 2008), movizdb (3rd October 2008), Sektor (30th November 2008), Terminator (28th September 2008), zenja7777 (27th September 2008)
  #2  
Old 26th September 2008, 16:17
mhmd_1983 mhmd_1983 is offline
Senior Member
 
Join Date: Jul 2008
Posts: 49
Default
username and password for demo ?
and what version is this build on ?
__________________

Telegram:https://t.me/mhmd1983
My custom tracker http://tracker.3arbya.info

Last edited by mhmd_1983; 26th September 2008 at 16:22.
Reply With Quote
  #3  
Old 27th September 2008, 08:41
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
I would say that it's built on v3.x as it has MyBB as the forums.
Reply With Quote
  #4  
Old 27th September 2008, 20:36
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Default
it looks like a 3.x with myBB removed and staffteam mod removed and language folder removed too
good stuff: kps working better
known bugs are mostly in tracker settings!!
1. Private tracker is always on no matter what setting says
2. no guests to view or download is always on
3. requests and offers fails to show proper titles in UTF-8
4. i doubt many setup options do work except the ones keichi mentioned that he fixed
5. rss still doesn't work

why would you use this?
1. private tracking
2. easier customizable template
3. kps
4. free torrent mod
5. clean staff panel
6. simple forums
7. actually this one i see more countries added compared to Xam so you don't have to add them manually
8. simple and light shoutbox
9. whats going on box actually works!!!
10 requests and offer sections
11 lighter than other TS softwares

why I wouldn't use this
1. no external tracking
2. must register to view site (unless hand change the code by yourself)
3. SEO links missing
4. no multi language support
5. can't be integrated easily with other CMS or forums
6. no good ratio cheating detecting tool
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote
  #5  
Old 28th September 2008, 15:29
Keiichi Keiichi is offline
Senior Member
 
Join Date: Feb 2008
Brazil
Posts: 25
Default admin/leechers.php
admin/leechers.php

delete
line 48-49
PHP Code:
$mybb_req="DELETE FROM ".TABLE_PREFIX."users WHERE uid = ".sqlesc($ertek)."";
$res2=sql_query($mybb_req); 
ok
Attached Files
File Type: php leechers.php (8.2 KB, 45 views)
Reply With Quote
  #6  
Old 28th September 2008, 21:04
empereur empereur is offline
Senior Member
 
Join Date: Mar 2008
France
Posts: 50
Question TS Special
TS Special Edition 2.5 modif language french ???
Reply With Quote
  #7  
Old 6th October 2008, 18:52
KustomizeR KustomizeR is offline
Senior Member
 
Join Date: May 2008
Posts: 26
Default
I`ve seen 2 bugs on this source:

1. Tracker send invalid data <NULL>
2.Click here clear this announcement. - This action doesn`t work
Reply With Quote
  #8  
Old 6th October 2008, 21:03
Keiichi Keiichi is offline
Senior Member
 
Join Date: Feb 2008
Brazil
Posts: 25
Default
Quote:
Originally Posted by KustomizeR View Post
I`ve seen 2 bugs on this source:

1. Tracker send invalid data <NULL>
2.Click here clear this announcement. - This action doesn`t work

header.php fix announcement line 46 / 66

PHP Code:
if ($CURUSER && $CURUSER['announce_read'] == 'no' && $new_announcement) {
?>
    <!-- annoucement start #<?=$aid;?> -->
        <div id="dropin" style="position:absolute;visibility:hidden;left:300px;top:100px;width:500px;height:100px">
        <table border="0" cellpadding="0" cellspacing="0" width="650" class="error">
        <tbody><tr><td class="none" style="padding: 2px 0 0 10px; background: red">
        <font color=black><b>ANNOUCEMENT TITLE:</b> <?=$an_subject;?> -- <b>CREATED ON:</b> <?=$an_added;?> -- <b>BY:</b> <?=$an_by;?></b></font></td>
        <td width="50" align="right" class="none" style="padding: 2px; background: red"><a href="#" onClick="dismissbox();return false"><img src="<?=$BASEURL;?>/<?=$pic_base_url;?>close.jpg" border="0"></a></td></tr>
        <tr><td colspan="2" class=none width="650" style="padding: 0 0 0 10px;">
        <p>
        <?=format_comment($an_message);?>
        </p>        
        
        <img id="loading" style=" visibility: hidden" src="<?=$BASEURL;?>/<?=$pic_base_url;?>ajax-loader.gif"> 
        <span style="color:red" name="preview" id="previewr" align="left">Click <?='<a href="#" onclick="javascript:clearannouncement(this.parentNode,\'clear_ann.php\')">';?> here</a> clear this announcement.
        </span><br><br></form>        
        </td></tr></tbody></table>        
        </div>
    <!-- annoucement end #<?=$aid;?>-->
<?php
}
log my test (Azureus v 3.1.1.0)

PHP Code:
[16:08:14.234] {diskSaving state for download 'IP.Board_2.3.5_www.phoenixshare.com.zip';     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:08:17.892] {trackerMIN INTERVAL CALCoverrideperc 1;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:08:17.896] {trackerChanged next tracker announce to 60s via DownloadManagerImpl::setTrackerRefreshDelayOverrides::2174,DownloadManagerController::setTrackerRefreshDelayOverrides::1921,PEPeerControlImpl::updateTrackerAnnounceInterval::1527;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:07.920] {trackerTracker Announcer is sending an update Request;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:07.920] {trackerTracker Announcer is Requestinghttp://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d&info_hash=%DC%1B%5B%F2%F8%88%E3%B8%A83M%22d%1EP%90%E7%DE%85%0F&peer_id=-AZ3110-HpEXWJFGIf8N&requirecrypto=1&port=55666&azudp=55666&uploaded=0&downloaded=0&left=0&corrupt=0&numwant=50&no_peer_id=1&compact=1&key=3PlU1HzQ&azver=3;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:38.174] {trackerredirection of http announce [http://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d] to udp failed, will retry in 2 announces;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:38.185] {trackerTracker Announcer [http://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d] has received : d8:intervali1800e7:privatei1e5:peerslee;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:38.185] {trackerReceived from announce'interval' 1800'min interval' null;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:38.185] {trackerNext tracker announce (unadjustedwill be in 1790s;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:38.185] {trackerMIN INTERVAL CALCoverrideperc 1;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:38.185] {trackerNext tracker announce (adjustedwill be in 60s;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:09:44.248] {diskSaving state for download 'IP.Board_2.3.5_www.phoenixshare.com.zip';     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:10:38.192] {trackerTracker Announcer is sending an update Request;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:10:38.192] {trackerTracker Announcer is Requestinghttp://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d&info_hash=%DC%1B%5B%F2%F8%88%E3%B8%A83M%22d%1EP%90%E7%DE%85%0F&peer_id=-AZ3110-HpEXWJFGIf8N&requirecrypto=1&port=55666&azudp=55666&uploaded=0&downloaded=0&left=0&corrupt=0&numwant=50&no_peer_id=1&compact=1&key=3PlU1HzQ&azver=3;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:10:55.546] {trackerTrackerStatussetting to scraping;     | TorrentDLM'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:10:55.546] {trackerTrackerStatusscrapingsingle_hash_scrapes false;     | TorrentDLM'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:11:08.408] {trackerredirection of http announce [http://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d] to udp failed, will retry in 4 announces;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:11:08.416] {trackerTracker Announcer [http://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d] has received : d8:intervali1800e7:privatei1e5:peerslee;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:11:08.416] {trackerReceived from announce'interval' 1800'min interval' null;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:11:08.416] {trackerNext tracker announce (unadjustedwill be in 1790s;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:11:08.416] {trackerMIN INTERVAL CALCoverrideperc 1;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:11:08.416] {trackerNext tracker announce (adjustedwill be in 60s;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:11:32.900] {trackerChanged next tracker announce to 1790s via DownloadManagerImpl::setTrackerRefreshDelayOverrides::2174,DownloadManagerController::setTrackerRefreshDelayOverrides::1921,PEPeerControlImpl::updateTrackerAnnounceInterval::1519;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.041] {trackerTRTrackerClientexported 0 cached peers;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.041] {trackerForcing tracker announce now via TRTrackerBTAnnouncerImpl::stop::594,DownloadManagerImpl::informStopped::2682,DownloadManagerController::stopIt::894;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.041] {trackerTracker Announcer is sending a stopped Request;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.041] {trackerTracker Announcer is Requestinghttp://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d&info_hash=%DC%1B%5B%F2%F8%88%E3%B8%A83M%22d%1EP%90%E7%DE%85%0F&peer_id=-AZ3110-HpEXWJFGIf8N&requirecrypto=1&port=55666&azudp=55666&uploaded=0&downloaded=0&left=0&corrupt=0&event=stopped&numwant=0&no_peer_id=1&compact=1&key=3PlU1HzQ&azver=3;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.049] {trackerTracker Announcer [http://localhost/ts2/announce.php?passkey=9e025cee4f54f2ed0b9ca6bf6c25593d] has received : d8:intervali1800e7:privatei1e5:peerslee;     | Torrent: 'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.049] {trackerReceived from announce'interval' 1800'min interval' null;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.049] {trackerNext tracker announce (unadjustedwill be in 1790s;     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip'
[16:13:05.054] {diskSaving state for download 'IP.Board_2.3.5_www.phoenixshare.com.zip';     | Torrent'IP.Board_2.3.5_www.phoenixshare.com.zip' 
Attached Files
File Type: php header.php (12.4 KB, 33 views)

Last edited by Keiichi; 6th October 2008 at 21:25.
Reply With Quote
  #9  
Old 14th October 2008, 01:45
free87239888 free87239888 is offline
Member
 
Join Date: Sep 2008
Posts: 4
Default
Editor seeds is to open a blank page
Reply With Quote
  #10  
Old 14th October 2008, 04:55
Keiichi Keiichi is offline
Senior Member
 
Join Date: Feb 2008
Brazil
Posts: 25
Default
Quote:
Originally Posted by free87239888 View Post
Editor seeds is to open a blank page
my demo

TS by Keiichi v1.0 :: Login

User name: teste
Password: 12345678
Class: SYSOP

Ps Server free

Last edited by Keiichi; 14th October 2008 at 04:57.
Reply With Quote
Reply

Tags
keiichi , v10

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 15:13. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.