Need Help With Installation for RVC_Release_5.9.zip
-
Hi I just purchased RVC_Release_5.9.zip and I have installed it here is my website :
www.seanhart-devmysite23.usit says wait for video signal also when i click start it says connecting to null. The settings and system setting the drop down menus are missing.
Also Im having a problem with my database I think but it seems fine to me Im getting an internal server error when I go to www.seanhart-devmysite23.us/jabbercam/admin.php?task=test
Can you please help me I just purchased this yesterday. Thanks
Here is my config.php file
/**
- Configuration file for RVC 5.0+
- You may want to edit /jabbercam/language/lang_??.ini
- Help: http://www.videosoftware.pro/forum/FORUM-Documentation-Quickstart-and-How-To
*/
//SYSTEM SETTINGS
/* Back-en location (exact location of functions.php on your domain | http://www.your_domain.com/[folder]/jabbercam/functions.php */
$WEB_SERVICE_URL = "http://www.seanhart-devmysite23.us/jabbercam/functions.php"; // http://www.your_domain.com/jabbercam/functions.php
$GOOGLE_APP_ID = "ABQIAAAA44DtkdnVtGoKnkOoQ1twxBQora7GzjVSubiEtDutWDf-t7E7sRQzJlSDNdYZ1RDHkgcaeicZ80M9rA"; // required for Google maps (to remove, read forum)/* Optional database configuration for Red5, used to install database tables (for Red5 database configuration read forum) /
$RED5_DB_HOST = "localhost"; //database host (server)
$RED5_DB_USER = "sh939488_red523"; //database username
$RED5_DB_PASSWORD = "123456789"; //database password
$RED5_DB_DATABASE = "sh939488_red5"; //database name
/ Optional database configuration for Stratus, not needed if Red5 is used */
$DB_HOST = "localhost"; //database host (server)
$DB_USER = "sh939488_chat23"; //database username
$DB_PASSWORD = "123456789"; //database password
$DB_DATABASE = "sh939488_Stratus"; //database name/* Flash media server settings (rtmfp or rtmp | values: Stratus or Red5) /
$SERVER_TYPE = 'Stratus'; // 'Red5 or 'Stratus'
/ if Stratus /
$DEVELOPER_KEY = "b1ab2deda1a30b2c0252feda-cd9a5ac6fef1"; // your Adobe Cirrus (Stratus) developer key obtained from Adobe (read forum)
/ if Red5 */
$RED5_CONNECT_URL = 'rtmp://www.videosoftware.pro/JabberCamApp'; // use your own rtmp, this temporary resource may be down
$RED5_CONNECT_URL_B1 = ''; // backup server #1
$RED5_CONNECT_URL_B2 = ''; // backup server #2
$RED5_CONNECT_MAIN_TIMEOUT = 30; // minutes// LOGIN PROCESS SETTINGS (turn on/off mandatory camera and username | values: true or false)
$CAMERA_REQUIRED = false; // 'true' or 'false'
$LOGIN_SCREEN_ENABLE = false; // 'true' or 'false' (you may use login.php instead RVC 5.1+)
$SOCIAL_BUTTONS_LOGIN_SCREEN = true; // 'true' or 'false'// CONNECTION SETTINGS
/* User connection timing /
$MINIMUM_CONNECTED_TIME = 2; // the minimum time in seconds, two users must stay connected before they can press NEXT (global)
$TIME_TO_LIVE = 10; // set the delay, seconds (close the session if the server doesn't receive a response for XX seconds)
/ SpeedChat and SpeedDate connection timing settings /
$SPEEDCHAT_CONNECTED_TIME = 5; // the default time for speedchat (if not set different by the client, using the Flash slider)
$SPEEDCHAT_MIMIMUM_CONNECTED_TIME = 3; // the minimum time a user must stay connected before he can disconnect when using SpeedChat
$SPEEDDATE_CONNECTED_TIME = 30; // the default time for speeddate (if not set different by the client, using the Flash slider)
$SPEEDDATE_MINIMUM_CONNECTED_TIME = 10; // the minimum time a user must stay connected before he can disconnect when using SpeedDate
/ User filtering and ban*/
$FILTER_TIMEOUT = 30; // set the filter button, minutes (do not connect to filtered user for XX minutes)
$NUM_REPORTS_TO_BAN = 3; // set the report button (number of reports needed for a user to be banned)
$BAN_TIMEOUT = 180; // set the report button, minutes (ban reported user for XX minutes)
/* Maintenance settings */
$REMOVE_SESSIONS_OLDER_THAN = '180'; // set the amount of time, minutes, sessions to be cleared by the ?task=cleanAllOlder function// UI SETTINGS
/* Language settings /
$LANGUAGES = array("en"=>"English", "es"=>"Spanish", "cn"=>"Chinese", "de"=>"German", "it"=>"Italian", "fr"=>"French", "tr"=>"Turkish", "cz"=>"Czech", "ro"=>"Romanian", "hu"=>"Hungarian");
/ Timed video blur effect /
$BLUR_EFFECT = true; // true or false (on|off)
$BLUR_EFFECT_INTENSITY = 30; // initial intensity of video blur
$BLUR_EFFECT_DURATION = 5; // seconds
/ Volume settings /
$SPEAKER_VOLUME = 0.5; // [0-1]
$MICROPHONE_VOLUME = 0.3; // [0-1]
/ Ad settings */
$AD_FOLDER = './media/video/blankscreen/'; // for video ads, directory where .swf videos are located
$ADS_FREQUENCY=60; // for text ads (/jabbercam/media/text). Seconds, 0 for off// FEATURE AND FILTER SETTINGS
/* Auto NEXT Settings /
$AUTONEXT_VALUES = array("man"=>0, "5"=>5, "10"=>10, "30"=>30, "1min"=>60);
/ Age filter settings /
$AGEFILTER_VALUES = array("Off", "16-25", "26-40", "41+");
/ Language (country) filter settings /
$LANG_FILTERS = array("en"=>"English", "es"=>"Spanish", "cn"=>"Chinese", "ru"=>"Russian", "de"=>"German", "it"=>"Italian", "fr"=>"French", "th"=>"Thai", "tr"=>"Turkish", "cz"=>"Czech", "bg"=>"Bulgarian", "ro"=>"Romanian", "hu"=>"Hungarian");
/ Custom filter #1 settings /
$CUSTOM_FILTER_1_ENABLE = true; // 'true' or 'false'
$CUSTOM_FILTER_1_LABEL = "Location"; // any label (text)
$CUSTOM_FILTER_1 = array("paris"=>"Paris", "london"=>"London", "sanghai"=>"Sanghai", "rome"=>"Rome", "moscow"=>"Moscow", "tokyo"=>"Tokyo", "anyother"=>"Any Other"); // option list (text)
/ Custom filter #2 settings */
$CUSTOM_FILTER_2_ENABLE = true; // 'true' or 'false'
$CUSTOM_FILTER_2_LABEL = "Looking for"; // any label (text)
$CUSTOM_FILTER_2 = array("dating"=>"Dating", "friends"=>"Make Friends", "look"=>"Just Look", "talk"=>"Just Talk"); // option list (text)/*
ā-------------------------------------------------------------------------------------------
*/if($SERVER_TYPE == 'Red5') {
$DB_HOST = $RED5_DB_HOST;
$DB_USER = $RED5_DB_USER;
$DB_PASSWORD = $RED5_DB_PASSWORD;
$DB_DATABASE = $RED5_DB_DATABASE;
}if(isset($_GET['setts'])) {
header('Content-type: text/xml');
echo '<settings><servertype>'.$SERVER_TYPE.'</servertype>';if($SERVER_TYPE != 'Red5') {
echo '<webserviceurl>'.$WEB_SERVICE_URL.'</webserviceurl>'.
'<developerkey>'.$DEVELOPER_KEY.'</developerkey>';
} else {
echo '<red5connecturl>'.$RED5_CONNECT_URL.'</red5connecturl>';if(isset($RED5_CONNECT_URL_B1))
echo '<red5connecturlb1>'.$RED5_CONNECT_URL_B1.'</red5connecturlb1>';if(isset($RED5_CONNECT_URL_B2))
echo '<red5connecturlb'.(isset($red5_connect_url_b1)?'2':'1').'>'.$RED5_CONNECT_URL_B2.
'</red5connecturlb'.(isset($red5_connect_url_b1)?'2':'1').'>';if(isset($RED5_CONNECT_MAIN_TIMEOUT) && (isset($RED5_CONNECT_URL_B1) || isset($RED5_CONNECT_URL_B2)))
echo '<red5connectmaintimeout>'.$RED5_CONNECT_MAIN_TIMEOUT.'</red5connectmaintimeout>';
}echo '<languages>';
foreach ($LANGUAGES as $code=>$lang) {
echo "<lang><label></label>$code
</lang>";
}
echo '</languages>';echo '<langfilters>';
foreach($LANG_FILTERS as $code=>$lang) {
echo "<filter><label></label>$code
</filter>";
}
echo '</langfilters>';echo '<timetolive>'.$TIME_TO_LIVE.'</timetolive>';
echo '<minimumconnectedtime>'.$MINIMUM_CONNECTED_TIME.'</minimumconnectedtime>';
echo '<speedchatconnectedtime>'.$SPEEDCHAT_CONNECTED_TIME.'</speedchatconnectedtime>';
echo '<speedchatminimumconnectedtime>'.$SPEEDCHAT_MIMIMUM_CONNECTED_TIME.'</speedchatminimumconnectedtime>';
echo '<speeddateconnectedtime>'.$SPEEDDATE_CONNECTED_TIME.'</speeddateconnectedtime>';
echo '<speeddateminimumconnectedtime>'.$SPEEDDATE_MINIMUM_CONNECTED_TIME.'</speeddateminimumconnectedtime>';echo '<agefiltervalues>';
foreach($AGEFILTER_VALUES as $filter) {
echo "";
}
echo '</agefiltervalues>';echo '<autonextvalues>';
foreach($AUTONEXT_VALUES as $label=>$value) {
echo "<autonext><label></label><autovalue></autovalue></autonext>";
}
echo '</autonextvalues>';if(is_dir($AD_FOLDER) === TRUE) {
echo '<ads>';
$dir = opendir($AD_FOLDER);if($dir) {
while(($filename = readdir($dir)) != FALSE) {
if(is_file($AD_FOLDER.$filename) && preg_match('/^.+.(?:jpg|png|gif|jpeg|swf)$/', $filename))
echo "<ad>{$AD_FOLDER}{$filename}</ad>";
}closedir($dir);
}echo '</ads>';
}if($CUSTOM_FILTER_1_ENABLE) {
echo '<customfilter1 label="'.$CUSTOM_FILTER_1_LABEL.'">';
foreach($CUSTOM_FILTER_1 as $key=>$value) {
echo "<filter><filtervalue>$key</filtervalue><label>$value</label></filter>";
}
echo '</customfilter1>';
}if($CUSTOM_FILTER_2_ENABLE) {
echo '<customfilter2 label="'.$CUSTOM_FILTER_2_LABEL.'">';
foreach($CUSTOM_FILTER_2 as $key=>$value) {
echo "<filter><filtervalue>$key</filtervalue><label>$value</label></filter>";
}
echo '</customfilter2>';
}echo '<loginscreenenable>'.($LOGIN_SCREEN_ENABLE?'true':'false').'</loginscreenenable>';
echo '<camerarequired>'.($CAMERA_REQUIRED?'true':'false').'</camerarequired>';echo '<speakervolume>'.$SPEAKER_VOLUME.'</speakervolume>';
echo '<microphonevolume>'.$MICROPHONE_VOLUME.'</microphonevolume>';echo '<blureffect>'.($BLUR_EFFECT?'true':'false').'</blureffect>';
echo '<blureffectintensity>'.$BLUR_EFFECT_INTENSITY.'</blureffectintensity>';
echo '<blureffectduration>'.$BLUR_EFFECT_DURATION.'</blureffectduration>';echo '<googleappid>'.$GOOGLE_APP_ID.'</googleappid>';
echo '<socialbuttonsloginscreen>'.($SOCIAL_BUTTONS_LOGIN_SCREEN?'true':'false').'</socialbuttonsloginscreen>';
echo '<adsfrequency>'.$ADS_FREQUENCY.'</adsfrequency>';
echo '</settings>';
}
?>