1
Mage
Vulnerability in xmnews, xmsocial and xmarticle modules
  • 12/9 20:59

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


It is important to update the following modules as soon as possible

xmnews, xmsocial and xmarticle

Ill-intentioned persons could exploit a security flaw. To avoid any risk, please use version 1.8.0 of xmnews, 2.1.1 of xmsocial and 1.5.2 of xmarticle.

Thanks to mcdruid for informing me of the security flaw.



2
Mage
Re: XOOPS 2.5.11 session handling too strict?
  • 2024/10/27 20:17

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Maybe we could add this possibility in the preferences? We add a drop-down menu with the possible options.
By default we could put "lax" but in the preferences. This is easier for users to be able to change from the preferences.



3
Mage
Re: sbadmin5 - Bootstrap 5 Theme
  • 2024/10/5 15:37

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Your project sounds excellent! I'll be testing it next week.
Thank you for this work



4
Mage
Re: Help us implement Recaptcha for Xoops
  • 2023/2/7 21:28

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Hi,
We haven't implemented recaptcha 3 in xoops but you can use recaptcha2 very easily.
An explanation is available here:

https://www.monxoops.fr/modules/xmtutorial/tutorial.php?tutorial_id=3&lang=english

Good reading



5
Mage
Re: Cascading form select
  • 2023/1/31 18:49

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Thanks for sharing, it's very interesting!



6
Mage
Re: index.php in New modules
  • 2022/4/5 15:15

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


The problem is relatively simple. The .php files which are in the "preloads" folder are loaded automatically by xoops. When we moved from index.html to index.php, we modified core (2.5.11) to not include the index.php file. But on version 2.5.10 there is no this modification.
Including the index.php file generates 404 errors (not in navigation) but on robots or internal scripts on the site.

Several weeks ago, I discovered that one of my websites was no longer referenced by google, the robots were blocked (error 404). I searched (very long) and found this problem. It is for this reason that all modules are modified with index.html in the "preloads" folder.
On xoops 2.5.11 there is no problem but before yes...



7
Mage
Re: index.php in New modules
  • 2022/4/5 6:34

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Hi, The problem most likely comes from the index.php file which is in the preloads folder.

Can you verify that the modules/xsitemap/preloads/ folder does not contain the index.php file?

If in this folder there is the index.php file, it is absolutely necessary to remove it and put the index.html file in its place.

You have to check all your modules and do the same manipulation.

The problem should go away.



8
Mage
XOOPS 2.5.11 follow-up
  • 2022/4/4 18:32

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


To celebrate the 3 years of work on XOOPS 2.5.11 (and yes 3 years today), we have decided to propose an article per week on the modifications of this version. The objective is to analyze a period to highlight statistics and important points of modification.

You can find article 1 here:

https://www.monxoops.fr/modules/xmnews/article.php?news_id=49&lang=english



9
Mage
Re: xlanguage and xoopsfaq problem
  • 2021/10/29 7:56

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Hello,

I don't know if it's related but the problem with xlanguage is that it processes the tags right before display. Let's imagine that the module makes a php break in the text (the php code takes the first 50 characters):

[en]My text of more than 50 characters [/en][fr]Mon texte de plus de 50 caractères [/fr]

It will transmit to xlanguage:

[en]My text of more than 50 characters...

And this is the beginning of the problems! He cannot close the tags!

To correct the problem, the module must clean the tags before processing the length of the text!

This is how I did for my modules:

https://github.com/GregMage/xmnews/commit/74fb8d951e7100f51162bcda2f3316070e95dfcb

for comment:

https://github.com/GregMage/xmnews/commit/350c02dda31018f8e5515e1a8941767889c36af3

If modules don't do this, they won't be able to work properly with xlanguage.

Today there are no other possible solutions...



10
Mage
Re: Looking for a light moduke to better understand Xoops Modules Namespacing
  • 2021/4/8 11:53

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1






TopTop
(1) 2 3 4 ... 10 »



Login

Who's Online

154 user(s) are online (44 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

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

Latest GitHub Commits