Receive Network Content Email Subscriptions | Press & Media | Custom Solutions | XML/RSS Feeds | HTML Feeds | Wordpress Plugin
Nevistas Application | EULA | Developer Key | Requirements | Channel Display | Category Display

Nevistas PHP Application - Requirements

PHP 5 required

In order to run the application, you must have PHP version 5.0 installed on your server.

ionCube required

Our application is encrypted using ionCube.

How to check if ionCube is installed on the server
There is an easy way to check if the ionCube Loader is already present on your web server - by using a phpinfo.php file. This is a simple file, which makes usage of the "phpinfo()" function. When accessed online, this function will show you complete information about the PHP settings on the server, alongside with the installed modules.

In order to create this file, simply create a new file named "phpinfo.php" and put the following code in it:

How a phpinfo file looks:

<?php
phpinfo();
?>

Then, when you access the file online, if the ionCube Loader is present on the server, the output of the file will look like this:

Alternatively you can download our script that checks for requirements here.

Nevistas Application | EULA | Developer Key | Requirements | Channel Display | Category Display
Email Subscriptions | Press & Media | Custom Solutions | XML/RSS Feeds | HTML Feeds | Wordpress Plugin