Recent content by Mufasa

  1. M

    XF 1.2 Group Permissions..

    ok this makes no sense to me. apparently the 'Analyze Permissions' tool doesnt know what its talking about. I just got the staff to test post and they can despite the analyze tool saying they shouldnt be able to. Not sure whats going on there, but nevermind lol. Its working now. Thanks Jeremy.
  2. M

    XF 1.2 Group Permissions..

    only to take away viewing permissions from registered group. the users as you can see from image 1, are only in staff group, not registered. shouldnt matter.
  3. M

    XF 1.2 Group Permissions..

    Should work surely..
  4. M

    XF 1.2 Group Permissions..

    I have created a usergroup called 'staff' and for some reason, even with the permissions set to 'allow' for the staff section nodes, they are not allowed to post or anything, all they can do is view the nodes. I have tried with staff as a secondary, no luck. I even tried with staff as a primary...
  5. M

    PHP code in template?

    Thats a very good idea, but im still designing it right now, thats all they wanted for the moment. Learning a littleForo everyday :P
  6. M

    PHP code in template?

    Thats what we accomplished. :) fully working, automatically updating server status script integrated into the forum. good work :P
  7. M

    PHP code in template?

    yes and thank you for teaching me how, even tho everyone got a headache, lol.
  8. M

    PHP code in template?

    YAY, that worked! no sure if it was a permissions error or if the directory was wrong, both were 0777, and the directory was correct, it just started working. jesus crist that was a nightmare.. Thanks guys!
  9. M

    PHP code in template?

    it does if i got direct to the file
  10. M

    PHP code in template?

    nope. nothing from that file gives an output. im moved it everywhere... nowhere works.
  11. M

    PHP code in template?

    no work. this is frustrating me.
  12. M

    PHP code in template?

    nope. tis no working.
  13. M

    PHP code in template?

    <?php $ip = "xxx.xxx.xxx"; $port = "xx"; $online = @fsockopen( $ip, $port, $errno, $errstr, 200); if($online >= 1) { echo '<a href="#"><img src="/forum/serveronline.png"></a>'; } else { echo '<a href="#"><img src="/forum/serveroffline.png"></a>'; } ?>
  14. M

    PHP code in template?

    nope. my path is actually /var/www/vhosts/domain.com/httpdocs/forum/serverstatus/online.php and that doesnt work either.
  15. M

    PHP code in template?

    didnt work. i even tried moving the file to the root directory and still not working.
Top Bottom