Chat with your friends or anyone on replit and if you spam you are a loser
Hyper You need to help with better servers
Im about to invite u to the current most secure server
people are spamming!
CUSTOM TAGS!!
how to watch chat?(
i fixed spam in my client https://replit.com/@mkcodes/Hyper-Chat#createdb.py (for server 1 only)+added commands (end of shameless advertising)
Everyone is talking about adding the URL to secrets, but another solution could be to send an authenticy token. and if it's ligit it will only GET/POST
hehehe spamming time
HYPERR
SPAMERS
Hey this doesn't really seem to work, won't send messages 😕
as the guy under me said, move to secrets, but change url or people will remember it.
There is a security vulnerability as all the links like ' https://Hyper-Chat-Database.hyperalternative.repl.co/ ' can be opened by anyone one who is not authorised to do so. I would suggest you to add these to secrets.
SERVER BACK UP
SERVER IS DOWN RIGHT NOW
:(
is it possible to clear all the data?
spammers suck :(
Heck, im getting an error every time i try to play the game now
look what you spammers are causing
Hey me and another person are working to create a sucure verson on this chat !
are the messages just prerecorded
I wish there was more you could do with this, it would be more fun if you could
Hyper, since the source code is public you need to handle the bans, security and filters in the host repl. If you leave stuff like the ban list here people can just fork the code and comment it out.
noooo
Hackers. Hackers. Hackers
SYSTEMS BACK UP
Systems down again 😔
it ded
the chat will work very slowly for the time being
you should use env vars for bans
systems down for right now
All Messages Clear After 5 Minutes Say Something Or Click [ENTER] To Reload: Traceback (most recent call last): File "main.py", line 32, in q = input("\nAll Messages Clear After 5 Minutes\nSay Something Or Click [ENTER] To Reload: ")
Encoding of data https://github.com/Github73840134/ByteShiftEncoding
This is an encoder I built to protect text that in the wrong hands could do some damage.
Compressing data Use Python's zip library to compress and decompress the messages so you can fit more into the server, thus allowing you to increase the time before clearing.
Other than that, Great Project, and Congrats on getting onto the Trending page.
Keep up the good work!
https://Hyper-Chat-Database.hyperalternative.repl.co/chat-post https://hyper-chat-database.hyperalternative.repl.co/chat-get
if spammers still here, i bet they're using this.
where it says "if x == True", replace it with: if "\x1b[32mBruh" or "\x1b[32mReeeeeeeeeeeeeeee" in i: pass else: print(i)
var io = require('socket.io-client'); const chalk = require('chalk').constructor({ enabled: true, level: 3 });;
var socket = io("https://chat-server--jajoosam.repl.co");
const readline = require('readline');
const rl = readline.createInterface({ input: process.stdin, output: process.stdout });
var id = ""; var buffer = "";
function chat(){
rl.question(chalk.magenta("» "), (answer) => {
buffer = ${chalk.cyan(id)} : ${chalk.bgCyan(answer)}
;
socket.emit("message", buffer);
chat();
});
}
socket.on('connect', () => {
rl.question(`What's your name? `, (answer) => { socket.emit("message", `👤 : ${chalk.green(answer)} has joined the chat`); id = answer; chat(); }); socket.on('msg', function(data){ if(buffer!=data){ console.log("\n" + data); chat(); } });
})
this thing is like the godly spammmmm
chat = loads(get("https://Hyper-Chat-Database.hyperalternative.repl.co/chat-get").text)
hello i cant chat on this thing cause everyone is spamming/talking too fast so hi
Okay spammers are getting ridiculous. Add a ban system or something
SPAMMERS STOPPPPPPPPPPPPPPPPPPPPPPPPPPP
Yo spammers are soooooooooooo annoying
if we get 100 likes, i might add bots or commands
someone is spamming the database, whoever it is, stop
ITS FIXED
mostly
i think i fixed the spamming
it now displays the last 20 messages, and im going to work on the cooldown
time to add chat history deletion
yup
i optimized this chat, added colors and antispam https://replit.com/ @ mkcodes /Hyper-Chat without spaces [end of shameless advertising] [ it uses different server tho ]
delete old messages so the reloading isnt absolute chaos
ummmm.. please add a 5-10 second cooldown
Make it show the last 20 messages instead of the whole chat history.
what up yall
You should try adding some sort of prevention such as chat cooldowns. Right now, this is chaos.
maybe you should make old messages get deleted so it doesnt clog up the chat 😳
umm
The time on this compared to my city's actual time is 6 hours off. It's 9 o'clock in the morning, but on this it's 3 o'clock in the afternoon. It's pretty cool though, crazy but cool.
Alfed Buckingham Winston
lol
lol this kinda sucks its just spamming get better pl
Maybe you should just load the last 20-or-so messages and then have an option to view older ones instead of reloading the entire database.
....
tét
Error
didn't work for me
nice
After some time, clear messages from the database to remove terminal s*pam. Also, I hope you add internet protocol ratelimits.
noice
Fun Fact: You can type while the chat is still scrolling.
Here, watch this: https://www.youtube.com/watch?v=65FdE0BClWE
RICKROLL-FREE!
made my own with autoscroll, just posted :D
cool :)
daaaang I LOVE THIIIIS!!!!!!!!!!
This is where people can show off their for loops.
My head hurts.
This is copied from my Jurassic World Online game, play that instead!
jk
Looks like your chat was spammed!
DUE TO THE VERY DUMB AND ANNOYING SPAMMERS, THIS WILL NO LONGER BE WORKED ON