1
goffy
xoops_redirect
  • 12/8 9:18

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi

because I have currently a lot of spam registrations I checked my server access log and found one log very often:
Quote:
57.141.0.19 - - 06/Dec/2024:21:33:35 +0100 "GET /modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/profile/user.php?xoops_redirect=/modules/newbb/report.php?forum=18&topic_id=12229&post_id=66633 HTTP/1.0" 200 15200 "-" "meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)"

It seems that someone is using xoops_redirect to burden my system, maybe to make spam registration possible, I dont know.

but my question: how to treat this problem? would it make sense to implement a filter to remove the additional xoops_redirect in order to avoid looping?

what do you think



2
goffy
cancel button
  • 2024/11/11 11:21

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi

it seems that there is a problem with cancel button in bootstrap5
currently we are using
button class="btn btn-danger me-1" onClick="history.go(-1);return true;"  _CANCEL . /button

but this cause that it is treated like clicking on confirm button, as the submit event takes place

my solution is to replace by
input type="button" class="btn btn-danger me-1" name="cancel" id="cancel" onClick="history.go(-1);return true;" value=". _CANCEL . "


I created a PR https://github.com/XOOPS/XoopsCore25/pull/1481

or is there a better solution?



3
goffy
Re: sbadmin5 - Bootstrap 5 Theme
  • 2024/9/29 9:11

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


if someone needs help for creation of Modulemenu Class then please let me know



4
goffy
Re: sbadmin5 - Bootstrap 5 Theme
  • 2024/9/27 8:00

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


the tutorial you can find in the readme



5
goffy
sbadmin5 - Bootstrap 5 Theme
  • 2024/9/25 18:15

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


As I need a modern dashboard theme for my wgSimpleAcc and wgFilemanager I started to work on SbAdmin5 which is based on Bootstrap 5, with minimal custom styling, suitable theme in building intranet, web apps and dashboards

Features
--------
- Closed Site Template (For Intranet Website)
- Support for XOOPS myMenus Module
- SCSS based theme with built in scripts for compiling Pug and CSS
- A flexbox based layout with fixed and static navigation options
- Toggleable sidebar menu with intuitive toggled states
- Custom panel styling
- Customizable main menu

A detailed description you can find here: https://github.com/XoopsThemes/sbadmin5/blob/master/README.md

Currently I work on implementing my modules. If you want to have a specific other module in this theme then please create an issue on: https://github.com/XoopsThemes/sbadmin5/issues

Download: https://github.com/XoopsThemes/sbadmin5

Don't hesitate to fork and/or contribute in improving this theme



6
goffy
Re: activate block by default
  • 2024/9/3 16:09

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi, thank you I will test it and report back the solution :)



7
goffy
Re: wgFilemanager released for testing and contribution
  • 2024/8/30 7:29

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi, thank you, should be fixed meanwhile



8
goffy
activate block by default
  • 2024/8/24 9:52

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


is there a way to activate a block automatically, means, that after installation the block is already activated



9
goffy
wgFilemanager released for testing and contribution
  • 2024/8/21 13:17

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


wgFilemanager 1.0.0 Alpha is released for testing and contribution.

This XOOPS module is especially developed for file management.

The module currently provides:
* Browse files and directories
- 3 different styles: list / grouped / cards
- display/hide file preview and/or icons

*File management:
- Upload file
- Download file
- Print file
- Preview for image and pdf file (modal)
- Edit file
- Delete file

*Directory management:
- Create directory
- Rename directory
- Move directory by drag&drop
- Deleting directory with complete content

*Permission management:
- Global permissions
- Permissions by directory

Requirements:
- XOOPS 2.5.11-Stable
- PHP 7.4 or higher
- Bootstrap 4 Theme

DOWNLOAD: https://github.com/XoopsModules25x/wgfilemanager

FORK: https://github.com/XoopsModules25x/wgfilemanager

Tutorial: coming soon



10
goffy
Re: List of data in .txt
  • 2024/2/8 19:47

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi
if you are really managing the website then you should have also access to the user table in the XOOPS database. in this table you find the information you want.
It is not possible to extract these information from user site, otherwise everyone would be able to get these sensitive data.
You need access to admin area and to the tables of your XOOPS website.




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



Login

Who's Online

130 user(s) are online (47 user(s) are browsing Support Forums)


Members: 0


Guests: 130


more...

Donat-O-Meter

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

Latest GitHub Commits