1
nettcom
Re: Xoops Licence Usage and LGPL/Others
  • 2008/11/21 23:34

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


in this specific case the propetary software run actualy with out xoops, this run as stand alone aplication not need absolutely any other CMS, like xoops. (the software is like zendcart), the ideia is adapt the propetary software to run under XOOPS as a module, but work independent not calling any XOOPS class, only the autenticte mechanisn (login-users).


thats all


:)






2
nettcom
Xoops Licence Usage and LGPL/Others
  • 2008/11/21 13:14

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


Hi I have a legal question, is posible, co-existance XOOPS - and proprietary software working together?

Example:

Install xoops, custom modify XOOPS code/functions to work (very litle), them install 10 modules, not open source, (proprietary software, licenced, and encrypted)

Usage: when distributed the software;
have a CD, with APACHE,PHP,MYSQL,XOOPS, not encrypted and work standalone in a portable aplication mode, the unique encrypted and licenced are the 10 modules.

Seller advice, all the softwares are open source "ambient", modules are licenced and ecrypted, the 10 modules can work w/o xoops, under their own Kernel (xoops are an option, to use news, etc, opem source modules full code access)

please tellme about copy rigth violations or any license issues working as a company out of UNITED STATES.

regards



3
nettcom
Re: LICENCE ISSUES XOOPS AND PROPRIETARY SOFWARE.
  • 2008/11/21 13:12

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


carefull close this/delete.
I am openig another topic
https://xoops.org/modules/newbb/viewtopic.php?topic_id=66677&forum=20&post_id=300666#forumpost300666

thanks!



4
nettcom
Re: LICENCE ISSUES XOOPS AND PROPRIETARY SOFWARE.
  • 2008/11/21 12:16

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


ok, thanks



5
nettcom
Re: LICENCE ISSUES XOOPS AND PROPRIETARY SOFWARE.
  • 2008/11/21 11:35

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


thanks if anyone share your know how, about this.



6
nettcom
LICENCE ISSUES XOOPS AND PROPRIETARY SOFWARE.
  • 2008/11/21 11:20

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


Hi I have a legal question, is posible, co-existance XOOPS - and proprietary software working together?

Example:

Install xoops, custom modify XOOPS code/functions to work (very litle), them install 10 modules, not open source, (proprietary software, licenced, and encrypted)

Usage: when distributed the software;
have a CD, with APACHE,PHP,MYSQL,XOOPS, not encrypted and work standalone in a portable aplication mode, the unique encrypted and licenced are the 10 modules.

Seller advice, all the softwares are open source "ambient", modules are licenced and ecrypted, the 10 modules can work w/o xoops, under their own Kernel (xoops are an option, to use news, etc, opem source modules full code access)

please tellme about copy rigth violations or any license issues working as a company out of UNITED STATE.

regards




7
nettcom
Re: Removing right side and even left blocks...
  • 2008/10/3 15:22

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


Use my hack fo this...
edit file theme.html, before the line:
<{if $xoops_showlblock == 1}>
add this code:
<{php}> 
    
$mod $GLOBALS['xoopsModule']; 
    
$dirname = (isset($mod) ? $mod->getVar('dirname') :'system'); 
    if (
$dirname == 'your_module_dir_name')
    {
     
$GLOBALS['xoopsTpl']->assign'xoops_showlblock'); 
    }
<{/
php}>


regards!



8
nettcom
Re: how to get <{$xoops_showlblock}> ??
  • 2008/10/3 15:21

  • nettcom

  • Just popping in

  • Posts: 8

  • Since: 2002/11/14


Use my hack fo this...
edit file theme.html, before the line:
<{if $xoops_showlblock == 1}>
add this code:
<{php}> 
    
$mod $GLOBALS['xoopsModule']; 
    
$dirname = (isset($mod) ? $mod->getVar('dirname') :'system'); 
    if (
$dirname == 'your_module_dir_name')
    {
     
$GLOBALS['xoopsTpl']->assign'xoops_showlblock'); 
    }
<{/
php}>


regards!




TopTop



Login

Who's Online

249 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 249


more...

Donat-O-Meter

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

Latest GitHub Commits