Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by sdy ( 16 years ago )
for ($i = 1; $i < sizeof($qsm); $i++) {
preg_match_all ('/^.*('.addcslashes($qsm[$i][0][1], '/').'.w+)s.+s(S+)@phonesb.+(Up).*$/sUi', $html4, $qsc[$u], PREG_SET_ORDER);
if ($qsc[$u][0][2] == s) {
if (!empty($qsc[$u][0][1])) {
$chan = $qsc[$u][0][1];
$reg = `./$sh core show channel $chan`;
preg_match_all ('/^.*Caller ID:.*(d+)b.*$/sUi', $reg, $html7[$i], PREG_SET_ORDER);
$qsm[$i][0][5] = "вх: ".checknumber($html7[$i][0][1])."";
} else {
$qsm[$i][0][5] = "";
}
} else {
if (!empty($qsc[$u][0][1])) {
$chan = $qsc[$u][0][1];
$reg = `./$sh core show channel $chan`;
preg_match_all ('/^.*DNID Digits:.*(d+)b.*$/sUi', $reg, $html7[$i], PREG_SET_ORDER);
$qsm[$i][0][5] = "исх: ".checknumber($html7[$i][0][1])."";
} else {
$qsm[$i][0][5] = "";
}
}
}
Revise this Paste