PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : IonCube install



Chris15
11.05.06, 10:37
beim Ausführen von der ioncube-loader-helper.php kommen diese Meldungen:


suse10064lamp:/srv/www/htdocs/EGL/ioncube # ./ioncube-loader-helper.php ./ioncube-loader-helper.php: line 1: ?php: No such file or directory
./ioncube-loader-helper.php: line 3: //globals: No such file or directory
./ioncube-loader-helper.php: line 4: =: command not found
./ioncube-loader-helper.php: line 5: =: command not found
./ioncube-loader-helper.php: line 6: =: command not found
./ioncube-loader-helper.php: line 7: syntax error near unexpected token `('
./ioncube-loader-helper.php: line 7: `$already_loaded = extension_loaded('ionCube Loader');'
suse10064lamp:

Kann mir jmd helfen?

[edit] ich bin nach der anleitung vorgegangen ..

Using the ionCube Install Assistant

Installing in the php.ini file is also simple, and offers the best performance for encoded scripts. It is also required for systems that use safe mode, or if PHP has been built with thread support, e.g. on Windows.

The 'php.ini Install Assistant' link on the installation helper PHP script is provided to assist with this. Access the script from a web server or a PHP cli or cgi executable and it should tell you which Loader to install, which file to edit and what you need to add (it's just a one line change).

If you wish to install without using the assistant script then please read the following section.
Manual Installation in the php.ini File

Before installing, you need to know:

1. Which operating system you are using.
2. Which PHP version you are using.
3. Is your PHP build threaded or not?
4. Where your php.ini file is.

The 'Server System Information' link in the helper script will give you the required information.
Example

Suppose the following information is contained in the sysinfo.php script output:
PHP Version => 4.3.0
System => Linux pod 2.2.16 #1 Sat Sep 30 22:47:40 BST 2000 i686
Build Date => May 28 2003 13:41:42
Configure Command => './configure'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled

This shows that:

1. The system is Linux
2. PHP is PHP 4.3.0
3. PHP is not threaded (thread safety disabled)
4. The php.ini file is in /usr/local/lib

Using this information we may install the Loaders. The method depends on whether your server is running Unix (e.g. Linux) or Windows.

cane
11.05.06, 11:02
Was steht denn in den genannten Zeilen der ioncube-loader-helper.php?

mfg
cane

Chris15
11.05.06, 11:26
<?php

//globals used by rtl tester
$working = "";
$status = "";
$instructions = "";
$already_loaded = extension_loaded('ionCube Loader');

cane
11.05.06, 11:52
The 'php.ini Install Assistant' link on the installation helper PHP script is provided to assist with this. Access the script from a web server or a PHP cli or cgi executable and it should tell you which Loader to install, which file to edit and what you need to add (it's just a one line change).

Hast Du den genannten Asistenten genutzt oder manuell editiert?

mfg
cane