Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   phpMyBitTorrent v2.0 (http://www.bvlist.com/showthread.php?t=1042)

joeroberts 16th October 2008 14:39

sorry my Russian very bad so there is not one you well need to make it take the english copy every thing over to a file called rusian and have some fun...

I just updated the demo link for people to get a look at this :)


UPDATE:

I am very happy to announce that we have moved to our RC1 with much thanks going out to
several members of this site and from people all over we have cleared out just about every bug that can be found.
hopping that we do not have to stay in RC for to long and go to gold in the next couple weeks.
Then we can move on to more things.
expanding the shoutbox to show arcives users active and much more.
I want to (with help) add a smaller forum to the tracker so I you dont want to use the heavy phpBB3 forum you can.
I want to add more personnel levels.
and a few other things.
If you have any Idea's please let me know what else would be a good thing to add.

Krypto 24th October 2008 20:26

Just got around to installing the RC1 and noticed a couple of things:-

1. When you click on the Torrents Menu and you click on the NFO Tab next to Torrent Info it shows nothing, even though I've uploaded an NFO file.

2. How are Passkeys assigned? I enabled Force Passkey in the Admin Settings, but when I upload/download I torrent I receive this error in my client "Failure: Only users with Passkey are allowed to use our tracker."

3. On the Index page for Polls the text for "[View Results]" is way too small, it's unreadable.

Which files/s would I need to edit to remove the "backgroundblue.png" from the 'Files, Peers, Ratings/Comments'.

Nice work Joe :D

joeroberts 24th October 2008 22:51

1 Attachment(s)
Quote:

1. When you click on the Torrents Menu and you click on the NFO Tab next to Torrent Info it shows nothing, even though I've uploaded an NFO file.
replace ajax.php with attacched file
Quote:

2. How are Passkeys assigned? I enabled Force Passkey in the Admin Settings, but when I upload/download I torrent I receive this error in my client "Failure: Only users with Passkey are allowed to use our tracker."
create a torrent as normal. Do not add passkye at this time!
Upload the torrent to the site.
and down load the torrent from the site and seed.
Quote:

3. On the Index page for Polls the text for "[View Results]" is way too small, it's unreadable.
O.K. I redid this display to make it a little bigger.
Quote:

Which files/s would I need to edit to remove the "backgroundblue.png" from the 'Files, Peers, Ratings/Comments'.
you well need to edit frame.php

Krypto 25th October 2008 00:16

Thanks Joe.

NFO now viewable and I saw what you mentioned in the shoutbox about the passkey and that solution fixed it.

On memberlist.php the search is case sensative, can we have it case insensative?

Donation page the "Goal: $ 0
Collected: $ 0 " text is too small.

On Profile page the "Page 1" number is also too small.

Still on the Profile Page is there a way to show that if you are the uploader of the torrent that it shows you as completed 'YES' instead of 'NO'?

On index under TORRENTS THAT NEED SEEDING the "Please help them out, if you happen to have the files on your harddisk. Thank you!" text is too small.

As for the use of the background colors that I mentioned for Peers, Filelist and Comments I had to comment out that line of code in the css body as I could not figure out how to remove it from frame.php

Other than the above that is all I can find issues with at the moment :D

joeroberts 25th October 2008 01:19

Quote:

Originally Posted by Krypto (Post 5826)
Thanks Joe.

NFO now viewable and I saw what you mentioned in the shoutbox about the passkey and that solution fixed it.

Your welcome!

Quote:

Originally Posted by Krypto (Post 5826)
On memberlist.php the search is case sensative, can we have it case insensative?

I Thought I set it to look threw username_clean table I well look at that code some more.

Quote:

Originally Posted by Krypto (Post 5826)
Donation page the "Goal: $ 0
Collected: $ 0 " text is too small.

On Profile page the "Page 1" number is also too small.

try to edit your css body{} for font size

Quote:

Originally Posted by Krypto (Post 5826)
Still on the Profile Page is there a way to show that if you are the uploader of the torrent that it shows you as completed 'YES' instead of 'NO'?

you meen in the snatch list?

Quote:

Originally Posted by Krypto (Post 5826)
As for the use of the background colors that I mentioned for Peers, Filelist and Comments I had to comment out that line of code in the css body as I could not figure out how to remove it from frame.php

Open frame.php and comment out
Code:


Quote:

Originally Posted by Krypto (Post 5826)
Other than the above that is all I can find issues with at the moment :D

thanks for the imput the more you find the better the finnal!

Krypto 25th October 2008 03:26

Quote:

Originally Posted by joeroberts
try to edit your css body{} for font size

Tried that it had no effect.

Quote:

Originally Posted by joeroberts
you meen in the snatch list?

Yes.

Quote:

Originally Posted by joeroberts
Open frame.php and comment out
PHP Code:

<body></body


Tried that it had no effect.

joeroberts 25th October 2008 06:50

2 Attachment(s)
replace these files[hide]Attachment 489[/hide][hide]Attachment 490[/hide]
now open your theme style sheet and add
Code:

table.peertable{
background-color:#FFFFFF;
}
table.filelist{
background-color:#FFFFFF;
}
p.donation{
font-size:15px;
}
table.table_table{
font-size:14px;
}

and edit them to what you want them to be that well take care of font sizing

Krypto 25th October 2008 13:00

4 Attachment(s)
Much appreciated Joe :)

Just some small things per pics. If they have values then I get the blue bar at the bottom, but if they contain nothing then the entire table is blue.


Attachment 491 Attachment 492

Attachment 493 Attachment 494

joeroberts 25th October 2008 15:16

for the back ground sorry but don't take it wrong but change themes then or you can create a .css for frame.php
and change this to point to it
Code:

if (is_readable("themes/$theme/style.css")) {
        echo "\n\n\n";
}

and the o in donate.php is because you did not fill in the info you should have in the admin panel you can use html there

Krypto 25th October 2008 16:14

Thanks again Joe, forgot all about the other themes:chch:

When selecting themes I receive this error

"phpMyBitTorrent Error

_bterridnotset"

Only seems to happen if I'm browsing anything but the index page and then change themes?


All times are GMT +2. The time now is 10:59.

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