JRealtime Analytics 3.11 for Joomla 3&4&5

Johan

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Jul 23, 2022
Messages
454
Reaction score
2,683
Points
93
NullCash
19,562
Re:JRealtime Analytics
Changelog
-JRealtime Analytics 3.11 - 05/02/2025

- New option to improve heatmap tracking by timeout- New option to disable auto run of speed test
- Improvements and bugs fix

Post automatically merged:


Last time I've posted theme title with typo "Analytics2" and we can see here how others are copying my content:

1000068772.jpg
 

Attachments

  • jrealtime_analytics_v3.11_forjoomla3.x.zip
    4.1 MB · Views: 11
  • jrealtime_analytics_v3.11_forjoomla5.x_4.x.zip
    3.9 MB · Views: 16
Last edited:

msprod

Member
XNullUser
Joined
Oct 24, 2022
Messages
93
Reaction score
0
Points
6
NullCash
5
Thanks Thanks Thanks Thanks Thanks Thanks
Post automatically merged:

Thanks Thanks Thanks Thanks Thanks Thanks
 

Noner

Member
XNullUser
Joined
Nov 26, 2021
Messages
299
Reaction score
8
Points
18
NullCash
18
Thanks for the share this component for Joomla cms.
 

k0blan

Member
XNullUser
Joined
Mar 25, 2025
Messages
37
Reaction score
0
Points
6
Location
greece
NullCash
88
Thank you very much !!!! very nice post !!
 

polsk

Well-known member
Diamond
Elite
XNullUser
Joined
May 6, 2021
Messages
291
Reaction score
400
Points
63
NullCash
4,608
Thank you very much !!!! very nice post !!

*************

Muchas gracias!!!! muy buen post!!
 

etorresmangones

Member
XNullUser
Joined
Apr 22, 2022
Messages
285
Reaction score
2
Points
18
NullCash
26
Re:JRealtime Analytics
Changelog
-JRealtime Analytics 3.11 - 05/02/2025

- New option to improve heatmap tracking by timeout- New option to disable auto run of speed test
- Improvements and bugs fix

Post automatically merged:


Last time I've posted theme title with typo "Analytics2" and we can see here how others are copying my content:

View attachment 134068
AGRADECEMOS, POR OFRECERNOS ESTE COMPLEMENTE TAN IMPORTANTE PARA TODOS NOSOTROS, ES DECOMUNALMENTE UTIL Y FANTASTICO. ES PARA NOSOTROS MUY IMPORTANTE ESTE SITIO, QUE NOS FACILITA Y COMPARTIMOS NUESTROS COMPONENTES ACTUALIZADOS Y FUNCIONAL EN TODAS LAS OPCIONES. MUY AGRADECIDOS.fgg
 

medyamovie

Member
XNullUser
Joined
Feb 19, 2025
Messages
36
Reaction score
0
Points
6
Location
turkey
NullCash
32
Joomla cms için bu bileşeni paylaştığınız için teşekkür ederiz.
 

lostykos

Member
XNullUser
Joined
Mar 29, 2024
Messages
63
Reaction score
32
Points
18
Location
Slovakia
NullCash
195
I have some issues with installation process. After installation process will show some errors, but also will show, component was installed. In menu bar component dont see.
Any idea?
jrealtime install problem 311.jpg
Post automatically merged:

Hello. Installation problem solved. Edit one row in installscript.php and now it works fine. There is.. Enjoy. :)
 

Attachments

  • jrealtime_analytics_v3.11_forjoomla5.x_4.x.zip
    3.9 MB · Views: 1
Last edited:

agr3ss0r

Active member
XNullUser
Joined
Jun 26, 2021
Messages
255
Reaction score
96
Points
28
NullCash
3
I have some issues with installation process. After installation process will show some errors, but also will show, component was installed. In menu bar component dont see.
Any idea?
View attachment 135315
Post automatically merged:

Hello. Installation problem solved. Edit one row in installscript.php and now it works fine. There is.. Enjoy. :)
same error!


Solution – Temporarily Disable cURL​


Option 1: Temporary cURL Deactivation

Or

Option 2: Modify the installscript.php File

Find the following lines in the code:

Code:
public function isn($uvn) {
        if (function_exists ( 'curl_init' )) {

And replace them with:

Code:
public function isn($uvn) {
        return true;
        if (function_exists ( 'curl_init' )) {
 
Top