Jump to content

wegorz23

Clients
  • Posts

    380
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    wegorz23 got a reaction from PurpleSparkles in spam   
    In last 4 days we also received many of failed registers in our forum. 
    Spam defense score 4 auto ban that users and we also have that a lot in past days. 
    ( User registered. Spam Defense checked and returned score 4 - account banned. )
    Only today banned ip:
    31.173.82.121
    37.46.115.44
    37.46.115.51
    37.139.53.90
    45.87.104.125
    84.239.40.254
    142.54.173.138
    145.255.9.153
    152.58.123.243
    176.124.205.34
    176.59.56.243
    178.176.76.117
    178.176.79.62
    185.245.85.231
    208.110.81.170
    212.129.45.48
    90% of that is from russian federation ....

    Feel free to add that to ur filter or firewall. 
     
     
     
  2. Like
    wegorz23 reacted to Hatsu in 4.3 to 4.7.5   
    You can use a test site which must not be available to public (so protect it with htaccess or something similar). You have to set the domain here in the client area. Then you can test your upgrade as often as you want to.
     
  3. Like
    wegorz23 reacted to Randy Calvert in 4.3 to 4.7.5   
    Yes, it’s absolutely possible to upgrade. Make a full backup before you do anything.

    If you have any third party plugins, make sure they’re updated and confirm they work with PHP8. I would disable ALL third party resources and then switch to a default theme. 

    Upgrade your server to PHP8 (required for the 4.7 releases).  Use the compatibility checker once on PHP8 to make sure it meets all of the system requirements.  
    Download the latest release from the client area (you can only download the latest version… old releases are not available).

    Upload the files to your site and overwrite the old ones. Go to domain.com/admin/upgrade and follow the prompts.
    Once the upgrade completes, go to the support section of ACP and clear the system cache for good measure. Fix your theme and add resources one at a time to make sure you know if any one specific is not compatible with 4.7 or PHP8. 
  4. Thanks
    wegorz23 got a reaction from dutchsnowden in spam   
    In last 4 days we also received many of failed registers in our forum. 
    Spam defense score 4 auto ban that users and we also have that a lot in past days. 
    ( User registered. Spam Defense checked and returned score 4 - account banned. )
    Only today banned ip:
    31.173.82.121
    37.46.115.44
    37.46.115.51
    37.139.53.90
    45.87.104.125
    84.239.40.254
    142.54.173.138
    145.255.9.153
    152.58.123.243
    176.124.205.34
    176.59.56.243
    178.176.76.117
    178.176.79.62
    185.245.85.231
    208.110.81.170
    212.129.45.48
    90% of that is from russian federation ....

    Feel free to add that to ur filter or firewall. 
     
     
     
  5. Like
    wegorz23 reacted to teraßyte in WebP and reprocessing images   
    @My Sharona Yes and no. WebP is supported, but there's a bug in 4.7.0 preventing it from being allowed in several places (basically any forms with upload fields that allow images).
  6. Like
    wegorz23 reacted to Randy Calvert in Disable e-mail newsletters except registration   
    Use a third party mail service that integrates via API such as SendGrid.  (There are third party plugins to support others like AWS SES and a few mail gateways.)  In that case your server does not send mail whatsoever.  🙂 
  7. Agree
    wegorz23 reacted to Marc Stridgen in Remove from newsletter and any notifications send by e-mail   
    I see a resolution has been send to you on this one which will fix the issue on your site. Of course please feel free to respond to the ticket if you have any further issues.
  8. Like
    wegorz23 got a reaction from SeNioR- in Clubs Enhancements   
    Hi is there any chance for upgrade for php8.0 ? 
    After upgrading from php7.2 to 8.0 im getting that error from plugin.
    "Fatal error: Declaration of IPS\forums\clubsenhancements_hook_ceClubForums::clubForm(IPS\Helpers\Form $form) must be compatible with IPS\forums\_Forum::clubForm(IPS\Helpers\Form $form, IPS\Member\Club $club) in ......public_html/init.php(920) : eval()'d code on line 17"

    Please let me know when or i need to fix it by my self.
     
    Greetings
  9. Like
    wegorz23 reacted to Stuart Silvester in PHP8.0   
    Yes, PHP 8.0.x is. it is PHP 8.1 that isn't officially supported yet.
  10. Like
    wegorz23 reacted to IveLeft... in PHP8.0   
    Im running a forum on PHP 8.1.1 and no problems found (yet)
  11. Like
    wegorz23 got a reaction from alexxis in Improved Clubs Enhancements   
    If u want to fix that error 
    Undefined class constant 'SELECT_SQL_CALC_FOUND_ROWS' (0) U can edit one file to delete old or now not used function.
     
    Go to ftp or access production files of our system then go : applications/clubsenhancements/sources/Block/Block.php 
    And remove or edit in line: 134 where \IPS\Db::SELECT_SQL_CALC_FOUND_ROWS  is called.
    Remove them or give NULL.
    "$select = \IPS\Db::i()->select( '*', 'clubsenhancements_custom_blocks', $where, ( $sortOption === 'block_title' ? "{$sortOption} ASC" : "{$sortOption} DESC" ), $limit, NULL, NULL );"
     
    I removed on another file the same "SELECT_SQL_CALC..... 
    its right there: applications/clubsenhancements/hooks/ceControllerView.php
    The same problem there line: 452.
    Fixed: " $select    = \IPS\Db::i()->select( '*', 'core_members', $_SESSION['add_group_club'], 'member_id ASC', array( \is_array( $data ) ? $data['done'] : 0, $cycle ), NULL, NULL, NULL );"
     
    Feel free to try on ur app. If it didn work just turn off application and then turn it on.
    U can simply go back if it didnt work for u.
    Always make backup of plugins and whole application. 
     
    Greetings.
                            
     
  12. Thanks
    wegorz23 reacted to Randy Calvert in IP Gallery   
    https://invisioncommunity.com/contact-us/
    Choose Accounts and Billing department.  
  13. Thanks
    wegorz23 reacted to HeadStand in Newsletters   
    A new version has been pushed to the Marketplace and is pending approval. Changes include:
    Some tables were forced to use the MyISAM engine. Fixed; Corrected issue with tracking newsletter opens;
  14. Like
    wegorz23 reacted to Marc Stridgen in Remove from newsletter and any notifications send by e-mail   
    As mentioned above, your ticket has been escalated to another team to take a look at. 
  15. Like
    wegorz23 reacted to jesuralem in Broken link in e-mails   
    Yes this was totally on the sendinblue side and they agreed to it.
    Basically they made some change to be able to track mail openers and clicks and this screwed IPS links. They proposed to reverse the change but were insisting that the links were screwed because IPS did not accept the _se parameter they added.
    Rather than fighting with them in order to explain that the real problem was that they screwed the &, i chose to cancel my subcription with them and move to AWS, and i saved quite a few bucks doing so 🙂
  16. Like
    wegorz23 reacted to jesuralem in Broken link in e-mails   
    i used sendinblue and i moved to Amazon SES. So i did not really solve the problem...
  17. Like
    wegorz23 got a reaction from sobrenome in (.webp) images support   
  18. Like
    wegorz23 got a reaction from sobrenome in WebP and reprocessing images   
    The same.

     
  19. Like
    wegorz23 got a reaction from sobrenome in WebP and reprocessing images   
    We also have WebP support by php gd but still not working when adding that type of image.

    When adding image like this...

    Get the same error like other users.

     
    Also trying to install all packets and fix it by my self but still no luck.
    php 7,2,,,,  gd and imageMagick  installed.
     
    On ACP Image settings when set ImageMagick i can upload .webp files as file but not as image. 

     
     
    Have u ever met such a problem like this ? upgrade to 4.6 do nothing to us.
     
    Greetings.
     
     
  20. Like
    wegorz23 got a reaction from sobrenome in (.webp) images support   
    It works only when I add it from insert existing attachment.
  21. Like
    wegorz23 got a reaction from sobrenome in (.webp) images support   
    Still nothing? After 5 years? IPS please do sth with that.
  22. Like
    wegorz23 got a reaction from SeNioR- in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  23. Agree
    wegorz23 got a reaction from Unienc in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

  24. Thanks
    wegorz23 reacted to Jimi Wikman in Replace Badges   
    Looks great @wegorz23!
  25. Like
    wegorz23 got a reaction from scaz in Replace Badges   
    We decided to create our own solution to overwrite badges, add some progress bar to next badge and to show users how many and what badge is next.
    Like how many post he have and how many days on site.
    I have working on addon to do it.
     

×
×
  • Create New...