Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   I have activated private tracker and get error (http://www.bvlist.com/showthread.php?t=9445)

pedrodarcos 26th August 2013 20:32

I have activated private tracker and get error
 
It returns this error

http://demonoid.com.co/login.php?ret...Fhttperror.php

Now the tracker is down:-(

I have no idea what to do...

need help please,

thank you

joeroberts 27th August 2013 04:47

Because there is no login.php
please let me see you theme main.php

x360zone 27th August 2013 10:00

lol
 
joe build it and theme it for him come you know you wanna:ok:

pedrodarcos 27th August 2013 14:35

1 Attachment(s)
Hello Joeroberts,

I attached the main.php file.

Thanks

joeroberts 28th August 2013 03:46

in that file find
PHP Code:

if($pivate_mode AND !$user->user AND !newuserpage($_SERVER["PHP_SELF"])){
echo 
"<meta http-equiv=\"refresh\" content=\"0;url=login.php?returnto=".urlencode($_SERVER["PHP_SELF"])."\">";        die();
include
'footer.php';


and replace it with
PHP Code:

if($pivate_mode AND !$user->user AND !newuserpage($_SERVER["PHP_SELF"])){
echo 
"<meta http-equiv=\"refresh\" content=\"0;url=user.php?op=login&returnto=".urlencode($_SERVER["PHP_SELF"])."\">";        die();
include
'footer.php';



pedrodarcos 28th August 2013 13:04

Thank You very much :drink:


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

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