Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #11  
Old 6th February 2008, 00:33
aGp aGp is offline
Member
 
Join Date: Jan 2008
Posts: 8
Default Re: Fts v1.0.0
works fine .. installed :D .. i will use this one! :P
Reply With Quote
  #12  
Old 6th February 2008, 01:03
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default 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...
Reply With Quote
  #13  
Old 7th February 2008, 14:39
aGp aGp is offline
Member
 
Join Date: Jan 2008
Posts: 8
Default Re: Fts v1.0.0
on utorrent 1.7.7 . tracker status offline ( timed out ) .. http://1st-tracker.eu
Reply With Quote
  #14  
Old 1st March 2008, 17:16
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default 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
Reply With Quote
  #15  
Old 6th April 2008, 16:43
djallexy djallexy is offline
Member
 
Join Date: Feb 2008
Posts: 8
Default 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 ?
Reply With Quote
  #16  
Old 6th April 2008, 17:45
BoLaMN BoLaMN is offline
Senior Member
 
Join Date: Jan 2008
Australia
Posts: 93
Default Re: FTS v1.0.1
Try this, i dont know if it will work im guessing ur not using php5 ;)

Code:
<?php
########################################################
#			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;
}	
}
?>
Reply With Quote
  #17  
Old 6th April 2008, 18:24
djallexy djallexy is offline
Member
 
Join Date: Feb 2008
Posts: 8
Default Re: FTS v1.0.1
doesn`t work , please ...

PS: Thx for try
Reply With Quote
  #18  
Old 16th April 2008, 08:54
johnsmith24 johnsmith24 is offline
Member
 
Join Date: Apr 2008
Posts: 6
Default 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.....
Reply With Quote
  #19  
Old 17th April 2008, 17:47
raefor1 raefor1 is offline
Member
 
Join Date: Apr 2008
Posts: 1
Default Re: FTS v1.0.1
nice working good on test site like to see some themes for it
Reply With Quote
  #20  
Old 28th April 2008, 15:24
IceFox IceFox is offline
Member
 
Join Date: Mar 2008
Posts: 6
Default 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
Reply With Quote
Reply

Tags
fts


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 12:43. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.