Trades going inactive!

dmnk
Posts: 33
Joined: Sun Jun 08, 2014 2:39 pm

Trades going inactive!

Post by dmnk »

For some reason some of our trades may just go inactive after sometime even when all of our trades are set to be "Active" and Trade activation system work is set to "No".

How does SCJ disable some trades itself?
admin
Site Admin
Posts: 37995
Joined: Wed Sep 10, 2008 11:43 am

Re: Trades going inactive!

Post by admin »

Did you check script messages ?
Don't forget to run script update
dmnk
Posts: 33
Joined: Sun Jun 08, 2014 2:39 pm

Re: Trades going inactive!

Post by dmnk »

admin wrote:Did you check script messages ?
I sent you admin access via PM, Please have a look.
admin
Site Admin
Posts: 37995
Joined: Wed Sep 10, 2008 11:43 am

Re: Trades going inactive!

Post by admin »

You have a lot of script messages and a warning at Home screen related to proxies
Don't forget to run script update
dmnk
Posts: 33
Joined: Sun Jun 08, 2014 2:39 pm

Re: Trades going inactive!

Post by dmnk »

admin wrote:You have a lot of script messages and a warning at Home screen related to proxies
Most of the trades that are inactive don't have any warning, Also I don't want the script to disable trades itself.

The proxy warning also seems to be wrong. dreamamateurs.com is our own site and it has no proxy traffic but you can see it has proxy warning. It's using Cloudflare service but the traffic is not proxy.

Please check,
Thanks
admin
Site Admin
Posts: 37995
Joined: Wed Sep 10, 2008 11:43 am

Re: Trades going inactive!

Post by admin »

Ok...

Do you see a little letter icon in left top corner ?
Don't forget to run script update
dmnk
Posts: 33
Joined: Sun Jun 08, 2014 2:39 pm

Re: Trades going inactive!

Post by dmnk »

admin wrote:Ok...

Do you see a little letter icon in left top corner ?
Yeah I see.
Some [Autocheat] messages there. Does it mean those sites are disabled because Autocheat caught them but how did it decide those sites are cheater?
admin
Site Admin
Posts: 37995
Joined: Wed Sep 10, 2008 11:43 am

Re: Trades going inactive!

Post by admin »

It says 'proxy' because you use Cloudflare and be default it doesn't send real surfer's IP

What IPs do you see in /scj/admin/test.php ?
Don't forget to run script update
dmnk
Posts: 33
Joined: Sun Jun 08, 2014 2:39 pm

Re: Trades going inactive!

Post by dmnk »

admin wrote:It says 'proxy' because you use Cloudflare and be default it doesn't send real surfer's IP

What IPs do you see in /scj/admin/test.php ?
You already have access to admin which I sent by PM earlier.
Mod_Cloudflare is already installed on my server.

Here is the list of all IPs I got from your link:

on 127.0.0.1
GEOIP_ADDR 77.248.119.134
HTTP_X_REAL_IP 77.248.119.134
HTTP_X_FORWARDED_FOR 77.248.119.134, 77.248.119.134
HTTP_CF_CONNECTING_IP 77.248.119.134
SERVER_ADDR 127.0.0.1
REMOTE_ADDR 77.248.119.134
X-Real-IP 77.248.119.134
X-Forwarded-For 77.248.119.134, 77.248.119.134
CF-Connecting-IP 77.248.119.134
_SERVER["GEOIP_ADDR"] 77.248.119.134
_SERVER["HTTP_X_REAL_IP"] 77.248.119.134
_SERVER["HTTP_X_FORWARDED_FOR"] 77.248.119.134, 77.248.119.134
_SERVER["HTTP_CF_CONNECTING_IP"] 77.248.119.134
_SERVER["SERVER_ADDR"] 127.0.0.1
_SERVER["REMOTE_ADDR"] 77.248.119.134
admin
Site Admin
Posts: 37995
Joined: Wed Sep 10, 2008 11:43 am

Re: Trades going inactive!

Post by admin »

I don't know if there's a way to disable _SERVER["HTTP_X_FORWARDED_FOR"] at Cloudfare

If yes - disable it
If no - add to all common.php

unset($_SERVER["HTTP_X_FORWARDED_FOR"]);
Don't forget to run script update
Post Reply