Jump to content

Egorkin

Clients
  • Posts

    219
  • 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

Posts posted by Egorkin

  1. 8 hours ago, Paul E. said:

    Where are you putting the disable_functions statement?

    In php. ini of course! 🧒

    8 hours ago, Paul E. said:

    Output phpinfo() and be sure you're setting it in the file indicated.

    image.png.673b9bdb79552273c24d9300ebae8f31.png

    I have a complaint about IPS. Why do they not display exactly what the error is, but just "you have an error" (it turns out where you want there and look for your problems)?

  2. The forum said that I have dangerous PHP functions enabled. I opened the message and thought they would be listed there. But NO! Then why the message? It carries no information in this form.

    I have banned, but what is missing?

    disable_functions = escapeshellarg, escapeshellcmd, exec, ini_alter, parse_ini_file, passthru, pcntl_exec, popen, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, show_source, shell_exec, symlink,system;

  3. Yes, I know. I didn't say it correctly. In the settings of the admin center, this is one setting. P.S.: I can use CSS to make links the desired color, but I don't think this is the best way. IPS it would be good to make the color setting more flexible, or do I not know something about the admin center? :)

  4. Not very convenient. In each forum, select "Move/delete posts" from the menu. There, in the filter, select the appropriate settings. In 4.4, there were sometimes glitches, so it's better to first move the topics to a temporary section, check, and then delete them from there.

    P.S.: I CRON use a simple php script to search for topics with 0 messages once a month and change them to a hidden section "for deletion". 👨‍🍳

  5. 7 minutes ago, MMXII said:

    There is no such functionality in Invision Community. I wonder why one would need that...

    This is usually a useless page. I don't like, for example, switching from a Search engine to such pages usually.

     

    3 minutes ago, DawPi said:

    Not best solution but you may try this mod to recognize "zero replies" topics and delete them manually:

    You can clean up old topics with 0 responses in the admin panel by hand without plugins :)

  6. It may be enough to insert at the beginning index.php something like that? 🧒

    if(stripos($_SERVER['HTTP_USER_AGENT'],'MSIE')!==false || stripos($_SERVER['HTTP_USER_AGENT'],'Trident')!==false) exit('Microsoft Internet Explorer is no longer supported. Please use the latest versions of modern browsers!');

  7. It turns out there are still those who use Internet Explorer! And they went crazy when they came on my forum 4.5. I think IPS should have done them a warning instead of a curve layout... At least the plugin was, and then you will have to insert a hard core PHP :-)

×
×
  • Create New...