Skip to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
     

66Analytics - Website Traffic Analytics Platform [Extended License] v49.0.0

Featured Replies

  • Community Expert
  • Author
  • Administrators
8 hours ago, Valdis Zelvis said:

During installation, after filling in the date base .... Click FINISH INSTALLATION!!!!!!!!!!!!!

I've tried it on different hosting...... The same.

COLIBRISPROBLEM.png

This issue happens because the script is trying to use the constant ROOT_PATH before it is defined.

To fix it:

  1. Open the file:

/install/install.php
  1. Add the following line right after the line that defines ROOT and before require_once:

define('ROOT_PATH', ROOT);

So the top of the file should look like this:

const ALTUMCODE = 66;
define('ROOT', realpath(__DIR__ . '/..') . '/');
define('ROOT_PATH', ROOT);
require_once ROOT . 'vendor/autoload.php';
  1. Save the file and refresh the installation page

If you need help, just let me know 😊

Support is available for paid files only
Support for free files is offered for a fee only

  • Replies 206
  • Views 80.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Fire James
    Fire James

    Please update to v32 The latest 66analytics version is 32.0.0 and it was released on 26 April, 2024.

  • This file has been updated to Version v35.0.1 What's New in this Version: Update 35.0.1 - 8 October, 2024 Fixed public statistics realtime page not working.&

  • I don't have a real site for this script, yes you will get all future updates after purchase when it is released

Most Helpful Posts

Posted Images

  • Community Expert
  • Author
  • Administrators

This file has been updated to v48.0.0

What's New in this Version:

Update 48.0.0 - 21 December, 2025

  • Implemented session replay page timeline events at a glance, with click to play at specific page events and page changes.

  • Implemented the ability to mark payments as refunded, partially refunded or chargeback.

  • Implemented the ability to issue credit notes for invoices in case of any refund or chargeback.

  • Implemented the ability to issue credit notes for invoices in case of any refund or chargeback.

  • Implemented the ability to set start & end dates for discount codes.

  • Implemented full Docker support - you will now be able to run the product fully dockerized if needed.

  • Improved session replay page performance and memory usage.

  • Improved codes in the admin panel to display more data & export (via json, csv) more of the existing data.

  • Improved pay page: display the percentage & dollar amount in savings depending on the chosen plan of the user compared to others.

  • Improved pay page: added new 3 trust widgets after the pay button.

  • Improved pay page: applied discounts will now display over all the payment frequencies and show before & after price.

  • Improved pay page: applied discounts will now display the amount used for urgency and fomo.

  • Improved pay page: applied discounts will now display the remaining time until discount ends for urgency and fomo .

  • PHP 8.5 support is now enabled.

  • Minified the remaining non minified system CSS files to improve load and performance.

  • Minified the remaining non minified system JS files to improve load and performance.

  • Improved affiliate referrals page responsiveness.

  • Improved the look on the footer social icons.

  • Improved JS cropper integration for uploaded images to be more performant and not fail in certain cases due to memory issues.

  • Fixed issues with visitors not being deleted in some cases upon request.

  • Fixed website csv example missing for bulk website imports.

  • Fixed caching issues with visitor deletion.

  • Fixed issues on session replays tracking with certain websites.

  • Fixed image optimizer issue with logging wrong data on optimization in certain cases.

  • Fixed TWO FA authentication setting not being able to be disabled.

  • Fixed issues with page width sizing on the pages system.

  • Fixed new account defaulted to 100 results per page account preference instead of the default admin set one.

  • Fixed horizontal scroll bar added on homepage when blog posts appear on the homepage.

  • Fixed plan translations not properly falling back to default values when no translations are provided.

  • Fixed account plan renewal price showing up rounded instead of displaying the actual exact cost.

  • Fixed edge case with admin panel Invoice page thoring an error when using certain taxes.

  • Fixed all form submission buttons to not be clickable again if the form is still loading.

  • Fixed extra characters on the admin panel plan update page.

  • Fixed issues with the Email Shield plugin not being able to be activated.

  • Fixed issues with Stripe HUF currency on payments.

  • Fixed bugs with the Admin API Domains GET domain endpoint.

  • Fixed potential issues in some cases with the SSO system.

Support is available for paid files only
Support for free files is offered for a fee only

12 hours ago, Mahmoud said:

This file has been updated to v48.0.0

What's New in this Version:

