Jump to content

italie

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by italie

  1. italie

    Remote view does not start

    Its horrible coding on the part of the software creator. Two problems are happening with the code. First, they are referencing PHP within htm documents. If you are running your website from an IIS server, it can't handle this. Installing apache will resolve this issue. Second, They are calling some sort of psuedo-php. Look in your index htm and screen320.htm files for any reference to <? SERVER_ADDRESS ?> . The proper code would read <?php echo($_SERVER['SERVER_ADDR']); ?> There are other php variables called that I just hard coded, such as the server port, and view modes. Unfortunatley after all that, I still can't get the web page to continue past "Testing transmission speed". It does connect to the dvr server though. If you find any more info, please post.
×