Author Topic: [Question] whois-online question!  (Read 6675 times)

0 Members and 1 Guest are viewing this topic.

Offline castor

  • Newbie
  • *
  • Posts: 11
    • View Profile
[Question] whois-online question!
« on: October 30, 2005, 06:49:05 PM »
.. hello ..
 have take whos_online to the left (after random pic)  in home.html ..  so thats functions..i just take {whos_online} und put it there,
but i will also show it in castegories.html, lightbox .. and all other pages .. but when i'm put it in there, like i do in home.html, nothing happends ... nothing was was showed.
.. anyone knows?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Question] whois-online question!
« Reply #1 on: October 30, 2005, 07:15:33 PM »
You will also need add
Code: [Select]
define('GET_USER_ONLINE', 1); in each "main" .php file (categories.php, details.php, member.php, etc)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline castor

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [Question] whois-online question!
« Reply #2 on: October 30, 2005, 07:30:53 PM »
@V@no:   damn .. thx for your nice help.. it works.
              this forum is really lively ..   ..   spend some time on it. with some strange results ..
              like that .. not really works . i#m a beginner..
             
Code: [Select]
<? include("http://www.castorsworld.de/4images/index.php?template=whos_online") ?>

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Question] whois-online question!
« Reply #3 on: October 30, 2005, 07:45:02 PM »
you can not include a remote .php file.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline egozent

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
Re: [Question] whois-online question!
« Reply #4 on: February 17, 2006, 02:54:25 PM »
You will also need add
Code: [Select]
define('GET_USER_ONLINE', 1); in each "main" .php file (categories.php, details.php, member.php, etc)
which are the "main"-files? (please list all)

Offline buetler

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [Question] whois-online question!
« Reply #5 on: May 08, 2007, 08:39:14 PM »
"main" files are:
  • index.php (if you look inside you will see that this line is already in there)
    categories.php
    details.php
    download.php
    lightbox.php
    member.php
    postcards.php
    register.php
    search.php
    top.php