Integration for wordpress
Download the plugin to place in your root
download plugin
Installation tutorial
When you download the package, open the index.php file
and search and variables;
private static $token = 'code token'; // insert token id
private static $id_account = 'code id account'; // insert id account
Edit those variables by entering your account id with your token, which you find in your administrative control panel
When you have edited the i
How to integrate html5-chat and datingscript ?
Here is a snippet to help you to integrate html5 chat and dating script.
Just edit $account_id and $token variables
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
require '../vendor/autoload.php';
include('../application/config.php');
use \Firebase\JWT\JWT;
session_start();
if (!isset($_SESSION['session']['username'])) {
header('Location:' . $config['base_url'] . 'users/login');
exit;
}
$token = 'YOUTOKEN HERE';
Youdate.website is a small CRM for dating written with Yii framework
Here is a quick way to integrate html5-videochat with youdate
<?php
require(__DIR__ . '/application/bootstrap.php');
require(__DIR__ . '/application/vendor/autoload.php');
require(__DIR__ . '/application/environment.php');
require(__DIR__ . '/application/vendor/yiisoft/yii2/Yii.php');
require(__DIR__ . '/application/controllers/PhotoController.php');
$config = require(__DIR__ . '/application/config/web.php');
$applic
Social engine is a php commercial dating script.
UPDATE
Download html5-videochat plugin from this link
Edit application\modules\chat5html\controllers\indexController.php And edit this
Upload the files to your site with FTP Both folders: (modules and packages)
Go to your social Engine admin panel and go to menu manage->Packages & plugins and enable html5-videochat plugin
Congratulations:
Your chat is not available at url : https://yoursite.com/html5-videoc
Drupal 7
Create a new field called “gender”
go to : configuration->Account setting, Managed field
Add new field called “gender” (list text)
and put them values : male female
Install the plugin
you can download it from this link
Go to structures/blocks
and enable Content / create block chat5html
Click configure
Restrict that block to chat page
Congratulations: you just create
This method is compatible with any version of IP.board
If you use ip.board, I'll teach you how to add a page for your chat application
First create a block
Choose these settings
Inside enter all this code you see below
$_id_account = \IPS\Member::loggedIn()->member_id;
$name = \IPS\Member::loggedIn()->name;
$member_id = \IPS\Member::loggedIn()->member_id;
$gender = \IPS\Member::loggedIn()->profileFields()["core_pfieldgroups_3"]["core_pfie
Download the plugin at this link. You will need the package to install it in your Joomla control panel.
Log in to the Joomla administration with your login credentials.
In the top navigation bar, click on "Extensions" and choose "Extension Manager" from the dropdown menu.
In the "Extension Manager" page, click on the "Upload" tab on the top left.
Select the plugin file you downloaded and click "Upload and Install".
After a few seconds, Joomla will install the pl
Want to spy on your users ?
You can now switch to invisible mode to spy your users activity.
only admins will have this privilege
turn on the room and press the key, become invisible.
You will appear as invisible now