English Unreal Software bugs and errors thread

150 replies
Goto Page
To the start Previous 1 2 3 4 5 6 7 8 Next To the start
23.08.22 04:25:54 am
Up
mrc
User
Offline Off
.psd files in here are broken: https://cs2d.com/press.php
www.CS2D.com.br | www.dsc.gg/CS2D | Join our CS2D community! IMG:https://cdn.discordapp.com/attachments/1048445028361584671/1064255558372302979/cs2dbr.png
26.08.22 07:35:46 pm
Up
DC
Admin
Offline Off
psds should work again.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
23.12.22 11:13:37 am
Up
Mami Tomoe
User
Offline Off
In cs2d cmd win the attention part doesn't have the triangle icon besides it, it's regular text.
It's hard being the best girl in the whole entire world
23.12.22 04:38:38 pm
Up
DC
Admin
Offline Off
Thanks, changed.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
04.06.23 02:28:55 pm
Up
Hurri04
Super User
Offline Off
When I try changing my email address it shows a success message but the confirmation email never arrives, not even in the spam folder:
IMG:https://i.imgur.com/ljMTd8Y.png


Also it would be nice if the "+" character was allowed, to be able to use the format "my.address+unrealsoftware@gmail.com" which currently gives an error:
IMG:https://i.imgur.com/Hnhvgkx.png
edited 1×, last 04.06.23 02:42:58 pm
04.06.23 02:38:26 pm
Up
DC
Admin
Offline Off
Looks like Google rejects my mails because I didn't setup SPF and/or DKIM. I'll check. Thank you for letting me know.

It maybe still works with other mail providers.

Edit: I updated the DNS settings of UnrealSoftware.de. I hope mails should work again within the next 48 hours.
edited 1×, last 04.06.23 04:41:48 pm
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
04.06.23 10:47:49 pm
Up
Hurri04
Super User
Offline Off
After trying again just now it worked √
(although still without the "+" which would be the cherry on top )
edited 1×, last 05.06.23 06:27:53 pm
05.06.23 02:23:43 pm
Up
DC
Admin
Offline Off
Great to hear that. Thank you for the feedback!
That "+" stuff allows to use arbitrary aliases, right? That's actually somewhat problematic because it would make it easier to create spam/multi accs with just one registered mail. I coule add logic to prevent that though... will consider it.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
05.06.23 03:55:37 pm
Up
Gaios
Reviewer
Offline Off
@user DC:
filter_var('bob@example.com', FILTER_VALIDATE_EMAIL)
05.06.23 06:51:00 pm
Up
Hurri04
Super User
Offline Off
I'd imagine it should be easy enough to remove the substring from
indexof('+')
to
indexof('@')
and compare the remaining string against existing email addresses, no?
Also gmail allows putting optional dots anywhere before the '@' so "my.address@gmail.com" is the same as "myaddress@gmail.com" or "m.y.a.d.d.r.e.s.s+s.u.f.f.i.x@gmail.com", etc. so you'd need to check against the base version where you remove all dots except the last one at ".com".

From the user side it has the advantage of being able to specify a custom suffix per website and if you manage to do it everywhere you're able to check for spam easier (if the spammer removed the suffix, since it should be a pretty well-known feature on gmail) or check which website leaked/sold your data (if the suffix was not removed).
05.06.23 07:58:53 pm
Up
DC
Admin
Offline Off
@user Gaios: Thanks, I know this method but it doesn't solve the problem of one user creating multiple accounts with the "same" address. Changing the filter isn't a problem.

@user Hurri04: Yep, it would be quite trivial to fix this. Just like you explained. For the dot issue it would be cleaner/safer to only remove dots in front of the @. The actual challenge is doing this in my ugly code base without breaking things and without forgetting anything. That's the main reason why I'm hesitating

I'm aware how useful this would be. I'm actually doing the same thing just with a catchall mail where I can put everything I want in front of the @.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
To the start Previous 1 2 3 4 5 6 7 8 Next To the start