Viewing 1 replies (of 1 total)
  • Thread Starter shadowood

    (@shadowood)

    Well, it seems I found a hack for this, but am not sure why its working this way.

    Apparently the server I am hosted on, lists the $_server[‘php_self’] for that folder with the server exact address.

    From my server folder, (hosted on Yahoo)
    PHP_SELF /articles/wp-admin/info.php

    For some reason, emptying this out at the beginning of the plugin script allows it to work properly, here is the line that was added.

    $_SERVER[‘PHP_SELF’]= “”;

    This eliminated the additional folder from the $action_url through the code.

    Thanks to anyone who was contemplating this query.

Viewing 1 replies (of 1 total)
  • The topic ‘adsense-deluxe very strange issue’ is closed to new replies.