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 25th October 2008 17:19

1 Attachment(s)
yea I have not perfected that yet sorry

turn off case sensitive for user search in members list use attached.

Quote:

Originally Posted by Krypto (Post 5840)
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?

here is the fix
open all themes/yourthemes/main.php
find
Code:

        echo "
";
replace with
Code:

        echo "";

Krypto 25th October 2008 18:21

Works Great :hi:

Sorry another issue Joe.

EDIT:
BBCodes are not displaying in rules.

joeroberts 25th October 2008 22:44

2 Attachment(s)
replace these files

Krypto 25th October 2008 22:58

WOW super quick fix :superman:

Just noticed that on the Menu Block we don't have any kind of link for the Rules!

joeroberts 25th October 2008 22:59

it is in you profile or you can add one in the themes

Krypto 25th October 2008 23:01

Thanks again, never thought of looking there!

Another Issue:-

Seed Bonus does not seem to work, I have 110 Points but all the Exchange buttons are deactivated.

joeroberts 26th October 2008 00:31

2 Attachment(s)
replace mybounce.php and mybonus.php

Krypto 26th October 2008 00:56

Fantastic :)

On the Index Page should it not just show one or the other instead of both?

Torrents That Need Seeding

No Torrents Need Seeding

Also the Language Changer will not allow anything other than English.

joeroberts 28th October 2008 06:12

phpMyBitTorrent V2.0.2 Gold
 
ok folks here it is after all our work hope every thing work as you like it phpMyBitTorrentV2.0.2 Gold

Krypto 28th October 2008 11:58

In announce.php

Find
PHP Code:

if (!$check AND $seeder == "yes")mysql_query("INSERT INTO ".$db_prefix."_snatched (torrent, torrentid, userid, ip, port, startdat, last_action, agent, torrent_name, torrent_category, finished, completed) VALUES ($torrentid$torrentid$uid, '".$ip."', $port, NOW(), NOW(), '" $agent "' , '" addslashes($torrentname) . "', $torrentcategory, 'yes, NOW())")or err(mysql_error()); 

Replace
PHP Code:

if (!$check AND $seeder == "yes")mysql_query("INSERT INTO ".$db_prefix."_snatched (torrent, torrentid, userid, ip, port, startdat, last_action, agent, torrent_name, torrent_category, finished, completedat) VALUES ($torrentid$torrentid$uid, '".$ip."', $port, NOW(), NOW(), '" $agent "' , '" addslashes($torrentname) . "', $torrentcategory, 'yes', NOW())")or err(mysql_error()); 



All times are GMT +2. The time now is 08:02.

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