![]() ![]() |
24.3.2007, 18:47
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 23.3.2007 Member No.: 10730 |
Ray can support integration with AzDGDatingPlatinum 1.7.4
http://www.boonex.com/products/ray/ Thanks Sami victor |
|
|
|
17.4.2007, 4:25
Post
#2
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 17.4.2007 Member No.: 10746 |
Apparently interesting but no information and not of documentation on the site. And a cat in flash there is much better than Ray but without video and it is true that video it is super for it but I repaired myself with a site of webcam free while waiting of a reliable solution and not expensive.
My site htpp://www.opengay.fr |
|
|
|
| Guest_Guest_samivictor_*_* |
22.4.2007, 15:45
Post
#3
|
|
Guests |
The documentation in link
http://file2upload.com/file/2927/Ray-Pro-v1-0.rar.html |
|
|
|
| Guest_Guest_opengay_*_* |
28.4.2007, 3:00
Post
#4
|
|
Guests |
Yes but how to integrate it?
|
|
|
|
| Guest_Guest_samivictor_*_* |
13.5.2007, 13:14
Post
#5
|
|
Guests |
Ray Web Multimedia Software
Installation Guide ___________________________________________ 1. Upload "ray" folder in root directory of your site 2. Set database connection parameters in "ray/config.php" file - change 'host', 'db', 'user' and 'pwd' elements of the "$ray_db" array as shown below: $ray_db = array ( "host" => "localhost", //your database hostname "db" => "your_db", //your database name "user" => "user", //your database user name "pwd" => 'pass', //your database user password Save and close "config.php" file 3. Open "http://[your_site]/ray/install/" page in browser to run Ray installation script. After script finishes it's work, you should remove "install" folder. 4. Open "config.php" file and edit it. There are several variables controling RAY software runtime. They all completely described in "config.php" file. You may change their values according to your needs. If you use database with users data, you should set "$useUsersDB" variable to "1", change 'tblProfiles' variable in "$ray_db" to name of the table containing profiles of your users. You also should change "auth_by_id()", "search_user()" and "get_info_by_id()" functions to make them work correctly with your database. 5. Use "http://[your_site]/ray/ray_admin.php" page to administrate ray_chat. Before that you should change "$admin_login" and "$admin_pass" variables in "config.php" file. 6. include code from "ray/ray_chat.php" to your chat page. In this file you should correctly define "$ID" and "$NickName" variables for user's ID and Nick respectively. By default their values are taken from query variables: $ID = $_REQUEST['ID']; $NickName = $_REQUEST['NickName']; 7. include code from "ray/ray_im.php" to your "IM" page. In this file you should correctly define "$ID", "$NickName", "$Opponent" and "$OpponentName" variables for user's ID, Nick, your opponent's ID and Opponent's nick respectively. The Opponent's nick is required just for displaying in the "IM" window title and is not neccesarry. By default their values are taken from query variables: $ID = $_REQUEST['ID']; $NickName = $_REQUEST['NickName']; $Opponent = $_REQUEST['Opponent']; $OpponentName = $_REQUEST['OpponentName']; 8. include code from "ray/ray_invite.php" to EVERY page of your site. This file is responsible for invitation to IM at any place of your site if someone calls current user to IM conversation. In this file you should correctly define "$ID" variable for user's ID. By default it's value is taken from query variable: $ID = $_REQUEST['ID']; 9. include code from "ray/ray_recorder.php" to your "video recorder" page. In this file you should correctly define "$ID" variable for user's ID, whose video will be recorded. By default their values are taken from query variables: $ID = $_REQUEST['ID']; 10. include code from "ray/ray_player.php" to your "video player" page. In this file you should correctly define "$ID" variable for user's ID, whose video will be played. By default their values are taken from query variables: $ID = $_REQUEST['ID']; 11. include code from "ray/ray_video_admin.php" to your "video admin" page. In this file you should correctly define "$ID" variable for user's ID, whose video will be managed. By default their values are taken from query variables: $ID = $_REQUEST['ID']; |
|
|
|
| Guest_Guest_OPenGay_*_* |
15.5.2007, 0:06
Post
#6
|
|
Guests |
it is difficult for a beginner, I am inetressé but I doubt that I can do it. ONE would need a concrete example step to install but bind the datta base.
|
|
|
|
| Guest_Guest_OpenGay_*_* |
12.7.2007, 1:18
Post
#7
|
|
Guests |
Plus de detail faire voir une configuation exacte pour intégrer en utilisant azdg.
More detail, demonstration of an exact configuation to integrate by using azdg. with the base of azdg |
|
|
|
![]() ![]() ![]() |
| Lo-Fi Version | Time is now: 3.9.2010, 14:46 |