LiveSmart Video Chat - online video chat script

LiveSmart Video Chat - online video chat script v2.0.38

No permission to download

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
before...
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
$pos = strpos($_SERVER['REQUEST_URI'], 'validate.php');

if ($pos === false && !$setVal) {
header("Location:validate.php");
}

if ($pos !== false && $setVal) {
header("Location:dash.php");
}
}

after..
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
header("Location:dash.php");
}
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
before...
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
$pos = strpos($_SERVER['REQUEST_URI'], 'validate.php');

if ($pos === false && !$setVal) {
header("Location:validate.php");
}

if ($pos !== false && $setVal) {
header("Location:dash.php");
}
}

after..
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
header("Location:dash.php");
}

It was done here :
 
  • Love
Reactions: NullMaster

docgameslive

Member
Apr 12, 2020
90
10
8
before...
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
$pos = strpos($_SERVER['REQUEST_URI'], 'validate.php');

if ($pos === false && !$setVal) {
header("Location:validate.php");
}

if ($pos !== false && $setVal) {
header("Location:dash.php");
}
}

after..
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
header("Location:dash.php");
}
Hello, can u null documentation for this script? i cant install server without it
1602448154879.png
 

docgameslive

Member
Apr 12, 2020
90
10
8
How to null documentation?
I think , person who publish nulled files have license code or friend with it - copy and past it and copy text of installation (pages,videos) here or in archive , because this script is complicated, most of all server installation
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
You have the online documentation with the installation procedure. You also have the nulled script that acts like the original but without asking the license code. What else do you need? If you need the license code then go and buy the script!!

Edit: if you can't handle the script installation then hire someone to do it for you. I bet there are plenty of guys ready to do it for you for a fee.
 
  • Like
Reactions: phpCore

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
I think , person who publish nulled files have license code or friend with it - copy and past it and copy text of installation (pages,videos) here or in archive , because this script is complicated, most of all server installation

The guide is well written and things are clear like water. You need to install NODE.JS on your server (dedicated, vps, ...) and TURN server.

How to install NODE.JS based on the server's operating system

How to install TURN SERVER based on the server's operating system

Now if you have not the skills to do it by yourself, you can ask someone to do it for you for some fee
 

docgameslive

Member
Apr 12, 2020
90
10
8
You have the online documentation with the installation procedure. You also have the nulled script that acts like the original but without asking the license code. What else do you need? If you need the license code then go and buy the script!!

Edit: if you can't handle the script installation then hire someone to do it for you. I bet there are plenty of guys ready to do it for you for a fee.
1602502920660.png
I open instruction in archive and click on link for it , opening that https://www.new-dev.com/page/ident/live_smart_video_chat_installation
1602502970465.png
1. You need Node.js installed on your server, at least version 8.* and valid SSL certificates;

2. For flawless video sessions you also need to install your own TURN server as described in this tutorial or use a free or commercial one:

For detailed step by step instructions and video manual, please enter your purchase code in the field or contact me at [email protected]:

I instaled script and server on the vds , script is workingm but server not conecting with it, i think need more configuration
 
  • Like
Reactions: delean

alfonsobp

Member
Nov 29, 2019
39
15
8
before...
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
$pos = strpos($_SERVER['REQUEST_URI'], 'validate.php');

if ($pos === false && !$setVal) {
header("Location:validate.php");
}

if ($pos !== false && $setVal) {
header("Location:dash.php");
}
}

after..
if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
header("Location:dash.php");
}




best...


if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
$pos = strpos($_SERVER['REQUEST_URI'], 'validate.php');

if ($pos == false && $setVal) {
header("Location:dash.php");
}
}
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
best...


if (empty($_SESSION["username"])) {
header("Location:loginform.php");
} else {
$pos = strpos($_SERVER['REQUEST_URI'], 'validate.php');

if ($pos == false && $setVal) {
header("Location:dash.php");
}
}

Back to original, no nulled then, why should it be best ?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu