• Your Files, Your Rules – Upgrade Today! Exciting news! With our new ownership, you’re no longer limited—upload files from here to any website without getting Banned. 🚀 Why wait? Upgrade your account now
IPS - Developer Tools

Free IPS - Developer Tools 4.7.17

Compatible IPS versions
  1. 4.7
These files are required to use developer mode in IPS Community Suite.

Enabling Developer Mode​

Before you begin developing plugins or applications for the IPS Community Suite, you need to enable Developer Mode. Developer mode causes the software to load required files directly from the filesystem, rather than cached versions or from the database.
Warning
Developer Mode will cause the software to run much slower than usual and may introduce security vulnerabilities. You should only enable Developer Mode if you are a PHP developer intending to develop Applications and Plugins and should only do so on a local installation that is not web-accessible

Enabling Developer Mode
Follow these steps to enable Developer Mode on your installation:
  1. Download the Developer Tools, making sure you download the correct version for the version of IPS Community Suite you are using. Developer Tools for pre-release versions may be available, so you may need to download an older version from the "Previous Versions" section.
  2. Extract the developer tools and move them to where IPS Community Suite is installed, merging with the existing files. There is a root "dev" folder, and "dev" folders for each application. If you do not have every IPS Community Suite application installed, you should delete the folders you don't need from the Developer Tools folder before copying. The presence of Developer Tools for uninstalled applications may cause errors.
  3. If you do not already have a constants.php file in the root folder of your installation, create one.
  4. Add the following line to your constants.php file:

PHP:
<?php
define( 'IN_DEV', TRUE );

Important notes:

The developer tools includes the files necessary for all IPS applications. If you are enabling developer mode on an install where third-party applications and plugins are present you will also need to obtain and apply the developer tools (i.e. the "dev" folder) for those from the author.

Note that when you upgrade your installation, you will need to download the updated Developer Tools.
Author
XFdownloadStore
Downloads
3
Views
122
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from XFdownloadStore

Latest updates

  1. 4.7.17

    Developer tools updated for 4.7.17
  2. 4.7.16

    Developer tools updated for 4.7.16
Back
Top