Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Aloegelhi PlaysROBLOX

@AloeBest
Proud Owner of Code Suggester (https://code-suggester.tk).
  • Request #1 - Admin protected terminal

    Cover page
    Made with Node.js
    Recent comments (2)
    Baconman321
    Baconman321
    2 years ago

    I made a nice admin panel with PHP. It allows you to access certain features on a webpage like access feedback logs and download the source code.

Repls
Community
AloeBest
AloeBest
shared a Post
2 years ago
File loading slow
I cant access index.js on my repl. It wont ever load even if its only 10 lines, its only a 47 line rn to. Tried on w10, android and iOS
SlyLittleFox
SlyLittleFox
It happens from time to time. The only thing you can do is wait.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I am looking for how to use a html database, i cant find anyway to hook a database up to html, css, js, repl language: HTML, CSS, JS
btfuss
btfuss
JSON/cfg file: READ FILES https://hadrysmateusz.medium.com/using-files-in-client-side-javascript-applications-ultimate-guide-5ad54c98664b https://stackoverflow.com/questions/4950567/reading-client-side-text-file-using-javascript2 years ago
Michael8910
Michael8910
The easiest database to use in my opinion is probably local storage - https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I am looking for developers. What is the website? The website can be found at: https://code-suggester.tk Is it paid? No. It's not paid. But if
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I am aware this is not 100% coded related but it is still coding related in terms of ideas. Languages I know Javascript Learning Python Will
mohaman
mohaman
A game about infrastructure2 years ago
Ganesha1
Ganesha1
I've got a great idea, I've had this one for a while now. It's really simple all you need to do is come up with ideas.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello fellow replers. Teacher is having a problem where if she tries making a repl it says 'Unable to make repl.' (or something close to that) and we
InvisibleOne
InvisibleOne
First, check your internet connection and try a different browser. If it still isn't working try logging out of your replit account and logging back in. If it still isn't working, report it to bugs or try clearing your cache/cookies2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
How do I read a .txt file in javascript? I imagine it doesn't work the same as .js files or ./../js.js files.
SixBeeps
SixBeeps
Is this in Node? You can use the fs module for that.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
I’m trying to edit a file at the directory: data/cmdlog/ping.js. When I go to that file, I type 1 letter and get sent to index.js and this happens wi
Squirrel777
Squirrel777
I don't think repl.it is designed primarily for phones. Try reporting it to bugs2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
I am doing request for JavaScript things, anything allowed and all packages with node.js is allowed. This is my recent request and they chose to let
Request #1 - Admin protected terminal
Node.js
AloeBest
AloeBest
shared a Post
2 years ago
School project. Ended up getting a 95/100 for it. I thank all those who supported me. This was worth my time. I appreciate all those! <3
Code_Suggestor
HTML, CSS, JS
HazartaBG
HazartaBG
Simple but really cool project. 10/102 years ago
VMTU
VMTU
YOU ARE A GOD 2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
This is a remake of the original that is more secure.
PasswordLogin
Node.js
RohilPatel
RohilPatel
Please don't make posts like these. Actually have a meaning for it if it goes on repl talk. It is very evidently not homework, so I disapprove of this. Thank you!2 years ago
badst
badst
pls don't make low effort posts thx2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I tried linking my domain for many projects. Never works. Recently I tried again on my newer project. image It told me check back later, why
RYANTADIPARTHI
RYANTADIPARTHI
You have to create a specific link. once that link is set, when clicked on it should take you there. maybe report to bugs. or refresh, or make a new repl.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
So, I have a html, css, js repl and I am trying to make a Code: button { background-color: black; border: none; color: white; text-align:
Code_Suggestor
HTML, CSS, JS
DeaconBurgess
DeaconBurgess
function clickHandler() { document.getElementById('code').innerHTML == choices[Math.floor(Math.random() * choices.length)] } Maybe this will work2 years ago
programmeruser
programmeruser
Change the inner text, not the element: document.getElementById('code').innerText = choices[Math.floor(Math.random() * choices.length)] Inline event listeners are bad. And you should use semicolons in js.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I got a achievement: image What do they do, what is the purpose? what is the meaning of this one I got?
Bookie0
Bookie0
Read more about achievements here Bascially, repl.it guide is when you answer people's questions and they mark your answer as correct. There are different achievements that you can also unlock. Achievements are for: > Achievements are our way to say thank you to those who continue to contribute and use Repl.it. Achievements are awarded when you complete certain actions. Achievements are a way to encourage replers to navigate the platform, engage with the community and meet personal goals. 2 years ago
InvisibleOne
InvisibleOne
You unlock the achievment for answering peoples questions correctly, and if you do that enough times you get up a level in that achievement. I think that level three is the highest Screen Shot 2020-12-17 at 8.49.08 AM There is repl.it guide, which you get for answering peoples questions Unstopable repler, which is for coding a certain amount of days in a row Mask off for changing your profile Multiplayer for joining other peoples repls Repl.it Contributor for posting cool stuff on repl.it shar2 years ago
TheRealSnowSJ
TheRealSnowSJ
It’s just for fun. If you go to ur profile page, then the achievements tab, you can see all of them and descriptions for each one. Repl.it Guide means someone accepted your answer as the correct answer on a Repl Talk post.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I am trying to teach my friends (i have 12 in my discord call) and for some reason they're getting errors left and right. I haven't had any is
Coder100
Coder100
what happened was repl.it had a DDOS attack around your time. no worries, it's back to operational now!2 years ago
RYANTADIPARTHI
RYANTADIPARTHI
maybe it's a server issue. try refreshing, restarting or report to bugs. that's all. if you are getting errors for no reason.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I would like to know what languages are flexible to learn. Why? Because I want to help more people (i'm a really helpful dude if it's somethin
AnthonyMouse
AnthonyMouse
If you’re learning HTML, JS is the best fit.2 years ago
maxina
maxina
I don't understand what you mean by "flexible", if you learn absolutely any language really good and master it, then learning another language will be very easy. You just have to know the fundamentals of programming. For example, I know python very well, but last week, I decided to learn the c language. It was very easy, I just had to look at the c syntax, how things are done differently in c, and there you go.2 years ago
Kingoftheof1
Kingoftheof1
If you want a learning language do scheme it teaches lambda calculus and is very easy to learn. If you want a portable language c++ is good but not the best. If you want the most portable language binary or assembly would be the best.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I am getting a error saying require('http').createServer((req, res) => res.end(require('../../index.html'))).listen('0.0.0.0', '8080') `
InvisibleOne
InvisibleOne
It's probably a bug, maybe try a different browser or changing the name of the file.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello, I'ma be straight up honest, I don't want to waste anyones time, so I won't go in depth. If I were to make a node.js file, can I use that mixed
programmeruser
programmeruser
First of all, http isn't a package, it's a native node module, and Express.js is a higher level wrapper around that. Second, if you're using Express.js, use res.sendFile to send HTML files, and if you're using the native http module, read the file with fs and send it to the user.2 years ago
InvisibleOne
InvisibleOne
Yes2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Here is my repl for a advanced javascript timer! It can be modified in any way you want it to, thanks! ;)
Timer_Advanced
Node.js
AloeBest
AloeBest
shared a Post
2 years ago
Hello. I am currently making a game out of javascript. However I can't figure out the issue with my scroll function. It should make the text in the co
SixBeeps
SixBeeps
for character in str is Python, not JS. You should use a vanilla for-loop here, as such: for (var i = 0; i < str.length; i++) { var c = str.charAt(i); } I can tell you translated this directly from Python. I don't know too much about the JS console, but I don't know if writing to the stream like this is possible.2 years ago
AloeBest
AloeBest
shared a Post
2 years ago
Hello fellow Replers! Let me tell you the features of this advanced timer. Purpose It's purpose is to look cool! Isn't that all? NO! It is NOT! It's
Timer_Advanced
Node.js