generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: Need beta testers for remote services! [Free open beta]

Previous Thread :: Next Thread 
Christbru01 is not online. Christbru01
Joined: 03 Apr 2010
Total Posts: 649
17 Feb 2014 04:55 PM
All systems using my remote services. I'm really looking for more popular places who can have more active games. [The systems are powerful enough to handle quite a few front-page games and does not produce any lag]

Link to admin: http://www.roblox.com/Remote-Admin-item?id=142412856
Link to chat: http://www.roblox.com/Cross-Server-Chat-item?id=138832958
Link to data save/load: http://www.roblox.com/Remote-Data-Save-Load-item?id=146446067

This works using HttpService! Built using Lua, PHP, and MySQL!
Which means you will need to enable HttpRequests in order to use these systems.. [Guide at bottom]

The remote admin allows for you to remotely control all of your servers in all of your places from one convenient webpage.. It shows all responding servers aswell as the players in them.

The cross-server/game chat allows you players to chat to eachother across server and even across game.. though not recommended for popular places as there will be too many chatting and noone will be able to see anyone's messages..

The remote data save/load allows you to save data off-site based on a simple key - data for your account. Meaning you can have stats save across game and even across accounts!

The remote admin supports these commands by default though it's rather easy to add in your own custom commands if you know Lua! The "cmd[2]" is what the command is that is sent from the site.

Supported commands: shutdown, m, h, kick, ban, unban, party [on/off], and run..
Description of commands and examples of each:
shutdown --This shuts the server down.. rather brutally I might add.. by first attempting to kick all players.. then giving the server 5 seconds to fully shutdown before inserting ManualSurfaceJointInstance and running while true do end.. an effective way to be sure the server goes down..
m:[MESSAGE] --Displays the message in a standard roblox message for 4 seconds
h:[MESSAGE] --Displays the message in a standard roblox hint for 4 seconds
kick:[Username or UserID] --Kicks the player with the username/id from the server
ban:[Username or UserID] --Bans the player with the username/id from the server and kicks them
unban:[Username or UserID] --Unbans the player with the username/id from the server
party:on[/off] --This enables/disabled a disco using ambient's lighting
run:[Lua Code] --Runs the lua code in a serverscript context

Note about remote admin: I have also created a permaban feature for it, which will ban the user based on username or ID which will crash-kick the player whithin 1 second of adding them to the list.

--Guide to setting up the script(s):
1: Open your game in Studio [Edit mode]
2: Insert the script and place it in ServerScriptService
3: Open the script for editing
4: On the first line, place the accountId that is displayed on the homepage of the site inbetween the "s
5: Close out of the script
6: Go to the explorer and expand the script, inside is a StringValue named "SecretKey", put it's Value as the secret key you set in your account settings on the site
7: Publish your game

--Guide to enableing Http requests:
1: Open your game in Studio [Edit mode]
2: Go to Insert->Service
3: Select and insert the 'HttpService'
4: Check the box in the HttpService's properties named "HttpEnabled"

FAQs:
Q: Where is my accountId?
A: It is located on the home page after you login to the site.

Q: How do I set/get my secret key?
A: Go to the site, login, at the navbar [Black bar at top] click "Account" then "Settings", from there you put the new secret key you want it set to and your account's pass and press enter.

Q: Why shouldn't I use my ROBLOX pass?
A: I honestly don't have a problem with it.. I just thought the admins of roblox would appreciate it if I told users not to use their pass for their roblox accounts..

Q: Can you see my details?
A: I can read everything to do with your account except the pass.. which is encrypted and salted using SHA1 encryption so it is irreversible..

Q: What does it mean I'm locked out of my account even though I've activated it?
A: You failed the login too many times and triggered the brute-force protection.. Try logging in again in a couple hours..

Q: I have a suggestion, what do I do?
A: PM me, I'd be happy to add in features and services for others.

If you have any problems, don't be afraid to contact me! I'd be happy to help and if it's a bug I'd be even happier to hear about it so I can fix it!

==[[CURRENT STATS]]==
-Server-
BANDWIDTH: 1.95 TB
MEMORY: 2 GB
V-SWAP: 2 GB
SPACE: 80 GB
-Database-
Users registered: 191
Users permabanned by account owners: 180
Data saved: 101
Chats logged: 115,324
-A few places that are using the systems-
Christbru01 - http://www.roblox.com/Cross-Server-Chat-Now-with-Remote-Admin-place?id=54733392
Diddleshot - http://www.roblox.com/Pinewood-Computer-Core-place?id=17541193
Latsha - http://www.roblox.com/The-Juice-Box-Mountain-View-Cafe-place?id=145195709
ultimate055 - http://www.roblox.com/Tornado-Clan-Training-Center-place?id=113708689
DrCode - http://www.roblox.com/The-Nether-Lost-Lands-place?id=144459082
TruMetal - http://www.roblox.com/Take-your-drivers-test-for-Admin-Commands-30K-place?id=142763724
Report Abuse
ultimate055 is not online. ultimate055
Joined: 23 Sep 2012
Total Posts: 363
18 Feb 2014 12:00 AM
Thank You christbru01 for your hard work on creating this system!

