Plyvel y StrEnum son dos bibliotecas diferentes para Python:
1. Plyvel: Es una biblioteca de Python que proporciona una interfaz fácil de usar para LevelDB, una base de datos NoSQL rápida y ligera de Google.
2. StrEnum (String Enumerations): Aunque no hay una biblioteca oficial de Python llamada StrEnum, este término generalmente se refiere a las enumeraciones de cadenas en Python, que básicamente son enumeraciones cuyos valores son cadenas.
Espero que esta información te sea de ayuda.
$comem = mysqli_query($conexion,"SELECT * FROM userpublic where ipdrump like '%,".$_SERVER['REMOTE_ADDR'].$_SERVER['HTTP_USER_AGENT'].",%' order by id desc");$newcount = 0;
while($gouz = mysqli_fetch_assoc($comem)){
$ipsp = explode(',', $gouz['ipdrump']);
$newcount += count(array_keys($ipsp, $_SERVER['REMOTE_ADDR']));
}
if($newcount <= 1){
$activ='active';
}else{
$activ='noactive';
}
$kakhus = mysqli_query($conexion,"SELECT * FROM watch where newmodevideo !='' and target='".$_GET['onliview']."'");
$snauld = mysqli_fetch_assoc($kakhus);
if(isset ($_GET['domky'])){
$comeme = mysqli_query($conexion,"SELECT * FROM userpublic where ipdrump like '%,".$_SERVER['REMOTE_ADDR'].$_SERVER['HTTP_USER_AGENT'].",%' order by id desc");$count = 0;
while($filu = mysqli_fetch_assoc($comeme)){
$ips = explode(',', $filu['ipdrump']);
$count += count(array_keys($ips, $_SERVER['REMOTE_ADDR'].$_SERVER['HTTP_USER_AGENT']));
}
if($count <= 1){
$darked = mysqli_query($conexion,"SELECT * FROM userpublic where users <=99 ORDER BY id DESC limit 0,1");
if($fila = mysqli_fetch_assoc($darked)){
mysqli_query($conexion,"UPDATE userpublic SET ipdrump=CONCAT(ipdrump,'".$_SERVER['REMOTE_ADDR'].$_SERVER['HTTP_USER_AGENT'].",'), users=users+1 where id = '".$fila['id']."'");
}else{
mysqli_query($conexion,"INSERT INTO userpublic (users,ipdrump) VALUES('1','0,".$_SERVER['REMOTE_ADDR'].$_SERVER['HTTP_USER_AGENT'].",')");
}
}
}
que error hay aqui, no deja de repetir