Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - magostoni

Pagine: [1]
1
Ciao a tutti,
ho un sito Joomla 3.9.26 dove ad un certo punto, fatte delle modifiche ai dati, mi ha disconnesso e provando a rientrare in backend mi dava errore dicendomi che non ero autorizzato ad accedere alla sezione amministrativa del sito.


Fatte alcune ricerche on-line, alla fine ho scoperto che mi mancava un record (come mai sia sparito rimane un mistero) nella tabella #__assets; mi mancava proprio il record così fatto


root.1 | Root Asset |  {"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}


Ho provveduto a inserirlo da phpmyadmin leggendolo da una precedente copia di backup (anche se di qualche giorno più vecchia). Quello che però non capisco è come faccio a sapere se il valore che ho nel campo "rgt" è corretto.
Cosa mi dovrebbe rappresentare?


Grazie,
Matteo


2
Scusate, non avevo visto che c'era anche un forum per "Sviluppo" che sicuramente è più in tema con la mia richiesta.
Potreste cortesemente spostare il mio topic in quella sezione del forum?


grazie,
ciao

3
Ciao a tutti,
ho bisogno di modificare un componente nel seguente modo:

al momento il componente salva una serie di dati nella sessione. La struttura è abbastanza articolata, del tipo


Codice: [Seleziona]
gateway: "string01"
posted: array(5)
     subposted: array(7)
     option: "string02"
param: array(14)
e così via.
[/size]
[/size]Il componente fa redirect su un diverso dominio il quale poi fa a sua volt un POST sull'indirizzo chiamante.
[/size]
Siccome ho un problema sul recupero dei dati della session quando ritorno sull'url del chiamante (su alcuni browser come Chrome e Edge mi vede la sessione vuota) pensavo di salvare i dati di Session su db prima di venire reindirizzato all'altro dominio utilizzando una primary key che ho nelle varie informazioni, e quando mi ritorna sull'url del chiamente recuperare i dati di Session da db e ripristinarla così poi da proseguire con il resto delle operazioni.


Vista la struttura articolata dei dati di Session, voi come mi consigliate di procedere per salvarla a database e poi ripristinarla in un modo abbastanza compatto?






Grazie,
Ciao

4
Dalla documentazione presente sul sito dello sviluppatore sembrerebbe che la ricerca funzioni sugli articoli di Joomla, mentre a me servirebbe un cerca all'interno della lista degli utenti di Joomla.


In ogni caso ho provato a contattare il developer per sicurezza.


5
Cavoli, ho controllato ed è vero!


Non ricordavo di averla già fatta qui nel forum.




Purtroppo ho anche visto ricontrollando, che nessuno ha dato risposta al precedente post.

6
Joomla! 3 / Come fare Search avanzato sugli utenti di Joomla
« il: 21 Mag 2021, 18:13:18 »
Ciao a tutti,
ho un sito Joomla 3.9 in cui ho aggiunto dei campi aggiuntivi agli utenti per poter gestire alcune informazioni in più rispetto ai campi Standard del profilo utente di Joomla.
Sono campi di Joomla aggiunti tramite Utenti -> Campi aggiuntivi.


Ora quello che avrei bisogno di fare è utilizzare un componente / modulo che permetta al visitatore del sito di fare un cerca all'interno della lista degli utenti filtrando anche eventualmente su uno o più campi aggiuntivi.


Qualcuno di voi conosce una estensione che faccia questa cosa?




Grazie,
Matteo


7
I Template di Joomla! 3 / Quale framework di template
« il: 23 Mar 2021, 16:46:01 »
Ciao a tutti,
mi servirebbe un consiglio su quale framework di template adottare per un sito J3.9, magari con un occhio avanti alla J4.


Qualcuno mi riesce a dare indicazioni o preferenze tra i vari competitor tipo T4, Helix, etc.?


Grazie infinite,
Matteo


8
Joomla! 3 / SEARCH su utenti utilizzando campi aggiuntivi
« il: 22 Mar 2021, 11:05:44 »
Ciao a tutti,
sto cercando di capire in che modo risolvere questo problema.


Ho una lista di utenti Joomla a cui ho aggiunto alcuni campi personalizzati dalla gestione degli utenti. Avrei bisogno di fare in modo che il visitatore possa fare una ricerca all'interno degli utenti (anche sui campi personalizzati) e gli venga presentata la lista dei record che soddisfano la ricerca.


Ho notato che di default questa funzionalità manca in Joomla core.


Grazie in anticipo,
Matteo

9
SEO / Re: errore 403 su Homepage
« il: 22 Feb 2008, 12:46:30 »
403

Ciao

10
SEO / errore 403 su Homepage
« il: 21 Feb 2008, 17:36:04 »
Ciao,
ho un sito su Joomla su cui ho abilitato il core SEF. Il sito è montato su un IIS 6.0 su cui ho installato un filtro ISAPI per l'url redirect.
Ho configurato il file .htaccess e la cosa strana che non capisco è che il tutto funzione su tutte le pagine di contenuti tranne che se digito l'indirizzo della home page.
www.miosito.eu

Di seguito ilfile .htaccess
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.39

##
# @version $Id: htaccess.txt 4756 2006-08-25 16:07:11Z stingrey $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
# Only use one of the two SEF sections that follow.  Lines that can be uncommented
# (and thus used) have only one #.  Lines with two #'s should not be uncommented
# In the section that you don't use, all lines should start with #
#
# For Standard SEF, use the standard SEF section.  You can comment out
# all of the RewriteCond lines and reduce your server's load if you
# don't have directories in your root named 'component' or 'content'
#
# If you are using a 3rd Party SEF or the Core SEF solution
# uncomment all of the lines in the '3rd Party or Core SEF' section
#
#####################################################

#####  SOLVING PROBLEMS WITH COMPONENT URL's that don't work #####
# SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED
# OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING
#
# In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# May need to be uncommented.  If you are running your Joomla/Mambo from
# a subdirectory the name of the subdirectory will need to be inserted into this
# line.  For example, if your Joomla/Mambo is in a subdirectory called '/test/',
# change this:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# to this:
# RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes##
#
#####################################################


##  Can be commented out if causes errors, see notes above.
# Options FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On


#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla/MamboDirectory (just / for root)

RewriteBase /


########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]       ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
RewriteRule ^(content/|component/) index.php
#
########## End - Joomla! core SEF Section



########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]       ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section



########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#                             
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploi

Pagine: [1]


Web Design Bolzano Kreatif