Jump to content
thirty bees forum

vsn

Trusted Members
  • Posts

    77
  • Joined

  • Last visited

  • Days Won

    1

vsn last won the day on April 11 2019

vsn had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

vsn's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated Rare
  • First Post
  • Collaborator Rare
  • Reacting Well Rare
  • Conversation Starter

Recent Badges

5

Reputation

  1. Hi everyone, My store (www.happypostcards.de) is suddenly exhibiting a strange issue: when loading the main page, a login mask pops up asking for a username and password for www.polyfill.io. You can easily test it by calling the page Can somebody please help / guide me? What is the reason and how can I fix it? Thank you in advance!
  2. HI all, while upgrading from TB 1.4 to 1.5.1 I have got an error, attached. What is the reason for that and how can I fix it now? Update TB1.5.1 Error.txt
  3. vsn

    HELP! I am hacked!!!

    Nobody? 😞 It is about folder and file permissions on a server...
  4. vsn

    HELP! I am hacked!!!

    @datakickStrange things I noted: 1. [_PHP_ENCRYPTION_KEY_] was not in the settings.inc.php file (PHP Encryption library with the openssl extension (highest security) is used!) - I just added it manually 2. After renaming the admin directory, I have regenerated the .htaccess file in back office. But still the old admin directory name was used in the file! Then I just edited the admin folder name manually in the .htaccess file, but I guess it should be done automatically. TH 1.4.0
  5. vsn

    HELP! I am hacked!!!

    @datakickcan I just run the following script without any potential security issues? sudo find . -type d -exec chmod 755 {} \; sudo find . -type f -exec chmod 644 {} \;
  6. vsn

    PANDA theme

    I am (as well as, I guess, namy of TB users) running Panda theme. It is nice, flexible, and already customized. I would rather stick to it than exprore a new theme. @Jonnyand his team confirmed to deliver new update in 2 months. If you are interested in getting an update you can rise your hand hier https://www.sunnytoo.com/forums/topic/panda-theme-compatible-with-thirtybees-1-4-and-php-8-0
  7. vsn

    HELP! I am hacked!!!

    Hi all, good news, I was able to restore the web space based on a my private back up. Unfortunatelly, my hoster keeps back-ups only for the last 10 days, what was not enought >> so keep your backups!!! 1. After restoring I am facing a folder / files server permission issue. Theay are somehow mixed. It is currently like this. Is this correct? Is there any way to fixed them by a script? 2. @datakick thanks a lot for a greate guidience! This is really helpfull! I am on the stage two. How / to which values should I change the following? • _COOKIE_KEY_, _COOKIE_IV_ • _PHP_ENCRYPTION_KEY_ • _RIJNDAEL_KEY_, _RIJNDAEL_IV_
  8. vsn

    HELP! I am hacked!!!

    @Mediacom87 you are absolutelly right. Once it is done, it can be done again and agtin. That is why I am looking for the modified code. In your link there is a script proposed by Eolia. Did you use it? What is your feedabck?
  9. vsn

    HELP! I am hacked!!!

    Hi all, thanks a lot for your replaies, very appreciate! My logic is the following. I have code what is somehow modified/hacked. Backups form the hoster are affected as well (only 10 day backed up, what is not enought). But I have my own backup 1 year old. During this time, I have not changed anything (still the same TB version, the same Panda theme... I just added maybe 5 new products...), so from code perspective this should be fine. And I am sure this backup was not modified. So I can use the back up to restore the shop. Correct? Next, the database. My assumption, this is not affected. Generally, I think such hacks are done in code, not in database. Hence I can use the current one just connecting it to the restored code. It has huge advantures that all data (users, stock, orders, payments etc.) are there. Is this correct? Can this replase / short-cut "Stage 1) remove the infection" @datakick
  10. Hi all, since several weeks the number of orders have been repidly dropping. I checked the ordering process and was shocked to see the payment options. Instead of classical paypal and bank transfer methods there is strange payment method asking you to enter your credit data, see below. I guess this is a fake code :((( What should I do? TB 1.1, the shop is now in the maintanence mode.
  11. Hi everyone, I wish to have a watermark module supporting .webp. The current version of the modul (actually migrated from Prestashop) supports only .jpg. The .webp format is getting like a standard and is being supported by almost all web browsers. Google loves it givving web shops with .webp (much) higher ranking. On the other hand, I am in a creative industry, organisations are spending a lot of attention to copyright. Especially in Germany it could be very easier to get a nice email from a lower. So to have a watermark is a must for me. Is it possible to extend the module to support .webp?
  12. Now it is working even with .webp 🙂 Thanks a lot!
  13. Thanks for your replay. I found the following. Can it somehow help? I am on a shared server, it seems to have ngx_http_rewrite_module installed, i can define Rewrite Rules. Is it you are taking about? Thanks!
  14. Dear all, after moving to a new hosting product images are not shown any more. I have tried 1. to re-generate thumbnails 2. to re-generate .htaccess. But without any success. Some additional and maybe helpful details. To keep product urls the same as for Prestashop I have product url rewrite as following: {category:/}{id}-{rewrite}{-:ean13}.html. I have activated webp. TB 1.1 & Panda 1.5.3 Server information: Linux #1 SMP Thu Jun 11 14:07:11 MSK 2020 x86_64 Server software version: nginx/1.19.6 PHP version: 7.2.14
×
×
  • Create New...