Discuss Scratch

9gr
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.
ninjaMAR
Scratcher
1000+ posts

replit pinger

kewl
Chiroyce
Scratcher
1000+ posts

replit pinger

i cant type anything in the url text field
9gr
Scratcher
1000+ posts

replit pinger

Chiroyce wrote:

i cant type anything in the url text field
its 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

9gr wrote:

Chiroyce wrote:

i cant type anything in the url text field
its materialize going places. try reloading it and see what happens, or just spam click the textbox at random places
The value of the label for attribute should be url, not user_input.
9gr
Scratcher
1000+ posts

replit pinger

Maximouse wrote:

9gr wrote:

Chiroyce wrote:

i cant type anything in the url text field
its materialize going places. try reloading it and see what happens, or just spam click the textbox at random places
The value of the label for attribute should be url, not user_input.
Thanks for pointing that out!




—-
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

Chiroyce wrote:

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

gosoccerboy5 wrote:

Should you get a url checker? A simple regex might do
i don't like regex a whole lot
Chiroyce
Scratcher
1000+ posts

replit pinger

9gr wrote:

Chiroyce wrote:

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
do you have hacker plan?

Last edited by Chiroyce (May 23, 2021 07:16:52)

9gr
Scratcher
1000+ posts

replit pinger

Chiroyce wrote:

do you have hacker plan?
nope
it pings itself lol
9gr
Scratcher
1000+ posts

replit pinger

i wiped the database please readd your urls
nampinanathali
Scratcher
1000+ posts

replit pinger

9gr wrote:

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

9gr wrote:

gosoccerboy5 wrote:

Should you get a url checker? A simple regex might do
i don't like regex a whole lot
if you need help, just ping me (he he, get it, ping me)
Raihan142857
Scratcher
1000+ posts

replit pinger

9gr wrote:

gosoccerboy5 wrote:

Should you get a url checker? A simple regex might do
i don't like regex a whole lot
regex is the best thing since sliced cheese
9gr
Scratcher
1000+ posts

replit pinger

Raihan142857 wrote:

9gr wrote:

gosoccerboy5 wrote:

Should you get a url checker? A simple regex might do
i don't like regex a whole lot
regex is the best thing since sliced cheese
/\https:\/\//g.test(req.body.url)
Raihan142857
Scratcher
1000+ posts

replit pinger

9gr wrote:

Raihan142857 wrote:

9gr wrote:

gosoccerboy5 wrote:

Should you get a url checker? A simple regex might do
i don't like regex a whole lot
regex is the best thing since sliced cheese
/\https:\/\//g.test(req.body.url)
/https?:\/\/(([^\.]*?)\.)?([^\.]*?)\.repl\.co\/?/i
quick regex i wrote

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

Raihan142857 wrote:

9gr wrote:

Raihan142857 wrote:

9gr wrote:

gosoccerboy5 wrote:

Should you get a url checker? A simple regex might do
i don't like regex a whole lot
regex is the best thing since sliced cheese
/\https:\/\//g.test(req.body.url)
/https?:\/\/(([^\.]*?)\.)?([^\.]*?)\.repl\.co\/?/i
quick regex i wrote
but jeffalo.net is on there

Powered by DjangoBB