CSMM Documentation. Catalysm

Size: px
Start display at page:

Download "CSMM Documentation. Catalysm"

Transcription

1 Catalysm Jul 15, 2018

2

3 Contents 1 Install Allocs Fixes. 1 2 Set up authentication credentials for CSMM 3 3 Add your server 5 4 Discord Chat bridge Commands Admin commands Notifications Configuration Player tracking 21 6 In-game features Country ban Commands Cron job / Automation commands Message of the day Support tickets Economy Playtime earner Discord text earner Kill earner Shop Contributing to documentation Github Local Build For players Ingame commands FAQ How do I link my discord profile to CSMM? How do I add other people as admin on CSMM? i

4 10.3 How does the import/export system work? How do I hide CSMM commands from ingame chat? Support Tickety About How does CSMM work? CSMM Links License ii

5 CHAPTER 1 Install Allocs Fixes. Allocs fixes is probably already installed on your server, if not you ll end up installing it anyway most likely. To get the port of the webserver, you will need to go into your serverconfig. xml and find the value for ControlPanel- Port. The webserver uses ControlPanelPort+2 as port. If you do not have direct access to your server config (usually because of hosting companies setting it up for you), you ll need to do some more digging; ControlPanelPort could also be called query port on some hosting providers. Be careful because 7DTD also has a query port, this is not the same as the port we need for CSMM! When Your server boots up, you should see a logline like this Started Webserver on 8082 (located in output_log.txt) See this page for additional information Integrated%20Webserver Finally, confirm the webserver is up and running. To do this, you can browse to in your browser. Replace ip and port with the values for your server (so for example you d type something like this; You should see the dynamic map page. 1

6 2 Chapter 1. Install Allocs Fixes.

7 CHAPTER 2 Set up authentication credentials for CSMM To be able to read data and execute actions on your server, you need to make a authentication name and token. You will create these yourself, so pick any value BUT consider that these are like the keys to your server. If you let other people know what these are or you pick easy to guess values, this is a security risk! Be smart. Connect to your server console (telnet, webpanel, ingame should all work) and execute these commands. Check if you have any set up already: webtokens list Add a new token: webtokens add <name> <token> 0 Don t forget the 0 at the end! It s important CSMM has privilege 0 to ensure all functions can properly work. Reload permissions: reloadwebpermissions These credentials are sensitive! You should treat these as a password. (Keep it secret, no obvious names/tokens) its advised to use a combination of numbers, letters, lowercase and uppercase aswell as symbols It is highly recommended to remove any tokens that are not being used. 3

8 4 Chapter 2. Set up authentication credentials for CSMM

9 CHAPTER 3 Add your server Go to the website, login and navigate to the add server page. Fill in the info, click submit and you will be taken to your servers dashboard. 5

10 6 Chapter 3. Add your server

11 CHAPTER 4 Discord 4.1 Chat bridge Chat from discord directly to the game. CSMM will automatically grab new messages from the game and send them to your specified discord channel. (and from discord to game aswell) 7

12 Make sure you have the bot in your Discord guild. Admins can configure certain prefixes to be blocked from chat bridge. This is useful to reduce clutter. If you want to make your chatbridge public, it is recommended to turn rich messages off. This will make chatbridge display a basic playername connected message instead of steam IDs and countries. Note: make sure the bot has read, send messages permission and permission to embed links! 4.2 Commands Multiple 7dtd servers per discord guild A note for users who have more than one 7DTD server linked to a discord guild. CSMM needs to be able to differentiate between servers. That s why all commands can take one extra argument at the end, a server identifier. Use the listservers discord command to see a list of servers associated with this guild, if you want to execute a 8 Chapter 4. Discord

13 command for a second server, you ll add that servers identifier at the end of a command. By default, this argument is 1. So for example, if you have 2 servers associated with a guild $status will respond with status for server 1. To get status for your second server, you will use $status 2 Another example: $ex say sends a message to first server $ex say sends a message to third server 3 ** Starting and ending command arguments when they contain spaces ** When a command takes an argument that can contain spaces, you will also need to start and end your arguments properly. Consider the following $ex say test - This will send a message to server one $ex say another test - This will think that test is the server identifier! This is bad syntax The correct way is this: $ex say another test Status Aliases: d7, day7 Quickly see some basic info about the server Listservers Quick and basic list of the server you have 4.2. Commands 9

14 4.2.3 Serverinfo Detailed infomation about your server and settings 10 Chapter 4. Discord

15 4.2.4 Top Which players have spent the most time on your server? Arguments: type What type of data do you want to see the top players of? This can be: playtime, zombies, players, deaths, currency, level or score 4.2. Commands 11

16 amount The amount of players to show. maximum 20. Which players have killed the most zombies on your server? Which players have died the most on your server? 12 Chapter 4. Discord

17 Which players have killed the most players on your server? Which players have the most currency on your server? 4.2. Commands 13

18 Which players have the highest level on your server? Which players have the highest score your server? 14 Chapter 4. Discord

19 4.2.5 Player Detailed player profile lookup. This command will only show information that is okay to show to all your players. This should be used in public channels (as opposed to lookup). Search by name, steam ID or entity ID 4.2. Commands 15

20 4.3 Admin commands Lookup Detailed player profile lookup. In contrast to the player command, this will show info like IP, location. This command should be used in admin channels Search by name, steam ID or entity ID 16 Chapter 4. Discord

21 4.3.2 Ex CSMM can run console commands for you from discord. Only users who are registered as owner or admin of a server on CSMM can use this command Admin commands 17

22 4.4 Notifications Ticket Notfiication Notifications for $calladmin tickets. You will receive a notification when a new ticket or comment is made. Lost and Connected Notification Get notified when csmm loses and connects to your server. CSMM Restart Notfiication A notification that shows when csmm restarts. This is usually when CSMM gets updated or there are issues with the service. Chatbridge Notfiication A notifcation that updates you on chat bridge status. Country Ban Notfiication 18 Chapter 4. Discord

23 A notification that shows when a player gets kicked or banned by the countryban module. Cron Job / Server Automation Notification A notification that shows when a automated job has been run. This could also be used to keep a periodic log of some command output. 4.5 Configuration All discord configuration can be done via the settings page in your servers dashboard Configuration 19

24 20 Chapter 4. Discord

25 CHAPTER 5 Player tracking CSMM can take a snapshot of online players on your server every 30 seconds. It can store location and inventory data. This information can be queried from the player tracking page on the website. CSMM can show you the inventory changes for every player in your query. 21

26 You can also consult the raw inventory or location data. If you specified a location to search in, distance will also be calculated. 22 Chapter 5. Player tracking

27 23

28 24 Chapter 5. Player tracking

29 CHAPTER 6 In-game features 6.1 Country ban Select countries that you do not wish on your server. CSMM will automatically kick or ban anyone joining from an IP in these countries. Note This is very naive protection. Users can get around this with VPN/proxies. This ll keep casuals out, but if someone REALLY wants to get in this will not suffice. 6.2 Commands calladmin Let a player create a support ticket. Admins can get notified of this ticket and can view/comment on it via the website. CSMM will collect inventory and location data to display along the ticket Custom commands Admins can create custom ingame commands. You can set delay, timeout, cost of the command. Note: If a custom command has same name as an existing csmm command, the existing csmm command will always take precendence. the custom command never gets executed. For example: $discord: say linktodiscord You can execute multiple commands by separating with ; : 25

30 say "Here is one message";say "Here is the second!" You have access to the players steam and entity ID with ${steamid} and ${entityid} : sayplayer ${entityid} "WAZAAAAAAAAAAAAA" Examples $safehouse: teleportplayer ${entityid} ; sayplayer ${steamid} "You are safe now." $animals: spawnmultipleentity ${entityid} $animals-advanced: spawnmultipleentity ${entityid} $brutality: say "Die Bitch" ;spawnmultipleentity ${entityid} Spawnmultipleentity is a coppis command for anyone without see example below: Spawnentity ${entityid} 59 ;Spawnentity ${entityid} Cron job / Automation commands Cron jobs allow you to configure commands to run at specific time intervals. You can set up a job to run every x minutes or hours. Advanced users can also use the cron syntax to define their jobs. This allows much more control and cool stuff you can do. To get you started with the cron syntax, you can use this very helpful website Common use cases are automatic server restarts with a countdown, infoticker messages. Advanced users can customize this to create special server events. Let us know if you make some cool stuff with this! :) 26 Chapter 6. In-game features

