[SOLVED] Â help with setting chat |
3/20/2020 10:06:48 | |
| PHPRunner General questions | ||
|
C
cristi author
I try to include freichat in the phprunner application. <!--===========================FreiChat=======START=========================-->
<script type="text/javascript" language="javascipt" src="https://heras.geoecomar.ro/chat/freichat/client/main.php?id=<?php'>https://heras.geoecomar.ro/chat/freichat/client/main.php?id=<?php echo $ses;?>&xhash=<?php echo freichatx_get_hash($ses); ?>"></script>
echo $_SESSION["userid"];
|
||
|
|
Sergey Kornilov admin 3/20/2020 |
|
I'm not familiar with firechat but $_SESSION['userid'] doesn't look right, should be $_SESSION['UserID'] |
|
|
C
|
cristi author 3/21/2020 |
|
I'm not familiar with firechat but $_SESSION['userid'] doesn't look right, should be $_SESSION['UserID']
|
|
|
|
need2sleepDevClub member 3/31/2020 |
|
Sounds like an interesting idea. Looks like an integrated chat. Seems sketchy though. Site has expired certificates. Broken links, broken English. Can you trust it? |
|
|
C
|
cristi author 4/2/2020 |
|
Sounds like an interesting idea. Looks like an integrated chat. Seems sketchy though. Site has expired certificates. Broken links, broken English. Can you trust it? I was thinking of implementing something like this for customers to chat with sales reps. Do you have any luck with this snipped? Is it secure and simple to setup?
|
|
|
|
need2sleepDevClub member 4/2/2020 |
|
It was simple and it is running on my site for some time now without problems - I like the fact that integrates with phprunner generated script users - so anyone registered on the site is automatically registered as a user in the chat - two bugs however:
|
|