41
bitcero
Re: My site xoops attacked
  • 2012/10/26 21:08

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


Well, is very important to check apache access logs in order to know what happened.

If you use a hosting with cpanel, generally, you can change your php.ini settings because every virtual host manage their own... but with some restrictions. Also with CPanel you can view all apache logs.

Is very important to clarify this problem for two reasons:

1. To determine if XOOPS security can be improved
2. To determine the cases where this things can happend and how to prevent, even if XOOPS is not related to it.




42
bitcero
Re: Jobs 4.4 Beta 1 for XOOPS 2.5.5 ready for testing & feedback
  • 2012/10/11 0:41

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


I'm test it very quicly to check functionallity and at first glance everything seems to work correctly. My only comments relate to the source code, that seems to to many HTML inside PHP code.



43
bitcero
New rmcommon theme
  • 2012/5/30 6:12

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


This is a new theme for rmcommon GUI. Please comment...

Resized Image

Resized Image

Resized Image




44
bitcero
Re: MyWords 2.0.99 & Common Utilities 2.1.40
  • 2012/1/10 2:51

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


They really should not be problems, however it is recommended PHP 5.3 because is the version that has been tested and it is recommended for safety.



45
bitcero
Re: MyWords 2.0.99 & Common Utilities 2.1.40
  • 2012/1/7 19:29

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26




Well if you need help... please tell me



46
bitcero
Re: MyWords 2.0.99 & Common Utilities 2.1.40
  • 2012/1/7 18:21

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


Well, I've implemented XLanguaje selector by changing language directly on cookie with jquery and next events:

$("a.lang-es").click(function(){
    $.
cookie("domain_lang",'spanish', {path'/'});
    
location.reload();
});
        
$(
"a.lang-en").click(function(){
    $.
cookie("domain_lang",'english', {path'/'});
    
location.reload();
});


This lines prevent to touch the module files, and only requires to implement in theme.



47
bitcero
Re: MyWords 2.0.99 & Common Utilities 2.1.40
  • 2012/1/7 2:23

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


even in Control Panel?

Have you checked your server error log? Maybe there exists some information that can help us to solve this issue.



48
bitcero
Re: MyGalleries 3 show images
  • 2011/8/24 15:58

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


Find this line:

<!-- slider -->
<
script type="text/javascript" src="<{xoImgUrl js/jquery.js}>"></script>


Then change to:

<{if $xoops_dirname!='galleries'}><script type="text/javascript" src="<{xoImgUrl js/jquery.js}>"></script><{/if}>


I recommend you to insert the next line before the previous lines:

<!-- RMTemplateHeader -->


When Common Utilities locate this tag automatically will insert all headers.




49
bitcero
Re: MyGalleries 3 show images
  • 2011/8/23 21:41

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


The problem seems to be with duplicated call to jquery.

You can modify your theme header with a if condition to prevent the inclusion of jquery:

<{if $xoops_dirname!='galleries'}>
.... 
// Jquery inclusion
<{/if>


Note: RMCommon include jquery by default.

Regards.



50
bitcero
Re: RMCommon Utilities 2 and MyWords 2 (Alpha)
  • 2010/5/15 6:01

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


Quote:
when i try to update the system module
i get this


Module is not installed yet!


Thanks for report... issue is fixed, i will upload it tomorrow morning.




TopTop
« 1 2 3 4 (5) 6 7 »



Login

Who's Online

194 user(s) are online (124 user(s) are browsing Support Forums)


Members: 1


Guests: 193


vamptrix,

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