Hi there, and welcome, new user!
You can post (as you can see), but new users cannot post stuff that might look like an URL or commercial stuff.
Tip:
- you can post natural language here
- technical stuff / logging ... might look like URL ... so: post on https://pastebin.com/ or https://hastebin.com/ , and post the resulting URL here ... with spaces around the dots.
After a few posts, the forum will trust you automatically, and you too can post anything.
So ... looking forward to your input.
HTH!
New User!
Re: New User!
Hello everyone, I am new user. I can't find a User introduction thread so I am posting here
I hope to enjoy stay here and share some of my knowledge with everyone and I hope to learn a lot of new stuff.
I hope to enjoy stay here and share some of my knowledge with everyone and I hope to learn a lot of new stuff.
-
- Newbie
- Posts: 1
- Joined: October 5th, 2021, 9:44 pm
Re: New User!
I'm new as well welcome to the site.
-
- Newbie
- Posts: 1
- Joined: December 16th, 2021, 12:51 pm
- Contact:
Re: New User!
hello i am dev how are you everyone?
Re: New User!
nice to meet all of you I've just registered here. I hope that I will have a good time in this forum
Re: New User!
I'm a new user also, hello everyone.
-
- Newbie
- Posts: 1
- Joined: April 5th, 2023, 6:48 am
Re: New User!
hello im a new user
Re: New User!
I do hope you might update the regex for URL detection to be a bit less restrictive. I think limiting new users from posting scripts might make us miss out on some cool stuff.
Here's a potentially good one to try:
Here's a potentially good one to try:
Code: Select all
/(?:(?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&@#\/%=~_|$?!:,.])*(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[A-Z0-9+&@#\/%=~_|$])/igm