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.
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.
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
This is a simple example of how to check for the existence of a username prior to letting someone select a username.
Wouldn’t it be great to have a “set it and forget it” option for family internet protection? OpenDNS has created such a service for free called Family Shield with a simple message: “Pre-configured to block adult content. Set it and forget it. Free.” Please review the full details at OpenDNS’ Family Shield page: http://www.opendns.com/home-internet-security/parental-controls/opendns-familyshield/ Whether…
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
Create a project and add text box with a name of txtFileDetails and make it multi-line to run the code below.