31 6.4 Message of the day Set a message to be sent to players when they join the server and/or show this message periodically to all players. This is useful to advertise your discord server, remind people to abide by the rules etc Note: the periodic messages are deprecated, you should use the server automation feature. In the future, MOTD will only be shown when players connect to the server. 6.5 Support tickets Players can create support tickets with the corresponding calladmin command (if enabled). This is a great way for players to ask admins for some assistance, even when there is no admin currently online Message of the day 27

32 28 Chapter 6. In-game features

33 CHAPTER 7 Economy The economy module allows admins to set a cost to multiple actions (teleports, custom commands,... ). It is highly configurable, you decide what modules to enable or disable, set the prices or name your currency. 7.1 Playtime earner Allow players to earn money for being online on the server. Timer and amount can be configured. 7.2 Discord text earner Allow players to earn money by typing in Discord. You can configure a timeout for messages, so players cannot spam to earn money. ** Players must link their Discord profile to CSMM in order for this to work. ** 7.3 Kill earner Allow players to earn money for killing players or zombies. 7.4 Shop Admins can add items to the shop, set the amount quality and price. These will have infinite stock. Players can go to the same page or use the ingame $shop command, to be presented with a menu of items they can purchase. After purchasing, players can claim their items via the ingame $claim command. 29

