Author Topic: [MOD Req] Who's online more detailed-  (Read 97706 times)

0 Members and 1 Guest are viewing this topic.

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD Req] Who's online more detailed-
« Reply #30 on: February 12, 2006, 10:19:52 PM »
whatever, it looks like i have to do it myself, its time to improve PHP :D
If i have success i will post it in this topic .. could take some time .. :twisted:

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #31 on: February 12, 2006, 10:43:04 PM »
whatever, it looks like i have to do it myself, its time to improve PHP :D
If i have success i will post it in this topic .. could take some time .. :twisted:

Well i hope this work  :wink:

And don't forget make a DEMO  :mrgreen:

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD Req] Who's online more detailed-
« Reply #32 on: February 12, 2006, 10:53:45 PM »
sure, but i would appreciate it, if someone could help me, whos understanding PHP better than me  :|

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #33 on: February 12, 2006, 11:10:52 PM »
unhappy i only know basic things.......

 :?

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #34 on: February 13, 2006, 12:58:20 AM »
One thing I thought about the independent whois PHP file would be to call the $additional_sql within the SQL Select statement. This way, you won't have to add a new field into your selection each times you decide to create a new additional user field. ;)

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD Req] Who's online more detailed-
« Reply #35 on: February 13, 2006, 02:22:45 AM »
i dont understand your last post, i'am sorry  :|

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #36 on: February 13, 2006, 02:38:43 AM »
i dont understand your last post, i'am sorry  :|

Is that so ? Well ... I thought you were planning to code this yourself ... 8)

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #37 on: February 13, 2006, 03:58:26 AM »
This sounds some like another sessions.php file  :roll: , or maybe i'm wrong  :|

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #38 on: February 13, 2006, 04:40:28 AM »
Quote

or maybe i'm wrong


That's right. This theory is incorrect since the who's online feature can be coded in a fresh new file if it has too. ;)

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD Req] Who's online more detailed-
« Reply #39 on: February 13, 2006, 05:38:31 AM »
yes, iam using an other sessions, a little modified, sessions_un.php, - just the old sessions with the changes for the view. SO:

useronline.php uses sessions_un.pho and useronline.html (as template) ..

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #40 on: February 13, 2006, 06:11:55 AM »
yes, iam using an other sessions, a little modified, sessions_un.php, - just the old sessions with the changes for the view. SO:

useronline.php uses sessions_un.pho and useronline.html (as template) ..


Well so on that way , we can have a default userlist using the sessions.php and a more detailed list using sessions_un.php   8)

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD Req] Who's online more detailed-
« Reply #41 on: February 13, 2006, 07:03:27 AM »
Stoletti, thats where i am so far... i tried last night to add the other fields to the new whoisonline, but i cant do it. I hope somebody helps, iam talking about two lines - just cant understand why nobody wants to help, there are also more good php coders there... whatever.

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [MOD Req] Who's online more detailed-
« Reply #42 on: February 13, 2006, 12:18:32 PM »
Quote

just cant understand why nobody wants to help


I tried to explained it to you since the beginning of this topic. :roll:

Offline trez

  • Hero Member
  • *****
  • Posts: 613
    • View Profile
    • blog / photography
Re: [MOD Req] Who's online more detailed-
« Reply #43 on: February 13, 2006, 01:03:19 PM »
your talking about this?

Code: [Select]
That is exacly my point of vue. 50 users would be still considered a small mount of users in the USERS_TABLE. Althought, consider if users has hundreds of them to handle, this is where it will begin to be a little bit cranky unless the paging class would be involved (that would sure help but only temporary since users would still amend for more fields to be implemented).

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: [MOD Req] Who's online more detailed-
« Reply #44 on: February 13, 2006, 01:43:44 PM »
Can you give me an overview what the problem now is?

You already had made an extra site, where all onlineuser are listed.

An now you want that some additional infos also be displayed next/under the avatar and name?

I would help you, but i am invovled in another project/mod at the moment.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump