-
-
Ektron – User Access List
Similar to Ektron SQL – List All Users If you simply need a list of all of your CMS users whether they are admin or otherwise this script will help If you want to show a break down of the groups that each user is in this script will help
-
Ektron – Remove Content/Folder Permissions
Use EXTREME caution on this query. I recommend you do a backup of your database before you run this script as this will remove all permissions that someone has setup on Ektron.
-
-
-
-
Unlock Ektron User Account(s)
Should you ever lock out your own account and you have SQL access try this Should you ever need to unlock all accounts, not sure why, but you can try this if you have SQL access
-
User Registration – Check Username Availability
This is a simple example of how to check for the existence of a username prior to letting someone select a username.
-
PHP – Tokenize string
This PHP function will assist in splitting a string based on characters. Example 1: Result: Word=This Word=is Word=an Word=example Word=string Example 2: Result: string(4) “This” string(2) “is” Example 3: Result: [“This”,”is”,”an”,”example”,”string”] [“”,”This”,””,”is”,””,”an”,””,”example”,””,”string”,””] Source: http://www.php.net/manual/en/function.strtok.php
-
Get file metadata
Create a project and add text box with a name of txtFileDetails and make it multi-line to run the code below.