How to fix security_check in v26

Results 1 to 10 of 10
  1. #1
    Sorcerer Supreme StrongFaith is offline
    Member +Rank
    Aug 2010 Join Date
    .PHP filesLocation
    268Posts

    How to fix security_check in v26

    Hello ;] ! I ve googled and searched on ragezone how to fix security_check in v26 but didnt find . can anybody tell me how to do it . Thank you . :D .

    Screenshoots : sorry no sreenshoots cuz it says u did get out of limit of KB's !


  2. #2
    Grand Master Zak© is offline
    Grand MasterRank
    Oct 2007 Join Date
    2,693Posts

    Re: How to fix security_check in v26

    First: Wrong Section its: Habbo Development - Habbo Help at RaGEZONE.com

    And Whats the Bug/Error?

  3. #3
    Sorcerer Supreme StrongFaith is offline
    Member +Rank
    Aug 2010 Join Date
    .PHP filesLocation
    268Posts

    Re: How to fix security_check in v26

    The thingy : Access forbidden!

    New XAMPP security concept:

    Access to the requested object is only available from the local network.

    This setting can be configured in the file "httpd-xampp.conf".

    If you think this is a server error, please contact the webmaster.

    Error 403

    5.180.121.25
    8/27/2010 7:12:27 PM
    Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1

  4. #4
    ส็็็็็็็ Bloodraven is offline
    Grand MasterRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: How to fix security_check in v26

    Try xampp 1.7.1

  5. #5
    Developer Eronisch is offline
    Grand MasterRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: How to fix security_check in v26

    Do people actually read the dam error?
    This setting can be configured in the file "httpd-xampp.conf".
    Search for the file and edit it. You only have to edit deny from all to allow from all ..

  6. #6
    Elite Member swimoTheBig is offline
    Member +Rank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: How to fix security_check in v26

    Wrong Section.

    I'll post a tutorial later however.

  7. #7
    Elite Member xcv is offline
    Member +Rank
    Aug 2010 Join Date
    114Posts

    Re: How to fix security_check in v26

    Go in:
    PHP Code:
    xampp >> apache >> conf >> extra >> httpd-xampp.conf 
    Replace the last 7 lines with:
    PHP Code:
    <LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
        
    Order deny,allow
        Deny from none
        Allow from all

        ErrorDocument 403 
    /error/HTTP_XAMPP_FORBIDDEN.html.var
    </
    LocationMatch

  8. #8
    Sorcerer Supreme Flurrie is offline
    Member +Rank
    Jun 2010 Join Date
    281Posts

    Re: How to fix security_check in v26

    Or just add '#' infront of, deny from all..

    #deny from all

  9. #9
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: How to fix security_check in v26

    Wow, dont use xampp -.-
    Xampp is not made for hosting websites, it should only be used for development or private use, way to many exploits in xampp for the public to be using it on a private server.

  10. #10
    Elite Member ReDoc is offline
    Member +Rank
    Aug 2010 Join Date
    United StatesLocation
    134Posts

    Re: How to fix security_check in v26

    LOL I am sorry if this is more of a spam because most likely I will not reply again enless you leave a comment on my profile. But what kind of security check do you mean Registration or Xampp? theres a few lol



Advertisement