Tag Archives: installation

Suggested hosting in 2025

Option 1, free installation and low cost, high speed tested hosting:

Regarding hosting providers, please use original cPanel hosting services, and you will get our free installation services and discount if you purchase via this link:

Even Shared cPanel based Starter package is usually enough for start:

my.hosting.com/aff/052d2fd88b9781246e8da5062656a0de9769ec31

Option 2, other hosting cPanel based:

We can also offer installation on other hosting providers with original cPanel but in such case installation price is 49 USD

Option 3, other hosting Plesk based:

For hosting services with Plesk, installation services are 99 USD

Option 4, other hosting with different panel:

For hosting services with different panel, installation services are 199 USD

On any trouble even if you install yourself and you have issues we are happy to help!

If you are interested for above services please send me email to: sanljiljan@geniuscript.com

How to install script on localhost?

For localhost, you can for example (Windows guide):
Install portable XAMPP Version 5.6.3
Create folder in (depends where you install xampp): C:\xampp\htdocs\mywebsite
Extract archive to: C:\xampp\htdocs\mywebsite (Use 7zip, issues are possible with some archivers)
Create empty file: C:\xampp\htdocs\mywebsite\install.txt
Run XAMPP, Apache and MySQL
In browser open phpMyAdmin: http://localhost/phpmyadmin/
Databases->Create new “mywebsite” as attached screen
Run script installation: http://localhost/mywebsite
If you have blank screen issue, try this: http://iwinter.com.hr/support/?p=7819
If no then just enter your wanted details and for database:
DBNAME: “mywebsite”
DBUSER: “root”
DBPASSWORD: LEAVE EMPTY
create-database
EDIT:
We noticed XAMPP >=8.1.6 causing blank screen issue
quickfix solution:
after you extract zip
edit application\config\production\database.php
this change to false:
Screenshot_1