1
DonCurioso
X-AAM (Xoops - Anti Add Modules)

Para usuarios de habla hispana
X-AAM is a hack for disallow the function to add/remove/deactive a module of Xoops, but allowing to actualize/edit the name of the module at time.
Download
HispaXoops | Xoops España

That's the way i like it! | Nada mejor que una Alhambra bien helada con aceitunas...

2
trabis
Re: X-AAM (Xoops - Anti Add Modules)
  • 2009/3/13 21:40

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


"Vuelva atrás, esta función no está permitida por X-AAM. Contacte con su administrador de sistema para instalar un módulo."

Can you tell me how the system admin can install/unsitall a module if the code is commented out?

And would it not be FAR better to hack main.php and add this
$updatesonly true//change to false allow all
if ($updatesonly && !in_array($op, array('update''update_ok'))) {
    echo 
'SORRY, WE ONLY ALLOW UPDATES';
    
$op 'list';
}


just before this lines
if (in_array($op, array('submit''install_ok''update_ok''uninstall_ok'))) {
    if (!
$GLOBALS['xoopsSecurity']->check()) {
        
$op 'list';
    }
}



3
DonCurioso
Re: X-AAM (Xoops - Anti Add Modules)

Trabis,

the original idea is for webmasters who sell a website after a lot of hours of a hard job & customers call 48 hours after because they installed a lot of modules & this pages aren´t working fine, many times because they don´t appreciate a webmaster work, don´t want to pay a support o similar. Always they said that " i didn´t do it anything ", " we´re under guarantee "... I´m tired about these excuses.

Based on my own experience... that´s not too much

We don´t know about you wrote, thanks for advice it.

Muito obrigado, Trabis.
HispaXoops | Xoops España

That's the way i like it! | Nada mejor que una Alhambra bien helada con aceitunas...

Login

Who's Online

155 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits