Enrich your miniBB-forums content, creating public files storage
with the File Bank addon! Click here to read more.
Files Bank for miniBB
miniBB ®
 
miniBB Community Forum
 | Forums | File Bank | Sign Up | Reply | Search | Statistics | Manual |
Official Addons and Solutions miniBB Community Forum / Official Addons and Solutions /
Short link for this topic:

Who's Online

 Page Page 2 of 4:  ««  1  2  3  4  »» 
Author Paul
CEO
#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
CEO
#18 | Posted: 15 Oct 2007 02:56 | Edited by: Paul
The command is CHMOD 0777. Execute it in your FTP client's command line.
Author Siavash
Forums Member
#19 | Posted: 15 Dec 2007 13:31 | Edited by: Siavash
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 Siavash
Forums Member
#20 | Posted: 15 Dec 2007 15:40 | Edited by: Siavash
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
CEO
#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
Forums Member
#23 | Posted: 24 Jan 2008 11:32
Paul
thanks,
is it possible for Mods or some user also ?
Author Persian
Forums Member
#24 | Posted: 24 Jan 2008 11:35
ok got it ;)
Author Paul
CEO
#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
Forums Member
#26 | Posted: 24 Jan 2008 12:01
Mr.Paul
I did but not working, could you sur explain for me ?
thanks @};-
Author Paul
CEO
#27 | Posted: 24 Jan 2008 12:15
What to explain more? It works on my side.
Author Persian
Forums Member
#28 | Posted: 24 Jan 2008 12:38
What to explain more? It works on my side.
anyway thank you so much ;)
Author Paul
CEO
#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
Forums Member
#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 4:  ««  1  2  3  4  »» 
Official Addons and Solutions miniBB Community Forum / Official Addons and Solutions / Who's Online Top
Your Reply Click this icon to move up to the quoted message

» Username  » Password 
You are welcome to post anonymously by entering a nickname with no password (if that nickname has not been taken by another member) or by leaving both fields empty. If you have a forums membership account, you can also sign in from this page without posting a message, or sign in and post at once.


Before posting, make sure your message is compliant with our forum posting rules. If not, it may be locked or deleted with no explanation.

 
miniBB Community Forum Powered by Free Forum Software miniBB ® Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contacts