Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Error Under Forum (http://www.bvlist.com/showthread.php?t=1827)

Azurious 18th January 2009 16:12

Error Under Forum
 
I am getting this error under forum

Fatal error: Call to undefined method dbal_mysql::sql_numrows() in /home/root/public_html/include/cleanup.php on line 44

also my users are not getting passkey after downloading torrent from PMBT

joeroberts 18th January 2009 16:44

to remove error under forum open footer.php
find
PHP Code:

@include("include/cleanup.php"); 

and replace with
PHP Code:

if(!eregi("phpBB.php",$_SERVER["PHP_SELF"]))@include("include/cleanup.php"); 

to find passkey go to edit your profile and you well see it there

Azurious 18th January 2009 16:48

Quote:

Originally Posted by joeroberts (Post 8292)
to remove error under forum open footer.php
find
PHP Code:

@include("include/cleanup.php"); 

and replace with
PHP Code:

if(!eregi("phpBB.php",$_SERVER["PHP_SELF"]))@include("include/cleanup.php"); 

to find passkey go to edit your profile and you well see it there

when users download torrent passkey will not be added in it automaticaly?

joeroberts 18th January 2009 16:51

yes it should it is not?

Azurious 18th January 2009 16:57

Quote:

Originally Posted by joeroberts (Post 8295)
yes it should it is not?


thanks joe forum footer error is gone

put passkey & Tracker Message & Torrent Prefix is not working

even i reseted my pass key cleared cookies & relogged

joeroberts 18th January 2009 17:15

open download.php
find
PHP Code:

$announce_url $siteurl."/announce.php"

and replace it with
PHP Code:

$announce_url $siteurl."/announce"


Azurious 18th January 2009 17:23

Quote:

Originally Posted by joeroberts (Post 8300)
open download.php
find
PHP Code:

$announce_url $siteurl."/announce.php"

and replace it with
PHP Code:

$announce_url $siteurl."/announce"


thanks joe can u add this in ur post "How to announce" :lol:


All times are GMT +2. The time now is 15:46.

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