PHP 8.2.30
Preview: mobile.php Size: 1.57 KB
/proc/thread-self/root/var/softaculous/sitepad/editor/site-data/plugins/speedycache-pro/main/mobile.php

<?php

/*
* SPEEDYCACHE
* https://speedycache.com/
* (c) SpeedyCache Team
*/

namespace SpeedyCache;

if( !defined('SPEEDYCACHE_PRO_VERSION') ){
	die('HACKING ATTEMPT!');
}

class Mobile{

	static function cache(){
		global $speedycache;
		
		$speedycache->mobile_cache = array();
		$speedycache->mobile_cache['folder_name'] = 'mobile-cache';
		$speedycache->mobile_cache['wptouch'] = false;
	}

	static function update_htaccess($data){
		global $speedycache;
		
		preg_match("/RewriteEngine\sOn(.+)/is", $data, $out);
		$htaccess = "\n##### Start: Mobile Cache Rules #####\n";
		$htaccess .= $out[0];

		// Updates the moble cache htaccess rule according to wptouch
		if($speedycache->mobile_cache['wptouch']){
			$wptouch_rule = "RewriteCond %{HTTP:Cookie} !wptouch-pro-view=desktop";
			$htaccess = str_replace("RewriteCond %{HTTP:Profile}", $wptouch_rule."\n"."RewriteCond %{HTTP:Profile}", $htaccess);
		}

		/**
		* Structure of this array is
		*	searchable => replacer
		*/
		$rules = array(
			'RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil' => 'RewriteCond %{HTTP:Cookie} !safirmobilswitcher=masaustu',
			'RewriteCond %{HTTP_USER_AGENT} !^.*' => 'RewriteCond %{HTTP_USER_AGENT} ^.*',
		);
		
		foreach($rules as $search => $replacement){
			$htaccess = str_replace($search, $replacement, $htaccess);
		}

		$htaccess = preg_replace('/\/speedycache\/'.preg_quote(SPEEDYCACHE_SERVER_HOST).'\/all\//', '/speedycache/'.SPEEDYCACHE_SERVER_HOST .'/'. $speedycache->mobile_cache['folder_name']."/", $htaccess);
		$htaccess .= "\n##### End: Mobile Cache Rules #####\n";

		return $htaccess;
	}

}

Directory Contents

Dirs: 0 × Files: 25

Name Size Perms Modified Actions
24.34 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
10.18 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
1.63 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
3.65 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
9.98 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
2.60 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
47.30 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
5.60 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
71.20 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
91 B lrw-r--r-- 2026-02-18 23:32:28
Edit Download
14.83 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
4.12 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
7.61 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
1.97 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
1.57 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
10.86 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
8.47 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
52.86 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
423 B lrw-r--r-- 2026-02-18 23:32:28
Edit Download
2.12 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
36.80 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
36.78 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
4.25 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
7.45 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download
2.29 KB lrw-r--r-- 2026-02-18 23:32:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).