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

moment lol or do you need to turn it on somewhere in settings
Once again thanks