Thread: TBDev09 (2020)
View Single Post
  #23  
Old 16th May 2020, 09:04
Elena Elena is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 111
Thumbs down
Napon -
Code:
<a href="' . $TBDEV['baseurl'] . '/invite_signup.php"><b> Here</b></a>
invite_signup.php - no file !!!

usercp.php , takeeditcp.php - Plagiarism na Loli v2.2 (screenshot) ?

HnR in announce.php ? Seriously?

Code:
if( ($a['uploaded'] + $upthis) < ($a['downloaded'] + $downthis) && $a['finished'] == 'yes'){
     $HnR_time_seeded = ($a['seedtime'] + $self['announcetime']);
     switch (true){
     case ($user['class'] < UC_POWER_USER):
     $days_3 = 3*86400; //== 3 days
     $days_14 = 2*86400; //== 2 days
     $days_over_14 = 86400; //== 1 day
     break;
     case ($user['class'] == UC_POWER_USER):
     $days_3 = 2*86400; //== 2 days
     $days_14 = 129600; //== 36 hours
     $days_over_14 = 64800; //== 18 hours
     break;
     case ($user['class'] == UC_VIP):
     $days_3 = 129600; //== 36 hours
     $days_14 = 86400; //== 24 hours
     $days_over_14 = 43200; //== 12 hours
     break;
     case ($user['class'] >= UC_UPLOADER):
     $days_3 = 86400; //== 24 hours
     $days_14 = 43200; //== 12 hours
     $days_over_14 = 21600; //== 6 hours
     break;
}
    switch(true){
     case (($a['start_snatch'] - $torrent['ts']) < 7*86400):
     $minus_ratio = ($days_3 - $HnR_time_seeded);
     break;
     case (($a['start_snatch'] - $torrent['ts']) < 21*86400):
     $minus_ratio = ($days_14 - $HnR_time_seeded);
     break;
     case (($a['start_snatch'] - $torrent['ts']) >= 21*86400):
     $minus_ratio = ($days_over_14 - $HnR_time_seeded);
     break;
}
     $hit_and_run = (($minus_ratio > 0 && ($a['uploaded'] + $upthis) < ($a['downloaded'] + $downthis)) ? ", seeder='no', hit_and_run= '".time()."'" : ", hit_and_run = '0'");
     }else
     $hit_and_run = ", hit_and_run = '0'";
And it's all? You obviously don't know what a Hit / Run mod is. What you wrote is a banal expectation of a race!
Attached Thumbnails
01.jpg  
Reply With Quote