Advice for a webcam site
-
Hi everyone,
I bought the chatroulette clone software and I'd like to adapt the code in order to build a webcam site.
I need to know how to make it choose specific users instead of random ones.
Any suggestion?
-
Use the "Connect me to user ID" function instead of the START/NEXT button combination and turn on the Login screen.
-
@'JabberCam':
Use the "Connect me to user ID" function instead of the START/NEXT button combination and turn on the Login screen.
thanks for the answer.
How do I turn on the login screen?
-
edit config.php and change:
$LOGIN_SCREEN_ENABLE = false; // 'true' or 'false' ```to
$LOGIN_SCREEN_ENABLE = true;