Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
mod_html work fine
« previous
next »
Print
Pages: [
1
]
Author
Topic: mod_html work fine (Read 6420 times)
bianco2k
Newbie
Posts: 20
mod_html work fine
«
on:
May 28, 2009, 18:35:02 »
This module allows you to add any html/javascript/css and PHP to a module position.
For download:
http://code.google.com/p/joomla-php/downloads/list
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: mod_html work fine
«
Reply #1 on:
May 28, 2009, 18:40:09 »
We prefer the
wrapped solution
or a
url Link solution
that we give us a lot of choices in Elxis than an unsecured Joomla Module
«
Last Edit: May 28, 2009, 18:42:03 by $webGift
»
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
datahell
Elxis Team
Hero Member
Posts: 10356
Re: mod_html work fine
«
Reply #2 on:
May 28, 2009, 19:20:02 »
Don't use Joomla's extensions in Elxis!
The security risk is high
. Although the 2 CMSs look similar they have a completely different core. More over Elxis and Joomla have a completely different access system. See bellow why. Also is a very bad idea to be able someone to write php code from within administration! Don't use such tools in your sites.
See why you should not use anything from joomla in Elxis.
Joomla:
Items allowed to be access by visitors belong to user group 0.
Elxis:
Items allowed to be access by visitors belong to user group 29.
Joomla:
Items allowed to be access by registered users belong to user group 1.
Elxis:
Items allowed to be access by registered users belong to user group 18.
Joomla:
It is safe to rely on group names and IDs as they are always the same.
Elxis:
In Elxis user groups can be edited, added or even deleted so it is not safe to rely or their names or their ids!
Joomla's access check:
Item access <= $my->gid then allow
Elxis's access check:
Item access IN ($my->allowed) then allow
Joomla's access checks in Elxis are always true (even the visitors belong to a user group with id 29), so visitors may gain access to areas only for registered users! Elxis access system is much more advanced and work completely differently.
«
Last Edit: May 28, 2009, 19:33:58 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
speck
Elxis Community
Sr. Member
Posts: 348
Re: mod_html work fine
«
Reply #3 on:
June 07, 2009, 16:09:19 »
that module I've tried it on 2006.x many times ago. It works badly. don't use it.
«
Last Edit: June 07, 2009, 16:11:03 by speck
»
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
mod_html work fine