miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
Official Addons and Solutions miniBB Support Forums / Official Addons and Solutions /  
 

Who's Online

 
 
Page  Page 2 of 5:  « Previous  1  2  3  4  5  Next »

Author Paul
Lead Developer 
#16 | Posted: 28 Jan 2007 05:29 
Make sure your have FULL permissions set

I always thought README instructions say the same...

Author Anonymous
Guest
#17 | Posted: 13 Oct 2007 06:41 
what does it mean to give full permissions for everybody
whit which comand i will do it?
what does it mean 0777?
and where to put it in?
on which line/

Author Paul
Lead Developer 
#18 | Posted: 15 Oct 2007 02:56 
The command is CHMOD 0777. Execute it in your FTP client's command line.

Author Danny2000
Partaker
#19 | Posted: 15 Dec 2007 13:31 
I don't like to have non-members in my who's online add-on report, how I can remove it, the addon_whosonline_data.php file became too big and nobody is intrested in non-members online report in my forums.
By setting $enableAnonymous=0, I can remove guest report from who's online report but the $w_anonymous_visits array has been still created. What should I do about that?

Thanks

Author Danny2000
Partaker
#20 | Posted: 15 Dec 2007 15:40 
By setting $enableAnonymous=0, I can remove guest report from who's online report but the $w_anonymous_visits array has been still created. What should I do about that?
I was wrong, it's works, sorry for last post, I'v changed addon_whosonline.php, it doesn't count guests.

Author SamSam2
Guest
#21 | Posted: 10 Jan 2008 11:18 
is possible for admin to log in invisble in forum ?

like :

Online now: Guests - 129
Members - X [ XXX ]

Author Paul
Lead Developer 
#22 | Posted: 10 Jan 2008 12:51 
Just modify addon_whosonline.php and put the condition so when $user_id==1 it is not counted.

/* Handling registered users. */
if($user_id!=0) {

change to

/* Handling registered users. */
if($user_id>1) {

Author Persian
Partaker
#23 | Posted: 24 Jan 2008 11:32 
Paul
thanks,
is it possible for Mods or some user also ?

Author Persian
Partaker
#24 | Posted: 24 Jan 2008 11:35 
ok got it ;)

Author Paul
Lead Developer 
#25 | Posted: 24 Jan 2008 11:58 
If you got it - post it ;-)

The condition is

if($user_id!=1 and $isMod==0) {

Author Persian
Partaker
#26 | Posted: 24 Jan 2008 12:01 
Mr.Paul
I did but not working, could you sur explain for me ?
thanks @};-

Author Paul
Lead Developer 
#27 | Posted: 24 Jan 2008 12:15 
What to explain more? It works on my side.

Author Persian
Partaker
#28 | Posted: 24 Jan 2008 12:38 
What to explain more? It works on my side.
anyway thank you so much ;)

Author Paul
Lead Developer 
#29 | Posted: 25 Jan 2008 03:30 
Why do you need this disabled for moderators and admin, in general? I always thought the purpose of the forums staff is to help the people. So when people see admin or moderator are online they feel this forum is supported and checked at least.

However additional explanation... of course you need to not simply paste this line of code in addon_whosonline.php... you need to change the condition I wrote about in my post at 10 Jan 2008 12:51.

Author teva
Partaker
#30 | Posted: 5 Feb 2008 02:49 
I just moved to new host and i have problem with
Warning: chmod() [function.chmod.php]: Operation not permitted

But scripts still works ok, i only get this error. So i commented chmod($GLOBALS['woDir'].'/addon_whosonline_data.php', 0777);
and error is gone.
Now, i'm not programmer so i'm asking if this will somehow effect the script and forum?

tnx

Page  Page 2 of 5:  « Previous  1  2  3  4  5  Next » 
Official Addons and Solutions miniBB Support Forums / Official Addons and Solutions /
 Who's Online
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Proceed with the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