• Resolved Skippy

    (@skippyotf)


    BPS and Juciebox don’t seem to be playing nice. I have posted on this at the Juicebox support site and now I’m over here. That thread is at this link:

    https://juicebox.net/forum/viewtopic.php?pid=1597#p1597

    Here’s what’s up:

    On the edit post page, when I click on the icon to insert a Juicebox gallery a box opens and instead of the Juicebox controls I get:

    When leaving https://204eastsouth.com/skippy/wp-admin/post.php?post=3739&action=edit
    and trying to find /skippy/wp-content/plugins/wp-juicebox/jb-config.php?
    from the IP address: 184.96.163.52
    running Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0 AlexaToolbar/alxf-2.17
    you stumbled upon a 403 error.

    Here is my current htaccess:

    [240 line .htaccess file moderated. Please use the pastebin]

    How does one make JB & BPS play nice? Thanks.

    https://www.ads-software.com/extend/plugins/bulletproof-security/

Viewing 13 replies - 16 through 28 (of 28 total)
  • Plugin Author AITpro

    (@aitpro)

    Request URI is equal to file path so you just need to enter the correct file path for each site. If you look at all the other standard plugin skip/bypass rules in your root .htaccess files for each site you will see the correct file path to use.

    Hy Member,

    I have install BulletProof Security, and this has block Simpleviewer. As i wanted to skip to Juicebox-Lite, I install it and get the same error on trying to insert a gallery. I have try to fix with this post but not working.
    Any help, please consider i am french and not web developer!

    You don’t have permission to access /wp-content/plugins/wp-juicebox/jb-config.php on this server.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    Plugin Author AITpro

    (@aitpro)

    Juicebox is a separate codebase to Simpleviewer with a different design and feature set. The error appears to be wp-juicebox and not a simpleviewer file path.

    Add this skip/bypass rule to BPS Custom Code – CUSTOM CODE PLUGIN FIXES: Add ONLY personal plugin fixes code here – text box, click Save Root Custom Code button, click the AutoMagic buttons and activate Root folder BulletProof Mode again.

    # Juicebox skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/wp-juicebox/ [NC]
    RewriteRule . - [S=13]

    thank’s ember.
    But where is the AutoMagic buttons!

    Ok I have done all the procedure carefully. Without result. I still have same error:

    You don’t have permission to access /wp-content/plugins/wp-juicebox/jb-config.php on this server.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    ??? What’s more?

    Plugin Author AITpro

    (@aitpro)

    Next check to make sure this issue/problem is related to BPS and also check your BPS Security Log.

    1. Make a backup of your .htaccess files using BulletProof Security built-in Backup.
    2. Activate Default Mode on the Security Modes page.
    3. Use the Delete wp-admin .htaccess feature on the Security Modes page.
    4. Test your plugin or theme. Is the issue/problem still occurring at this point?
    5. Restore your .htaccess files using BulletProof Security built-in Restore.

    If you see an error directly related to Juicebox in your BPS Security Log then post that error here.

    Done 1 to 4 . Test JuiceBox workperfect. Done 5 error come back same.
    previous.

    BPS SECURITY / HTTP ERROR LOG
    ==============================
    ==============================

    >>>>>>>>>>> 403 GET or Other Request Error Logged – 7 avril 2013 – 4:18 <<<<<<<<<<<
    REMOTE_ADDR: 190.141.228.145
    Host Name: 190.141.228.145
    HTTP_CLIENT_IP:
    HTTP_FORWARDED:
    HTTP_X_FORWARDED_FOR:
    HTTP_X_CLUSTER_CLIENT_IP:
    REQUEST_METHOD: GET
    HTTP_REFERER: parez.fr/
    REQUEST_URI: /
    QUERY_STRING:
    HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0

    Plugin Author AITpro

    (@aitpro)

    This error does not appear to be related to Juicebox since juicebox is not in the Request URI log entry.

    Go to the BPS Edit/Upload/Download page, click on Your Current Root htaccess File tab, scroll down in the file contents/code until you see this section of code in your Root .htaccess file…

    # PLUGINS AND VARIOUS EXPLOIT FILTER SKIP RULES
    # IMPORTANT!!! If you add or remove a skip rule you must change S= to the new skip number
    # Example: If RewriteRule S=5 is deleted than change S=6 to S=5, S=7 to S=6, etc.

    Do you see the Juicebox skip/bypass rule directly below this code above?

    You should see this…

    # Juicebox skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/wp-juicebox/ [NC]
    RewriteRule . - [S=13]

    I see it in the current Root >htaccess file, but not same place:

    # IMPORTANT!!! DO NOT DELETE!!! the END WordPress text below
    # END WordPress
    # This removes all of the BPS security code and replaces it with just the default WP htaccess code
    # To restore this file use BPS Restore or activate BulletProof Mode for your Root folder again.

    # CUSTOM CODE BOTTOM – Your Custom .htaccess code will be created here with AutoMagic
    # Juicebox skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/wp-juicebox/ [NC]
    RewriteRule . – [S=13]

    # BLOCK HOTLINKING TO IMAGES

    Plugin Author AITpro

    (@aitpro)

    Ok then the issue/problem is that you need to cut the Juicebox custom code from the – CUSTOM CODE BOTTOM – Your Custom .htaccess code will be created here with AutoMagic – text box and paste it into the – CUSTOM CODE PLUGIN FIXES: Add ONLY personal plugin fixes code here – text box, click Save Root Custom Code button, click the AutoMagic buttons and activate Root folder BulletProof Mode again.

    All done…
    GREAT , YOU did it. The JuiceBox setting is on.

    I am going to publish a gallery.
    Thanks a lot. \
    If any advise more. I wait your answer before closed the post.

    Plugin Author AITpro

    (@aitpro)

    BPS will no longer block any Juicebox scripts since you have created that skip/bypass rule for Juicebox so that is now permanently “fixed”. Thanks.

    and post closed.

    Thank’s for all.

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘Juicebox and BPS – 403 error’ is closed to new replies.