Hi,
i'm trying to get Ray 3.5 AdFree running.
I've downloaded it, unziped it and run through the Install process whith no Problems.
Then i've installed and registered Ray Chat.
After this I tried the following code (and many other things ^^):
<?php
require_once("ray/modules/global/inc/header.inc.php");
require_once("ray/modules/global/inc/content.inc.php");
$aParamValues = array();
$aParamValues["id"] = "1";//defining user ID
$aParamValues["password"] = "12345";//defining user password
echo getApplicationContent("chat", "user", $aParamValues, true);
?>
I only get the error message "invalid parameters" - can anybody help?
Thanks
Michael