??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/netecfwd.co.uk/wp-content/plugins/speedycache-pro/main/mobile.php
⬅ Kembali
<?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;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 admin.php
php
24.3 KB
2025-12-18 06:42
🐘 bloat.php
php
10.2 KB
2025-07-11 09:03
🐘 cli.php
php
1.6 KB
2024-08-23 08:53
🐘 commoncss.php
php
3.7 KB
2025-05-07 05:46
🐘 criticalcss.php
php
10 KB
2025-09-23 11:34
🐘 db.php
php
2.6 KB
2025-12-17 07:57
🐘 enhanced.php
php
47.4 KB
2026-03-20 02:57
🐘 googlefonts.php
php
5.6 KB
2025-09-23 11:34
🐘 image.php
php
72.1 KB
2026-03-23 08:03
🌐 index.html
html
91 B
2023-10-03 10:50
🐘 lazyload.php
php
14.8 KB
2026-01-09 07:36
🐘 license.php
php
4.1 KB
2025-02-12 04:55
🐘 logs.php
php
7.9 KB
2026-03-20 08:23
🐘 metaboxpro.php
php
2 KB
2023-10-03 10:50
🐘 mobile.php
php
1.6 KB
2023-10-03 10:50
🐘 object-cache-lib.php
php
11 KB
2026-03-19 04:59
🐘 objectcache.php
php
8.5 KB
2025-12-17 07:57
🐘 plugin-update-checker.php
php
52.9 KB
2023-10-03 10:50
🐘 premium.php
php
423 B
2025-07-08 07:23
🐘 prooptimizations.php
php
2.1 KB
2025-07-08 08:41
🐘 renderblocking.php
php
36.8 KB
2026-03-24 03:29
🐘 settingspage.php
php
36.1 KB
2026-03-23 08:03
🐘 statistics.php
php
4.3 KB
2025-07-08 09:08
🐘 unusedcss.php
php
7.5 KB
2024-08-23 09:07
🌐 youtube.html
html
2.3 KB
2023-10-03 10:50