Resource icon

mBot 24

No permission to download

xmaskaxd

Member
Joined
Oct 29, 2016
Messages
13
Reaction score
0
Points
33
php -v
PHP 5.6.30-0+deb8u1 (cli) (built: Feb 8 2017 08:50:21)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.1.0 (), Copyright (c) 2002-2017, by ionCube Ltd.
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
 

Bartek

Member
Joined
Oct 3, 2015
Messages
3
Reaction score
0
Points
33
ionCube installed , where to copy mbot folder ??
How to run config and start it ??
 

Bartek

Member
Joined
Oct 3, 2015
Messages
3
Reaction score
0
Points
33
:: TeamSpeak3 m-bot Premium
:: Application developers: Adams & K-Scripts
:: Contact: e-mail: [email protected] | GG: 35694104
:: Version: Final [24.0 Final]
:: Started m-bot ID: 1 - done!
:: Started m-bot ID: 2 - done!
:: Started m-bot ID: 3 - done!
:: Started m-bot ID: 4 - done!
:: Started m-bot ID: 5 - done!

http://xxxxxxxxx/core.php

:: Witamy w interfejsie mbot Premium dla TeamSpeak3. :: Trwa analizowanie plikow: : Wczytywanie pliku konfiguracyjnego (zakonczone) : Sprawdzanie konfiguracji globalnej. [MenadżerKonfiguracji: Błąd]: W pliku konfiguracji znajduje się niepoprawny adres ip serwera. [MenadżerKonfiguracji: Błąd]: Wprowadź poprawny port w konfiguracji bota. [MenadżerKonfiguracji: Błąd]: Id serwera w menadżerze konfiguracji jest niepoprawne.


still config error bad server Ip & port
 

Bartek

Member
Joined
Oct 3, 2015
Messages
3
Reaction score
0
Points
33
@Supervisor

its a bot message when i open core.php from browser

i have no idead how to config the Bot & cahnge Lang. to EN
 
Last edited by a moderator:

iElevateX

Member
Joined
Mar 25, 2017
Messages
45
Reaction score
7
Points
46
You don't open the bot using your browser... Instead, use ssh.
Configure the bot using config file.
 

HQANFA

Member
Joined
Dec 10, 2015
Messages
2
Reaction score
0
Points
36
Hello. I have a problem with mBot. I see this error:

:: Welcome interface MBot Premium TeamSpeak3.
:: Analyzing files:
: Loading a configuration file (completed)
: Checking the global configuration.

[Configuration Manager: Error]: The configuration file is incorrect IP address of the server.
[Configuration Manager: Error]: Enter the correct port configuration bot.
[Configuration Manager: Error]: Id Server Configuration Manager is incorrect.



Config is fine (I mean IP address etc.) and how to fix it?
 

h0tPL

Member
Joined
Sep 17, 2015
Messages
3
Reaction score
0
Points
33
Your config looks like this, probably
PHP:
'server_ip'                        => '127.0.0.1'
and you have to delete apostrophe, and it will looks like this
Code:
'server_ip'                        => 127.0.0.1
 

HQANFA

Member
Joined
Dec 10, 2015
Messages
2
Reaction score
0
Points
36
thenks men now it showing only:

:: Welcome interface MBot Premium TeamSpeak3.
:: Analyzing files:
: Loading a configuration file

and not more, mbot is not connection to the server
 
Last edited:

Minik

Member
Joined
Feb 19, 2016
Messages
27
Reaction score
0
Points
33
root@vps:/home/mbot# php core.php -i 1
:: Witamy w interfejsie mbot Premium dla TeamSpeak3.
:: Trwa analizowanie plikow:
: Wczytywanie pliku konfiguracyjnego (zakonczone)
: Sprawdzanie konfiguracji globalnej. (zakonczone)
: Wlaczanie plikow oraz uruchamianie generalnych klas.

: Laczenie z serwerem Teamspeak 3. (zakonczone)
: > mBot przeszedl na kanal id: 2
: > mBot zmienil nick na: Aktualizator
: Wczytywanie pluginow, komend i wydarzen.


: Wczytywanie zakonczone.
: Wczytano: 3 pluginy, 0 komendy, 11 wydarzenia
:: Wszystko wyglada poprawnie, bot uruchamia sie!
:: Wersja mBot'a: 24.0 [Build: 4173]
Bot nie wchodzi na serwer.
 

sayan14

Member
Joined
Mar 11, 2017
Messages
24
Reaction score
5
Points
38
PL: Oj Minik Minik.. Musisz zainstalować ioncube'a i go skonfigurować w php dodać zend extension.
Masz na poprzednich stronach instrukcje w polskim i angielskim języku ^^

ENG: U need to install ioncube loader and configure extension on php.ini xd
on previous sites u have instruction how to do this :D

// VeroN <3
 
Last edited:

Minik

Member
Joined
Feb 19, 2016
Messages
27
Reaction score
0
Points
33
Inocube jest zainstalowany i skonfigurowany poprawnie i pod odpowiednią wersję php również.
Jest przed php wrzucane zend extension ... w każdym pliku php.ini
 

iElevateX

Member
Joined
Mar 25, 2017
Messages
45
Reaction score
7
Points
46
Inocube jest zainstalowany i skonfigurowany poprawnie i pod odpowiednią wersję php również.
Jest przed php wrzucane zend extension ... w każdym pliku php.ini
Please make sure to use English only.
 

Minik

Member
Joined
Feb 19, 2016
Messages
27
Reaction score
0
Points
33

Inocube is also installed in other versions of php. It is before php thrown zend extension ... in which php.ini file
 

iElevateX

Member
Joined
Mar 25, 2017
Messages
45
Reaction score
7
Points
46
Debian 7 64bit. Does it matter any?
Sometimes it does. But from my own experience, debian works well with mbot.
Are you running mbot on the same machine as your teamspeak server?
 
Top