Also you can test these by running the server on studio
To do this go to tools>test>start server or press f7!
Report Abuse
Christbru01 is not online. Christbru01
Joined: 03 Apr 2010
Total Posts: 649
03 Mar 2014 10:55 PM
Bump c:
Report Abuse
NinjaShadow1 is not online. NinjaShadow1
Joined: 03 Mar 2009
Total Posts: 2689
03 Mar 2014 11:01 PM
I'm not going to lie. This is pretty cool. GJ
Report Abuse
NinjaShadow1 is not online. NinjaShadow1
Joined: 03 Mar 2009
Total Posts: 2689
03 Mar 2014 11:02 PM
You wouldn't be willing to give out the website source would you? So we can host our own version/modify it to our heart's content.
Report Abuse
Christbru01 is not online. Christbru01
Joined: 03 Apr 2010
Total Posts: 649
03 Mar 2014 11:14 PM
For security reasons and frankly because I would rather not give out the secure code I spend hours writing, no, I do not plan on giving out any portion of my server's code.
Report Abuse
IntellectualBeing is not online. IntellectualBeing
Joined: 29 Sep 2013
Total Posts: 701
10 Mar 2014 12:24 AM
Nice server stats.

<-- RAE Admin Right there. xD
Report Abuse
iphone0000 is not online. iphone0000
Joined: 08 Feb 2012
Total Posts: 899
28 Mar 2014 03:25 PM
Wow it works. But I was having trouble finding the ServerID
Report Abuse
vlekje513 is not online. vlekje513
Joined: 28 Dec 2010
Total Posts: 9057
28 Mar 2014 03:59 PM
Wonder how long it will take for this to come on the blog.
Report Abuse
iphone0000 is not online. iphone0000
Joined: 08 Feb 2012
Total Posts: 899
28 Mar 2014 07:57 PM
My place uses it too c:
Report Abuse
VirtualPrince is not online. VirtualPrince
Joined: 17 Oct 2013
Total Posts: 7386
28 Mar 2014 07:59 PM
Looks pretty, might use it

toeflip
Report Abuse
iphone0000 is not online. iphone0000
Joined: 08 Feb 2012
Total Posts: 899
28 Mar 2014 08:35 PM
You should, though it could have more commands but I still like C:
Report Abuse
BlackKnightXx is not online. BlackKnightXx
Joined: 03 Nov 2010
Total Posts: 5526
28 Mar 2014 09:09 PM
best thing ever

don't genius live in a lamp?
Report Abuse
iYumiko is not online. iYumiko
Joined: 02 Nov 2010
Total Posts: 48
23 May 2014 04:02 PM
Banned from access.
Proxy access not allowed. location: /roblox/admin


o.o? What does that mean?
Report Abuse
Shiro75 is online. Shiro75
Joined: 18 Jan 2010
Total Posts: 587
31 May 2014 07:00 PM
@Christbru01, thanks for all of this. :D They're all very useful. Is there a way to reset the log for the Cross-Server Chat?
Report Abuse
cob23 is not online. cob23
Joined: 18 Jun 2008
Total Posts: 13
23 Jun 2014 08:18 PM
I have bought a Holographic training centre that uses this. The guy deleted the "SecretKey" StringValue and I recreated it and put the Secret key into it and my Roblox account ID into all the places it should have gone, but, it won't work. Help me plz
Report Abuse
ultimate055 is not online. ultimate055
Joined: 23 Sep 2012
Total Posts: 363
30 Jun 2014 02:58 AM
@cob23
Do you have HTTPREQUEST enabled? Try deleting it and replacing it.

Link to admin: http://www.roblox.com/Remote-Admin-item?id=142412856
Link to chat: http://www.roblox.com/Cross-Server-Chat-item?id=138832958
Link to data save/load: http://www.roblox.com/Remote-Data-Save-Load-item?id=146446067
Report Abuse
giff123 is not online. giff123
Joined: 14 Feb 2013
Total Posts: 34
29 Aug 2014 10:24 PM
How do i sing up?????
Report Abuse
cooldude999921 is not online. cooldude999921
Joined: 13 Aug 2011
Total Posts: 3702
29 Aug 2014 10:28 PM
Great job!

Might wanna use more space but may I ask these 2 questions


What is the processor speed?
If you save the chat as a log, how much is the log in size weighted (example: txt are around 50-600kb)
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image