sametkral9
Öğrenci
- Katılım
- 29 Aralık 2012
- Mesajlar
- 1
- Reaksiyon puanı
- 0
- Puanları
- 0
Arkadaşlar Centos 5 32 bit kullanmaktayım Red 5 Chat v2.1 kurmak istiyorum bu sürümü sitesinden indirdigimde zip dosyasında şu dosyalar bulunmaktadır.
Bu içerisindeki FLA JAVA-RED5 PHP Nereyelere kopyalamam gerekiyor kurulum hakkında yardım edermisiniz.
Zip içindeki kurulum txt
SIMPLE INSTALLATION GUIDE
-------------------------
FLASH PART
----------
edit the FLA red5Chat.fla and configure these lines:
_root.IP = "88.191.36.127";
_root.port=1934;
_root.authentificateURL = "http://"+_root.IP+"/red5chat/testlogin.php";
_root.infoUserURL="http://"+_root.IP+"/red5chat/infouser.php";
PHP part (only if you connect to the database for user authentification)
-------------------------------------------------------------------------
If you use the AUTHENTIFICATION (_root.authentification=true):
- Create tables form create_tables.sql
- edit the PHP/connections folder and setup con1.php to connect the database
RED5 part
---------
- create the chat directory on c:\program files\red5\webapps\
- compile the JAVA and put the classes
Bu içerisindeki FLA JAVA-RED5 PHP Nereyelere kopyalamam gerekiyor kurulum hakkında yardım edermisiniz.
Zip içindeki kurulum txt
SIMPLE INSTALLATION GUIDE
-------------------------
FLASH PART
----------
edit the FLA red5Chat.fla and configure these lines:
_root.IP = "88.191.36.127";
_root.port=1934;
_root.authentificateURL = "http://"+_root.IP+"/red5chat/testlogin.php";
_root.infoUserURL="http://"+_root.IP+"/red5chat/infouser.php";
PHP part (only if you connect to the database for user authentification)
-------------------------------------------------------------------------
If you use the AUTHENTIFICATION (_root.authentification=true):
- Create tables form create_tables.sql
- edit the PHP/connections folder and setup con1.php to connect the database
RED5 part
---------
- create the chat directory on c:\program files\red5\webapps\
- compile the JAVA and put the classes