View Full Version : Advice on online User's from non VB page
atosoup
01-28-2006, 03:06 PM
Iv spent the last 2 days reading hundreds of threads kinda relating to this..
We had this feature working for the past few months no problem using the online_external.php hack up untill last night when we updated our VB from 3.0 to 3.5.3 and now it no longer works..
I have spent hours trying to call just the guests and members online to add to our mainpage from the vb whats going on to no avail..
Can anyone give any help or advise as to how I can create a simple guests and users online to be displayed in txt from the main nonvb page of our site ?
Site URL http://www.atinof.com
Thanks in advance to anyone who takes the time to reply
atosoup
01-28-2006, 03:10 PM
Ahhh nuts.. I seem to have posted in completly the wrong place.. applogies for noob error :ermm:
Snake
01-28-2006, 03:40 PM
I like that! :)
* Snake installs
LincolnForums
01-28-2006, 05:57 PM
you could always try using the 3.5 version
https://vborg.vbsupport.ru/showthread.php?t=83005&highlight=external
atosoup
01-28-2006, 07:16 PM
Thats exactly what im looking for.. Would make me the happiest bunny! But looks like im one of the few that get the
Warning: chdir(): No such file or directory (errno 2) in /home/httpd/vhosts/atinofsquad.com/httpdocs/ffs.php on line 2
error..
Iv tried almost evrey path and absolute path possible but still the same error
any advice?
Tony G
01-29-2006, 12:07 AM
Wrong forum - moving to vB3.5 questions. These forums are for posting modifications only.
atosoup
01-30-2006, 02:47 PM
All working now. Thanks all for the help.. Does anyone know if its possible to show number 0f guests online on the useres online page?
ffevo
02-21-2006, 06:52 AM
How the ++++ did you get that to work. I tried and Tried and never got it to work with VB 3.5.3
Ishino
03-21-2006, 02:15 PM
I use vBExternal 1.6 for 3.5.4
to get it to work, I had to change
// make database connection
$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['MasterServer']['usepconnect'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['SlaveServer']['usepconnect'],
$config['Mysqli']['ini_file']
);
to
// make database connection
$db->connect(
$config['Database']['dbname'],
$config['MasterServer']['servername'],
$config['MasterServer']['port'],
$config['MasterServer']['username'],
$config['MasterServer']['password'],
$config['MasterServer']['usepconnect'],
$config['SlaveServer']['servername'],
$config['SlaveServer']['port'],
$config['SlaveServer']['username'],
$config['SlaveServer']['password'],
$config['SlaveServer']['usepconnect'],
$config['Mysqli']['ini_file']
);
in vBExternal.php
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.