Menu

Installation phpOpenChat

Anonymous
2002-12-19
2003-04-14
  • Anonymous

    Anonymous - 2002-12-19

    I use Netscape 7.01 and when i connecting to my http://localhost
    only thing what i get is:

    <?//-*- C++ -*-
    /*   ********************************************************************   **
    **   Copyright (C) 1995-2000 Michael Oertel                                 **
    **   Copyright (C) 2000-     PHPOpenChat Development Team                   **
    **   http://www.ortelius.de/phpopenchat/                                    **
    **                                                                          **
    **   This program is free software. You can redistribute it and/or modify   **
    **   it under the terms of the PHPOpenChat License Version 1.0              **
    **                                                                          **
    **   This program is distributed in the hope that it will be useful,        **
    **   but WITHOUT ANY WARRANTY, without even the implied warranty of         **
    **   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                   **
    **                                                                          **
    **   You should have received a copy of the PHPOpenChat License             **
    **   along with this program.                                               **
    **   ********************************************************************   */
    function randomint($max) {
        static $startseed = 0;
        if (!$startseed) {
            $startseed = (double)microtime()*getrandmax();
            srand($startseed);
        }

    and same thing "install.php"

    hmmm...

    -Marko

     
    • Alan Owen

      Alan Owen - 2003-04-14

      Hi Marko,

      I believe this is because Apache (if you are using Apache) isn't processing PHP. You need to install PHP and configure it to work with Apache.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.