Talk

Difference between revisions of "Securing Joomla extensions"

From Joomla! Documentation

(New page: Hi. I have a wrapper page linked to a menu item in my Joomla! site (1.5.9 version). The link in menu item is http://mydomain.com/services/index.php<br /> using // no direct access define...)
 
m (Tutorial talk:How to make your Joomla addon more secure WIP moved to Talk:Securing Joomla extensions: Moved page to main namespace because the Tutorial namespace is deprecated)
 
(No difference)

Latest revision as of 11:43, 15 January 2011

Hi. I have a wrapper page linked to a menu item in my Joomla! site (1.5.9 version). The link in menu item is http://mydomain.com/services/index.php
using

// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );

and

// no direct access
defined('_JEXEC') or die('Restricted access');

and calling the page from the menu item in Joomla! I have 'Restricted Access' message.

I had read this tutorial but... actually I'm not able to protect correctly the php code inside the wrapper page. Asking for your help. Let me start from somewhere.. thanks in advance.
(Dangerfield 01:11, 28 February 2009 (UTC))