• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

SearchWP - Instantly Improve Your Site Search

SearchWP - Instantly Improve Your Site Search v4.3.15

No permission to download
I test it on a Ubuntu virtual machine VMWare PHP7.4 WP 5.8.1 and the Indexer is stuck at 0% and not progressing. The option "Use alternate engine" on the Advanced panel is missing.
So I try :
add_filter( 'searchwp_alternate_indexer', '__return_true' ); on the functions.php

but that do not solve the issue.

"The index does not appear to be building, you may want to enable the alternate indexer: ...."
(I waited 2 hours and nothing happen. I only have one post :) on my WP)

Any ideas ?
I also do not work.
Apache 2.4 - PHP 8.0 and gnix and php 7.4
Mysql 8.0 and mysql 10
 
I found the problem. For some reason, the plugin did not work with Autoptimize and W3 Total Cache. At first I turned off these plugins, then turned on and cleaned all caches. Now the search is running
 
I found the problem. For some reason, the plugin did not work with Autoptimize and W3 Total Cache. At first I turned off these plugins, then turned on and cleaned all caches. Now the search is running

I make a test with a brand new install of WordPress and only SearchWP without better luck. SearchWP stay stuck at 0%. I think the SSL auto signed certificate is the problem.
 
Hello, someone use "SearchWP Shortcodes" ?
I tried it but none of my shortcodes work, unless I put them in a do_shortcode :-( :(
 
Babak updated SearchWP - Instantly Improve Your Site Search with a new update entry:

SearchWP v4.2.2 + Addons

Download SearchWP v4.2.2 - Instantly Improve Your Site Search Nulled Free
v4.2.2

  • [New] Extensions admin page to install, activate and deactivate SearchWP extensions in one click
  • [Improvement] Performance improvement when getting engines configuration
  • [Fix] Search terms highlighting doesn\'t work well with quoted searches
  • [Fix] Posts are not dropped from the index when a taxonomy term is deleted from the site
  • [Fix] Stemming...

Read the rest of this update entry...
 
Babak updated SearchWP - Instantly Improve Your Site Search with a new update entry:

SearchWP v4.2.3 + Addons

Download SearchWP v4.2.3 - Instantly Improve Your Site Search Nulled Free
v4.2.3
[Improvement]
Performance improvement when getting \'post__in\' and \'post__not_in\' ids
[Fix] Synonyms work incorrectly when AND search logic is applied
[Fix] Posts are not dropped from the index when a taxonomy term is updated
[Fix] Quoted searches give too broad results on custom fields
[Fix] Quoted searches query has redundant subqueries
[Fix] Cross-site search...

Read the rest of this update entry...
 
SearchWP Live Ajax Search v1.7.1
 

Attachments

  • searchwp-live-ajax-search171.zip
    707.7 KB · Views: 16
  • Like
Reactions: Japan
SearchWP Live Ajax Search v1.7.2
 

Attachments

  • searchwp-live-ajax-search-2.zip
    707.8 KB · Views: 30
  • Like
  • Love
Reactions: jstar1033 and Japan
@Babak thank you for your upload in lasted upload asking activation but it's working correctly...
 
License.php fix:

PHP:
/**
     * Activates the submitted license key.
     *
     * @since 4.0
     * @param string $key The license key to activate.
     * @return array|boolean The result of activation.
     */
    public static function activate( $key ) {
        /*
        $api_params = [
            'edd_action' => 'activate_license',
            'license'    => $key,
            'item_name'  => rawurlencode( SEARCHWP_EDD_ITEM_NAME ),
            'url'        => home_url(),
        ];

        $response = wp_remote_post(
            SEARCHWP_EDD_STORE_URL,
            [
                'timeout'   => 15,
                'sslverify' => false,
                'body'      => $api_params,
            ]
        );
        */

        $parsed_response = ['success' => true, 'data' => 'YOU MAKE ME A SAD PANDA', 'type' => 2, 'status' => 'valid', 'expires' => '01-01-2099', 'remaining' => '100 years', 'key' => 'YOU-MAKE-ME-A-SAD-PANDA' ];
        //pre($parsed_response);
        //echo '<pre>' . var_export($parsed_response, true) . '</pre>';
        //exit();
        
        if ( $parsed_response['success'] ) {
            //self::$data = array_merge( $parsed_response['data'], [ 'key' => $key ] );
            Settings::update( 'license', $parsed_response);
        } else {
            Settings::update( 'license', false );
        }

        //pre($parsed_response);
        //echo '<pre>' . var_export($parsed_response, true) . '</pre>';
        //exit();
        return $parsed_response;
    }

then just go and activate with any string
 
  • Love
Reactions: leroy
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock