Advertisement
JConnors

red5chat install.txt

Feb 7th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. SIMPLE INSTALLATION GUIDE
  2. -------------------------
  3.  
  4. FLASH PART
  5. ----------
  6. edit the FLA red5Chat.fla and configure these lines:
  7.  
  8. _root.IP = "88.191.36.127";
  9. _root.port=1934;
  10.  
  11. _root.authentificateURL = "http://"+_root.IP+"/red5chat/testlogin.php";
  12. _root.infoUserURL="http://"+_root.IP+"/red5chat/infouser.php";
  13.  
  14.  
  15.  
  16.  
  17.  
  18. PHP part (only if you connect to the database for user authentification)
  19. -------------------------------------------------------------------------
  20.  
  21. If you use the AUTHENTIFICATION (_root.authentification=true):
  22. - Create tables form create_tables.sql
  23. - edit the PHP/connections folder and setup con1.php to connect the database
  24.  
  25.  
  26.  
  27. RED5 part
  28. ---------
  29.  
  30. - create the chat directory on c:\program files\red5\webapps\
  31. - compile the JAVA and put the classes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement