-
I was about to go on a rampage writing a blog post loudly exclaiming that every service provider out there is doing it wrong.
Until I realized they can't do better.
My thesis: when a service provide…
-
We got reports about non-working password reset links users got via mails. These had characters like + in them which have a special meaning in URLs (they are translated to spaces unless urlencoded).
…
-
Bot's started registering: They cannot login they cannot receive verification email due to fake email addresses. This is good but wastes resources, they should not be able to register at all in the fi…
hsk81 updated
11 years ago
-
Blog about the new FluxBB forum, what it offers and how it can benefit the user. Tell also about the experience about setting it up on Heroku (mention also the used AddOns) [advantages/disadvantages] …
hsk81 updated
11 years ago
-
People have been asking for a forum to discuss various issues around NoTex.ch: Especially export related question keep being asked. Setup a discussion forum using http://www.simplemachines.org, http:/…
hsk81 updated
11 years ago
-
http://pix.toile-libre.org/upload/original/1371047153.png
Problème de lecture ? de droits ?
-
The code contain link_validate_url() function. It doesn't exist! Should be build!
-
I tried this mod on a 1.5.2 install and the only thing that seems to work correctly is the "Add user" and only when "Generate random password?" user is checked (although the welcome email has a small …
-
Hello
I have this 2 errors :
PHP Strict Standards: Non-static method AJAXChatEncoding::getSpecialChars() should not be called statically, assuming $this from incompatible context in /home/admin/dom…
-
``` php
Route::group(array('base'=>'admin'),function(){
Route::get('/', function()
{
return 'Generates: http://domain.com/admin/';
});
Route::get('users', function()
{
…