34 Shop allows you to import / export your listings for easy configuration. The data is displayed in JSON format. In order to import your new config, you must make sure the syntax is 100% correct. A handy tool to check your syntax is here. 30 Chapter 7. Economy

35 CHAPTER 8 Contributing to documentation Here s a handy cheatsheet for the markup in this documentation Github If you are ok with using a web interface or just want to make some small change you can use the Edit on Github buttons 8.2 Local Build If you d rather work on your own machine, in a more powerful editor, here are some steps to do this Make sure python & pip are installed Install Sphinx: pip install sphinx sphinx-autobuild sphinx_rtd_theme Create a new folder: mkdir csmm-docs cd csmm-docs Clone the documentation repository to your machine: git init git pull Write some docs! Build your new version: 31

36 make html Open index.html from the _build folder to see the docs. Autmatically rebuild when a file changes: sphinx-autobuild. _build/html Once you have changes to add, open up a pull request! 32 Chapter 8. Contributing to documentation

37 CHAPTER 9 For players 9.1 Ingame commands Note: server admins can enable/disable every command. So not every command might work on the server you play on! Calladmin Get an admins help with something! This will automatically record your location & inventory. Usage: $calladmin My bike is glitched A page for your ticket will be made on the website. An admin will (hopefully) resolve your issue soon! Teleports Create custom teleport locations. You can set your teleport location to public and give the name to your friends. Set a new teleport location: $settele teleportname Teleport to a location: $tele teleportname Remove a teleport location: $removetele teleportname List all your saved locations: 33

38 $listtele Shows all public tps for the server: $listtele public Rename a location: $renametele oldname newname Set a teleleport location to public: $telepublic teleportname Set a teleport location to private: $teleprivate teleportname Economy Find out your economy balance: $balance Shop Claim all items you have purchased. Drops all claimed items at the players feet. Best to do this on a even surface. If you have more than 10 items ready to be claimed, only the first 10 will be given at a time.: $claim List all items that can be claimed: $claim list Replies with a link to the server shop: $shop Who See who was in a certain radius around your current location. Size defaults to 150 blocks. When a large amount of players has been in your area, it will show who was there the latest. Consider keeping the area to search as small as possible for most accurate results $ who You can specify the location to search. Min 1 max 500 $who Chapter 9. For players

39 CHAPTER 10 FAQ 10.1 How do I link my discord profile to CSMM? Go to your profile page on CSMM, look for the Discord ID section and click the Discord icon to log in How do I add other people as admin on CSMM? Make sure the admin has logged in to CSMM at least once, to make sure he/she has a user profile. Next, go to your server settings -> Basic server settings -> add/remove admins. Fill in the new admins steam ID there, CSMM will look to find a profile with corresponding steam ID. Note that admins will have full control of your server on CSMM. Be careful who you give this permission to! 10.3 How does the import/export system work? Data is exchanged in JSON format. JSON is very much like XML, a data transfer syntax. It doesn t need as much syntax fluff as XML, it s very simple! An example of what a shop export looks like [ { }, { "name": "bottledwater", "friendlyname": "water", "amount": 5, "quality": 0, "price": 5 "name": "cornbread", (continues on next page) 35

40 ] }, { }, { } "friendlyname": "food", "amount": 5, "quality": 0, "price": 5 "name": "turd", "friendlyname": "shit mate", "amount": 100, "quality": 0, "price": 1000 "name": "baconandeggs", "friendlyname": "baconandeggs", "amount": 50, "quality": 0, "price": 2000 (continued from previous page) In JSON, [] means multiple entries (array) and {} means an object. In practice, what this means for CSMM import/export is that every import statement will start with [ and end with ]. Every {} denotes a new entry (shop listing, cron job or custom command) which holds the keys and values. To get started with this method of configuration, it s recommended to create 2-3 entries via the web interface and exporting those to a file. That will show you the fields that can be configured and give you a good baseline to build the rest of your config. Some important pointers for JSON syntax Note the, after every object except the last object. Every string has around it Numbers or boolean values (true/false) don t need When you import your data, it is still validated by the same rules as you would do it via the web interface. This means that itemnames in shop must be valid item names on your server, commands need to be valid etc 10.4 How do I hide CSMM commands from ingame chat? This functionality requires an API mod. CSMM cannot provide it but the mod Coppi s additions provides a very useful command tcch which can hide messages starting with a certain prefix from chat. Since v4.92 it supports multiple prefixes. 36 Chapter 10. FAQ

