Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter kennyljv

    (@kennyljv)

    Hi Max,

    thanks for the help. I appreciate your help but I’m unable to give access. Mine is a shared server hosting. May I know how do I check if mod_security is enabled? Am I able to check it from the cpanel? Also if it was indeed turned on, why is it that other plugins are able to insert javascript?

    thanks once again!

    Plugin Author Max Bond

    (@max-bond)

    Mine is a shared server hosting.

    I need only wp-admin access

    May I know how do I check if mod_security is enabled?

    Try to execute this php code:
    <?php var_dump( in_array( ‘mod_security’, apache_get_modules() ) ); ?>

    Also if it was indeed turned on, why is it that other plugins are able to insert javascript?

    Good question ) I have no answer. Just trying all ways to find the root of the problem….

    I am facing the same problem of inserting ads with java script. The plugin redirect to q2w3_post.php which end up with not found error page

    Plugin Author Max Bond

    (@max-bond)

    lembu!

    Do you have a security plugins installed?
    Is mod_security is on your Apache server?
    Suhosin patch installed?

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘can't insert javascript’ is closed to new replies.