Discuss Scratch

airplanedodge
Scratcher
1000+ posts

Live images in forums

9gr wrote:

airplanedodge wrote:

9gr wrote:

airplanedodge wrote:

im not clicking a bookmarklet
wdym its not a bookmarklet

airplanedodge wrote:

btw can you help with a repl that pings the cubeupload server?
is it like a thing that records the ping and stuff of it?
1. oh ok
2. yes, records the ping. if it gets back a ping then it sends an image to cdn2 and if it doesnt it sends a different image
I am currently working on it - may take a while because auth is going bonkers
“bonkers” lol
thanks though
airplanedodge
Scratcher
1000+ posts

Live images in forums

Raihan142857 wrote:

airplanedodge wrote:

Raihan142857 wrote:

airplanedodge wrote:

Raihan142857 wrote:

airplanedodge wrote:

i set up a repl but it doesnt work yet, and i think i made it the wrong programming language
You can do it in any programming language really, python and js both work
Always on though? I don't really know if Javascript can be always on unless the tab is open
If you want your javascript repl to stay on just add this to the end
require('http').createServer().listen(8080);
and configure it with uptime robot.
python repls do not stay always on by default and you have to do a similar thing

you can also buy the hacker plan and keep it always on with 0 effort
thanku for tip. this will create a server at https://localhost:8080? or ftp://localhost:8080?
neither, it would be at
https://replname.username.repl.co
uhh bump hello
i need help with trying to get the uptime thing to work
Raihan142857
Scratcher
1000+ posts

Live images in forums

airplanedodge wrote:

-snip-
Make an uptime robot account, create a new https monitor, set the delay to 5 minutes, fill out the rest of the fields (make the url https://replname.username.repl.co), and click create monitor
then add
require('http').createServer().listen(8080);
(if you are using js)
to your code and everything should work yay
airplanedodge
Scratcher
1000+ posts

Live images in forums

Raihan142857 wrote:

airplanedodge wrote:

-snip-
Make an uptime robot account, create a new https monitor, set the delay to 5 minutes, fill out the rest of the fields (make the url https://replname.username.repl.co), and click create monitor
then add
require('http').createServer().listen(8080);
(if you are using js)
to your code and everything should work yay
ahhh still confused
how do i make an uptime robot account
9gr
Scratcher
1000+ posts

Live images in forums

airplanedodge wrote:

Raihan142857 wrote:

airplanedodge wrote:

-snip-
Make an uptime robot account, create a new https monitor, set the delay to 5 minutes, fill out the rest of the fields (make the url https://replname.username.repl.co), and click create monitor
then add
require('http').createServer().listen(8080);
(if you are using js)
to your code and everything should work yay
ahhh still confused
how do i make an uptime robot account
gimme the url and ill add it to my uptime pinger replit version
or
https://uptimerobot.com/

Last edited by 9gr (April 19, 2021 05:42:32)

airplanedodge
Scratcher
1000+ posts

Live images in forums

9gr wrote:

airplanedodge wrote:

Raihan142857 wrote:

airplanedodge wrote:

-snip-
Make an uptime robot account, create a new https monitor, set the delay to 5 minutes, fill out the rest of the fields (make the url https://replname.username.repl.co), and click create monitor
then add
require('http').createServer().listen(8080);
(if you are using js)
to your code and everything should work yay
ahhh still confused
how do i make an uptime robot account
gimme the url and ill add it to my uptime pinger replit version
or
https://uptimerobot.com/
shooooo… i think the URL is https://scratchtester.kccuber.repl.co (this one is different from the image one sorry)
oh and im surprised this link works haha

btw, i'm still working on this, with support for more than the “is compiled?” project

Last edited by airplanedodge (April 19, 2021 12:59:46)

9gr
Scratcher
1000+ posts

Live images in forums

bumper cars
9gr
Scratcher
1000+ posts

Live images in forums

airplanedodge wrote:

shooooo… i think the URL is https://scratchtester.kccuber.repl.co (this one is different from the image one sorry)
html, css, js repls are static so they are always on
airplanedodge
Scratcher
1000+ posts

Live images in forums

9gr wrote:

airplanedodge wrote:

shooooo… i think the URL is https://scratchtester.kccuber.repl.co (this one is different from the image one sorry)
html, css, js repls are static so they are always on
amazing
sorry for wasting your time
ripthis-account
New Scratcher
1 post

Live images in forums

any updates?

Last edited by ripthis-account (April 24, 2021 19:32:13)

airplanedodge
Scratcher
1000+ posts

Live images in forums

ripthis-account wrote:

any updates?
no
are you someones alt account
airplanedodge
Scratcher
1000+ posts

Live images in forums

bump
airplanedodge
Scratcher
1000+ posts

Live images in forums

bump
hello_smile
Scratcher
1000+ posts

Live images in forums

airplanedodge wrote:

CST1229 wrote:

A-E- wrote:

airplanedodge wrote:

So I wanted an image to use in the forums that auto updates using cloud data. Does anyone know if this is possible?
You used to be able to do this with MJPEG, but since the Wikimedia redirect hole was closed there's not a way to have live updates anymore.
Unless you use a project thumbnail, of yourse.
ok, but i have NO idea how to get a project thumbnail to update on its own using data from the clo
It's probably possible cause of S3Bridge but I'm not sure
Use studio thumbnails.
Chiroyce
Scratcher
1000+ posts

Live images in forums

can you edit cubeupload images?
Jeffalo
Scratcher
1000+ posts

Live images in forums

Chiroyce wrote:

can you edit cubeupload images?
kinda. you can delete an image and upload something with the same name. probably not very effective if you want to do it automatically and it's not cool to abuse cubeupload like that. (they make money from ad revenue, and automating stuff bypasses the ads)
wvj
Scratcher
1000+ posts

Live images in forums

lol this topic is dead
9gr
Scratcher
1000+ posts

Live images in forums

I have a working prototype

but…
airplanedodge
Scratcher
1000+ posts

Live images in forums

hello_smile wrote:

airplanedodge wrote:

CST1229 wrote:

A-E- wrote:

airplanedodge wrote:

So I wanted an image to use in the forums that auto updates using cloud data. Does anyone know if this is possible?
You used to be able to do this with MJPEG, but since the Wikimedia redirect hole was closed there's not a way to have live updates anymore.
Unless you use a project thumbnail, of yourse.
ok, but i have NO idea how to get a project thumbnail to update on its own using data from the clo
It's probably possible cause of S3Bridge but I'm not sure
Use studio thumbnails.
Same thing, I really hope you understand how requests work.
hello_smile
Scratcher
1000+ posts

Live images in forums

airplanedodge wrote:

hello_smile wrote:

airplanedodge wrote:

CST1229 wrote:

A-E- wrote:

airplanedodge wrote:

So I wanted an image to use in the forums that auto updates using cloud data. Does anyone know if this is possible?
You used to be able to do this with MJPEG, but since the Wikimedia redirect hole was closed there's not a way to have live updates anymore.
Unless you use a project thumbnail, of yourse.
ok, but i have NO idea how to get a project thumbnail to update on its own using data from the clo
It's probably possible cause of S3Bridge but I'm not sure
Use studio thumbnails.
Same thing, I really hope you understand how requests work.
I most definitely do!

Powered by DjangoBB