ok amigo mira esto aver si se puede hacer lo que me indica
ya tengo esto
Código PHP:
Ver original<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Servicio Up</title>
</head>
<body>
<table width="200" border="1">
<tr>
<td align="center">Canales Activos</td>
</tr>
<?php
$ip = "192.168.1.1";
$port = "5050";
$user = "user";
$pass = "pass";
$user = "user-active";
$users = "user-view";
foreach($xml->$user->provider->$users as $run) {
$sid = (string)$run->attributes()->sid;
echo "<tr>";
echo "<td align=\"center\">";
echo $sid;
echo "</td>";
echo "</tr>";
}
?>
</table>
</body>
</html>
es que el archivo anda protegido