Quote:
Originally Posted by jdsinclair
Well, I have installed FlashChat 4.01 onto my test server.
From your instructions:
Step 1. Can not be done in its current state as
Code:
$this->ip = $_SERVER['REMOTE_ADDR'];
has changed to
Code:
$this->ip = ($args['is_bot'] == null)? $_SERVER['REMOTE_ADDR'] : $args['is_bot'];
I am not sure what would need to replace this line.
Step 2 & 3. You need to edit sendLoginInfo.php instead of connection.php
Step 4 & 5. You need to edit vbulletinCMS.php (vB 3.0.3) or vbulletinCMS2.php (vB 3.0.7)
So it is just the Proxy detection that needs fixing as far as I know.
Hope this helps you a bit in changing the instructions for v 4.01
jd.
|
LOL, Thanks - I have actually already done all the required changes on my test system [last week], I just haven't got round to doing a new set of instructions for upload yet.