| ||||||
![]() |
|
#1
|
||||||||||||
|
||||||||||||
|
Im using This code Torrentstrike Fullymodded v1.0. And I got torrentflux,I upload torrent in tracker, and In torrentflux is 100% and "seeding" In tracker is seeders 0. Where is the problem?
Im from slovenia, so my english is bad Help please! |
| The Following User Says Thank You to jernej1 For This Useful Post: | ||
nicukent (30-01-13)
| ||
|
#2
|
||||||||||||
|
||||||||||||
|
some sources require one log on mainly windows i have had problems with torrent flux on few sources or might be configurations error
|
| The Following User Says Thank You to NatashaRhea For This Useful Post: | ||
nicukent (30-01-13)
| ||
|
#3
|
||||||||||||
|
||||||||||||
|
replace this in announce
Code:
$rz = mysql_query("SELECT id, uploaded, downloaded, class, parked FROM users WHERE ip='$ip' AND enabled = 'yes' ". (ENA_PASSKEY ? "AND passkey=$passkey ":''). "ORDER BY last_access DESC LIMIT 1") or err("Tracker error 2");
if ($MEMBERSONLY && mysql_num_rows($rz) == 0)
err("Unrecognized host ($ip). Please go to $BASEURL to sign-up or login.");
$az = mysql_fetch_assoc($rz);
$userid = $az["id"];
Code:
$rz = mysql_query("SELECT id, uploaded, downloaded, class, parked FROM users WHERE enabled = 'yes' ". (ENA_PASSKEY ? "AND passkey=$passkey ":''). "ORDER BY last_access DESC LIMIT 1") or err("Tracker error 2");
// if ($MEMBERSONLY && mysql_num_rows($rz) == 0)
// err("Unrecognized host ($ip). Please go to $BASEURL to sign-up or login.");
$az = mysql_fetch_assoc($rz);
$userid = $az["id"];if useint utorrent webui
and details.php wereotheres are top add
Last edited by Krypto; 19-07-12 at 11:50. Reason: Removed as you blatantly copy/pasted entire site without permission |
| The Following User Says Thank You to denno For This Useful Post: | ||
nicukent (30-01-13)
| ||
|
#4
|
||||||||||||
|
||||||||||||
|
i added this code
elseif (preg_match("/^utorrent webui (.+)$/", $httpagent, $matches)) return "utorrent webui/$matches[1]"; else and i have error tracker sending invalid data NULL |
| The Following User Says Thank You to Crazzy For This Useful Post: | ||
nicukent (30-01-13)
| ||
|
#5
|
||||||||||||
|
||||||||||||
|
@announce
only at this like you need to mod for seebox PHP Code:
replace with PHP Code:
Add PHP Code:
Add PHP Code:
PHP Code:
Add PHP Code:
add PHP Code:
Add PHP Code:
Add PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
to the PHP Code:
Add PHP Code:
Last edited by bill123; 19-12-12 at 21:38. |
| The Following User Says Thank You to bill123 For This Useful Post: | ||
nicukent (30-01-13)
| ||
![]() |
| Tags |
| fullymodded , problemhelp , seedbox , torrentstrike , v10 |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Torrentstrike Fullymodded v1.0 | Fynnon | Torrent Strike | 284 | 18-02-13 11:12 |
| ban problem in torrentstrike | Ratmob | Torrent Strike | 1 | 04-04-09 11:32 |
| Help with torrentstrike fullymodded v1.0 | RikT | Torrent Strike | 0 | 24-09-08 12:52 |
| TS FullyModded 1.0 Problem | NighTing | Torrent Strike | 4 | 13-09-08 16:51 |
| Torrentstrike Fullymodded v1.0 Passkey HELP | Robz | Torrent Strike | 6 | 11-09-08 22:49 |