Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   User leeching & seeding same torrent simultaneously. (http://www.bvlist.com/showthread.php?t=12385)

Tedmorris 9th July 2021 23:37

User leeching & seeding same torrent simultaneously.
 
How would one go about stopping users from leeching a torrent they are already seeding? Essentially seeding and leeching the same torrent at the same time on the same account. This can be problematic on freeleech torrents as a user would be seeding on one client whilst uploading to themselves as a leech on another client, essentially boosting their upload stats by uploading to themselves.

I would have thought that the below would work but it does not.

This:

PHP Code:

if ($valid[0] >= && $seeder == 'no'err("Connection limit exceeded! You may only leech from one location at a time.");
if (
$valid[0] >= && $seeder == 'yes'err("Connection limit exceeded!"); 


Changed to:
PHP Code:

if ($valid[0] >= 2err("Connection limit exceeded! You may only leech or seed not both."); 



All times are GMT +2. The time now is 00:55.

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