x00
MVPx00 MVP
Reactions
-
Re: Any idea how spambots is circmventing BotStop?
Botstop, isn't a very strong or advanced, form of protection, TBH. I use a similar technique that combines Captcha with a question, where there is a random selection such as a using foreign alph… (View Post)1 -
Re: Karma Bank Compatibility with Vanilla 2.1
1 -
Re: Whats Better? Karma, Voting, Badges, Reactions, QnA, Like this?
You can use $Balance = $KarmaBank->GetBalance()->Balance; To check the balance, such as to prevent a transaction through lack of funds. (View Post)1 -
Re: Whats Better? Karma, Voting, Badges, Reactions, QnA, Like this?
Btw the simplest way to add or subtract karma programmatically is: $KarmaBank = new KarmaBankModel($UserID);$Reward = -1;$Reason = "Some Unique Reason";if(!$KarmaBank->CheckForCollission… (View Post)1 -
Re: Make Your Vanilla More SEO Friendly - Adding noindex to Duplicate Pages
Something like in class.nofollowthemhooks.php <?php if (!defined('APPLICATION')) exit();class NofollowThemeHooks extends Gdn_Plugin{ public function DiscussionController_Render_Before($S… (View Post)1
