From Proxscripts Documentation
Jump to: navigation, search
Line 50: Line 50:
 
   upload_max_filesize : 5M<br />
 
   upload_max_filesize : 5M<br />
 
   max_input_time : 600<br />
 
   max_input_time : 600<br />
   Default timezone: Not UTC<br />
+
   Default timezone:Please <b>do not</b> set this to UTC. If you set this to UTC, then there will be some issues with the
   date.timezone: Not UTC</p>
+
script. Therefore, it is advisable that you do not set the default time zone to <b>any other time zone </b>except UTC.<br />
 +
   date.timezone: The same thing applies here. Do not set this to UTC. You can set this to any other time zone.</p>
 
</div>
 
</div>
 
<div class="subtitle" id="Hosting_Recommendation">Hosting Recommendation</div>
 
<div class="subtitle" id="Hosting_Recommendation">Hosting Recommendation</div>

Revision as of 10:36, 19 March 2015

ProXCore script runs on Linux Server with PHP and MYSQL

Minimum Server Requirements
  • cPanel Based Hosting
    • cPanel is highly recommended. Our support is available on cPanel only. We do not offer support on any other control panels.
  • PHP Version 5.2.8 and above
    • PDO
    • GD Library
    • FreeType Library
    • cURL
    • Hash
    • JSON
    • SOAP
    • mcrypt
    • gzip
  • MySQL 4 or above
  • IonCube Loader

The following values are recommended for peak performance. However, they are not necessary to run the script. These settings would matter after your site has a lot data.

Kindly do the following PHP Configuration in order to get optimum performance :
max_execution_time : 1200
memory_limit : 1024M
allow_url_fopen : On
allow_url_include : On
session.auto_start : On
session.use_cookies : On
output_buffering : 4096
magic_quotes_gpc : Off
mysql.connect_timeout : 100
upload_max_filesize : 5M
max_input_time : 600
Default timezone:Please do not set this to UTC. If you set this to UTC, then there will be some issues with the script. Therefore, it is advisable that you do not set the default time zone to any other time zone except UTC.
date.timezone: The same thing applies here. Do not set this to UTC. You can set this to any other time zone.

Hosting Recommendation

Minimum 256MB RAM is required to run this software. However, the recommended RAM is 1 GB for smooth performance.