41 CHAPTER 11 Support If you were trying to answer a question and these docs don t provide you with one, worry not! The best way to contact someone is via our Discord server. In there, you can either ask your question in the appropriate support channel or you can create a personal ticket with Tickety discord bot Tickety Create a new ticket:: -new This will create a private channel with you and support staff. If you have a general question, it s better to ask in the public channel as you ll likely get answered faster there. 37

42 38 Chapter 11. Support

43 CHAPTER 12 About 12.1 How does CSMM work? At the very basic level, CSMM communicates with your server via the web API provided by Allocs fixes. Once that has happened, CSMM uses a custom library to get/set/format/... data. 39

44 40 Chapter 12. About

45 CHAPTER 13 CSMM CSMM is a server manager for 7 Days to Die. Monitor your server via a web interface Cloud hosted - You do not need to worry about getting another VPS Discord bot integration 13.1 Links Issue tracker Discord server 13.2 License The project is licensed under the MIT license. 41

Unifer Documentation. Release V1.0. Matthew S

Unifer Documentation. Release V1.0. Matthew S Unifer Documentation Release V1.0 Matthew S July 28, 2014 Contents 1 Unifer Tutorial - Notes Web App 3 1.1 Setting up................................................. 3 1.2 Getting the Template...........................................

More information

Bishop Blanchet Intranet Documentation

Bishop Blanchet Intranet Documentation Bishop Blanchet Intranet Documentation Release 1.0 Luis Naranjo December 11, 2013 Contents 1 What is it? 1 2 LDAP Authentication 3 3 Types of users 5 3.1 Super user................................................

More information

Please Note To use this extension, you must have UVdesk account. You can create a free UVdesk account here.

Please Note To use this extension, you must have UVdesk account. You can create a free UVdesk account here. UVdesk Helpdesk webkul.com/blog/uvdesk-magento2-free-helpdesk-ticket-system/ January 31, 2017 UVdesk Helpdesk is an amazing extension which allows the customers to create support tickets regarding their

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 TeamViewer User Guide for Microsoft Dynamics CRM Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 1 P a g e Table of Contents TeamViewer User Guide for Microsoft Dynamics CRM 1 Audience

More information

QUICK START GUIDE. How Do I Get Started? Step #1 - Your Account Setup Wizard. Step #2 - Meet Your Back Office Homepage

QUICK START GUIDE. How Do I Get Started? Step #1 - Your Account Setup Wizard. Step #2 - Meet Your Back Office Homepage QUICK START GUIDE Here is a tool that will help you generate prospects and follow up with them using your web browser. Your Lead Capture system has Personal Sites, Contact Management, Sales Tools and a

More information

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore.

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Self-Service Portal & estore Guide Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Version 4.2, October, 2017. This document is subject to change without

More information

I hate money. Release 1.0

I hate money. Release 1.0 I hate money Release 1.0 Nov 01, 2017 Contents 1 Table of content 3 2 Indices and tables 15 i ii «I hate money» is a web application made to ease shared budget management. It keeps track of who bought

More information

PO Processor Installation and Configuration Guide

PO Processor Installation and Configuration Guide PO Processor Installation and Configuration Guide Revised: 06/06/2014 2014 Digital Gateway, Inc. - All rights reserved Page 1 Table of Contents OVERVIEW... 3 HOW TO INSTALL PO PROCESSOR... 3 PO PROCESSOR

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite MY MEDIASITE https://mediasite.ecu.edu/ms/mymediasite My Mediasite provides tools for managing your recordings. All faculty have access to My Mediasite and the ability to download the Desktop Recorder.

More information

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA?

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA? VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? Hello again! I m Angela with HubSpot Academy. Now that you have a contextual marketing strategy in place with segmentation and personalization, you re ready to

More information

KEY BENEFITS OF A TIKILIVE NETWORK

KEY BENEFITS OF A TIKILIVE NETWORK EXTEND YOUR BRAND AND GENERATE REVENUE WITH TIKILIVE HD STREAMING COMMUNITY TIKILIVE.COM KEY BENEFITS OF A TIKILIVE NETWORK Easily brand connect, manage and monetize your HD content Realize immediate viewer

More information

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob Admin... 1 Installation & Activation... 2 Pre-requisite... 2 Installation Steps... 2 Installation via Composer... 4 Extension Activation...

More information

FRONT USER GUIDE Getting Started with Front

FRONT USER GUIDE Getting Started with Front USER GUIDE USER GUIDE Getting Started with Front ESSENTIALS Teams That Use Front How To Roll Out Front Quick Start Productivity Tips Downloading Front Adding Your Team Inbox Add Your Own Work Email Update

More information

Plumeria Documentation

Plumeria Documentation Plumeria Documentation Release 0.1 sk89q Aug 20, 2017 Contents 1 Considerations 3 2 Installation 5 2.1 Windows................................................. 5 2.2 Debian/Ubuntu..............................................

More information

