Welcome, Guest. Please Login or Register.
April 27, 2024, 02:39:50 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.x] Who's Online w/ Hidden Users w/ Flags « previous next »
Pages: 1 [2] 3 4 ... 15 Reply Ignore Print
Author Topic: [Done 1.5.x] Who's Online w/ Hidden Users w/ Flags  (Read 67309 times)
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[RC1] Who's Online
« Reply #15 on: August 12, 2002, 02:34:41 PM »
Reply with quote

Hi,

Ok, I like this feature :)

But how do I get it to display at the bottom of my main page under the "Users Online" info?

Sorry if this seams a lame question to you lot  :-[
Logged

babylonking
Full Member
***
Posts: 174


Proudly Canadian

WWW
Re:[RC1] Who's Online
« Reply #16 on: August 12, 2002, 06:25:21 PM »
Reply with quote

mysql_fetch_row(): supplied argument is not a valid MySQL result resource
(/home/babylon/public_html/yabbse/Sources/Who.php ln 53)


Anyone?
Logged

Proudly Canadian          
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[RC1] Who's Online
« Reply #17 on: August 12, 2002, 07:16:06 PM »
Reply with quote

Hi again.

Ok this is not quite right I'm sure...

Look at the IPs and the time.  You will see that "Who" is tracking the guest ip of Ryan but Ryan IS logged in and hasn't logged out since!

Gus Haines (213.122.89.73) Today at 08:08:55pm Viewing Who's Online.
Guest (195.93.48.183) Today at 08:08:50pm Viewing the index page of General.
Guest (195.252.64.208) Today at 08:08:48pm Viewing the index page of RAMC Forum.
Ryan (195.252.64.208) Today at 08:08:11pm Logging into the forum.
Guest (195.93.49.14) Today at 08:02:40pm Viewing the main index of AMS - Army Medic Site.
Guest ()  Viewing the main index of AMS - Army Medic Site.

Users always apper to be "Logging into the forum" but it then tracks then as "Guest" through their IP  :(

Any help please?   ???
Logged

Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[RC1] Who's Online
« Reply #18 on: August 12, 2002, 07:17:08 PM »
Reply with quote

Gus you mean exactly the same thing you see on the Who's Online page but on the main index instead?

babylonking did you do those alter table queries to the yabbse_log_online tables?
Logged
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[RC1] Who's Online
« Reply #19 on: August 12, 2002, 08:15:38 PM »
Reply with quote

Yep.
Logged

babylonking
Full Member
***
Posts: 174


Proudly Canadian

WWW
Re:[RC1] Who's Online
« Reply #20 on: August 12, 2002, 10:33:34 PM »
Reply with quote

Gobalopper

Nope & please post it here & explain to me how i alter table queries in phpMyAdmin cuz i'm new to this. :)
Logged

Proudly Canadian          
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[RC1] Who's Online
« Reply #21 on: August 12, 2002, 10:49:56 PM »
Reply with quote

QuoteNope & please post it here & explain to me how i alter table queries in phpMyAdmin cuz i'm new to this.  

logonto your phpMyAdmin and do the following:

1. select "yabbse_log_online" from the list on the left.

2. Look down the page to where it says "Run SQL query/queries on database"
and enter the following into the box;

ALTER TABLE yabb_log_online ADD url TINYTEXT;
then click the "go" button just beneath.

3. repeat step 2 above but with the following code;

ALTER TABLE yabb_log_online ADD ip TINYTEXT;
Hope this helps.
Logged

babylonking
Full Member
***
Posts: 174


Proudly Canadian

WWW
Re:[RC1] Who's Online
« Reply #22 on: August 13, 2002, 02:38:02 AM »
Reply with quote

Error
SQL-query :  

ALTER TABLE yabb_log_online ADD url TINYTEXT

MySQL said:


Table 'yabbse.yabb_log_online' doesn't exist ???
Logged

Proudly Canadian          
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[RC1] Who's Online
« Reply #23 on: August 13, 2002, 02:49:05 AM »
Reply with quote

What is your db_prefix for YaBBSE called babylonking? You might want to try using yabbse instead of yabb in those above queries.

Gus that would be possible but probably really slow down the loading of your boardindex.

The IP duplication is normal behaviour. The duplicate you are seeing usually happens with the login bug a lot of people are having with cookies. ie you login but then when you click any link you are logged out again.
« Last Edit: August 13, 2002, 02:52:51 AM by Gobalopper » Logged
babylonking
Full Member
***
Posts: 174


Proudly Canadian

WWW
Re:[Beta 1.4] Who's Online
« Reply #24 on: August 13, 2002, 02:55:03 AM »
Reply with quote

working now.........i rename the( yabb_log_online) to ( yabbse_log_online)


thanks alot man  ;) :)
Logged

Proudly Canadian          
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[Beta 1.4] Who's Online
« Reply #25 on: August 13, 2002, 08:27:54 AM »
Reply with quote

Hi,

I have disabled cookies with the session mod.  could this be the problem?

Ok,  having no clue about php..  how would I go about either adding this to, say, the stats page?

Would a link be as simple as this?
<a href="blah/blah/index.php?action=who">Who is online</a>
Logged

Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Beta 1.4.0] Who's Online
« Reply #26 on: August 13, 2002, 08:31:10 AM »
Reply with quote

Yes. Try it.
Logged

Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[Beta 1.4.0] Who's Online
« Reply #27 on: August 13, 2002, 09:49:48 AM »
Reply with quote

Hi,

Sorted the only guest being logged in thing (I think) was due to a broken mod install for sessions.  Fixed  :-[

Added a link to the index page to go to the Who.php page. Works  :D

All if fine here.  Thank you all for your time and effort  8)
Logged

PC_Freak
Noobie
*
Posts: 11


if(!asleep()) $sheep++;

ICQ - 156490047dietrich_moerman@msn.com WWW
Re:[Beta 1.4.0] Who's Online
« Reply #28 on: August 13, 2002, 07:54:08 PM »
Reply with quote

Can anyone tell me exactly how to install this mod? ??? I'm a real noob with YaBB SE and I completely don't know how to install a mod. I'm using YaBB SE 1.4.0 and I've changed the language of my board to Dutch.

I would really appreciate it!
Thanks by advance!

Sorry for my bad English because I'm from Belgium. :-\
« Last Edit: August 13, 2002, 08:16:09 PM by PC_Freak » Logged

Greetz from PC_Freak
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[Beta 1.4.0] Who's Online
« Reply #29 on: August 13, 2002, 08:16:47 PM »
Reply with quote

Hi PC_Freak,

What I tend to do is download the BoardMoD version of the mod you want and then, using boardmod, select the test install option.  I then manualy change the php files as required
Logged

Pages: 1 [2] 3 4 ... 15 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.x] Who's Online w/ Hidden Users w/ Flags « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.036 seconds with 20 queries.