I am trying to figure out if it's possible to get a custom montage working when AUTH_TYPE is set to builtin.
This is my simple HTML montage page:
Code: Select all
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<html>
<head>
<link rel="shortcut icon" href="/cctv.ico" />
<title>CCTV</title>
</head>
<body bgcolor="black">
<table align="center">
<tr>
<td><a href="/index.php?view=watch&mid=4" target="_blank">
<img src="/cgi-bin/nph-zms?mode=jpeg&monitor=4&scale=50&maxfps=5&buffer=1000&auth=0000000000000000000000000000000&buffer=1000connkey=000000buffer=1000&rand=0000000000"></a></td>
<td><a href="/index.php?view=watch&mid=6" target="_blank">
<img src="/cgi-bin/nph-zms?mode=jpeg&monitor=6&scale=50&maxfps=5&buffer=1000&auth=0000000000000000000000000000000&buffer=1000connkey=000000buffer=1000&rand=0000000000"></a></td>
<td><a href="/index.php?view=watch&mid=2" target="_blank">
<img src="/cgi-bin/nph-zms?mode=jpeg&monitor=2&scale=50&maxfps=5&buffer=1000&auth=0000000000000000000000000000000&buffer=1000connkey=000000buffer=1000&rand=0000000000"></a></td>
<td><a href="/index.php?view=watch&mid=7" target="_blank">
<img src="/cgi-bin/nph-zms?mode=jpeg&monitor=7&scale=30&maxfps=5&buffer=1000&auth=0000000000000000000000000000000&buffer=1000connkey=000000buffer=1000&rand=0000000000"></a></td>
<td><a href="/index.php?view=watch&mid=1" target="_blank">
<img src="/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=50&maxfps=5&buffer=1000&auth=0000000000000000000000000000000&buffer=1000connkey=000000buffer=1000&rand=0000000000"></a></td>
</tr>
</table>
</body>
<html>
I have messed about with the php to try and make a page which is valid and can't generate the correct auth, connkey, and rand strings but I think my php skills are too basic at this point to accomplish that.
Thanks in advance.
Simon