Profile creation and spam protection

Message boards : News : Profile creation and spam protection
Message board moderation

To post messages, you must log in.

AuthorMessage
Progger
Project administrator
Project developer

Send message
Joined: 28 Oct 17
Posts: 16
Credit: 5,827,783
RAC: 10,340
Message 186 - Posted: 19 Feb 2018, 8:17:46 UTC

Profile creation is enabled. Recaptcha is enabled for registration. After a while, spam users will be deleted.
ID: 186 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile marsinph

Send message
Joined: 13 Apr 18
Posts: 7
Credit: 8,387,031
RAC: 0
Message 216 - Posted: 21 Apr 2018, 14:42:03 UTC - in response to Message 186.  

Very good idea. I fully agree.
It is more difficult to connect, but you also need to say the captcha not work with Internet explorer.
It is OK with Firefox
ID: 216 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile [AF>Libristes] Kether

Send message
Joined: 28 Jun 20
Posts: 4
Credit: 159,912
RAC: 0
Message 927 - Posted: 30 Jun 2020, 15:52:55 UTC

I can't create a profile, even after a correct Recaptcha test...

"
Warning: Creating default object from empty value in /home/boinc/projects/latinsquares/html/user/create_profile.php on line 205

Votre réponse ReCaptcha est incorrecte. Veuillez réessayer. [= "Your ReCaptcha answer is wrong. Please try again."]

Notice: Undefined property: stdClass::$has_picture in /home/boinc/projects/latinsquares/html/user/create_profile.php on line 56

Notice: Undefined property: stdClass::$has_picture in /home/boinc/projects/latinsquares/html/user/create_profile.php on line 60
"
ID: 927 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ice00
Project administrator
Project developer

Send message
Joined: 28 Oct 17
Posts: 194
Credit: 57,834
RAC: 3
Message 928 - Posted: 3 Jul 2020, 18:17:51 UTC - in response to Message 927.  

Hi,

can you register now and see if it changes?

Thanks
ID: 928 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile [AF>Libristes] Kether

Send message
Joined: 28 Jun 20
Posts: 4
Credit: 159,912
RAC: 0
Message 929 - Posted: 4 Jul 2020, 18:35:58 UTC - in response to Message 928.  

Hello Admin, and thanks for the answer !

Unfortunately, there's no change after a new try.

But I also have this problem with the new interface (same model of "responsive design" site as the present one) of Moo! Wrapper.

I don't know what to think, but it seems not to be the specific problem of ODLK, and I guess that you don't have to hack the site code (Hum, I'm not an expert).

Thanks anyway - and mostly, thanks for this nice project.
ID: 929 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile [AF>Libristes] Kether

Send message
Joined: 28 Jun 20
Posts: 4
Credit: 159,912
RAC: 0
Message 930 - Posted: 5 Jul 2020, 11:00:38 UTC - in response to Message 929.  
Last modified: 5 Jul 2020, 11:01:14 UTC

Just to complete the previous message, and for information only :
1 ) When I'm on the creating profile page (https://boinc.multi-pool.info/latinsquares/create_profile.php), I have this warning, under the 2nd paragraph of the page, "Your profile allows you to share your opinions, etc." :

"Notice: Trying to get property of non-object in /home/boinc/projects/latinsquares/html/user/create_profile.php on line 56"

2 ) Trying also on Moo!Wrapper, I have a naked page with this message :

"Warning: require_once(..inc/util.inc): failed to open stream: No such file or directory in /home/boincadm/projects/moo/html/user/create_profile.php on line 21

Fatal error: require_once(): Failed opening required '..inc/util.inc' (include_path='.:/usr/share/pear:/usr/share/php') in /home/boincadm/projects/moo/html/user/create_profile.php on line 21".
ID: 930 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile [AF>Libristes] Kether

Send message
Joined: 28 Jun 20
Posts: 4
Credit: 159,912
RAC: 0
Message 931 - Posted: 5 Jul 2020, 13:13:24 UTC - in response to Message 930.  

At the end, it seems to be a local mysql database problem.

Here, the result of a DDG research about the warning message before creating the profile :

https://duckduckgo.com/?t=ffcm&q=Notice%3A+Trying+to+get+property+of+non-object+in+%2Fhome%2Fboinc%2Fprojects%2Flatinsquares%2Fhtml%2Fuser%2Fcreate_profile.php+on+line+56&ia=web
ID: 931 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Maurice Goulois

Send message
Joined: 5 Oct 20
Posts: 2
Credit: 474,823
RAC: 0
Message 943 - Posted: 10 Oct 2020, 16:53:12 UTC

doesnt work for me; no image selection or anything happens.

No big deal :) but annoying
ID: 943 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Maurice Goulois

Send message
Joined: 5 Oct 20
Posts: 2
Credit: 474,823
RAC: 0
Message 944 - Posted: 23 Oct 2020, 16:26:03 UTC

Hi again :)

Recaptcha error :(

Notice: Undefined property: stdClass::$has_picture in /home/boinc/projects/latinsquares/html/user/create_profile.php on line 56

Notice: Undefined property: stdClass::$has_picture in /home/boinc/projects/latinsquares/html/user/create_profile.php on line 60
ID: 944 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ice00
Project administrator
Project developer

Send message
Joined: 28 Oct 17
Posts: 194
Credit: 57,834
RAC: 3
Message 945 - Posted: 24 Oct 2020, 14:50:05 UTC

Looking into Boinc source, it seems normal that that warning happens:

Notice: Undefined property: stdClass::$has_picture in /home/boinc/projects/latinsquares/html/user/create_profile.php on line 56


As it performs:

if (profile_screening() && $profile->has_picture) {


This warning happen when $profile is null.

But it we look at the caller procedure, there is this comment:

// $profile is null if user doesn't already have a profile.
// Don't assign to $profile->x if this is the case.

so if a user has not already have a profile , the warning pop up (usually PHP warning has turnd off, so users did not see it)
ID: 945 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : News : Profile creation and spam protection


©2024 Progger & Stefano Tognon (ice00)