• Resolved andrebraselmann

    (@andrebraselmann)


    I’ve installed your plugin 4 days ago, but nothing happened in the wayback machine.
    I must manually archived my website on archive.org

    I hope your plugin is not a fake.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dan

    (@geekysoft)

    Old posts are submitted for archival within a few hours of installing the plugin (new submissions are rate-limited). New posts are submitted for archival 12 hours after publication.

    After submission, it can take days, weeks, or even months before a site is made available in the Wayback Machine. There is no guarantee that your site will be made available either — they exclude some type of content, like spam and adult entertainment. That is entirely up to the Internet Archive. This extension simply sends a request to the Internet Archive to let them know you have a new page and would like them to archive it for you.

    Thread Starter andrebraselmann

    (@andrebraselmann)

    function wppaiapi_archive_post( $ID, $url, $on_publish ) {
        // verify that the post is still public and a link.
        if ( get_post_status( $ID ) != 'publish' || strpos( $url, 'http' ) === FALSE )
            return FALSE;

    could it be that your extension at https: // does not work?

    Plugin Author Dan

    (@geekysoft)

    That works just fine. The position of the substring http in both https and http is 0. strpos only returns FALSE if the substring isn’t in the subject.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wait and wait and wait’ is closed to new replies.