Search found 12 matches

by magicum
Mon Jan 23, 2017 10:29 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Nginx, Cloudflare, all incoming detected as NoJS and proxy.
Replies: 5
Views: 6192

Re: Nginx, Cloudflare, all incoming detected as NoJS and pro

Hi bbhrucy79,

the easy fix is just to disable TE3 from CloudFlare caching, even free plan allows there to create several rules. I did and it worked.
by magicum
Mon Nov 07, 2016 2:18 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Bookmark very low uniqueness
Replies: 1
Views: 3838

Bookmark very low uniqueness

Hello,

found some strange behaviour. All other traffic uniq% looks adequate, however Bookmarks traffic unique% is very low, about 1%.

Screenshot is here: http://screencloud.net/v/3f21

Incoming tracking organised via JS method.
in.php is NOT being cached by fastcgi_cache in nginx.
by magicum
Tue Nov 01, 2016 7:09 am
Forum: Trade Expert - Support & Main Discussion
Topic: Hourly stats never reset
Replies: 4
Views: 5247

Re: Hourly stats never reset

what's wierd, if I click to "hourly" stats on top, the data is correct 100%.
So the problem is only on Overview page.
by magicum
Mon Oct 31, 2016 7:25 am
Forum: Trade Expert - Support & Main Discussion
Topic: Hourly stats never reset
Replies: 4
Views: 5247

Re: Hourly stats never reset

Damn, I cannot attach a JPG here somehow.

Here is the link to the image:

Image
by magicum
Mon Oct 31, 2016 7:20 am
Forum: Trade Expert - Support & Main Discussion
Topic: Hourly stats never reset
Replies: 4
Views: 5247

Re: Hourly stats never reset

As you see in attached file it shows ~600 ins during "last 60 minutes", which is completely incorrect.

On the graph below the stats it's visible that those clicks came between 21:15-22:15 yesterday, while it is already 18:15 today.
by magicum
Mon Oct 31, 2016 12:15 am
Forum: Trade Expert - Support & Main Discussion
Topic: Hourly stats never reset
Replies: 4
Views: 5247

Hourly stats never reset

Hello,

I have TE3 installed, INs tracked by JavaScript. The stats in "Last 60 mins" sitting there always.
by magicum
Sun Oct 30, 2016 9:26 am
Forum: Trade Expert - Support & Main Discussion
Topic: KVS and te3 incoming tracking code
Replies: 8
Views: 8600

Re: KVS and te3 incoming tracking code

If you read the KVS docs on URL you have provided - you'll see that "php include" construction will ONLY work if KVS Memcache caching is DISABLED.
Which is very bad for high load projects.

JavaScript works ok and doesn't need to disable caching.
by magicum
Sat Oct 29, 2016 2:24 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Nginx, Cloudflare, all incoming detected as NoJS and proxy.
Replies: 5
Views: 6192

Re: Nginx, Cloudflare, all incoming detected as NoJS and pro

..but CloudFlare is already the proxy by itself, so that way of proxy detection won't work anyway under CloudFlare.
by magicum
Sat Oct 29, 2016 1:50 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Nginx, Cloudflare, all incoming detected as NoJS and proxy.
Replies: 5
Views: 6192

Re: Nginx, Cloudflare, all incoming detected as NoJS and pro

Looks like I've fixed it. Yes, using CloudFlare and real_ip Nginx module seems to be enough, but not. I had to remove headers: HTTP_X_FORWARDED_FOR HTTP_X_FORWARDED_PROTO from PHP requests to avoid marking ALL incoming traffic as Proxy. Not sure if I made the ability to detect real proxy impossible ...
by magicum
Fri Oct 28, 2016 2:21 pm
Forum: Trade Expert - Support & Main Discussion
Topic: KVS and te3 incoming tracking code
Replies: 8
Views: 8600

Re: KVS and te3 incoming tracking code

Fixed by tracking INs via JavaScript, as I am using nginx, fastcgi caching, opcache.
However another problem with "proxy", described in different topic here - http://forum.tradeexpert.net/viewtopic.php?f=2&t=605