Forum Replies Created

Viewing 15 replies - 46 through 60 (of 109 total)
  • Thread Starter garyploski

    (@garyploski)

    This is what I have presently…

    RewriteEngine on
    RewriteBase /
    
    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>
    
    RewriteCond %{HTTP_REFERER} !^https://garyploski.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://garyploski.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.garyploski.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.garyploski.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://casthim.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://casthim.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://flipmeover.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://flipmeover.com$      [NC]
    RewriteRule .*\.(.*/.*/)$ - [F,NC]

    Would it be best/better to redo my .htaccess with the code you posted?

    Thread Starter garyploski

    (@garyploski)

    @zerofee.org & @dave333 Sorry, I don’t have a step by step guide, the version changed so I wouldn’t know what to change, if anything, now. =\

    I have had the weekly updates working for, well, about 6 months now. I wish I had something more to add that could help you both. I am using 2.8.5 MU now and the plugin is working.

    If is was acting up I’d troubleshoot with you but I don’t want to break what is working.

    Thread Starter garyploski

    (@garyploski)

    Some good news…

    The ‘Public’ account is now appearing in my test wave.
    I added it to my contact list.
    There is now text stating “Everyone has access to this wave.”
    This [wave id="googlewave.com!w+NcOxJo8SW" server="https://wave.google.com/wave/"] worked when I put it into my post.

    The bad news…

    I switched out the wave id with my test wave and it did not load anything.

    Here is what I have:
    [wave id="googlewave.com!w+BrKwHWkEMW" server="https://wave.google.com/wave/"]

    Random thought…

    The default appearance is a bright green background for me (in FF, Chrome, and Safari) – anyone else? If this is the default, could it be changed to white?

    WAIT… It is now working.

    Per a comment on the wave you posted here is what I had to do. “substituting + for %252B” not just “%252”

    Here is my working code:
    [wave id="googlewave.com!w+rKwHWkEMW" color="#000000" bgcolor="#cccccc" font="Arial, Helvetica, sans-serif" server="https://wave.google.com/wave/"]

    I tried using the Wavr button and could not get it to work with the appropriate information. Strange. Replacing the wave id got things working after I removed the ‘B’ in the wave id.

    I hope this helps.

    Thread Starter garyploski

    (@garyploski)

    Could someone provide a test configuration that works so I/other people can test Wavr? Two samples might be best. One using the googlewave.com server and another using the wavesandbox.com server.

    I’ve tried with other public waves, created new public waves, and the original wave but nothing seems to work.

    Thanks for the support and continued development of Wavr.

    Thread Starter garyploski

    (@garyploski)

    I tried again, as things seem to work and then not work, repeat, in wave at random times.

    I ‘added’ [email protected] to my contacts list and tried adding it to the wave with no success.

    As you can see I tried this previously with the same result.

    Thread Starter garyploski

    (@garyploski)

    @tinabargo

    Thanks for the suggestion. I tried adding [email protected] and received the following error:

    User does not have a Google Wave account.

    I think there have been many changes on the Wave servers and this is one of the casualties.

    Using the ‘search’ option in the contacts panel the result is:

    [email protected] is not a Google Wave account.

    Thread Starter garyploski

    (@garyploski)

    @aigarius Thanks for the heads up.

    Hmm, searching for the account I was prompted with the following: [email protected] is not a Google Wave account.

    Here is the resolve to the issue noted above: https://lifehacker.com/5376138/google-wave-101

    I tried adding the user to my wave… Still no luck. My wave isn’t viewable by me or anyone else when embedded into my site/a blog using this plugin. =\

    Thread Starter garyploski

    (@garyploski)

    I updated the code to be:

    [wave id="googlewave.com!w+BrKwHWkEMW" color="#ffffff" bgcolor="#000000" font="Arial, Helvetica, sans-serif"]

    I still see the same black background with no text.

    Thread Starter garyploski

    (@garyploski)

    Yes, I am logged in to Wave on the same browser (FF 3.5.3).

    I have the latest version – 0.2.2.

    Using a different browser (Safari) I am prompted to login but I do not see anything – blank white space.

    Thanks for the link MichaelH.

    This is exactly what I needed.

    I used the link and this plugin “Import Blogroll With Categories” to make it an even easier process.

    Thread Starter garyploski

    (@garyploski)

    Thanks epicalex.

    Bummer, that is disappointing. Considering that information I’ll check in with Facebook to see if there is any information as to whether or not this may change considering the push Facebook has had recently for Facebook Pages.

    Thread Starter garyploski

    (@garyploski)

    Most appreciated ideabutter.

    Thread Starter garyploski

    (@garyploski)

    Any thoughts anyone?

    Thread Starter garyploski

    (@garyploski)

    Thanks for the kind words dogal.

    Thread Starter garyploski

    (@garyploski)

    Bump…

Viewing 15 replies - 46 through 60 (of 109 total)