Jump to content

Egorkin

Clients
  • Posts

    200
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Egorkin

  1. It's great, but there's not enough user ban in a specific topic and a specific section.
  2. Yes, I have 4.7.5 🤦‍♂️ Today I will make an update to 4.7.7. Thank you!
  3. The IPS anti-spam system works like a sieve. Bots pass freely as a rule. Why is there no filter for registration by location (country)? I have all bots, for example, from foreign IP. I would like to see an order of magnitude more flexible anti-spam configuration system (this is without the IPS anti-spam service!)
  4. Letters stopped coming when complaining about the post. I'm subscribed to them. The rest of the emails from the forum are coming. I didn't change the settings. This seems to have happened after upgrading to 4.7.6(5). What could be the problem?
  5. When editing in Russian, when clicking on the topic name, the length of the title is calculated incorrectly and an error appears. When you click "Edit" everything is processed correctly. I have already made a complaint about this, but the bug is still not fixed.
  6. Why there is no mark "Active/inactive question". So that you can turn them on and off, and not save them in a text file and enter them into the table every time? Very feeble interface and features. IPS is engaged in decorating, but there are almost no real technical necessary things. This is bad 😞
  7. Of course! This was just an example of a dynamic question. But in IPS, you can't create N questions with answers and output a random one every time - that's a big drawback.
  8. Bots remember answers very quickly and spam. We need a dynamic system of questions and answers (for example, simple arithmetic operations, some simple puzzles)
  9. He paid me through a friend, who now works in Europe 🙂
  10. When working on the user's content (subject, message), you can now send a notification to him. But it must be compiled every time! It's very tiring. Are there pre-installed patterns or the ability to create them?
  11. I did, thank you! Let's see what the users will say 🙂 Now the reminder letters will come, right? And after how long and is it configured?
  12. Which table and which field stores information about posts marked as "Issue resolved"?
  13. I receive a reminder letter from this forum about a week later about my topic "Did I get an answer to my question?". Where can I set this up on my forum?
  14. Yes! A warning that I exceed the length should appear near the input field during editing. So that the work done is not wasted, because it infuriates! Bad idea 🙂
  15. Yes, that's right! The old header remains, and the new corrected one is lost. Yes, that's right! The old header remains, and the new corrected one is lost. Why can't I give the option to edit further after the error window?
  16. If I click the cursor on the topic name and edit it, but it turns out to be too long and an error message appears. And then everything just gets erased! This is a very bad interface and needs to be fixed.
  17. Updated to 4.7.5 and CSS has not changed. Mmm... maybe it was necessary to change something in MySQL? It's cached there... 🤦‍♂️
  18. I upgraded to 4.7.4 and the problem reappeared. I don't want to fix CSS every time. Maybe completely update the style, and erase all the old ones?
  19. <?php error_reporting(E_ALL); $url = "https://remoteservices.invisionpower.com/connectionCheck/?version=107404"; //$user_agent = 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); //curl_setopt($ch, CURLOPT_USERAGENT, $user_agent); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_NOBODY, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $res = curl_exec($ch); curl_close($ch); var_dump ($res); /* string(919) " 403 ERROR The request could not be satisfied. Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. Generated by cloudfront (CloudFront) Request ID: 7JVC__LseKvtRPzSm0JN3LVG1JdtUxwrXQS1h0-8bFTQJc9Po93dFw== " */ But if I enable $user-agent, I immediately get the correct answer.
  20. When I try to update, I get a timeout from the server: From the browser, this URL gives JSON normally. Why? I can upgrade via SSH from the distribution, if anything... 🙄
  21. Compared the styles with the tool in VS Code and inserted the missing piece. Thanks.
  22. Do I need to update the entire template or can I do it point-by-point?
  23. A few days ago I successfully upgraded to 4.7.1 From the browser, the address (there is JSON) is available...
×
×
  • Create New...