• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Use WordPress SEO News Extension as Free Software

By Abhishek Ghosh June 19, 2015 9:39 am Updated on June 19, 2015

Use WordPress SEO News Extension as Free Software

Advertisement

Google News Extension comes with Free Software License. You Can Use WordPress SEO News Extension For Free By Ex-DMOZ Editor Joost de Valk.There is no Crack or Reverse Engineering. The extension is available on GitHub with GNU GPL 3.0 License and on main plugin file, obviously we can modify, re-distribute EVEN sale.

 

Use WordPress SEO News Extension as Free Software : Where is Freedom?

 

But we are not in the line of selling software aka trying to restrict the users’ freedom in by any means. One possible malware function to connect with his website has been switched off by this modification. We are not giving you the software, we have one copy, if you can not download from Github, ask us; we will give you one copy. That is called Freedom of Free Software. Freedom is not about money, we mean to say; if you ask how Joost de Valk became Ex-DMOZ Editor from DMOZ Editor, that answer might not be Free by cost!

You might have to pay for that type of support. So, we forked it from his rep to my repo – https://github.com/AbhishekGhosh/wpseo-news. Here is the screenshot proof that it is Free Software :

Advertisement

---

Use WordPress SEO News Extension as Free Software

Freedom resides at rms@gnu.org. If you have psychological problem, ask Richard Stallman what is Free Software.

 

Use WordPress SEO News Extension as Free Software : Where is the File For Freedom?

 

Freedom file is this file – https://github.com/AbhishekGhosh/wpseo-news/blob/trunk/classes/class-product.php.

We have modified the file to null the potential malware function :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
 
if ( ! class_exists( 'WPSEO_News_Product' ) ) {
 
/**
* Class WPSEO_News_Product
*/
class WPSEO_News_Product extends Yoast_Product {
 
public function __construct() {
parent::__construct(
'https://wordpress.com',
'News SEO',
plugin_basename( WPSEO_News::get_file() ),
WPSEO_News::VERSION,
'https://wordpress.com',
'admin.php?page=wpseo_licenses#top#licenses',
'wordpress-seo-news',
'Yoast'
);
}
 
}
 
}

Instead of https://wordpress.com, there was these lines :

Vim
1
2
3
4
5
6
7
8
9
public function __construct() {
parent::__construct(
'https://yoast.com/edd-sl-api',
'News SEO',
plugin_basename( WPSEO_News::get_file() ),
WPSEO_News::VERSION,
'https://yoast.com/wordpress/plugins/news-seo/',
'admin.php?page=wpseo_licenses#top#licenses',
'wordpress-seo-news',

We suggest you to change both from https://wordpress.com to your domain or IP. If you perform a cURL :

Vim
1
2
3
4
5
6
7
8
9
10
11
curl -I https://yoast.com/edd-sl-api
HTTP/1.1 400 Bad Request
Server: Sucuri/Cloudproxy
Date: Fri, 19 Jun 2015 08:05:34 GMT
Content-Type: application/json
Connection: keep-alive
Set-Cookie: PHPSESSID=b1bvutnt02lr0toj3cf9jdho87; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: edd_items_in_cart=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; domain=yoast.com

The malware function will track you and construct a URL like :

Vim
1
https://yoast.com/edd-sl-api?xxxx-000

and do a request towards that server. With this modification for removal of third party domain, the Plugin will 100% working but it will nagging like a bigger for money. That we can not say here how to remove. Then we have to re-write it from scratch.

As in Free Software world, we have not taken Ex-DMOZ Editor Joost de Valk’s Freedom. His begging of $69 for few PHP files function is ON. Except asking for the Zip file, you should not contact us about this matter. Ex-DMOZ Editor Joost de Valk will give you support after payment.

If you want to fork ours and work, we have no problem. If that is beggar is reading this webpage, we should contact rms@gnu.org for discussion of the matter NOT us.

 

How to Use and Security Vulnerabillity

 

Install it like a Plugin. You need not to do anything with License information. It will be 100% working with WordPress SEO. There can be security vulnerability in the plugins. So poor quality coding usually associated with more bigger issues. Actually WordPress SEO should be checked for any call towards his website.

His claim is fully false – there is no API function which construct the XML files. It is 100% PHP and WordPress which does it. It is nicely working in the Post Dashboard. In that way analyzing API, we will reach at physical processor’s firmware!

Definitely you can take Ex-DMOZ Editor and Micro-format specialist Joost de Valk’s service for the support of the Plugin. We also take paid support for HP Helion OpenStack from HP. But HP Helion OpenStack is itself a Free Software. After installation remove the backlinks towards his website. If he continues “development” on GitHub, then upload the new version.

If you have his other softwares with Free Software License then send us, we will convert them to better plugins. Thousands of peoples working behind Apache2, Nginx, PHP are not getting money. Why make a small website owner fool?

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Use WordPress SEO News Extension as Free Software

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • DMOZ Listing Guidelines and How To Get Listed in DMOZ

    DMOZ Listing Guidelines are not very clear to many webmasters. Read from DMOZ Meta Editor how to get listed in DMOZ and why you should never pay anyone for it.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy