Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #31  
Old 2nd March 2008, 10:33
strutz strutz is offline
Member
 
Join Date: Feb 2008
Posts: 2
Default re: X-Fusion Tracker
there are 0 but nothing happen
wait 48 h
bittorrent.php
Code:
function torrenttable($res, $variant = "index") {
        global $torrent_ttl,$pic_base_url, $CURUSER;

        if ($CURUSER["class"] < UC_VIP)
  {
          $gigs = $CURUSER["uploaded"] / (1024*1024*1024);
          $ratio = (($CURUSER["downloaded"] > 0) ? ($CURUSER["uploaded"] / $CURUSER["downloaded"]) : 0);
          if ($ratio < 0.5 || $gigs < 5) $wait = 0;
          elseif ($ratio < 0.65 || $gigs < 6.5) $wait = 0;
          elseif ($ratio < 0.8 || $gigs < 8) $wait = 0;
          elseif ($ratio < 0.95 || $gigs < 9.5) $wait = 0;
          else $wait = 0;
  }
announce.php
Code:
$gigs = $az["uploaded"] / (1024*1024*1024);
		$elapsed = floor((gmtime() - $torrent["ts"]) / 3600);
		$ratio = (($az["downloaded"] > 0) ? ($az["uploaded"] / $az["downloaded"]) : 1);
		if ($ratio < 0.5 || $gigs < 5) $wait = 0;
		elseif ($ratio < 0.65 || $gigs < 6.5) $wait = 0;
		elseif ($ratio < 0.8 || $gigs < 8) $wait = 0;
		elseif ($ratio < 0.95 || $gigs < 9.5) $wait = 0;
		else $wait = 0;
		if (($elapsed < $wait)&&($seeder == 'no'))
				err("Not authorized (" . ($wait - $elapsed) . "h) - READ THE FAQ!");
Reply With Quote
  #32  
Old 2nd March 2008, 10:47
Kotafi Kotafi is offline
Senior Member
 
Join Date: Jan 2008
Posts: 139
Default re: X-Fusion Tracker
Sry, you need to edit those wait times in annnounce and details.php also
Reply With Quote
  #33  
Old 2nd March 2008, 17:53
Tony's Avatar
Tony Tony is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 182
Default Re: Torrent Strike*X-Edition v1.1
Quote:
Originally Posted by nicky
nice but unsecure
can you point out which part is unsecure nicky ?

i guess you will know how to fix the unsecure bits because you have found the unsecure things :)
Reply With Quote
  #34  
Old 6th March 2008, 21:58
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default re: X-Fusion Tracker
were is the ts version with the shoutbox folder in it ?
Reply With Quote
  #35  
Old 9th March 2008, 01:28
Speedyx90 Speedyx90 is offline
Member
 
Join Date: Mar 2008
Posts: 8
Default re: X-Fusion Tracker
Nice share ^^ :shock:
Was cool to have more themes,styles

Code:
Fatal error: Call to undefined function sql_query() in C:\XAmp\xampp\htdocs\include\cleanup.php on line 504
hm..?
Reply With Quote
  #36  
Old 9th March 2008, 16:42
Neptune
Guest
 
Posts: n/a
Default re: X-Fusion Tracker
Quote:
Originally Posted by Speedyx90
Nice share ^^ :shock:
Was cool to have more themes,styles


Fatal error: Call to undefined function sql_query() in C:\XAmp\xampp\htdocs\include\cleanup.php on line 504? hm..?
remove it

Code:
    // delete old regimage codes
    $secs = 1 * 86400;
    $dt = time() - $secs;
    sql_query("DELETE FROM captcha WHERE dateline < $dt") or sqlerr(__FILE__,__LINE__);
Reply With Quote
  #37  
Old 9th March 2008, 17:10
Speedyx90 Speedyx90 is offline
Member
 
Join Date: Mar 2008
Posts: 8
Default re: X-Fusion Tracker
Thanks dude,real good working nice ^^ :D ,any idea how could i add more styles to it if i can..? and sometimes when i upload a torrent dosent appear ha.. :)
Reply With Quote
  #38  
Old 10th March 2008, 03:05
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default re: X-Fusion Tracker
Quote:
Originally Posted by Neptune
Quote:
Originally Posted by Speedyx90
Nice share ^^ :shock:
Was cool to have more themes,styles


Fatal error: Call to undefined function sql_query() in C:\XAmp\xampp\htdocs\include\cleanup.php on line 504? hm..?
remove it

Code:
    // delete old regimage codes
    $secs = 1 * 86400;
    $dt = time() - $secs;
    sql_query("DELETE FROM captcha WHERE dateline < $dt") or sqlerr(__FILE__,__LINE__);
^^ If you want to keep your database clean which is wat the cleanup is for then DO NOT DELETE this query

sql_query is a function used for debug information .. back on my tbdev based source sql_query was substituted for mysql_query so that debug information could be outputted to myself using a debug function when i call it

if you do not have this debug function then you have two options ...

1. Get the mod for it as it comes in useful if you actually understand mysql queries

or if you aren't really that good with coding

2. replace any instances of sql_query with mysql_query



Quote:
Originally Posted by Speedyx90
Thanks dude,real good working nice ^^ :D ,any idea how could i add more styles to it if i can..? and sometimes when i upload a torrent dosent appear ha.. :)
^^ styles are genrally added by creating a new css file and adding it to the stylesheets table (im a tbdev user and never used this source so this may be different)

------

otherwise if you kno your way around code and are prepared to search you can create header and footer and css sheets for several different skins and therefore having completly different styles for different skins instead of just color and image changes .. but this isnt for teh faint hearted and shud never be undertaken on a live tracker
Reply With Quote
  #39  
Old 10th March 2008, 15:16
Speedyx90 Speedyx90 is offline
Member
 
Join Date: Mar 2008
Posts: 8
Default re: X-Fusion Tracker
Thanks dude is working.. whit mysql i put over the sql and now dont get that error :D ty again.. and u know where could i get some nice theme's?,and your using a good tbdev..?)which one exactly.. thanks :D

L.E Well was working now sometimes show's up again
Code:
Table 'speed.captcha' doesn't exist

in C:\XAmmp\xampp\htdocs\include\cleanup.php, line 504
Code:
Warning: mail() [function.mail]: Failed to connect to mailserver at "local..." port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\XAmmp\xampp\htdocs\takesignup.php on line 182

Warning: Cannot modify header information - headers already sent by (output started at C:\XAmmp\xampp\htdocs\takesignup.php:182) in C:\XAmmp\xampp\htdocs\takesignup.php on line 190
and user can't make accounts anymore ha?.. only me..?
Reply With Quote
  #40  
Old 11th March 2008, 17:55
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default re: X-Fusion Tracker
does the speed table exist in phpmyadmin?

does the speed table have a field called catpha?

do have have a mailserver installed that works?

did mail work previously?

if you dont have a mailserver have u disabled the need for a confirmation email?
Reply With Quote
Reply

Tags
tracker , xfusion


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
TorrentStrike X-Fusion tunad Torrent Strike 2 8th December 2008 15:48
TorrentStrike X-Fusion problem tunad Torrent Strike 0 29th November 2008 20:22
CSS styles for TorrentStrike X-Fusion carloscorp Torrent Strike 2 20th October 2008 01:39
TorrentStrike X-Fusion fresh install help Rastaman Community Cafe 1 4th June 2008 20:46



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