It is currently Fri Mar 29, 2024 10:33 am

News Stickies

Site map of Maborak Technologies - Community Forum » Forum : Maborak Technologies - Community Forum

Community forums for product support and discussion.

Where is the Interspire Base folder

loading.........

In simple words, is the folder where the Interspire files is located.

For example:

If your Interspire URL is: http://domain.com/marketing/

Then, your interspire base folder will be

Code: Select all
/home/username/public_html/marketing/


or

Code: Select all
/var/www/html/marketing/


In this folder is located some important files like: .htaccess to add special directives to the installation.

connection closed.
Read more : Where is the Interspire Base folder | Views : 11197 | Replies : 0 | Forum : Installation and Configuration


[HOWTO] Change the export options

loading............

The way to change the STRING SEPARATOR in the Exports is:

  1. open: admin/addons/geostats/config/config.php
  2. Code: Select all
    <?php
    error_reporting(E_ALL);
    ini_set('display_errors', 1);
    ini_set('memory_limit', '500M');
    ini_set('max_execution_time', '9000');
    define('GEOSTATS_CACHE_TIME',3600*1);
    define('GEOSTATS_EXPORT_DELIMITER',",");
    ?>


    in the line:
    Code: Select all
    define('GEOSTATS_EXPORT_DELIMITER',",");
    you can change the value for example to: ';'

Thats all

connection closed.
Read more : [HOWTO] Change the export options | Views : 39946 | Replies : 2 | Forum : Geo-Location Tracking Statistics


Addon Usage

loading........

This is a quick reminder about the Feedback Loops Addon usage:

  1. Upload the Addon
  2. Install the Addon
  3. Register your IP's in major ISP's or request the IPs registration
  4. Add your Abuse Mailbox in the Feedback Loop Addon: Contact Lists > Feedback Loops
  5. Set the FBL Cron Jobs

Thats all.

connection closed.
Read more : Addon Usage | Views : 13537 | Replies : 0 | Forum : Feedback Loops Processor


Cron Jobs for Feedback Loops

loading...........

The next CRON jobs is mandatory to process the Feedback Loops.

If you are using WHM/Cpanel
Code: Select all
0 * * * * /usr/local/bin/php /path/to/interspire/admin/addons/fbl/api/process.php 100000


If you are using common Linux Server
Code: Select all
0 * * * * /usr/bin/php /path/to/interspire/admin/addons/fbl/api/process.php 100000



Both CRON jobs means: The task will be executed each 1 hour.

connection closed.
Read more : Cron Jobs for Feedback Loops | Views : 11956 | Replies : 1 | Forum : Feedback Loops Processor


 

Login


Statistics

Total posts 493 • Total topics 147 • Total members 68

cron