Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   FTS v1.0.2 (http://www.bvlist.com/showthread.php?t=119)

aGp 6th February 2008 00:33

Re: Fts v1.0.0
 
works fine .. installed :D .. i will use this one! :P

Fynnon 6th February 2008 01:03

Re: Fts v1.0.0
 
Quote:

Originally Posted by clocktower
why is my name there with the pass :roll: :o

I know what you are saying :-)
That is because you have cookies enabled and your brwser automaticaly signs you in so only can see that you are logged in but nobody else...

aGp 7th February 2008 14:39

Re: Fts v1.0.0
 
on utorrent 1.7.7 . tracker status offline ( timed out ) .. http://1st-tracker.eu

Fynnon 1st March 2008 17:16

Re: FTS v1.0.1
 
There`s a new BETA version of this great source by fr33bh : FTS 1.0.1
http://sourceforge.net/project/showfile ... _id=206447

djallexy 6th April 2008 16:43

Re: FTS v1.0.1
 
Code:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}'
in /home/weebyinf/public_html/include/handle.php on line 7

Why this eror ? :sos: :sad:

BoLaMN 6th April 2008 17:45

Re: FTS v1.0.1
 
Try this, i dont know if it will work im guessing ur not using php5 ;)

Code:


########################################################
#                        FTS Handle Functions                                          #
#                        Do Not Edit                                                                  #
########################################################
class HANDLE {
        function Freq($where,$file,$type = '_class.php',$ui = 0) {
                if(is_array($where))
                die('HANDLE strict rules: \$where parameter must not be an array');
                $where = explode ( '.' , $where );
                if(!is_array($where))
                die('HANDLE error: cannot make an array');
                global $rootpath;
                $pth = '';
                foreach($where as $where) {
                        $pth .= $where.'/';
                }
                include $rootpath.'include/'.$pth.$file.$type;
        }
       
        function dep($file) {
                include $file;
        }
       
        function hiderr() {
                return error_reporting(0);
        }
       
        function showerr() {
                return error_reporting(1);
        }
       
        function checkins() {
        global $rootpath;
        if(file_exists($rootpath.'install') && !file_exists($rootpath.'install/install.lock'))
        error(8,'
If you haven\'t installed FTS yet, click here to install it.
If you already installed FTS and you think this is an error, make an file named install.lock in install folder(or simply delete the install folder)');
}
       
        function strip_magic_quotes($arr)
{
foreach ($arr as $k => $v)
{
 if (is_array($v))
  { $arr[$k] = HANDLE::strip_magic_quotes($v); }
 else
  { $arr[$k] = stripslashes($v); }
}

return $arr;
}
       
        function htmlspecialchars_uni($text, $entities = true)
{
        return str_replace(
                // replace special html characters
                array('<', '>', '"'),
                array('<', '>', '"'),
                preg_replace(
                        // translates all non-unicode entities
                        '/&(?!' . ($entities ? '#[0-9]+' : '(#[0-9]+|[a-z]+)') . ';)/si',
                        '&',
                        $text
                )
        );
}
       
        function cur_user_check () {
        global $CURUSER;
        if ($CURUSER)
        stderr ("Permission denied!", "You are already logged in!");
}
}
global $rootpath;
include $rootpath.'include/factory.php';
class UserHandle {
function KPS($type = "+", $point = "1.0", $id = "") {
        global $bonus,$_db;
        if ($bonus == "enable" OR $bonus == "disablesave")
                $_db->query("UPDATE users SET seedbonus = seedbonus$type$point WHERE id = ".sqlesc($id)) or sqlerr(__FILE__, __LINE__);               
        else
                return;
}       
}
?>


djallexy 6th April 2008 18:24

Re: FTS v1.0.1
 
doesn`t work :sad: , please :sos: ...

PS: Thx for try

johnsmith24 16th April 2008 08:54

Re: FTS v1.0.1
 
when i go to seed the torrents i have uploaded i get a 404 error inside of utorrent can anybody help me i love the source an the install went good the only trouble i am have is after i upload a torrent an i redownload it to seed it i get a 404 error.....

raefor1 17th April 2008 17:47

Re: FTS v1.0.1
 
nice working good on test site like to see some themes for it :drink:

IceFox 28th April 2008 15:24

Re: FTS v1.0.1
 
how can i set so users can upload.. only uploaders and better can upload now. and i want to all registerd users can upload


All times are GMT +2. The time now is 13:04.

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