![]() |
if anyone figured it out please share...thanks
|
Quote:
Below is the result which shows proxy IP is from Cloudflare, and real IP of your forum visitor. vBulletin Message The Real IP Address is: 183.90.37.93 The Real IP Host is: 183.90.37.93 The Proxy Server IP Address is: 103.31.5.77 The Proxy Host is: 103.31.5.77 |
Any update instructions for google pagespeed : mod_pagespeed?
|
The image in the postbit isn't showing :S, I definitely put the image in the correct directory too!
|
Is there any solution for Vbuleltin 5.1.7 please?
|
Sorry, atm, there is not.
There is the possibility that the functionality currently included in 4.2.3 will be included in 5.1.9. |
For me CloudFlare didn't worked using given instructions, so I made one more change, first one found on CloudFlare's support: https://support.cloudflare.com/hc/en...ith-vBulletin-
Find: PHP Code:
PHP Code:
But at least I now can see real IP address. |
I know this is completely my fault i just need some guidance from you kind coders,members
Ok so i have installed this and tested it with a test member qwerty using numerous proxies and posted some posts.I was on another computer signed in as admin and was hoping that qwerty would show up red and i would be able to check real ip etc.I couldnt even see the red ip icon that i have uploaded correctly. So could it be down to this.I read the text file and it said this below Step 1. In class_core.php ; Find ; if ($proxy) { define('ALT_IP', $this->ipaddress); define('IPADDRESS', $this->alt_ip); } Insert above it ; // Detect ALL. if ($registry->ipaddress == $registry->alt_ip) { define('PROXYIP',''); } else { $proxy = true; define('PROXYIP',$registry->ipaddress); } So i did that in my class core file and it look like this below.I have highlighted what they said to put above it // Detect ALL. if ($registry->ipaddress == $registry->alt_ip) { define('PROXYIP',''); } else { $proxy = true; define('PROXYIP',$registry->ipaddress); } if ($proxy) { define('ALT_IP', $this->ipaddress); define('IPADDRESS', $this->alt_ip); } So is that code correct im having a https://vborg.vbsupport.ru/external/2015/11/1.gif moment lol or do you need to turn it on somewhere in settings Once again thanks |
Quote:
PHP Code:
|
Quote:
|
All times are GMT. The time now is 05:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|