Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter TedSwiss

    (@tedswiss)

    Hi @ggalow, this is a paid plugin so it would be normal to have a working plugin or at least tell us what’s wrong to solve this problem ?!

    Thread Starter TedSwiss

    (@tedswiss)

    No improvement by my side either with 3.8.3…You got us used to better!

    Thread Starter TedSwiss

    (@tedswiss)

    Dear Eli, thank you for your reply and your support btw.

    We have multiple websites on the same hosting plan. And all of them have been hacked with or without elementor plugin. And we don’t find the hole. Themes are paid ones, same for plugins.

    We followed also the medium’s article on this topic to remove it manually we had to make some cleaning in the DB.

    The GOTLS found few positives but not in the DB. Only on the files. Is that correct?

    Just had this kind of problem when I forgot to clearly define what I wanted to crawl, like /*

    And also with few website that are crawled too fast or using a system like cloudflare, otherwise most of the time it was fine.

    But if you use it with you own website with wp plugin, you should a priori not use the crawler, but the indexer.

    Thread Starter TedSwiss

    (@tedswiss)

    Hello,

    Finally cleaned, if happening again, will email you.

    Thank you for your answer

    Hello,

    Thanks for this nice plugin but even following clearly your indication it’s not working with following call:

    [guest-posts category=’14985′ author=’5′]

    Would be happy to find the trick, thanks for your help!

    This is a part of Guest Posts Plugin for WordPress.
    */
    
    //Get the submitted form
    ob_start();
    require_once($_POST["rootpath"]);
    $title = $_POST["title"];
    $longtitle = $_POST["longtitle"];
    $story = $_POST["story"];
    $resume = $_POST["resume"];
    $image_100100 = $_POST["image_100-100"];
    $image_490270 = $_POST["image_490-270"];
    $tags = $_POST["tags"];
    $authorbio = $_POST["authorbio"];
    $auteurimage = $_POST["auteurimage"];
    $youtubelink = $_POST["youtubelink"];
    $email = $_POST["email"];
    $deezeralbum = $_POST["deezeralbum"];
    $authorid = $_POST["authorid"];
    $artiste_nc = $_POST["artiste_nc"];
    $category = $_POST["category"];
    $thankyou = $_POST["thanks"];
    $path = $_POST["rootpath"];
    $nonce=$_POST["_wpnonce"];
    
    //Load WordPress
    //require($path);
    
    //Verify the form fields
    if (! wp_verify_nonce($nonce) ) die('Security check'); 
    
       //Post Properties
        $new_post = array(
                'post_title'    => $title,
                'post_content'  => $story,
               'post_category' => $category,   // Usable for custom taxonomies too
                'tags_input'    => $tags,
                'post_status'   => 'pending',           // Choose: publish, preview, future, draft, etc.
                'post_type' => 'post',  //'post',page' or use a custom post type if you want to
                'post_author' => $author, //Author ID
        );
        //save the new post
        $pid = wp_insert_post($new_post);
    
        /* Insert Form data into Custom Fields */
        add_post_meta($pid, 'auteur_n1', $auteur_n1, true);
        add_post_meta($pid, 'author-email', $email, true);
        add_post_meta($pid, 'author-website', $site, true);
    	add_post_meta($pid, 'artiste_nc', $artiste_nc, true);
    	add_post_meta($pid, 'resume', $resume, true);
    	add_post_meta($pid, 'longtitle', $longtitle, true);
    	add_post_meta($pid, 'image_100-100', $image_100100, true);
    	add_post_meta($pid, 'image_490-270', $image_490270, true);
    	add_post_meta($pid, 'youtubelink', $youtubelink, true);
    	add_post_meta($pid, 'authorbio', $authorbio, true);
    	add_post_meta($pid, 'auteurimage', $auteurimage, true);
    	add_post_meta($pid, 'deezeralbum', $deezeralbum, true);
    
    header("Location: $thankyou");
    ?>

    Hello,

    Same kind of error with the last version, did the developer found a tweak to avoid such error?

    Thread Starter TedSwiss

    (@tedswiss)

    Hi,

    It was an existing website on WP 3.5.1.

    I tried to ftp and erased the related plugin’s folder, no way it probably broke something elsewhere….

    Kind Regards

    Hello,
    Same for me, I was hopping to find an answer here…
    Does anyone found the trick how to have something after uploading the pictures?

    Regards,

Viewing 9 replies - 1 through 9 (of 9 total)