Dolphin community

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dolphin community

    hey im getting this error who can please help me

    allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)

    i have zip the index please help

    Dolphin
    Attached Files
    Last edited by riderz; 06.06.09, 16:55.
    ________________
    Jacques
    jacques@gw-designs.co.za
    http://coding.biz.tm
    Come join and lets make it a place to learn all the noobies how to code
    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

    #2
    then you may turn them oFF :O

    Comment


      #3
      i dnt know where i did make it 1 it were 0 but mabe i do it wrong
      ________________
      Jacques
      jacques@gw-designs.co.za
      http://coding.biz.tm
      Come join and lets make it a place to learn all the noobies how to code
      __________________

      NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

      Comment


        #4
        allow_url_include and allow_url_fopen allow a huge number of web attacks to be successful.

        in htacces
        PHP Code:
        php_flag allow_url_fopen off
        php_flag allow_url_include off 
        Last edited by Anshul; 06.06.09, 17:47.

        Comment

        Working...
        X