-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f96947d
commit e6d4ae7
Showing
25 changed files
with
4,303 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
The ionCube Loader | ||
------------------ | ||
|
||
This package contains: | ||
|
||
* ionCube Loaders | ||
|
||
* a Loader Wizard script to assist with Loader installation (loader-wizard.php) | ||
|
||
* the License document for use of the Loader and encoded files (LICENSE.txt) | ||
|
||
* User Guide (new with Loader 5). The Loader operates as an extension to | ||
PHP, and has options that can be configured through the php.ini file. | ||
There are options that may improve performance, particularly with files on | ||
a network drive. Options that relate to the free ionCube24 Intrusion | ||
Protection service (ioncube24.com) are also described. | ||
|
||
|
||
INSTALLATION | ||
============ | ||
|
||
Installing to a remote SHARED server | ||
------------------------------------ | ||
|
||
1. Upload the contents of this package to a directory/folder called ioncube | ||
within the top level of your web scripts area. This is sometimes called the | ||
"web root" or "document root". Common names for this location are "www", | ||
"public_html", and "htdocs". | ||
|
||
2. Launch the Loader Wizard script in your browser. For example: | ||
http://yourdomain/ioncube/loader-wizard.php | ||
|
||
If the wizard is not found, check carefully the location where you uploaded | ||
the Loaders and the wizard script on your server. | ||
|
||
|
||
Installing to a remote UNIX/LINUX CLOUD, DEDICATED or VPS server | ||
---------------------------------------------------------------- | ||
|
||
1. Upload the contents of this package to /usr/local/ioncube | ||
|
||
2. Copy the loader-wizard.php script to the root web directory of a | ||
configured domain on the server | ||
|
||
2. Launch the Loader Wizard script in your browser. For example: | ||
http://yourdomain/loader-wizard.php | ||
|
||
|
||
Installing to a remote WINDOWS DEDICATED or VPS server | ||
------------------------------------------------------ | ||
|
||
1. Upload the contents of this package to C:\windows\system32 | ||
|
||
2. Copy the loader-wizard.php script to the root web folder of a | ||
configured domain on the server | ||
|
||
2. Launch the Loader Wizard script in your browser. For example: | ||
http://yourdomain/loader-wizard.php | ||
|
||
|
||
Copyright (c) 2002-2016 ionCube Ltd Last revised 23-April-2015 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.