Magento Integration Manual (Version /15/2017)

Magento Integration Manual (Version /15/2017) Magento Integration Manual (Version 2.1.1-05/15/2017) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

NHD Online Registration Guide: Teacher

NHD Online Registration Guide: Teacher NHD Online Registration Guide: Teacher Introduction Welcome to the National History Day Contest Management system. Within this guide, you will see a description of key terms within the contest system along

More information

We aren t getting enough orders on our Web site, storms the CEO.

We aren t getting enough orders on our Web site, storms the CEO. In This Chapter Introducing how Ajax works Chapter 1 Ajax 101 Seeing Ajax at work in live searches, chat, shopping carts, and more We aren t getting enough orders on our Web site, storms the CEO. People

More information

User Guide. Admin Guide. r

User Guide. Admin Guide. r User Guide Admin Guide r 03.08.16 1 Welcome to Keeper! We re excited you have chosen to work with us. Let s get started by walking through how you can tell your employees about Keeper, then we ll walk

More information

USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014

USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014 USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014 How it Works Simply create a Backupify account and authorize it to connect to your Smartsheet account- our application will do the rest. Every day, Backupify

More information

Static & Dynamic Groups

Static & Dynamic Groups Static & Dynamic Groups 2016 - Winter Edition User Guide - Table of Contents Overview Use Cases Group Definitions Static Groups Static Groups Interface Adding Static Groups Members Joining Opt-In Groups

More information

RL6 Risk. Manager Reference Manual

RL6 Risk. Manager Reference Manual RL6 Risk Manager Reference Manual If you have RL6 questions please contact: RL_support@wrha.mb.ca or (204)926-8077 WRHA Quality Improvement & Patient Safety Version: 9, May 31, 2018 June 9, 2013 RL6 Risk

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2 Edition 3.2 Tripolis Solutions Dialogue Manual version 3.2 2 Table of Content DIALOGUE SETUP... 7 Introduction... 8 Process flow... 9 USER SETTINGS... 10 Language, Name and Email address settings... 10

More information

Mintigo Marketo Integration Setup Guide. Version

Mintigo Marketo Integration Setup Guide. Version Mintigo Marketo Integration Setup Guide Version 1.2 2017-11-12 Table of Contents MINTIGO MARKETO INTEGRATION SETUP GUIDE... 1 INTEGRATION... 3 1. BEFORE INTEGRATION... 3 2. CONFIGURE REST APIS IN MARKETO...

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2017" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

Building a Django Twilio Programmable Chat Application

Building a Django Twilio Programmable Chat Application Building a Django Twilio Programmable Chat Application twilio.com/blog/08/0/python-django-twilio-programmable-chat-application.html March 7, 08 As a developer, I ve always wanted to include chat capabilities

More information

If you re a Facebook marketer, you re likely always looking for ways to

If you re a Facebook marketer, you re likely always looking for ways to Chapter 1: Custom Apps for Fan Page Timelines In This Chapter Using apps for Facebook marketing Extending the Facebook experience Discovering iframes, Application Pages, and Canvas Pages Finding out what

More information

Agent journeys. Receive or respond to an enquiry Listings & Reports Property reports Upgrade listings Edit listings Manage bookings

Agent journeys. Receive or respond to an enquiry Listings & Reports Property reports Upgrade listings Edit listings Manage bookings Agent journeys Create or register a user account Claim an agent Create an agent Login Update your profile Change branch association Claim a sold listing Receive or respond to an enquiry Listings & Reports

More information

Global Support Software. User Guide

Global Support Software. User Guide Global Support Software User Guide Table of Contents Contacting Global Support Software Corp... 3 Log into the Site... 5 Changing your password...5 Self Registration...6 About Issues...6 The Home Page...

More information

The Soccer Box Coaches & Managers

The Soccer Box Coaches & Managers The Soccer Box Coaches & Managers Quick Start - Building Your Team STEP 1 Register your team STEP 2 Receive Invitation for Bonzi Team Add your players to send invitation link for the team. STEP 3 Your

More information

Pippi User & Server Management Systems. Version 1.4.7

Pippi User & Server Management Systems. Version 1.4.7 Pippi User & Server Management Systems Version 1.4.7 Contents Brief Overview Setup Instructions System Explanations Commands Configuring Pippi Using Pippi User Guide Brief Overview What is Pippi? Pippi

More information

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Table of Contents Preparation... 3 Exercise 1: Create a repository. Use the command line.... 4 Create a repository...

More information

Office of Information Technology

Office of Information Technology WVU ecampus for Students Office of Information Technology ITS Service Desk: (304) 293-4444, ITSHelp@mail.wvu.edu Resources http://idesign.wvu.edu/ectutorial/ https://ecampus.wvu.edu/student-resources-learn-9

More information

LYRIS LIST ESSENTIAL MANUAL

