# Xampp Installation Using PHP 7.0

![](https://img.zohostatic.com/zde/static/images/info.png)

XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris).

First you have to proceed to download XAMPP PHP 7.0: <https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/7.0.32/>

![](https://help.scriptcase.net/galleryDocuments/edbsnf6c5773a7040e0d3d6f3d2bb6b8fdbef2ef9cef70bbe14fda8d38625ff3d824bd37c602136d1753efcbf8c86097133d9?inline=true)

 

![](https://img.zohostatic.com/zde/static/images/file.png)

After downloading Xampp, proceed with the normal installation.

## Configuring php.ini  in Xampp

**1  -** Go to your browser and enter in the URL below to test the Xampp  and find the path to the **PHP.ini** file

**127.0.0.1/dashboard/phpinfo.php**

**2 -**The path will be shown as in the image:

![](https://help.scriptcase.net/galleryDocuments/edbsn44063837e60193a091efb671da8234aec3ca9c67fe5b6475f67f830652cdc7d395b41071b03c48a11813f3d6d0f82ef1?inline=true)

![](https://img.zohostatic.com/zde/static/images/file.png)

php.ini path: /opt/lampp/etc/php.ini

**3  -**Enter in the file and search for the directives below and increase their values like for the values we recommend, then save the file before exit.

- `max_execution_time = 3600`
- `max_input_time = 3600`
- `max_input_vars = 10000`
- `memory_limit = 1024M`
- `post_max_size = 1024M`
- `upload_max_filesize = 1024M`
- `max_file_uploads = 200`
- `short_open_tag = On`

# 

# Enabling the SourceGuardian Loader

We proceed to download the SourceGuardian [Click here](https://www.sourceguardian.com/loaders.html) 

**4 -**Copy the file **ixed.7.0.lin** and past in the **extension\_dir** directory of your PHP.

![](https://help.scriptcase.net/galleryDocuments/edbsn89277d58677b8caacfb31dfa61aeade37b211009b8ff0aecc81fb504a8e13cc1bfa7e1f4cb6259a1e2235d934b17abd0?inline=true)

![](https://img.zohostatic.com/zde/static/images/file.png)

extension\_dir path : /opt/lampp/lib/php/extensions/no-debug-non-zts-20151012

**5 -** We enable the extension within the**php.ini**:

Edit the **php.ini** file and below the last line set the path to the extension in the `extension` parameter:

extension = "/opt/lampp/lib/php/extensions/no-debug-non-zts-20151012/ixed.7.0.lin"

![](https://help.scriptcase.net/galleryDocuments/edbsnce068b579d00ca78aa1512d10130e96336929c09490c606740d302cec14283866697d320d16f25a93494fb1495654a7d?inline=true)

![](https://img.zohostatic.com/zde/static/images/caution.png)Restart the apache of the XAMPP:

**In xampp root directory:**

1. sudo ./xampp restart

![](https://help.scriptcase.net/galleryDocuments/edbsn2f22d27bcb8b90114bf5b16bb0a8744c84a80133d8c1a5c22542398dcc3eb701d55e2bdd450d79a9cd827e2ce16ea5fe?inline=true)

# Installing Scriptcase

Once the installation is finished we must proceed to download the .zip file from the ScriptCase page: [Click Here](https://www.scriptcase.net/download/)

Once the download of the .zip is finished, we proceed to unzip the .zip inside the folder**htdocs of the XAMPP**:

![](https://img.zohostatic.com/zde/static/images/info.png)

/opt/lampp/htdocs

![](https://img.zohostatic.com/zde/static/images/caution.png)

Renamed the file after decompression to "**scriptcase**" as the image below

![](https://help.scriptcase.net/galleryDocuments/edbsnf6c5773a7040e0d3d6f3d2bb6b8fdbef93f7d2ec46152cd6b7c789fec8075c953cd8a657f925da8a640476aa00a42a6d?inline=true)

## Proceed to the installation of ScriptCase:

To enter in the scriptcase:

Follow this address in your browser: [http://127.0.0.1:/scriptcase](http://127.0.0.1:8091/scriptcase)

![](https://img.zohostatic.com/zde/static/images/info.png)

In this example the apache of the XAMPP was running  on port **80.**

Then, proceed to normal scriptcase installation:

**You will see a screen like the imagem below so you just need to click on "Next"**

![](https://help.scriptcase.net/galleryDocuments/edbsnce068b579d00ca78aa1512d10130e96324d96a7952479e7e8a0416e05e6c74144cd4ee02544b866df5406d1b4d8d4628?inline=true)

**On the next installation Screen, go to the bottom of the page and click on next**

![](https://help.scriptcase.net/galleryDocuments/edbsn1f36eca93e4f4f4d1d0e299249d8e000ed255e537222845e06ef4863a9cf9efb0e9311861db9dbf3b6db2785cd1975d7?inline=true)

  
**Now,  choose the Typical Installation option and click "Next"**

![](https://help.scriptcase.net/galleryDocuments/edbsn89277d58677b8caacfb31dfa61aeade39300859b186510bcec9af05332b91beb62dac1fd584986ac6be6cebccf117f82?inline=true)

When the installation is finnished, you will be automatically redirected to Scriptcase login page

![](https://help.scriptcase.net/galleryDocuments/edbsn44063837e60193a091efb671da8234ae6499914ada2ffe7554aec6b3b724c120a815f56fe3a604c2461d54bc85eda729?inline=true)