Resource icon

mBot 24

No permission to download

xmaskaxd

Member
Oct 29, 2016
13
0
33
Please Help Me!!!
php core.php -i 1
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.

Please visit get-loader.ioncube.com for install assistance.

I'M Install IonCube
And the problem goes on
 

iElevateX

Member
Mar 25, 2017
45
7
46
Please Help Me!!!
php core.php -i 1
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.

Please visit get-loader.ioncube.com for install assistance.

I'M Install IonCube
And the problem goes on
Have you edited the php files and added the zend extension?
 

iElevateX

Member
Mar 25, 2017
45
7
46
Yes I'm edit php files only don't zend extension
Because I do not know how to do it
Okay, so.
Edit those files, and add the extension BEFORE the php tags "zend_extension = /usr/lib/php5/20131226/ioncube_loader_lin_5.6.so" < change the loader name to your version.(make sure you have that specific version)
~ nano /etc/php5/apache2/php.ini
~ nano /etc/php5/cli/php.ini
~ nano /etc/php5/cgi/php.ini
~ nano /etc/php5/fpm/php.ini

Then run those 2 rommands
~ service apache2 restart
~ service php5-fpm restart

Check if everything works, using this command: php -v

Remember, your ioncube_loader has to be /is recommended to be the same version as your php.
 

xmaskaxd

Member
Oct 29, 2016
13
0
33
php core.php -i 1
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.

Please visit get-loader.ioncube.com for install assistance.
problems !!
 

iElevateX

Member
Mar 25, 2017
45
7
46
php core.php -i 1
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.

Please visit get-loader.ioncube.com for install assistance.
problems !!
If so, use the guidelines provided by ioncube, and try that.
 

Encoding

New Member
Jul 2, 2017
3
2
18
how ?
Help Me!!
Ioncube:
cd /tmp && wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz && tar xfz ioncube_loaders_lin_x86-64.tar.gz && mv ioncube /usr/local/ && rm ioncube_loaders_lin_x86-64.tar.gz

For mod_php:
vi /etc/php5/apache2/php.ini

For CGI and FCGI PHP:
vi /etc/php5/cgi/php.ini

For PHP commandline scripts:
vi /etc/php5/cli/php.ini

For scripts running with PHP-FPM
vi /etc/php5/fpm/php.ini

and add the following line right at the beginning of the file(s) (before the
PHP:
 line):
            zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.4.so
           
            so the the resulting file looks like this:
                zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so
                [PHP]

                ;;;;;;;;;;;;;;;;;;;
                ; About php.ini   ;
                ;;;;;;;;;;;;;;;;;;;
                ; PHP's initialization file, generally called php.ini, is responsible for
                ; configuring many of the aspects of PHP's behavior.
                [...]
           
            Finally restart apache to apply the changes:
                service apache2 restart
 

xmaskaxd

Member
Oct 29, 2016
13
0
33
Ok IonCube Install done and writes
php core.php -i 1
Welcome to the mbot Premium for TeamSpeak3.
:: parsing files:
: Loading configuration file (terminated)
: Check global configuration. (ended)
Include files and run general classes.
Connect to Teamspeak 3. (terminated)
:> MBot switched to channel id: 11
:> MBot changed the nick to: Update
Loading plugins, commands, and events.


: Loading completed.
Added: 3 plugins, 0 commands, 11 events
:: Everything looks right, the bot starts!
:: mBot Version: 24.0 [Build: 4173]
only

Bot is connect but nothing updates

MOD EDIT: Text is translated to English.
 
Last edited:

iElevateX

Member
Mar 25, 2017
45
7
46
Ok IonCube Install done and writes
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: 11
: > 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]
only

The bot is hacking but nothing updates
Thats great. Just a reminder. Use only english, as most of us cant understand it. What do you mean by "bot is hacking"? Do you mean that it has connected to the server but doesn't update anything? If that's the case, make sure you have configured your channel ID's in the config file.
 

iElevateX

Member
Mar 25, 2017
45
7
46
In your ssh client, type:
php -v

And show us the results. Also what Linux Distribution are you using?
 
Top