Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » replit pinger
- 9gr
-
Scratcher
1000+ posts
replit pinger
i cant type anything in the url text fieldits materialize going places. try reloading it and see what happens, or just spam click the textbox at random places
- gosoccerboy5
-
Scratcher
1000+ posts
replit pinger
Should you get a url checker? A simple regex might do
- Maximouse
-
Scratcher
1000+ posts
replit pinger
The value of the label for attribute should be url, not user_input.i cant type anything in the url text fieldits materialize going places. try reloading it and see what happens, or just spam click the textbox at random places
- 9gr
-
Scratcher
1000+ posts
replit pinger
Thanks for pointing that out!The value of the label for attribute should be url, not user_input.i cant type anything in the url text fieldits materialize going places. try reloading it and see what happens, or just spam click the textbox at random places
—-
I might make this an uptime thing if i have time
- Chiroyce
-
Scratcher
1000+ posts
replit pinger
Did you host this website on repl.it? If yes, how do you get all the URLs to the backend?
- 9gr
-
Scratcher
1000+ posts
replit pinger
Did you host this website on repl.it? If yes, how do you get all the URLs to the backend?everything is powered by replit.
I use the builtin replit db
- 9gr
-
Scratcher
1000+ posts
replit pinger
Should you get a url checker? A simple regex might doi don't like regex a whole lot
- Chiroyce
-
Scratcher
1000+ posts
replit pinger
do you have hacker plan?Did you host this website on repl.it? If yes, how do you get all the URLs to the backend?everything is powered by replit.
I use the builtin replit db
Last edited by Chiroyce (May 23, 2021 07:16:52)
- nampinanathali
-
Scratcher
1000+ posts
replit pinger
hey guys,
i made a pinger for repl.it so your replit-based projects can be up and running nicely.
you can check it out here.
Cool! It's help a lot ^^
- gosoccerboy5
-
Scratcher
1000+ posts
replit pinger
if you need help, just ping me (he he, get it, ping me)Should you get a url checker? A simple regex might doi don't like regex a whole lot
- Raihan142857
-
Scratcher
1000+ posts
replit pinger
regex is the best thing since sliced cheeseShould you get a url checker? A simple regex might doi don't like regex a whole lot

- 9gr
-
Scratcher
1000+ posts
replit pinger
regex is the best thing since sliced cheeseShould you get a url checker? A simple regex might doi don't like regex a whole lot
/\https:\/\//g.test(req.body.url)
- Raihan142857
-
Scratcher
1000+ posts
replit pinger
regex is the best thing since sliced cheeseShould you get a url checker? A simple regex might doi don't like regex a whole lot/\https:\/\//g.test(req.body.url)
/https?:\/\/(([^\.]*?)\.)?([^\.]*?)\.repl\.co\/?/i
Last edited by Raihan142857 (May 24, 2021 17:10:33)
- gdpr5b78aa4361827f5c2a08d700
-
Scratcher
1000+ posts
replit pinger
omg it says epic gamer thats such a pog replit pinger!!!!11111!1
- 9gr
-
Scratcher
1000+ posts
replit pinger
but jeffalo.net is on thereregex is the best thing since sliced cheeseShould you get a url checker? A simple regex might doi don't like regex a whole lot/\https:\/\//g.test(req.body.url)quick regex i wrote/https?:\/\/(([^\.]*?)\.)?([^\.]*?)\.repl\.co\/?/i
- Discussion Forums
- » Advanced Topics
-
» replit pinger







