Problems with 'Staff Page' on uberCMS & 'New XAMMP Security Concept'

Status
Not open for further replies.

Stranger

Member
Apr 19, 2011
67
0
Details, Details, Details...
My rank is of course rank 7 which is Senior Administrator, yet no staff page even shows up. Any fixes? Also if anybody can help with this New XAMPP Security Concept message, I've looked everywhere for a fix, and have had no help at all.

Staff Page Screenies:
20kex00.png

211weaw.png


New XAMPP Security Concept Screenie:
28bwwfb.png


(I edit the pictures to outline important details and such & to erase my IP)
 

Connor

Member
May 28, 2010
87
6
One:
Do you even have a staff page in directory.

Two:
Here is the fix for the Xampp Security Sh**, Search In C:\xampp\apache\conf\extra\httpd-xampp.conf

Then find:

Code:
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8 \
               fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
               fe80::/10 169.254.0.0/16

    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
& Replace with:

Code:
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Allow from all
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
 

Stranger

Member
Apr 19, 2011
67
0
One:
Do you even have a staff page in directory.

Two:
Here is the fix for the Xampp Security Sh**, Search In C:\xampp\apache\conf\extra\httpd-xampp.conf

Then find:

Code:
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from all
    Allow from ::1 127.0.0.0/8 \
               fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
               fe80::/10 169.254.0.0/16

    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
& Replace with:

Code:
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Allow from all
    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
Afterwards should I restart Apache?
 

Connor

Member
May 28, 2010
87
6
/Thank Me Pl0X & Do you have a staff page in your directory at all? Also as said before make sure you staff page displays the rank < 7. But from the looks of your screenshot it seem you need a staff page :S.
 

Stranger

Member
Apr 19, 2011
67
0
/Thank Me Pl0X & Do you have a staff page in your directory at all? Also as said before make sure you staff page displays the rank < 7. But from the looks of your screenshot it seem you need a staff page :S.
Where.. Exactly.. Do I get a Staff Page? 'im sush a n00b.'
 

Kieren

The OGz
Aug 4, 2010
2,957
751
[mod] Thread closed from the thread going off topic and spammed, problem solved. [/mod]

If you need to set up a CMS and on TV use the recruitment section to recruit a member on the forums.
 
Status
Not open for further replies.

Users who are viewing this thread

Top