ImagineIt wrote:
Guys, we should add a password finding system and a banning/unbanning system. This will only be for admins.
OK. The client itself is on hold as we still do not have a server.
Offline
k. I wish Magnie was here. His servers rock.
Offline
SeptimusHeap wrote:
Magnie? Servine?
Server is working here, with 2 extra custom blocks, get var and var. It saves info in an encrypted bit to an online var, and then the server picks it up, decrypts and voila.
Cant share it cos gotta do 5x homework by tomorrow. sorry, its 4:46pm here.
Offline
SeptimusHeap wrote:
Magnie? Servine?
Yes?
Offline
Servine wrote:
Magnie wrote:
SeptimusHeap wrote:
Magnie? Servine?
Yes?
He's asking how the server's going
BTW:
The decrypted will be visible if users get their hands on the file.
Not if it's hashed using a salt method. That's the beauty of it.
Offline
SeptimusHeap wrote:
So, can someone make a server?
Sadly, no.
You see, the server only works between 2 (maybe more) people, and after that, there is a high chance information won't be recieved. Why? Because each Computer updates on online variable, adding it to the end of the list. Now, let's think. When I tried with my friend, he was connected, but his information over-wrote anything that someone submitted within a 5 second period (4.261 was the average). So, sadly, It can't be accomplished my way. I don't know WHY it overwrites.
Offline
Offline
SeptimusHeap wrote:
What kind of server are you using?
Im creating my own. Its different to ALL of them.
Also, has anyone noticed the better scripting blocks online?
when [the right] key pressed say [Awesomeness!] for (2) secs Evolve into a ninja samurai say [i am now a samurai]COOL
Last edited by Servine (2012-01-28 05:17:49)
Offline
Servine wrote:
SeptimusHeap wrote:
What kind of server are you using?
Im creating my own. Its different to ALL of them.
Also, has anyone noticed the better scripting blocks online?when [the right] key pressed say [Awesomeness!] for (2) secs Evolve into a ninja samurai say [i am now a samurai]COOL
Uh... OK?
More detail please?
Offline
If you want me to trail it i can do that
i will also take a go at the client and see wether its possible to hack? - not going to be good though but i can have a go
Last edited by muppetds (2012-02-11 11:15:28)
Offline
muppetds wrote:
If you want me to trail it i can do that
i will also take a go at the client and see wether its possible to hack? - not going to be good though but i can have a go![]()
Just look for the decryption key in one of the Java classes then find some DES decryption software and then decrypt the project and then you've got the project.
That is why you need to program everything server side, cause as long as you have client-side stuff, the user can do anything they want.
Offline
Magnie wrote:
muppetds wrote:
If you want me to trail it i can do that
i will also take a go at the client and see wether its possible to hack? - not going to be good though but i can have a go![]()
Just look for the decryption key in one of the Java classes then find some DES decryption software and then decrypt the project and then you've got the project.
That is why you need to program everything server side, cause as long as you have client-side stuff, the user can do anything they want.
so make it server sided
Offline
Magnie wrote:
muppetds wrote:
If you want me to trail it i can do that
i will also take a go at the client and see wether its possible to hack? - not going to be good though but i can have a go![]()
Just look for the decryption key in one of the Java classes then find some DES decryption software and then decrypt the project and then you've got the project.
That is why you need to program everything server side, cause as long as you have client-side stuff, the user can do anything they want.
It's really hard to to totally server sided stuff unless you have a really really good server.
Offline
SeptimusHeap wrote:
Magnie wrote:
muppetds wrote:
If you want me to trail it i can do that
i will also take a go at the client and see wether its possible to hack? - not going to be good though but i can have a go![]()
Just look for the decryption key in one of the Java classes then find some DES decryption software and then decrypt the project and then you've got the project.
That is why you need to program everything server side, cause as long as you have client-side stuff, the user can do anything they want.It's really hard to to totally server sided stuff unless you have a really really good server.
It's not as hard as you think. It's basically doing everything you would do in Scratch, in PHP or some other language.
Clients should only be the "GUI of the server" and only receive input, or do anything else before it gets sent to the server.
Offline