LYRIS LIST ESSENTIAL MANUAL LYRIS LIST ESSENTIAL MANUAL 1 Post via Email... 3 Log into Lyris List... 4 Access to login window... 4 Overview the Lyris ListManager administrator interface... 5 Logging Out... 6 Change Lists... 6 Change

More information

GW Box User Guide. Have additional questions? Visit community.box.com for more information and training resources. Contents... 1

GW Box User Guide. Have additional questions? Visit community.box.com for more information and training resources. Contents... 1 GW Box User Guide GW Box is the university's enterprise file sharing service for online cloud storage and collaboration. In this guide, we ll show you how to share, access and mange your content from anywhere.

More information

How to Add a Favicon in Ruby on Rails Apps

How to Add a Favicon in Ruby on Rails Apps How to Add a Favicon in Ruby on Rails Apps Favicons are this nifty little icons on the tab of your browser to help give a little personalized identity rather than the blank page one which is the default

More information

Accounts and Passwords

Accounts and Passwords Accounts and Passwords Hello, I m Kate and we re here to learn how to set up an account on a website. Many websites allow you to create a personal account. Your account will have its own username and password.

More information

Click on a link below for additional information.

Click on a link below for additional information. Click on a link below for additional information. WHAT CAN I DO ON BARBIEGIRLS.COM?... 3 BARBIE GIRLS V.I.P. SOUNDS SUPER COOL. WHAT IS IT?... 3 HOW DO I BECOME A V.I.P. MEMBER? HOW MUCH DOES IT COST?...

More information

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Language Translator... 1 Installation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 4 FAQ... 16 General FAQs... 16

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

ONLINE BOOKING GUIDE

ONLINE BOOKING GUIDE ONLINE BOOKING GUIDE Table of Contents OVERVIEW & LOGGING IN... 2 SET UP & EDIT YOUR PROFILE... 4 BOOKING PREFERENCES TENNIS... 5 TENNIS BOOKINGS... 6 MAKE A BOOKING TENNIS... 6 MAKE A BOOKING SQUASH...

More information

Creating a Yubikey MFA Service in AWS

Creating a Yubikey MFA Service in AWS Amazon AWS is a cloud based development environment with a goal to provide many options to companies wishing to leverage the power and convenience of cloud computing within their organisation. In 2013

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Summer 18 @salesforcedocs Last updated: July 26, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

MANAGEMENT AND CONFIGURATION MANUAL

MANAGEMENT AND CONFIGURATION MANUAL MANAGEMENT AND CONFIGURATION MANUAL Table of Contents Overview... 3 SYSTEM REQUIREMENTS... 3 The Administration Console... 3 CHAT DASHBOARD... 4 COMPANY CONFIGS... 4 MANAGE LEARNING... 7 MANAGE TABS...

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management You can find the most up-to-date technical documentation

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

AbandonedCarts Documentation

AbandonedCarts Documentation Table of Contents Welcome... 3 How to use this document?... 3 Chapter 01: Installation Instructions... 4 Install using the OpenCart Extension Installer... 4 Manual Installation... 4 Chapter 02: User Interface...

More information

Supporting ios Devices

Supporting ios Devices Supporting ios Devices 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

CircuitPython with Jupyter Notebooks

CircuitPython with Jupyter Notebooks CircuitPython with Jupyter Notebooks Created by Brent Rubell Last updated on 2018-08-22 04:08:47 PM UTC Guide Contents Guide Contents Overview What's a Jupyter Notebook? The Jupyter Notebook is an open-source

More information

Hal Documentation. Release 1.0. Dan Ryan

Hal Documentation. Release 1.0. Dan Ryan Hal Documentation Release 1.0 Dan Ryan July 16, 2016 Contents 1 Configuration 3 2 Adapters 5 2.1 Campfire................................................. 5 2.2 Hipchat..................................................

More information

BuilderTREND Owners Help

BuilderTREND Owners Help BuilderTREND Owners Help Summary The summary screen is what you will see as soon as you login to the system. It is designed to give you a quick snapshot of where the building process currently stands,

More information

(electronic mail) is the exchange of computer-stored messages by telecommunication.

(electronic mail) is the exchange of computer-stored messages by telecommunication. What is email? E-mail (electronic mail) is the exchange of computer-stored messages by telecommunication. E-mail is one of the protocols included with the Transport Control Protocol/Internet Protocol (TCP/IP)

More information

Getting Started With Squeeze Server

Getting Started With Squeeze Server Getting Started With Squeeze Server & Squeeze Server takes the proven Squeeze encoding engine and makes it available on- premise, in the cloud or both, with a robust application programming interface (API)

More information

Welcome to. Manager s User Guide. 1 Claris Healthcare

