3nd3r
Forum Replies Created
-
I see… Relax man, you’ve done a great job.
Take your time! I’ll be waiting patiently
Thanks for answering!
Cool! Do you know when are version 2 going to arrive? Estimated time, I mean…
And thanks for your answer
Forum: Plugins
In reply to: [Extreme SEO] [Plugin: Extreme SEO] seolinknet is gone? PLUGIN NOT WORKING!Forum: Plugins
In reply to: Help to uninstall nonworking pluginI’ve finally done by commenting out any line or ‘if’ loop with a connection to seolinknet.com
Thank you very much for your help. I’ve tag this thread so other users with this problem (well, ALL users of this plugin) can solve it.
I also put a link to this thread in other similar posts.
Thanks again!
Forum: Plugins
In reply to: Help to uninstall nonworking pluginThis is the result:
There was an error deactivating your account, please contact us at https://www.seolinknet.com with the following error
This is the same result that if you try to uninstall without any modification… So I think there is something missed here…
Forum: Plugins
In reply to: [Extreme SEO] [Plugin: Extreme SEO] seolinknet is gone? PLUGIN NOT WORKING!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'); ?>
Forum: Plugins
In reply to: [Extreme SEO] [Plugin: Extreme SEO] seolinknet is gone? PLUGIN NOT WORKING!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.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Self hosted CDN issuesYes! I forgot that…
This is now the result:
Total posts: 1399
out of 3060 posts in blog.
Only 23 posts have been processed. All others show:
File type rejected
or
Unable to download file
AND NOW MY SITE IS NOT SHOWING ANY IMAGE!!!
No .htaccess rules suggested. No files dropped into self hosted CDN (static.pajareo.com)
I also would like to know if I should mark
Create a list of redirects to CDN (hostname specified in hostname field #1.)
I’ve disabled CDN and now my site is fine. The images showed a error 500 for the route. As an example:
https://static.pajareo.com/wp-content/uploads/2010/09/pancreas-artificial.jpg
What did I’ve done wrong?
Solved. This part of .htaccess was missing in the update, at the end of the file:
# BEGIN W3 Total Cache <IfModule mod_setenvif.c> SetEnvIfNoCase Accept-Encoding (gzip) APPEND_EXT=.$1 </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} \/$ RewriteCond %{REQUEST_URI} !(\/wp-admin\/|\/xmlrpc.php|\/wp-(app|cron|login|register).php|wp-.*\.php|index\.php) [OR] RewriteCond %{REQUEST_URI} (wp-comments-popup\.php|wp-links-opml\.php|wp-locations\.php) [NC] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} ="" RewriteCond %{HTTP_COOKIE} !(comment_author|wp-postpass|wordpress_\[a-f0-9\]\+|wordpress_logged_in) [NC] RewriteCond %{HTTP_USER_AGENT} !(bot|ia_archive|slurp|crawl|spider) [NC] RewriteCond /home/pajareo/public_html/wp-content/w3tc/pgcache/$1/_default_.html%{ENV:APPEND_EXT} -f RewriteRule (.*) wp-content/w3tc/pgcache/$1/_default_.html%{ENV:APPEND_EXT} [L] </IfModule> # END W3 Total Cache
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] HELP! Blog mess after last update!Well, first of all, thanks for your answers. I’ve done all you’ve said, but still have one big problem:
When I publish some post, I don’t know why, but the same post is published eight times! o_O
This wasn’t happened before last update of W3TC…
Thanks in advance for your time.
P.D.: Maybe is a .htaccess thing? Would my blog be safe if I paste here its content?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] HELP! Blog mess after last update!Thanks! I’m going to do that ASAP!
Thanks for your opinion…
Yes, it’s a strange service…
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] HELP! Blog mess after last update!Changed to resolved, but I think I can send you some info to prevent this happens again or perhaps you can make something… It was really disturbing…
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] HELP! Blog mess after last update!It seems that it duplicate or triplicate (wrongly) lasts blog entries until make 60 wrong entries or so… Now I’ve deleted them and seems it works…
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] HELP! Blog mess after last update!Excuse me, my blog is https://www.pajareo.com
I’m very stressed…