Coder Social home page Coder Social logo

cleantalk / ips4-antispam Goto Github PK

View Code? Open in Web Editor NEW
10.0 5.0 5.0 348 KB

IPS Community Suite 4.0 (IP.Board) anti-spam extension.

PHP 98.00% HTML 2.00%
invision-community ips4 spam anti-spam spam-protection plugin php spam-detection spam-filtering spam-prevention

ips4-antispam's People

Contributors

alexandergull avatar ardavydov avatar artemanoshin avatar glomberg avatar safronik avatar svfcode avatar vladcleantalk avatar znaeff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ips4-antispam's Issues

Error when trying to view notification settings in ACP

Anytime I try to view notification settings in the ACP I have the following error:

Error: Class 'IPS\antispambycleantalk\extensions\core\AdminNotifications\antispambycleantalk' not found (0)
#0 /system/Dispatcher/Controller.php(90): IPS\core\modules\admin\overview_notifications->settings()
#1 /system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher_Controller->execute()
#2 /index.php(14): IPS_Dispatcher->run()
#3 {main}

That prevents me from doing anything with my notification settings so I either have to uninstall the addon or fix it myself which I don't have time to do right now so I figured reporting it would be easier.

Spelling error on cookie unset

Plugin:

public function ctCookiesTest()

$check_srting = trim(\IPS\Settings::i()->ct_access_key); foreach($cookie_test['cookies_names'] as $cookie_name){ $check_srting .= isset($_COOKIE[$cookie_name]) ? $_COOKIE[$cookie_name] : ''; } unset($cokie_name);

unset($cokie_name); // Change to unset($cookie_name);

:)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.