Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Updated ipcheck.php? (http://www.bvlist.com/showthread.php?t=9215)


 
 
 
 
 
 
 \n");
 $uc = 0;
 while($ras=mysql_fetch_assoc($res))
 {
 if ($ip <> $ras['ip'])
 {
  $ros = mysql_query("SELECT * FROM users WHERE ip='".$ras['ip']."' ORDER BY id") or sqlerr();
  $num2 = mysql_num_rows($ros);
  if ($num2 > 1)
  {
  $uc++;
  while($arr = mysql_fetch_assoc($ros))
  {
    if ($arr['added'] == '0000-00-00 00:00:00')
    $arr['added'] = '-';
    if ($arr['last_access'] == '0000-00-00 00:00:00')
    $arr['last_access'] = '-';
    if($arr["downloaded"] != 0)
    $ratio = number_format($arr["uploaded"] / $arr["downloaded"], 3);
    else
    $ratio="---";
 
    $ratio = "$ratio";
      $uploaded = mksize($arr["uploaded"]);
      $downloaded = mksize($arr["downloaded"]);
    $added = substr($arr['added'],0,10);
    $last_access = substr($arr['last_access'],0,10);
    if($uc%2 == 0)
    $utc = "a08f74";
    else
    $utc = "bbaf9b";
    print("
   
   
     
     
     
   
    \n");
    $ip = $arr[ip];
      }
  }
 }
 }
}
else
{
 print("
ZenoX 4th June 2013 04:02

Updated ipcheck.php?
 
Hey,

I remember there used to be a modified version of ipcheck.php that had options to disable ALL duplicate accounts at once, i currently have 2,500 dupes and would love the option just to disable all accounts at once?

Can anyone help me with this? :)

Thanks to anyone who can offer help!

Bump: Please can anyone help me with this? All i want is an option/button to be able to disable ALL duplicate accounts that is shown on this page? I would really appreciate it and would send a good will gesture via paypal for the help!

Code:

require "include/bittorrent.php";

dbconn();

loggedinorreturn();

stdhead("Duplicate IP users");
begin_frame("Duplicate IP users:", true);
begin_table();

if ($CURUSER["id"] != $user["id"])
{
if (get_user_class() >= UC_MODERATOR)
{
 $res = mysql_query("SELECT * FROM users WHERE enabled='yes' AND status='confirmed' AND ip<>'' ORDER BY ip") or sqlerr();
 $num = mysql_num_rows($res);
 print("
UserEmailRegisteredLast accessDownloadedUploadedRatioIP
" . $arr['username']."" . get_user_icons($arr) . "$arr[email]$added$last_access$downloaded$uploaded$ratio$arr[ip]
");
 print("

You are not able to view this page.

");
}
}


?>


All times are GMT +2. The time now is 21:32.

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