Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   CodeX Installer v4 (http://www.bvlist.com/showthread.php?t=1203)

Bigjoos 2nd November 2008 14:00

Announce
 
Sounds to me like your missing the announce interval define on bittorrent.php - if your not getting an error in client - copy the define of announce.php and add beside the other config variables on bittorrent.php.

Grom 2nd November 2008 15:32

hm...i this error in my client
error: rejected by tracker - torrent not registered with this tracker

Krypto 2nd November 2008 18:59

Add this at the the top of bittorrent.php if you dont have it next to the other config variables

PHP Code:

$h date("H");
         if (
$h >= 01 && $h <= 06//When to save some load.
         
$announce_interval 60 60//60 min update in announce - Night
         
else
         
$announce_interval 60 30// 30 min update in announce - Day 


Grom 2nd November 2008 20:08

2 Attachment(s)
i put code and not working in my clinet this error
error: rejected by tracker - torrent not registered with this tracker

please me help

My files announce and bittorrent..can me help...correct code and i try in my site

Krypto 3rd November 2008 01:41

1 Attachment(s)
Try this.

Grom 3rd November 2008 08:39

1 Attachment(s)
Quote:

Originally Posted by Krypto (Post 6191)
Try this.

Code:

error: rejected by tracker - torrent not registered with this tracker
update
now this error
Code:

NOT AUTORIZED (6H) - READ THE FAQ
why???
greet announce fixed working now

1)how disable captcha pin login page and
2)i this error
Code:

Fatal error: Call to undefined function format_comment() in /hermes/bosweb/web156/b1560/d5.edinedina/drugari/themes/default/stdhead.php on line 466
FIXED ANNOUNCE ATTACHED

Bigjoos 4th November 2008 11:32

format_comment ?
 
im suspecting that your undefined error is due to the file your accessing and getting that error on not having at the top

PHP Code:

require_once("bbcode_functions.php"); 


stuger 4th November 2008 12:40

menu
 
Where can i remove menu items ? long time ago it was in bittorrent.php i think, but cant find it now....

Bigjoos 4th November 2008 13:01

Menu
 
You can find the menu in themes/default/stdhead.php also themes/large/stdhead.php.

dgran98 5th November 2008 16:34

themes?
 
so does this source support any themes ( phpnuke torrentstrike etc ) or do we make our own? I'll make my own anyways but I hate looking at white until i get it done ;)


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

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