fox II/IDEC networks :: idec.talks :: / spnet проапгрейдился до iii-php v0.11 | Login |
pipe.2032:msgid ii.14:msgid ещёэха:msgid
pipe.2032 msgid msgid msgid ii.14 msgid ещёэха msgid
elseif ($opts[0] == 'x' and $opts[1] == 'e' and remote('data')) { $lines=explode("\n", $_POST['data']); foreach ($lines as $line) { $line=explode(":", $line); if (count($line)!=2) continue; $echoarea=trim($line[0]); $msgid=trim($line[1]); $index=$access->getMsgList($echoarea); $maxElement=count($index)-1; $search=array_search($msgid, $index); if ($search!=NULL and $search<$maxElement) { $newMessages=array_slice($index, $search+1); echo $echoarea."\n".implode("\n", $newMessages)."\n"; } elseif ($search==$maxElement) { continue; } else { echo $echoarea."\n".$msgids; } } }