Jump to content

MEVi

Clients
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    1

 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 MEVi

  1. Hello,

    There should be more flexibility in the registration settings, with local depending on the service (Apple, Google, Microsoft) or global as currently.

    In this context I would like to be able to deactivate the "standard" registration without deactivating "standard" the login, and allow only by Apple, Google, Microsoft registration and login.

  2. Hello,

    I notice that there is a missing functionality in terms of tag management. I have members who add TAGs using acronyms some spells SOS other S.O.S. I would like to have the possibility to list all the TAGs and to be able to modify them en masse by saying that S.O.S is SOS. It would also allow to see the Orphan Tags, to have statistics of the number of times it is used, to identify more quickly the TAGs to proscribe.

  3. Hello,

    When I look at the list of members I see that it is not possible to change the sorting of

    • Static: Display name, ..., date joined, ..., IP registred
    • Dynamic: Display name, ..., date last connection, ..., IP used now.

    Dynamic.thumb.png.9813e3d21a1f8fb7ca67b63bbe2671af.png

    And why not add the IP address with a color code Red Banned, orange problem, green currently connected...

  4. Hello,

    More than 80% of the traffic is linked to robots creating overloads: database or bandwidth.

    Can you add feature for block bad robot in CP-Admin -> Ban Settings : Bots

    • AhrefsBot, Konqueror, MJ12bot, Zeus, ...

    Like this code in index.php:

    include 'Badbots.php';

    second files Badbots.php:

    <?php
    $httpUserAgent = null;
    if(isset($_SERVER['HTTP_USER_AGENT'])) {
        $httpUserAgent = $_SERVER['HTTP_USER_AGENT'];
     
        $unwanted = array(   
            "ahrefsbot",
    	"cmscrawler",
            "mj12bot", 
            "memorybot",    
            "zbot",  
        );
     
        foreach ($unwanted AS $val) {
            if (stristr($_SERVER['HTTP_USER_AGENT'], $val) != FALSE) {
                header("HTTP/1.0 451 Unavailable For Legal Reasons");
                readfile('451.shtml');
                die;
            }
        }
     
    }

    The PHP script above checks each page which slows down the server. The idea would be that the check is done only once if the robot is in the blacklist then the IP address is blocked. The robot is informed by an HTTP error message that it is undesirable. If the robot insists then the IP address that has been temporarily blocked for 24 to 72 hours will be blocked for a longer time or even permanently if the administrator validates it manually. This would allow to update the list of problem IPs on the subscription Invision Power.

  5. Thank you, because right now it's a hassle, because I have to create each member's account, then log in with the member's account to register him on the club in addition to joining the newsletter.

    I notice that in the CP-Admin, one cannot know which member is registered on which club in the member's profile. Just as it is not possible to know what a club, a forum, a member is following.

  6. Hello,

    I made a change in the domain so that many files I sent are identified in the wrong place, when I used to add a photo by a direct link in HTTPS how can I fix this?

    SQL: downloads_files_records

    sslink https:/xyz.toto.xxx changed by https:/xyz.titi.xxx

  7. Indeed I am a little lost when I make a search for a specific page I have a global answer and everything is "mixed.” (I'm looking for an add-on to move an agenda from one club to another) and I have thousands of results because my formulation is incorrect or unclear. Personally I would like to have a tab that gives me the result of the area in which I am located.

    • Tabs: In this page (3) | Downloads (88) | Pages (5) | Blogs (28) | Forum (458'244) | Gallery (1) | All

    With a possibility to refine my search when I in one Tab like by relevance, name, ...

  8. On 6/21/2018 at 5:04 PM, bfarber said:

    We have discussed this, but it's tricky. For instance, I considered looking at calling our IPS Spam Service for emails sent through the contact form, but we decided that this couldn't be done because a valid user who was blocked from registration by the spam service would then have absolutely no way to contact the site admin to let them know or get assistance.

    Unfortunately, if you leave a contact form in place, spammers will use it. It's tricky to block spam effectively here without resorting to "hacks" (like scanning the email for specific text which may not actually be indicative of spam).

    Would it be possible that if the user is identified as a spammer, it sends this request to a defined email address instead of creating a support ticket?

  9. Hello,

    I would like to associate the groups with the clubs. For example, if a member is in the VIP group and wants to enter a club that is private, the VIP member will not have to wait for the owner to accept him, he is accepted automatically. Another example if you have a shop the member who buys a product can be invited in a specific Club without the owner having to validate his entry, it will be necessary to provide the notion of banned member of the Club.

    In the CP-Admin Club Settings advanced options:

    • Groupes (XYZ): Can not see any clubs
    • Groupes (XYZ): It is automatically enrolled in this club.
    • Groupes (XYZ): It is automatically excluded in this club.
    • Groupes (XYZ): Can see the content without being registered in Club + can say that this is for a limited period of time (once, days...)
    • Groupes (XYZ): Can be registered without human intervention in Club
×
×
  • Create New...