Kategorien
The PHP Encoder & Obfuscator has been submitted and is now available for download. Big thanks to the contribution from our member @theresa !
Kategorien
PHP Live Support Chat
anne submitted a new resource:
PHP Live Support Chat – Works with any website – static, PHP, WordPress, Joomla, Drupal, OpenCart (any website with PHP.
Kategorien
SaleBot SMS Marketing Addon
The SaleBot SMS Marketing Addon has been submitted and is now available for download. Big thanks to the contribution from our member @theresa !
Kategorien
Hello, everyone!👋
Hi everyone!
I’m new to this forum and just getting started with XenForo. I’ve had some experience with website building and community management in the past, but XenForo is still pretty new to me. Right now I’m working on setting up and customizing a forum, and I’ve already learned a lot — sometimes the hard way!
I’m here to learn from all of you, share my progress, and hopefully contribute back to the community as I go. Looking forward to connecting and exchanging ideas with fellow…
Kategorien
Prestashop 1.x-9.x Nginx Conf Rules
some one was request prestashop nginx conf ,now here is it
Code:
rewrite ^/blog/(.+)/.*$ /modules/smartblog/images/$1.jpg last;
# for posthemes smartblog
rewrite ^/blog/.*/(.*.(?:jpg|jpeg|png|gif|webp))$ /modules/ps_simpleblog/uploads/$1 last;
# for posthemes simple blog
rewrite ^/(d)(-[w-]+)?/.+.jpg$ /img/p/$1/$1$2.jpg last;
rewrite ^/(d)(d)(-[w-]+)?/.+.jpg$ /img/p/$1/$2/$1$2$3.jpg last;
rewrite ^/(d)(d)(d)(-[w-]+)?/.+.jpg$ /img/p/$1/$2/$3/$1$2$3$4.jpg last...