這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

eBot Matches Viewer

描述

Salut à tous,
Grâce à ce plugin d’affichage de résultats de matchs Counter-Strike Global Offensive (CSGO), vous n’avez plus besoin d’ajouter manuellement vos matchs CSGO dans vos panel d’admin de votre site web.
Vous avez juste à faire vos matchs sur vos serveur CSGO avec l’eBot et ce plugin récupère et affiche vos matchs sur votre site communautaire ou multi-gaming.
Simple et efficace.
////////////////////////
Hi everybody,
With this plugin display results of Counter-Strike Global Offensive (CSGO) Matches, you no longer need to manually add your matches CSGO in the admin panel of your website.
You just have to make your games on your server with the CSGO EbOt and this plugin retrieves and displays your games on your community site or multi-gaming.
Simple and effective.

螢幕截圖

  • Options Widget
  • Widget Client view

安裝

  1. Upload the ebot-matches-viewer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure options

Options “A” : Your server Mysql eBot is different that website.

IP-ebot                  IP-web
 ebot                  serveur web
 ____                     ____
|    |    Connection     |    |
|    | <---------------> |    |
|____|  mysql distant    |____|

Step 1: Give power in phpmyadmin on Server eBot:
        SQL Command : 
            grant all privileges on *.* to user@IP-web identified by "password";   ===> //// user = (Exemple: ebotv3)  IP-web = (Exemple: gw8.ovh.net) is your website is from OVH.
            flush privileges;

Step 2: Connecting on dedicated server by SSH - Putty - :
        Command :
            nano /etc/mysql/my.cnf
        And edit :  
            Remplace : bind-address = 127.0.0.1
            to : #bind-address = 127.0.0.1

            //comments french:
             Par défaut, MySQL n'écoute que localhost. . Il faudra désactiver la ligne (ajout de : '#') relative au bind-address dans le fichier de configuration mysql:
            # bind-address = 127.0.0.1
        Restart :
            /etc/init.d/mysql restart

Ready You can configure Widget for connect on database Distant.

Options “B” : eBot online (http://ebot.esport-tools.net/) In development.

ebot.esport-tools.net IP-web
ebot serveur web
____ ____
| | Connection | |
| | | |
|____| mysql distant |____|

Options “C” : Your server Mysql eBot and website are the same.

IP-ebot = IP-web
serveur web + ebot
________
| |
| |
|________|

Ready You can configure Widget for connect on database local with user and password (Exemple : user=ebotv3 password=ebotv3).

2.Configure Number of matches to display

常見問題

Write at : ndjbouman@gmail.com

評價

There are no reviews for this plugin.

貢獻者及開發者

“eBot Matches Viewer” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 eBot Matches Viewer 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.5

Preview
* Mode Option “B” eBot Online working.

1.0

Display last number matches
* Initial Plugin Launch