PHPChat
When trying to invite a friend I get this:
Security Alert! The PHP CGI cannot be accessed
directly.
This PHP CGI binary was compiled with force-cgi-redirect
enabled. This means that a page will only be served up if
the REDIRECT_STATUS CGI variable is set, e.g. via an
Apache Action directive.
For more information as to why this behaviour exists,
see the manual page for CGI security.
For more information about changing this behaviour or re-
enabling this webserver, consult the installation file that
came with this distribution, or visit the manual page.
******************************************
When I go to admin to approve a user I get a Query
Failed and no list of new users:
http://www.ourlifehouse.com/chat/admin/index.php
Query Failed
Approve Users
-------------------------------------------------------
-------------------------
Below is all users that have subscribed but have not yet
been approved by you. You will only see users if you
have a closed system and registration turned on in your
defaults_inc.php file.
-------------------------------------------------------
-------------------------
Nick Email Action
-------------------------------------------------------
-------------------------
When chating and you place a URL in the chat room
if you click on the link IE.. http://www.yahoo.com
you get a new window with an error of
Host can not be foune
close window
-------------------------------------------------------
-------------------------
Logged In: YES
user_id=905181
To fix this problem, remove the jump.php and replace it with
this code and save it as jump.php
<?
header("Location: $url");
?>
Logged In: NO
this solution dosnt work.