Quote: |
4. get loader files from XXX |
The loader is PhpExpress. It plays two roles: accelerating your php, and loading encoded scripts.
It is shipped with NuCoder in the loader subdirectory.
Quote: |
In the instruction manual under 5.2 it says the instructions are in 8.2. However, when I go to 8.2 it's talking about a license |
Sorry, it should refer to 9.2, not 8.2
Part#9 describes how to deploy encoded files.
Quote: |
I have no problem with a loader unless it needs to be installed by a sys admin or something because I'm using a shared hosting environment. |
Depending on your hosting plan you may have access to php.ini or not. Please check this with your hosting company. It's always better to have loader installed in php.ini. If the loader is not installed, the encoded scripts will search for loader and load it. It works with all php versions up to 5.2.4, unless dl() function is explicitly prohibited in php configuration. With 5.2.5 and above, dl still works but requres all the modules to be in the directory specified by extension_dir setting.