Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #41  
Old 27th October 2008, 14:28
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Talking LoL
Ok design boy what ever you say - I would pay to see what you could produce... that means the source code not the design .. LoL - Your an expert coder like most off course that knows what there talking about - You know the saying if you dont like it you know what to do eh !!
Reply With Quote
  #42  
Old 27th October 2008, 14:35
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
I like it...in general view, i like it has lots of mods i would want if i`d run a tracker, the important thing is its functionality and seems to be ok so far only the subdomain support should be implemented (if it`s not done already)

the skin...it gives the feeling its unfinished but knowing this is still a BETA product its ok...you know poeople less artistic skilled will ask you for Premade Themes, the others will just do it themselves

i respect your work and think it will be great source when you`ll finish it ~

PS You don`t have to be sorrow after criticism...everybody is entitled to have a sincere point of view
Reply With Quote
  #43  
Old 27th October 2008, 22:38
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
Quote:
Originally Posted by ANDiTKO View Post
wow.This script is a big mess.Its hard to navigate and the design is terrible.I still prefer the original TBDev ;-)
only to those who havent worked with the source long enough ... ive looked at many sources both tracker a non tracker and a lot at first look like there a mess. function files everywhere, bad coding structure ect .. however once you get used to its design it just looks like any other source code .. plus the more messier a source code looks at first .. usually the more optimisation has been a key factor in its development (unless a complete n00b has coded it of course and then its just a mess full stop lol)
Reply With Quote
  #44  
Old 29th October 2008, 05:38
shuirulai shuirulai is offline
Member
 
Join Date: Oct 2008
Posts: 2
Default thanks
thanks.i just need this.
Reply With Quote
  #45  
Old 29th October 2008, 18:42
Morbidawn's Avatar
Morbidawn Morbidawn is offline
Senior Member
 
Join Date: Sep 2008
P2P
Posts: 34
Exclamation It`s a problem with Advance Account Manager
It doesent work for me it says nothing here :-s :sorry:
Reply With Quote
  #46  
Old 29th October 2008, 19:01
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
what doesnt maybe add a pic here
Reply With Quote
  #47  
Old 29th October 2008, 20:02
peoncoder peoncoder is offline
Member
 
Join Date: Oct 2008
Posts: 1
Default
I was looking for a source code that has seeding time integrated into the code.

This one seems to have that.

But something is missing in userdetails.php.

When doing select mysql query for the "snatched stuff" row, there is this in that query for the seeding time:
"UNIX_TIMESTAMP(sn.seedtime) AS s_t, sn.seedtime,..."

But the data is never used anywhere in the page.

In staff panel when displaying links for the pages, $BASEURL is never used so if you are using Sub-Dir, the link will not point to the right URL.

On the line around 290 I replaced this

PHP Code:
<tr align="center">
<td align="left">
<a href="/<?php echo rawurlencode($arr['file_name']); ?>.php"  title="<?php echo safechar($arr['page_name']); ?>"><?php echo safechar($arr['page_name']); ?></a><br /><font class="small"><?php echo safechar($arr['description']); ?></font>
with this:

PHP Code:

<?php
$filename
=$BASEURL."/".rawurlencode($arr['file_name']).".php";?>
<tr align="center">
<td align="left">
<a href="<?php echo $filename?>"  title="<?php echo safechar($arr['page_name']); ?>"><?php echo safechar($arr['page_name']); ?></a><br /><font class="small"><?php echo safechar($arr['description']); ?></font>
Reply With Quote
  #48  
Old 30th October 2008, 12:22
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Talking
Quote:
Originally Posted by peoncoder View Post
I was looking for a source code that has seeding time integrated into the code.

This one seems to have that.

But something is missing in userdetails.php.

When doing select mysql query for the "snatched stuff" row, there is this in that query for the seeding time:
"UNIX_TIMESTAMP(sn.seedtime) AS s_t, sn.seedtime,..."

But the data is never used anywhere in the page.

I suggest you look closer peoncoder - you'll find seedtime and leechtime are both dispalyed on the staff snatchlist. And for sub-dir support well thats a user preference to install to sub-dir - the code is commented out on bittorrent.php and im leaving that to the user to decide - personally i would never install to sub-dir .. - I may do the edits for final version so its compatible on both but its not a priority i'll apply that to final release.

Last edited by Bigjoos; 31st October 2008 at 03:55. Reason: update
Reply With Quote
  #49  
Old 2nd November 2008, 05:48
Grom's Avatar
Grom Grom is offline
Senior Member
 
Join Date: Aug 2008
Posts: 73
Default
I have a problem.
I correct data in my announce
I try seeding torent in my utorrent 1/6 or utorrent 1.7 or my webseed torrent flux in site seeders leechers 0-0
Not show seeder...
this error in my client
In using this torrent you are bound by the 'Cyber Drugarcine' Confidentiality Agreement By Law
__________________
Hello All
Reply With Quote
  #50  
Old 2nd November 2008, 12:07
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Is the Client Banned? Check the part in the Admin Section, just to be sure.
Reply With Quote
Reply

Tags
codex , installer , v4


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
YSE PRE6 with installer kp380lv Yuna Scatari Edition (YSE) 4 11th May 2010 23:32
$$looking for a installer and coder for my tracker$$ wltan Sell & Buy 9 8th May 2010 20:42
Gazelle Installer and Programmer Gazeller Sell & Buy 1 16th January 2010 20:23
My theme for tbdev installer KiD Community Cafe 2 17th October 2009 10:28



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