Update 48.0.0 - 21 December, 2025

  • Implemented session replay page timeline events at a glance, with click to play at specific page events and page changes.

  • Implemented the ability to mark payments as refunded, partially refunded or chargeback.

  • Implemented the ability to issue credit notes for invoices in case of any refund or chargeback.

  • Implemented the ability to issue credit notes for invoices in case of any refund or chargeback.

  • Implemented the ability to set start & end dates for discount codes.

  • Implemented full Docker support - you will now be able to run the product fully dockerized if needed.

  • Improved session replay page performance and memory usage.

  • Improved codes in the admin panel to display more data & export (via json, csv) more of the existing data.

  • Improved pay page: display the percentage & dollar amount in savings depending on the chosen plan of the user compared to others.

  • Improved pay page: added new 3 trust widgets after the pay button.

  • Improved pay page: applied discounts will now display over all the payment frequencies and show before & after price.

  • Improved pay page: applied discounts will now display the amount used for urgency and fomo.

  • Improved pay page: applied discounts will now display the remaining time until discount ends for urgency and fomo .

  • PHP 8.5 support is now enabled.

  • Minified the remaining non minified system CSS files to improve load and performance.

  • Minified the remaining non minified system JS files to improve load and performance.

  • Improved affiliate referrals page responsiveness.

  • Improved the look on the footer social icons.

  • Improved JS cropper integration for uploaded images to be more performant and not fail in certain cases due to memory issues.

  • Fixed issues with visitors not being deleted in some cases upon request.

  • Fixed website csv example missing for bulk website imports.

  • Fixed caching issues with visitor deletion.

  • Fixed issues on session replays tracking with certain websites.

  • Fixed image optimizer issue with logging wrong data on optimization in certain cases.

  • Fixed TWO FA authentication setting not being able to be disabled.

  • Fixed issues with page width sizing on the pages system.

  • Fixed new account defaulted to 100 results per page account preference instead of the default admin set one.

  • Fixed horizontal scroll bar added on homepage when blog posts appear on the homepage.

  • Fixed plan translations not properly falling back to default values when no translations are provided.

  • Fixed account plan renewal price showing up rounded instead of displaying the actual exact cost.

  • Fixed edge case with admin panel Invoice page thoring an error when using certain taxes.

  • Fixed all form submission buttons to not be clickable again if the form is still loading.

  • Fixed extra characters on the admin panel plan update page.

  • Fixed issues with the Email Shield plugin not being able to be activated.

  • Fixed issues with Stripe HUF currency on payments.

  • Fixed bugs with the Admin API Domains GET domain endpoint.

  • Fixed potential issues in some cases with the SSO system.

This version is throwing internal server error. (update of database completed successfully and files are replaced)

  • Community Expert
  • Author
  • Administrators

This file has been updated to v49.0.0

What's New in this Version:

Update 49.0.0 - 22 January, 2026

  • Implemented search input on the website selector in the menu of the app when there are many websites in the list.

  • Implemented the new Email Verification screen that shows up after a successful registration.

  • Implemented the ability to set Display Decimals Count for Currencies.

  • Implemented the ability to set a default global avatar for your users - which will also stop the usage of gravatar.com API.

  • Implemented the new Admin Webhooks system - for which you will now be able to use a Signing Secret to validate all incoming webhooks from the system.

  • Implemented the ability to set the Referrer Policy header rule from the admin panel - settings page.

  • Implemented the new 404 not found system - which will automatically trigger when needed (instead of redirecting to a 404 page when triggered) - better SEO.

  • Improved the self-hosted default captcha.

  • Improved the language AI translation: Using the new OpenAI API endpoint, added new AI models, removed old ones.

  • Improved no favicon states: Default empty favicon will be provided - so the browser stops doing favicon.ico requests to your server.

  • Improved the Account API regeneration page: You will now be prompted to confirm the regeneration of the API key.

  • Improved unconfirmed users that now login with social logins will have their account automatically confirmed.

  • Improved the structure of the admin panel - settings - users page.

  • Improved the broadcasts system: You will now be able to set a maximum amount of sent emails per cron run.

  • Improved landing page animations in certain sections.

  • Fixed issues with custom domains 404 custom link redirects not working.

  • Fixed issue with currency auto detection not properly triggering on countries.

  • Fixed footer social icons not showing as rounded in all browsers.

  • Fixed Teams API documentation visual issues.

  • Fixed issues account 2FA settings not displaying its current status properly.

  • Fixed issues with certain drag&drop tooltip elements remaining on the screen after moving.

  • Fixed plan permission issue on CSV, JSON still being exportable even if the plan does not allow it.

  • Fixed issues with a few payment gateways on the status not being properly set.

  • Fixed payment discount not applying in certain edge cases.

  • Fixed affiliate payment page not always showing the proper affiliate ranges.

Support is available for paid files only
Support for free files is offered for a fee only

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.