Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter 3nd3r

    (@3nd3r)

    And if you try to deactivate the plugin you’ll see:

    There was an error deactivating your account, please contact us at https://www.seolinknet.com with the following error

    with anything after…

    Plugin Author cartmod

    (@cartmod)

    We are here. Is it working now?

    Thread Starter 3nd3r

    (@3nd3r)

    Yes, it’s now back. Where were you? It’s not serious that a great plugin disappears without a warning, a notice or an advice. So, I’ve got a few questions:

    1. Your home web https://www.seolinknet.com was gone for almost a day. Why? Didn’t you know before the shutdown? Can’t you prevent that? Really? Your users might want a clear explanation about it.
    2. Searching for you yesterday, I’ve found a couple of disturbing opinions about your plugin, telling that automated backlink systems as they are against Google TOS, so your plugin would be considered as spam or something worst. What do you say about it?
    3. Your plugin works in my site, but not completely fine. It only indexes 2848 entries, where I have more than 3000. You say here that The reason that we did not index all of your posts is likely because a few of them were caught by our spam filter for certain keywords that we do not allow., but I haven’t any spam, sex, offensive, adult or whatever content that would be considered as spam on my site. It’s in spanish, that’s all. I’d like to know what and why entries are blocked by you, but from this July, I have no answers. My blog is https://www.pajareo.com

    I hope you could answer this questions quickly. I really appreciated your plugin, but I’m starting to feel a little nervous…

    Thanks in advance for your time.

    This plugin is also not working for me, and their site seems to be down for me too. My trust is fading…

    Thread Starter 3nd3r

    (@3nd3r)

    Yes, today it isn’t working again, and THEY DON’T EXPLAIN ANYTHING!

    The thing is if you want to uninstall, a connection to their servers is needed…

    In other words:

    Everyone who wants to uninstall this nonworking plugin, have to wait to it is working.

    Amazing.

    Bye bye, seolinknet. Bye bye, “extreme” seo.

    Thread Starter 3nd3r

    (@3nd3r)

    Still without notice of seolinknet.com and no way to deactivate this unuseful plugin…

    Has anyone any idea what we have to do to uninstall it? I think that only delete the directory plugin will left any garbage on blog code…

    This is the uninstall.php file of this awful plugin. I hope someone can guide us to uninstall it safely:

    <?php
    
    ####
    ## The deactivation process removes the member and posts from the network so that part is redundant
    ## here and will have no effect since you have to deactivate before you can issue a delete which runs
    ## the uninstall however, the linksperpost and headertext are not deleted upon deactivation and the
    ## activation process runs the uninstall server code if there is an outdated license type stored in the
    ## wp db so while there are some redundant functions in the deactivation and uninstall routines, they are
    ## both needed.
    #### 
    
    ####
    ## Get some site info so we can send the extremeseo network notification
    ####
    
    $extremeseo_licensekey = get_option('extremeseo_licensekey');
    $siteurl = get_option('siteurl');
    $admin_email = get_option('admin_email');
    
    ####
    ## Notify the extremeseo network staff
    ####
    
    mail('[email protected]','Extreme SEO Plugin Client Side Uninstall',"There was an uninstall of the extremeseo plugin on " . $siteurl . " -- " . $admin_email);
    
    ####
    ## Send the site info to the extremeseo server so we can remove the site from the network
    ####
    
    $info = array(
    "key" => $extremeseo_licensekey,
    "sitename" => $siteurl,
    "admin_email" => $admin_email
    );
    
    $ch = curl_init('https://www.seolinknet.com/wp-codebase/extremeseo-uninstall.php');
    curl_setopt($ch, CURLOPT_POST, true);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $info);
    curl_exec($ch);
    curl_close($ch);
    
    ####
    ## Remove the plugin options from the database
    ####
    
    delete_option('extremeseo_headertext');
    delete_option('extremeseo_linksperpost');
    delete_option('extremeseo_licensekey');
    
    ?>
    Thread Starter 3nd3r

    (@3nd3r)

    Hi, i think the idea behind this is a good one.

    I would like to take over the project and possibly buy seolinknet.com

    Please contect me here

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Extreme SEO] seolinknet is gone? PLUGIN NOT WORKING!’ is closed to new replies.