MyBB Depo Forum

Orjinalini görmek için tıklayınız: 123flashchat eklentisini kendi MYSQL ' ıma bağlama
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Site Adresi : sohbetzamani.tk
MyBB Sürümü : 1.6.15
Hata Ekran Görüntüsü : http://i.hizliresim.com/BoB7ZG.png
Kurulu Eklentiler : 123flashchat

123flashchat eklentisini kendi mysql sunucuma bağlamak istiyorum . Nasıl yapabilirim ?

Eklentinin açıklamasında şöyle yazıyor ( Kendi Mysql 'ına bağlamada geçiyor ama tam anlayamadım )

Kod:
Step 1, Install module files to your MYBB:

        File Copy

            copy chat.php                                    to                  <MYBB installed directory root>/inc/plugins/



Step 2, Navigate to Admin CP -> Configuration -> Plugins -> Find "123 Flash Chat" and click "Install & Activate".

Step 3, Find and click Navigate to Admin CP -> Forums & Posts -> Chat Settings.
    
        Configure chat module's running mode and Save.
        
Step 4, Integrate your chat with MYBB user database :

        If you choose running mode "Chat Server Host By Your Own" or mode "Chat Server Host By 123 Flash Chat", integration is needed, you may achieve this by following the instructions below.
        
        Find and click "Admin Panel".

            1. Log in the Admin Panel of your 123FlashChat server            
               OPEN: System Settings -> Integrate Panel

            2. Find: DataBase -> SELECT: URL -> edit
      
            3. Change URL:
                 http://<MYBB install directory>/index.php?mod=123flashchat&act=loginchat&username=%username%&password=%password%

            4. Press OK to save your setting.
  


Step 5, Add top menu.
        Navigate to Admin CP->Templates & Style -> Templates->Manage Template Sets->Default Templates->Header Templates->header, and past the following string
after <ul>


----------------------------------------------------------------------------------------------------------------------------------

<li><a href="index.php?mod=123flashchat&act=chat"><img src="http://www.123flashchat.com/img/123flashchat.png" alt="Chat" />Chat</a></li>

----------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------