Spoiler
Admin: JZSSNS1N
Client: R4wwr3dY
Server: gSeZT7Re
Server: i0ZscG8h
Client/Admin Combo: 2BCqWa2c
Admin: JZSSNS1N
Client: R4wwr3dY
Server: gSeZT7Re
Server: i0ZscG8h
Client/Admin Combo: 2BCqWa2c
No problem man. The way you had it set up was in a way that it could very well be used on servers, and as a non-plugin form of economy, which is kinda scary seeing as how bad the security was (no hurt feelings hopefully) and how extensive it was.I will definitely need your help in future projects. Thanks for helping out with BlueBank.
Do you have any code of yours we could take a look at? I'm just trying to get a feel for your programming experience.Not so much needing anything overhauled but I would love to help you guys in this project. Happen to need another overhauler on your team?
local function switch(vInput) --#our function magic at work
return function(tCases)
local sent = vInput
if type(vInput) == "string" then
for k,v in next, tCases do
if type(k)=="string" then
local s, e = vInput:find(k)
if s==1 and e==#vInput then
vInput = k
break
end
end
end
end
if tCases[vInput] then
tCases[vInput](sent)
elseif tCases["_"..type(vInput)] then
tCases["_"..type(vInput)](sent)
elseif tCases._default then
tCases._default(sent)
end
end
end
(no one that's made major programs before should be posting here. Looking at you DannySMC95)
on the client computer, type edit .server and put the ID of the server there.Help me with this. It sais no server configured
You know too much to be asking me for help Danny.(no one that's made major programs before should be posting here. Looking at you DannySMC95)
Well thank you I guess haha :P/>
on the client computer, type edit .server and put the ID of the server there.Help me with this. It sais no server configuredYou know too much to be asking me for help Danny.(no one that's made major programs before should be posting here. Looking at you DannySMC95)
Well thank you I guess haha :P/>/>
No problem man. The way you had it set up was in a way that it could very well be used on servers, and as a non-plugin form of economy, which is kinda scary seeing as how bad the security was (no hurt feelings hopefully) and how extensive it was.I will definitely need your help in future projects. Thanks for helping out with BlueBank.
If you need me to explain anything to you about how the modem API and such work just let me know.No problem man. The way you had it set up was in a way that it could very well be used on servers, and as a non-plugin form of economy, which is kinda scary seeing as how bad the security was (no hurt feelings hopefully) and how extensive it was.I will definitely need your help in future projects. Thanks for helping out with BlueBank.
Yeah I'm not too good with security. I don't really understand modem API very well.
Ideally you should be getting the software from the original bluebank post since I explained how to configure everything there. Make a file called .server on the client and put the server's ID inside it. That will fix your problem. To configure the initial admin make a directory named admin on the server and put an emtpy file named the user's username inside. I.e. /admin/Scoopta would make me an admin. Once you have the first admin configured they can modify the permissions of all other users through the client software.Help me with this. It sais no server configured
Cloud there aren't many people who would ever find it useful to ask you for help. =P.on the client computer, type edit .server and put the ID of the server there.Help me with this. It sais no server configuredYou know too much to be asking me for help Danny.(no one that's made major programs before should be posting here. Looking at you DannySMC95)
Well thank you I guess haha :P/>/>/>
Your code is good. Honestly it's probably better than my own. If you want to help with our projects I wouldn't mind.Not a problem at all. Most of the time I don't post programs to the forums and just hoard them for myself so not really much of my stuff on here.switch statement
local function switch(vInput) --#our function magic at work return function(tCases) local sent = vInput if type(vInput) == "string" then for k,v in next, tCases do if type(k)=="string" then local s, e = vInput:find(k) if s==1 and e==#vInput then vInput = k break end end end end if tCases[vInput] then tCases[vInput](sent) elseif tCases["_"..type(vInput)] then tCases["_"..type(vInput)](sent) elseif tCases._default then tCases._default(sent) end end end
Tortoise API
Daemon API
Virus Arena(game not malicious)
command pocket computers
[WIP] image compression
Is that all you want me to do?You could update this to not teleport the player. I think someone mentioned it's easier to get the location of a player in 1.8, and I heard you could teleport an armor stand or something.
I could try to do something. Let me see what i can do.Can you please overhaul the antivirus: http://www.computerc...__fromsearch__1
Is that all you want me to do?You could update this to not teleport the player. I think someone mentioned it's easier to get the location of a player in 1.8, and I heard you could teleport an armor stand or something.
Alright haha. I've got the location without teleporting the player mostly figured out. It won't work if there is more than one armor stand in the world but that'll be an easy fix.Is that all you want me to do?You could update this to not teleport the player. I think someone mentioned it's easier to get the location of a player in 1.8, and I heard you could teleport an armor stand or something.
Hey, make whatever improvements you want. I just thought that'd be a good program which I'll never get around to updating.