Livecode module for Drupal?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MrWizard.
Posts: 32
Joined: Tue Apr 17, 2012 3:31 am

Livecode module for Drupal?

Post by MrWizard. » Mon Jul 22, 2013 2:13 pm

Has anyone built a livecode module for drupal?

It should be similar to the available PHP module.
https://drupal.org/project/php

So effectively a drupal site would be able to embedd encapsulated LC logic / script into their existing drupal site as a "block". The drupal site would call out to the LC cgi server to process the LC code returning the output for insertion into the drupal "block" as part of the page / site.

Seems like a great way to join the huge drupal open source community with the new growing LC open source community

Thoughts?

Thanks
E

MrWizard.
Posts: 32
Joined: Tue Apr 17, 2012 3:31 am

Re: Livecode module for Drupal?

Post by MrWizard. » Mon Jul 22, 2013 6:47 pm

Here are more details on the filter;

About

The PHP filter module adds a PHP filter to your site, for use with text formats. This filter adds the ability to execute PHP code in any text field that uses a text format (such as the body of a content item or the text of a comment). PHP is a general-purpose scripting language widely-used for web development, and is the language with which Drupal has been developed. For more information, see the online handbook entry for the PHP filter module.

Uses

Enabling execution of PHP in text fields
The PHP filter module allows users with the proper permissions to include custom PHP code that will get executed when pages of your site are processed. While this is a powerful and flexible feature if used by a trusted user with PHP experience, it is a significant and dangerous security risk in the hands of a malicious or inexperienced user. Even a trusted user may accidentally compromise the site by entering malformed or incorrect PHP code. Only the most trusted users should be granted permission to use the PHP filter, and all PHP code added through the PHP filter should be carefully examined before use. Example PHP snippets can be found on Drupal.org.
PHP filter administration pages

Configure PHP filter permissions

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”