403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.153
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/yeslicense.org/wp-content/plugins/squirrly-seo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/yeslicense.org/wp-content/plugins/squirrly-seo/squirrly.php
<?php defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' ); ?>
<?php
/*
 * Copyright (c) 2012-2025, Squirrly.
 * The copyrights to the software code in this file are licensed under the (revised) BSD open source license.

 * Plugin Name: Squirrly SEO (Newton)
 * Plugin URI: https://wordpress.org/plugins/squirrly-seo/
 * Description: AI Private SEO Consultant that Brings You the Full Force of SEO: All Schema Rich Results, Inner Links, Redirects, AI Research, Real-Time SEO Content, Traffic and SEO Audits, SERP Checker.
 * Author: Squirrly
 * Author URI: https://plugin.squirrly.co
 * Version: 12.4.14
 * License: GPLv2 or later
 * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * Text Domain: squirrly-seo
 * Domain Path: /languages
 */

if ( ! defined( 'SQ_VERSION' ) ) {
	/* SET THE CURRENT VERSION ABOVE AND BELOW */
	define( 'SQ_VERSION', '12.4.14' );
	//The last stable version
	define( 'SQ_STABLE_VERSION', '12.4.12' );
	// Call config files
	try {
		include_once dirname( __FILE__ ) . '/config/config.php';
		include_once dirname( __FILE__ ) . '/debug/index.php';

		/* important to check the PHP version */
		// inport main classes
		include_once _SQ_CLASSES_DIR_ . 'ObjController.php';

		// Load helpers
		SQ_Classes_ObjController::getClass( 'SQ_Classes_Helpers_Tools' );
		SQ_Classes_ObjController::getClass( 'SQ_Classes_Helpers_Sanitize' );
		// Load the Front and Block controller
		SQ_Classes_ObjController::getClass( 'SQ_Classes_FrontController' );
		SQ_Classes_ObjController::getClass( 'SQ_Classes_BlockController' );

		// Upgrade Squirrly call.
		register_activation_hook( __FILE__, array(
			SQ_Classes_ObjController::getClass( 'SQ_Classes_Helpers_Tools' ),
			'sq_activate'
		) );
		register_deactivation_hook( __FILE__, array(
			SQ_Classes_ObjController::getClass( 'SQ_Classes_Helpers_Tools' ),
			'sq_deactivate'
		) );

		if ( SQ_Classes_Helpers_Tools::isBackedAdmin() ) {
			SQ_Classes_ObjController::getClass( 'SQ_Classes_FrontController' )->runAdmin();
		} else {
			SQ_Classes_ObjController::getClass( 'SQ_Classes_FrontController' )->runFrontend();
		}


	} catch ( Exception $e ) {
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit