Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   X-Fusion Tracker (http://www.bvlist.com/showthread.php?t=116)

strutz 2nd March 2008 10:33

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!");


Kotafi 2nd March 2008 10:47

re: X-Fusion Tracker
 
Sry, you need to edit those wait times in annnounce and details.php also :coffee:

Tony 2nd March 2008 17:53

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 :)

wMan 6th March 2008 21:58

re: X-Fusion Tracker
 
were is the ts version with the shoutbox folder in it ? :sos:

Speedyx90 9th March 2008 01:28

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..?

Neptune 9th March 2008 16:42

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__);


Speedyx90 9th March 2008 17:10

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.. :)

djlee 10th March 2008 03:05

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

Speedyx90 10th March 2008 15:16

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..?

djlee 11th March 2008 17:55

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?


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

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