41
recupsoft
Re: xoops 2.4 problem with EMLH
  • 2010/1/6 19:51

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


On my side XOOPS 2.43 + EMLH (without mainfile hack ; with $easiestml_dirs correction)... no errors displayed
but
language switching seems to work better on index/homepage/modules side than into the administration panel.
When I change language (?easiestml_lang=xx), into the Blocks Administration (for example) the page displays some parts in French, most of them are in English. I re-change language or I refresh page or log-out/log-in... still same mixing.
Admin section only displays well again if I turn-off EMLH module.



42
recupsoft
Re: XOOPS 2.5 Pre-Alpha
  • 2010/1/6 17:06

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


I hope multilanguage feature will be "core inside" one day (no more module/hack).



43
recupsoft
Re: Delete all posts/comments from user
  • 2010/1/5 15:15

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


I think it should be a core function (user management)
or at least a module
to erase all the comments from the selected user in all the modules.

I found such spams from registered "users" into all comment sections available (News, SmartSection, MyDownloads, MyLinks...) even with Protector 3.50 (but still with XOOPS 2.0.x not yet 2.4.x).



44
recupsoft
Re: Can't use Member ID
  • 2006/9/17 18:23

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


Bingo ! Thx
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr



45
recupsoft
Can't use Member ID
  • 2006/9/17 16:20

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


Hi,

I want to add the current Member's ID (users_uid) into an URL with tpl_vars['xoops_uid'] but I can't get his UID

Example:
global $xoopsUser;
echo "<a href=stats.php?member_uid=";
echo $this->_tpl_vars['xoops_uid'];
echo ">go</a>";
So I want to get the URL "stats.php?member_uid=1" if it's the member 1 which displays the page and maybe click on the link.

What's the solution please ?
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr



46
recupsoft
Re: Trying to display the username
  • 2006/8/5 18:30

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


if ($xoopsUser->getVar("uname") == "toto")
{ echo "bingo"; } else { echo "wrong"; }
=> site display wrong

if ($xoopsUser->getVar("uname") = "toto")
{ echo "bingo"; } else { echo "wrong"; }
=> no site display problem but no result on screen.

if ($this->_tpl_vars["xoops_uname"] == "toto")
{ echo "bingo"; } else { echo "wrong"; }
=> always displays "wrong".

Maybe a "global;" or something else before "if..." ?
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr



47
recupsoft
Trying to display the username
  • 2006/8/5 18:11

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


Hi,
I've created a usermenu, so not using the default one, from admin / block / new block in php script.

But I'm blocked to valid 2 tests inside:

- if user belongs to moderator group (g_id=4) then ...

- if username = "toto" then ...

For instance, I tried with
if ($this->_tpl_vars["xoops_uname"] == "toto")
for example but I doesn't work

Maybe wrong test, something missing before... Thx for help.
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr



48
recupsoft
Web application vulnerability scanner / security auditor
  • 2006/8/4 7:25

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


http://wapiti.sourceforge.net allows you to audit the security of your web applications.
It performs "black-box" scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data.
Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.

Wapiti can detect the following vulnerabilities :
File Handling Errors (Local and remote include/require, fopen, readfile...)
Database Injection (PHP/JSP/ASP SQL Injections and XPath Injections)
XSS (Cross Site Scripting) Injection
LDAP Injection
Command Execution detection (eval(), system(), passtru()...)
CRLF Injection (HTTP Response Splitting, session fixation...)

Maybe it can help XOOPS team & users.
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr



49
recupsoft
Re: Looking for a module...
  • 2006/7/29 6:40

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


I'll use SmartSection.
thx.
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr



50
recupsoft
Looking for a module...
  • 2006/7/27 15:27

  • recupsoft

  • Friend of XOOPS

  • Posts: 151

  • Since: 2003/10/30


Hi,
I'd like a module (already existing or with little adaptation) to display test/description of video games...
FR/EN sites: OverFiles.com + TotalJeux.fr / FR seulement : Sos-Adsl.com + PlaneteFree.fr




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



Login

Who's Online

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


Members: 0


Guests: 160


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