
03-05-2006, 04:07 PM
|
|
|
Join Date: Jul 2004
Location: London, England
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thank for this fix
it worl perfect with VB3.5 Gold
Quote:
Originally Posted by Kusadasi-Guy
:banana:
<---------- Problem Solved ------------>
i think i solved the slight issue. I have tested this in my local server and vBexternal worked as expected.
here is the solution:
1. Open Vbexternal.php and find:
$config['MasterServer']['servername'],
2. add below:
$config['MasterServer']['port'],
</---------- Problem Solved ------------>
----
optionally:
find: $config['SlaveServer']['servername'],
add below: $config['SlaveServer']['port'],
----
Please let me know if it isnt useful solution for your forums.
|
|