NOTE:

If you’re installing the script for the first time, follow the installation guide. If you’ve already installed the script and only want to update the theme, follow the update guide below.


THEME UPDATE GUIDE FOR ZEXFAUCET PRO

Step 1
Extract the theme ZIP file into your website’s root directory (usually public_html).

Step 2
Open the following file:

app/Config/Script.php

Step 3
Locate the database configuration below:

public static $username = 'your_db_username';
public static $password = 'your_db_password';
public static $database = 'your_db_name';

Replace the placeholder values with your existing database credentials. For example:

public static $username = 'my_database_user';
public static $password = 'my_secure_password';
public static $database = 'my_database_name';

Do not create a new database. Use the same database that your current installation is already using.

Step 4
Save the file and upload it back to your server (if edited locally).

🎉 Theme update completed successfully!

Note: This guide is only for updating the theme. If you’re installing the script for the first time, please follow the Installation Guide instead.