What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
66Analytics - Easy, friendly & privacy-focused web analytics system

NULLED 66Analytics - Easy, friendly & privacy-focused web analytics system 39.0.0 NULLED Extended

raz0r updated 66Analytics - Easy, friendly & privacy-focused web analytics system with a new update entry:

66Analytics 34.0.0 NULLED Extended

Update 34.0.0 - 12 September, 2024
  • Implemented the ability to set a custom Reply To email for the SMTP system.
  • Implemented the ability to set custom CC, BCC emails for the SMTP system.
  • Implemented the ability to set the amount of days the Remember Me cookie will be kept, configurable via the admin panel.
  • Implemented the ability to use Custom Variables inside the Custom JS field of the admin panel - settings - custom page.
  • Implemented the new redesigned admin...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
Update 35.0.1 - 8 October, 2024

  • Fixed public statistics realtime page not working.

  • Fixed public statistics modal copy URL button not working.

  • Fixed responsiveness issue with replay page.

  • Fixed taxes not displaying properly on checkout when using tax values with decimals.

  • Fixed some admin panel stats page not fully taking into consideration account timezone settings.

  • Fixed websites page export feature not working.
Update 35.0.0 - 5 October, 2024

  • Implemented the ability to set a website analytics page as public and get a sharable URL for it.

  • Implemented the ability to set password protection to a public stats page.

  • Implemented the ability to set a custom demo public URL of a website via the admin panel settings page.

  • Implemented the ability to enable IP tracking (not recommended) via the admin panel setings page and inside of the website settings of Advanced tracking websites.

  • Implemented continent tracking data for website analytics and added it to the dashboard widgets.

  • Implemented timezone tracking data for website analytics and added it to the dashboard widgets.

  • Implemented cities widget in the dashboard to show the top most popular cities of the tracked visitors.

  • Dashboard will now show 6 widgets instead of 9 - but each widget will have the capability of switching and showing different data - making it more performant and show more data at the same time.

  • Implemented the filtering feature for lightweight website analytics as well.

  • Implemented the continents, timezone API endpoint for getting website analytics data.

  • Implemented the realtime analytics websites data API endpoint.

  • Implemented the ability to export to CSV, PDF, JSON visitors data.

  • Implemented tracking for session replay storage size and admin panel statistics data to know how much storage you are using.

  • Implemented tracking for heatmaps storage size and admin panel statistics data to know how much storage you are using.

  • Reworked the realtime analytics page and made it more performant.

  • Improved the loading speed of certain dashboard widgets.

  • Reworked the look of the Visitors page.

  • Reworked the page that shows up when a database error is triggered to a more beautiful & simple one.

  • Reworked the sizing of the images shown when no data is found in different pages.

  • Reworked all the admin panel statistics pages empty states.

  • Updated the MaxMind ciy/countries tracking databases to their latest versions.

  • Reworked how timing is displayed for session replays, visitors...etc into a more user friendly version.

  • Numerous other visual improvements on the overall product design.

  • Added threads, tiktok to the social media referrer widgets and baidu to search engines referrer widgets.

  • The website pixel installation modal will now automatically appear to the screen after a website submission.

  • Reworked the analytics filters and added the new data to be filtered: continents & timezones.

  • Reworked the websites API endpoint to match with the new features.

  • Reworked the look and responsiveness of the View Replay page.

  • Improved the look of the View Visitor page.

  • Fixed issue with session replays not deleting from the admin panel.

  • Fixed visual issue with the plugins page from the admin panel.

  • Fixed domain update page bug with custom not found URLs.

  • Fixed admin panel ad blocker detector feature not properly working.
 
Reacted by:
  • Like
Reactions: Christian62
raz0r updated 66Analytics - Easy, friendly & privacy-focused web analytics system with a new update entry:

66Analytics 35.0.1 NULLED Extended

Update 35.0.1 - 8 October, 2024
  • Fixed public statistics realtime page not working.
  • Fixed public statistics modal copy URL button not working.
  • Fixed responsiveness issue with replay page.
  • Fixed taxes not displaying properly on checkout when using tax values with decimals.
  • Fixed some admin panel stats page not fully taking into consideration account timezone settings.
  • Fixed websites page export feature not working.

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated 66Analytics - Easy, friendly & privacy-focused web analytics system with a new update entry:

66Analytics 36.0.0 NULLED Extended

Update 36.0.0 - 16 November, 2024
  • Implemented a custom and more friendly 500 error page (instead of blank white) when issues happen.
  • API key regeneration will now not work when the API is not available in the plan of the user.
  • Added the currency switcher above the plans section.
  • Improved whole system to not product layout shifts when Fontawesome icons are loaded.
  • Gravatar avatars are now requested with the no-referrer tag for better privacy.
  • EditorJS library...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: reishi
raz0r updated 66Analytics - Easy, friendly & privacy-focused web analytics system with a new update entry:

66Analytics 37.0.0 NULLED Extended

Update 37.0.0 - 8 January, 2025
Minimium PHP required is now PHP 8.1 (from PHP 8.0).
  • Implemented tracking for device preferred theme (dark / light).
  • Implemented goals page chart for the last goals conversions.
  • Implemented the new Pageviews page - from which you can see all the pageviews as they are recorded, line by line, filter it and export it.
  • Implemented the ability to see the Goal Conversions that a particular user did - via the visitor page...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: Serg