Welcome to. Manager s User Guide. 1 Claris Healthcare Welcome to Manager s User Guide 1 Claris Healthcare support@clariscompanion.com 1-866-284-4939 Manager s Guide Table of Contents Introduction... 3 What are Members, Managers, Responders and Contributors?...

More information

Build great products. Contour Enterprise Architect Connector Jama Software, Inc.

Build great products. Contour Enterprise Architect Connector Jama Software, Inc. Build great products. 2 Table of Contents Part I Welcome to Contour 3 Part II Enterprise Architect Connector 2.0 3 1 EA Connector... Install 3 2 Getting... Started 4 3 Define... Mapping Scheme 6 4 Import...

More information

SnowAlert Documentation. Snowflake Security

SnowAlert Documentation. Snowflake Security Snowflake Security Nov 02, 2018 Contents 1 About SnowAlert 3 1.1 Overview................................................. 3 1.2 How It Works............................................... 3 2 Getting

More information

Supporting Apple ios Devices

Supporting Apple ios Devices Supporting Apple ios Devices 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

SEP Evaluation Expert Quick Guide

SEP Evaluation Expert Quick Guide SEP Evaluation Expert Quick Guide SEP Evaluation September 7 th, 2018 Copyright Notice European Union, 1995-2018 Reproduction of this document and its content, in part or in whole, is authorized, provided

More information

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008)

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Space Details Key: confhelp Name: Confluence Help Description: Creator (Creation Date): ljparkhi (Aug 14, 2008) Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Available Pages Quickstart Guide Working

More information

KronoDesk User Manual Version 2.0 Inflectra Corporation

KronoDesk User Manual Version 2.0 Inflectra Corporation KronoDesk User Manual Version 2.0 Inflectra Corporation Date: February 22nd, 2017 Contents 1. Introduction 2 1.1. Improve Customer Satisfaction 2 1.2. Optimize Customer Support 2 2. Functionality Overview

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

One Identity Active Roles 7.2

One Identity Active Roles 7.2 One Identity December 2017 This document provides information about the Active Roles Add_on Manager7.2. About Active Roles Add_on Manager New features Known issues System requirements Getting started with

More information

SFU Connect Calendar. Guide. Sharing Calendars

SFU Connect Calendar. Guide. Sharing Calendars SFU Connect Calendar How-To Guide Sharing Calendars Last updated: January 2009 Table of Contents Creating a Share... 3 Share Properties Menu... 3 Sharing with Internal Users or Groups... 4 Sharing with

More information

Integrating SAS Analytics into Your Web Page

Integrating SAS Analytics into Your Web Page Paper SAS2145-2018 Integrating SAS Analytics into Your Web Page James Kochuba and David Hare, SAS Institute Inc. ABSTRACT SAS Viya adds enhancements to the SAS Platform that include the ability to access

More information

Scheduling Reports Launch the Scheduling Tool... 1 Description... 1 Overview of Scheduling Components... 2

Scheduling Reports Launch the Scheduling Tool... 1 Description... 1 Overview of Scheduling Components... 2 PeopleSoft Data Dictionary EPM: Scheduling Reports Table of Contents Scheduling Reports... 1 2 Launch the Scheduling Tool... 1 Description... 1 Overview of Scheduling Components... 2 Distribution... 2

More information

Frequently Asked Questions. Question # Page #

Frequently Asked Questions. Question # Page # Circles of Trust Frequently Asked Questions Question # Page # 1 What is Circles of Trust?... 2 2 Where can I get Circles of Trust?... 2 3 What is a.tef file?... 2 4 Someone sent me a.tef file. How do I

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

More information

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics:

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics: Icinga 2 Contents This page references the GroundWork Cloud Hub and the Icinga 2 virtualization environment. 1.0 Prerequisites 1.1 Enable the API The Icinga 2 system you run needs to have the API feature

More information

ASPPlayground.net Version 3.x User FAQ s v1.0

ASPPlayground.net Version 3.x User FAQ s v1.0 ASPPlayground.net Version 3.x User FAQ s v1.0 These User FAQ s are written with the end users in mind who will be using the forum from a non-administrative perspective. If you would like to learn more

More information

Message Networking 5.2 Administration print guide

Message Networking 5.2 Administration print guide Page 1 of 421 Administration print guide This print guide is a collection of system topics provided in an easy-to-print format for your convenience. Please note that the links shown in this document do

More information

Team Management. Coaches and Team Managers Guide

Team Management. Coaches and Team Managers Guide Team Management Coaches and Team Managers Guide November 2015 Table of Contents Table of Contents Overview Audience About the Mobile App Examples Creating a Sport Ngin Account Accessing Team Center For

More information

Vendor Registration and Training

Vendor Registration and Training Vendor Registration and Training Bid Express Registration Guide Bid Express Vendor Guide February 2015 Prepared By Address: 5700 SW 34th Street, Suite 1235, Gainesville, Florida 32608-5371 Web: www.infotechfl.com

