Ray Error

Hi Peoples,

i have do somthing bad on my Dolphin Script! I try to install free widgets (youtube2.0) but, i have deleted a wrong folder, i have deleted the RAY Folder on my Server! I have reinstall this RAY Folder by using the /install/ Folder!

I have recive any ERRORS by trying reinstall!

Now i have delete the /install/ Folder and my Site is withe :)

http://v-movies.eu/

Can someone help me out?

Quote · 18 Nov 2008

first of all - just upload ray folder from default package of Dolphin and edit path in /ray/modules/global/inc/header.inc.php

it will return your Ray :)

regards

Artur

Quote · 18 Nov 2008

Hi,

her my header.inc.php, and what i must change here exactly?

<?
/***************************************************************************
*
* IMPORTANT: This is a commercial product made by BoonEx Ltd. and cannot be modified for other than personal usage.
* This product cannot be redistributed for free or a fee without written permission from BoonEx Ltd.
* This notice may not be removed from the source code.
*
***************************************************************************/

include("[path]");
/**
* Current version information.
*/
if(!defined("VERSION")) define("VERSION", "3.1.0000");

/**
* Data Base Settings
*/
if(!defined("DB_HOST")) define("DB_HOST", $db['host']);
if(!defined("DB_PORT")) define("DB_PORT", $db['port']);
if(!defined("DB_SOCKET")) define("DB_SOCKET", $db['sock']);
if(!defined("DB_NAME")) define("DB_NAME", $db['db']);
if(!defined("DB_USER")) define("DB_USER", $db['user']);
if(!defined("DB_PASSWORD")) define("DB_PASSWORD", $db['passwd']);
if(!defined("DB_PREFIX")) define("DB_PREFIX", "Ray");
if(!defined("GLOBAL_MODULE")) define("GLOBAL_MODULE", "global");
if(!defined("GLOBAL_DB_PREFIX")) define("GLOBAL_DB_PREFIX", DB_PREFIX . "Global");
$sDBModule = strtoupper(substr($sModule, 0, 1)) . substr($sModule, 1);
if(!defined("MODULE_DB_PREFIX")) define("MODULE_DB_PREFIX", DB_PREFIX . $sDBModule);

/**
* Login and password for admin.
*/
$sAdminLogin = "*****";
$sAdminPassword = "*****";

/**
* General Settings
* URL and absolute path for the Ray location directory.
*/
$sRootPath = $dir['root'];
$sRootURL = $site['url'];
$sRayHomeDir = "ray/";

$sHomeUrl = $sRootURL . $sRayHomeDir;
$sHomePath = $sRootPath . $sRayHomeDir;


/**
* Pathes to the system directories and necessary files.
*/
$sModulesDir = "modules/";
$sModulesUrl = $sHomeUrl . $sModulesDir;
$sModulesPath = $sHomePath . $sModulesDir;

$sGlobalDir = "global/";
$sGlobalUrl = $sModulesUrl . $sGlobalDir;
$sGlobalPath = $sModulesPath . $sGlobalDir;

$sFfmpegPath = $sGlobalPath . "app/ffmpeg.exe";

$sIncPath = $sGlobalPath . "inc/";

$sDataDir = "data/";
$sDataUrl = $sGlobalUrl . $sDataDir;
$sDataPath = $sGlobalPath . $sDataDir;

$sSmilesetsDir = "smilesets/";
$sSmilesetsUrl = $sDataUrl . $sSmilesetsDir;
$sSmilesetsPath = $sDataPath . $sSmilesetsDir;

/**
* Default smileset name. It has to be equel to the name of some directory in the "smilesets" directory.
* The default path to smilesets directory is [path_to_ray]/data/smilesets
*/
$sDefSmileset = "DefaultSmiles";

$sNoImageUrl = $sDataUrl . "no_photo.jpg";
$sWomanImageUrl = $sDataUrl . "woman.gif";
$sManImageUrl = $sDataUrl . "man.gif";

/**
* Cron Update Interval (in seconds)
*/
$iCronUpdateInterval = 600;

/**
* Integration parameters.
* URL of the site in which Ray is integrated.
*/
$sScriptHomeDir = "http://v-movies.eu";
$sScriptHomeUrl = $sRootURL . $sScriptHomeDir;

/**
* Path to images direcrory
*/
$sImagesPath = $sScriptHomeUrl . "media/images/profile/";

/**
* URL of the profile view page
*/
$sProfileUrl = $sScriptHomeUrl . "profile.php";
?>

Quote · 19 Nov 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.