The latest versions v36/v37 are buggy. When you click on admin/settings/user, a bug appears. It doesn't occur in version v35.1.

888.png
 
azarock35 's signature
Reacted by:
The latest versions v36/v37 are buggy. When you click on admin/settings/user, a bug appears. It doesn't occur in version v35.1.

View attachment 39798
Open themes\altum\views\admin\settings\partials\users.php
find
<?= implode(',', settings()->users->blacklisted_domains) ?>
replace with
<?= explode(',', settings()->users->blacklisted_domains) ?>

Also (not necessary) you may rung this sql
SQL:
UPDATE `settings` SET `value` = '{\"login_rememberme_checkbox_is_checked\": false,\"email_confirmation\":false,\"welcome_email_is_enabled\":false,\"register_is_enabled\":true,\"register_only_social_logins\":false,\"register_display_newsletter_checkbox\":false,\"auto_delete_unconfirmed_users\":30,\"auto_delete_inactive_users\":90,\"user_deletion_reminder\":0,\"blacklisted_domains\":[\"example.com\", \"test.com\"],\"blacklisted_countries\":[],\"login_lockout_is_enabled\":true,\"login_lockout_max_retries\":3,\"login_lockout_time\":60,\"lost_password_lockout_is_enabled\":true,\"lost_password_lockout_max_retries\":3,\"lost_password_lockout_time\":60,\"resend_activation_lockout_is_enabled\":true,\"resend_activation_lockout_max_retries\":3,\"resend_activation_lockout_time\":60,\"register_lockout_is_enabled\":true,\"register_lockout_max_registrations\":3,\"register_lockout_time\":10}' WHERE `settings`.`id` = 3;
 
raz0r 's signature
Reacted by:
  • Like
Reactions: hiitsjb1
Open themes\altum\views\admin\settings\partials\users.php
find
<?= implode(',', settings()->users->blacklisted_domains) ?>
replace with
<?= explode(',', settings()->users->blacklisted_domains) ?>

Also (not necessary) you may rung this sql
SQL:
UPDATE `settings` SET `value` = '{\"login_rememberme_checkbox_is_checked\": false,\"email_confirmation\":false,\"welcome_email_is_enabled\":false,\"register_is_enabled\":true,\"register_only_social_logins\":false,\"register_display_newsletter_checkbox\":false,\"auto_delete_unconfirmed_users\":30,\"auto_delete_inactive_users\":90,\"user_deletion_reminder\":0,\"blacklisted_domains\":[\"example.com\", \"test.com\"],\"blacklisted_countries\":[],\"login_lockout_is_enabled\":true,\"login_lockout_max_retries\":3,\"login_lockout_time\":60,\"lost_password_lockout_is_enabled\":true,\"lost_password_lockout_max_retries\":3,\"lost_password_lockout_time\":60,\"resend_activation_lockout_is_enabled\":true,\"resend_activation_lockout_max_retries\":3,\"resend_activation_lockout_time\":60,\"register_lockout_is_enabled\":true,\"register_lockout_max_registrations\":3,\"register_lockout_time\":10}' WHERE `settings`.`id` = 3;

thank you my friend !
 
azarock35 's signature
Reacted by:
Open themes\altum\views\admin\settings\partials\users.php
find
<?= implode(',', settings()->users->blacklisted_domains) ?>
replace with
<?= explode(',', settings()->users->blacklisted_domains) ?>

Also (not necessary) you may rung this sql
SQL:
UPDATE `settings` SET `value` = '{\"login_rememberme_checkbox_is_checked\": false,\"email_confirmation\":false,\"welcome_email_is_enabled\":false,\"register_is_enabled\":true,\"register_only_social_logins\":false,\"register_display_newsletter_checkbox\":false,\"auto_delete_unconfirmed_users\":30,\"auto_delete_inactive_users\":90,\"user_deletion_reminder\":0,\"blacklisted_domains\":[\"example.com\", \"test.com\"],\"blacklisted_countries\":[],\"login_lockout_is_enabled\":true,\"login_lockout_max_retries\":3,\"login_lockout_time\":60,\"lost_password_lockout_is_enabled\":true,\"lost_password_lockout_max_retries\":3,\"lost_password_lockout_time\":60,\"resend_activation_lockout_is_enabled\":true,\"resend_activation_lockout_max_retries\":3,\"resend_activation_lockout_time\":60,\"register_lockout_is_enabled\":true,\"register_lockout_max_registrations\":3,\"register_lockout_time\":10}' WHERE `settings`.`id` = 3;

men
I have the same issue with Analytics, the same display error.
admin/settings/analytics
 
azarock35 's signature
Reacted by:
men
I have the same issue with Analytics, the same display error.
admin/settings/analytics
Do same with analytics.php template.
 
raz0r 's signature
Reacted by:
  • Like
Reactions: hiitsjb1 and azarock35
The problem has come back despite the solution... I still have the same issue.
 
azarock35 's signature
Reacted by:
there is also a problem with the pageviews page

Page unavailable
The site has redirected too many times.
 
Reacted by:
The problem has come back despite the solution... I still have the same issue.
that is, you expect others to help you, but you don’t want to help others, maybe then you should just get out of here?
 
Reacted by:
An error occured on page /pageviews-normal

Internal server error​

Our website is having some issues right now.

We are actively working on fixing the issue.
 
Reacted by:
Top