More information

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

NIAS2018 The Crowd Compass Attendee Hub Mobile App FAQ

NIAS2018 The Crowd Compass Attendee Hub Mobile App FAQ NIAS2018 The Crowd Compass Attendee Hub Mobile App FAQ NIAS Events Team T: +32 65 44 3496 / 5112 T: +31 70 374 3021 M: events@ncia.nato.int Where can I download the events app? Go to the correct store

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

BFH PC Server Administration

BFH PC Server Administration BFH PC Server Administration This is the server admin manual for BFH PC Server R2. Contents Game server operation... 2 Files which may be accessible to the server admin... 2 Remote administration interface...

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

HEAT Software Integration with Remote Support

HEAT Software Integration with Remote Support HEAT Software Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their

More information

SkillPort Quick Start Guide 7.0

SkillPort Quick Start Guide 7.0 www.skillsoft.com SkillPort Quick Start Guide 7.0 Table of Contents Log In and Log Out... 5 Use SEARCH&LEARN... 5 Browse the CATALOG... 8 Add a Learning Asset to MY PLAN... 10 Enroll in a Learning Program

More information

Installation 3. Minimum system requirements 3. Download and installation on Windows 3. Download and installation on Linux 3

Installation 3. Minimum system requirements 3. Download and installation on Windows 3. Download and installation on Linux 3 2 TABLE OF CONTENTS Installation 3 Minimum system requirements 3 Download and installation on Windows 3 Download and installation on Linux 3 Mail server configuration 4 Out-of-the-box integrations 4 ServiceDesk

More information

WorkBook release note

WorkBook release note WorkBook version: 8.3.0 Release date: 01/10/2013 Author: René Praestholm rp@workbook.net DOWNLOAD AS PDF HIGHLIGHTS IN THIS RELEASE Collaboration Many new improvements added in collaboration between team

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team ATMS ACTION TRACKING MANAGEMENT SYSTEM Quick Start Guide The ATMS dev team Contents What is ATMS?... 2 How does ATMS work?... 2 I get it, now where can I find more info?... 2 What s next?... 2 Welcome

More information

EngiBOX system User Manual

EngiBOX system User Manual EngiBOX system User Manual Contents 1. EngiBOX system introduction 2 1.1. System capabilities 2 1.2. System advantages for the engine owner 3 1.3. Needed Equipment 3 2. EngiBOX App 4 2.1. First time EngiBOX

More information

OpenProject AdminGuide

OpenProject AdminGuide OpenProject AdminGuide I. Contents I. Contents... 1 II. List of figures... 2 1 Administration... 2 1.1 Manage projects...2 1.2 Manage users...5 1.3 Manage groups...11 1.4 Manage roles and permissions...13

More information

INFOPOP S UBB.CLASSIC SOFTWARE. User Guide. Infopop Corporation Westlake Avenue North Suite 605 Phone Fax

INFOPOP S UBB.CLASSIC SOFTWARE. User Guide. Infopop Corporation Westlake Avenue North Suite 605 Phone Fax INFOPOP S UBB.CLASSIC SOFTWARE User Guide Infopop Corporation 1700 Westlake Avenue North Suite 605 Phone 206.283.5999 Fax 206.283.6166 Document Last Revised: 6/12/02 (UBB.classic version 6.3.1) Infopop,

More information

Bidvest Bank Personal Internet Banking User Manual

Bidvest Bank Personal Internet Banking User Manual Bidvest Bank Personal Internet Banking User Manual October 2016 Contents 1. INTRODUCTION... 4 1.1 Applying for Internet Banking... 4 2. MAINTAIN YOUR USERNAME, PASSWORD AND PIN... 5 2.1 Forgotten username...

More information

ProfileUnity with FlexApp Technology

ProfileUnity with FlexApp Technology ProfileUnity with FlexApp Technology Using Cloud Storage with ProfileUnity Introduction This guide has been authored by experts at Liquidware in order to provide information and guidance concerning the

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

Self Service Password Reset

Self Service Password Reset Self Service Password Reset Provided you have already registered for the Self Service Password Reset ability, if you forget your OCC password and would like to reset it, go to http://passwordreset.ocean.edu/

More information

Build great products. Contour 3.1 Enterprise Architect Guide Jama Software, Inc.

Build great products. Contour 3.1 Enterprise Architect Guide Jama Software, Inc. Build great products. 2 Table of Contents Part I Welcome to Contour 3 Part II Enterprise Architect Connector 3.1 3 1 EA Connector... Install 4 2 Getting... Started 5 3 Define... Mapping Scheme 6 4 Import...

More information

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups.

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups. LimeSurvey Basic Survey Elements A survey has three integral elements, each of which must exist: 1) A survey name 2) At least one group 3) At least one question Survey Name The survey name provides the

More information