Page 1 of 3
Trades going inactive!
Posted: Sun Jun 08, 2014 3:11 pm
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?
Re: Trades going inactive!
Posted: Sun Jun 08, 2014 3:23 pm
by admin
Did you check script messages ?
Re: Trades going inactive!
Posted: Sun Jun 08, 2014 3:39 pm
by dmnk
admin wrote:Did you check script messages ?
I sent you admin access via PM, Please have a look.
Re: Trades going inactive!
Posted: Mon Jun 09, 2014 12:51 pm
by admin
You have a lot of script messages and a warning at Home screen related to proxies
Re: Trades going inactive!
Posted: Mon Jun 09, 2014 3:24 pm
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
Re: Trades going inactive!
Posted: Mon Jun 09, 2014 3:28 pm
by admin
Ok...
Do you see a little letter icon in left top corner ?
Re: Trades going inactive!
Posted: Mon Jun 09, 2014 3:49 pm
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?
Re: Trades going inactive!
Posted: Mon Jun 09, 2014 3:54 pm
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 ?
Re: Trades going inactive!
Posted: Mon Jun 09, 2014 4:14 pm
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
Re: Trades going inactive!
Posted: Mon Jun 09, 2014 4:24 pm
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"]);