![]() |
i get this
Fatal error: Call to undefined function: fetch_substr_ip() in /home/fhlinux185/s/street-stylers-southwest.co.uk/user/htdocs/forum/includes/class_core.php on line 1568 Got this when doing it now i cant access forum. Tried changing it back to the original code and i now get this any ideas? |
That function is part of class_core.php so I would say you have made a mistake in editing it - re-upload the original and start again.
|
Hello : I did all the changes , how can I see if it is working ?? Thanks
|
Quote:
PHP Code:
In class_core.php ; Find ; PHP Code:
PHP Code:
|
Installed !
|
This all seems a bit flaky on my board, not that I'm saying there's anything wrong with it, just that I don't understand what's happening.
Here's my problem : Sometimes the icon appears red and when you click for info the proxy server IP address simply reads 'PROXYIP', sometimes the icon is the normal green. Either way the actual IP address is the same, and you never get a proxy server IP. This happens for most users, regardless of the service they use. Any idea as to where the problem lies? |
Sounds to me like you haven't done the file edits to class_core.php
|
Quote:
As a very basic rule of thumb would it be fair to say that most home users won't be using a proxy, (excluding AOL users), where as members logging in from work might well be using a corporate proxy server? This might give me an idea as to which IP's are having a problem. |
The only way it can say "PROXYIP" is if the code has not run.
BTW, as far as I know, this won't detect AOL proxies as they don't pass on the correct http variables. |
Thanks Paul. I've just been checking my board again and all seems normal. Why it happened first time around I guess we'll never know.
|
I have a really terrible person who has been threatening me and plagiarising portions of my website to his for a long time. He's just seriously been a thorn in my side for quite a while, and he follows me everywhere. I banned his home IP from my website a while ago but then he started using proxies of some kind...the other day he signed up for an account on my new vBulletin mimicing my username there, obviously intending to try to fool people into thinking he was me. I've HAD it with him. I have installed this hack, and hopefully it will help! Thank you.
|
Quote:
EDIT: Is it safe to install the "Extra user IP information" mod, having already installed this one? |
Quote:
|
This is unfortunately not working with my problem user - he's on right now. Poop. :(
|
He probably using a fake IP then. Just moderate new members. If their IP hostname comes back as nothing or something weird or that you have never heard of, delete them.
|
Quote:
This is what I get when I click the IP button of someone who has a proxy: http://img182.imageshack.us/img182/8080/ipproxyuf0.png Not only does it not list the fake adress, but the "real" IP adress it lists has (according to the list) only been posted from twice. Should I just uninstall the extra info mod? |
Updated yesterday? Anything major.
|
Quote:
Quote:
|
my vbb server is:172.24.32.108
proxy server is:172.24.32.187 if I use proxy ,user this Plugin don't record the proxy I already note PHP Code:
|
Please put code inside php or code tags.
Also note ; Quote:
|
Quote:
ok. but why I'm use this plug, in post table ,proxyip field is empty |
Quote:
|
Quote:
Quote:
|
It doesn't show the real IP in the whos online part, it shows the real ip on posts but not there :confused:
Any suggestions?? Thanks SCS_R-D |
Thankies!
|
Quote:
|
That would be nice to have! A lot of weirdos don't even post, after all. They just log in and sit there, lol.
|
The fixed version is uploaded.
The change is in step 3 of the file edits to class_core.php - to fix your copy you will need to find the "define session constants" comment and replace the two lines below it (that define SESSION_IDHASH & SESSION_HOST) with the new ones in the instructions (or re-edit a fresh, unaltered, class_core.php as per steps 1/2/3). |
Thanks changed mine and it's working as it's supposed to now
Your hard work is greatly appreciated. |
I double checked the edits to class_core.php. Got a error the first time.
So i redid it again and got the same error Code:
Parse error: syntax error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/xxxxx/public_html/forum/includes/class_core.php on line 2126 |
thanx for the email update!
|
I installed the update; don't know if it's working just yet, but I'm sure it's fine. :) Thank you very much.
|
Quote:
|
does the hack runs a query to alter the post table ?
is it going to alter all the posts in database with a new field please confirm, this is what I understood reading/checking the .xml file Regards, |
Quote:
I baby stepped it, triple checked my edits.....And I can gladly say, all is well...thanks for the help. *finally clicks install* :cool: |
Quote:
|
It would be nice to get something that can read MAC addresses of the users.
|
Quote:
MY existing code define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->ipaddress))); // this should *never* change during a session The new code from the read me define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->ipaddress))); // this should *never* change during a session these look unchanged ?? Wondering .. Total |
Try downloading the zip again? I just compared the new readme to the old readme, the code is different.
|
Quote:
Weird - is your step 3 different ?? Step 3. In class_core.php ; Find ; // define session constants define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->alt_ip))); // this should *never* change during a session Replace with ; // Paul M - define session constants define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->ipaddress))); // this should *never* change during a session |
All times are GMT. The time now is 03:06 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:
|