[Arcturus] Simple RCON wrapper

Higoka

Active Member
Dec 16, 2018
174
74
Simple PHP wrapper for Arcturus RCON.

Available commands:
# $hotelAlert('message', 'url') // optional url
# $disconnect(userId)
# $sendCredit(userId, amount)
# $sendPixel(userId, amount)
# $sendPoint(userId, amount)
# $sendBadge(userId, badgeName)
# $sendGift(userId, itemId, 'message') // optional message
Just download the file and edit line 7 in index.php with RCON host and port.

Latest version:
Post automatically merged:

Added three new commands:

# Send a alert to all staffs.
$staffAlert('message')

# Send a alert to a user.
$userAlert(userId, 'message')

# Mute a user. Duration in seconds.
$mute(userId, duration)

You can download the latest version from here:
 

Attachments

  • arcturus-rcon-1.0.0.zip
    3 KB · Views: 25
Last edited:

Users who are viewing this thread

Top