Login    Registrati    Text  + grande    + piccolo

phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator phpnuke for donkeys translator

smartphone android
vendite riservate
Offerte Cd e Dvd
 
Area Riservata 1 Tutorials
Area Riservata 1 Downloads
Area Riservata 2 Tutorials
Area Riservata 2 Downloads Info Area 1    Info Area 2
Clicca per iniziare il tour!
Mobile     Facebook     Twitter     RSS Feed
Per qualsiasi informazione Contattaci
Nuova pagina 2


PHP-Nukefordonkeys.com: Forums

:: Leggi il Topic - aggiornamento Sentilell da 2.4.2 a 2.6.10
 FAQFAQ   CercaCerca   Gruppi utentiGruppi utenti   ProfiloProfilo   LoginLogin 

aggiornamento Sentilell da 2.4.2 a 2.6.10
Vai a pagina Precedente  1, 2
 
Nuovo Topic   Rispondi    Indice del forum -> Sicurezza PHP-Nuke
Precedente :: Successivo  
Autore Messaggio
duebit
Newbie
Newbie


Registrato: 01-02-2006
Messaggi: 766

MessaggioInviato: 01-02-2009 11:43    Oggetto: Rispondi citando

...mhà! mi da l'idea che non venga determinato correttamente l'ip.... Vieni bannato anche loggandoti da user? e da guest?

Fai queste semplici prove entrando nel db da mysql
Svuotare le tabelle:
nsnst_blocked_ips
nsnst_blocked_ranges (magari solo gli ip simili al tuo 62)
nsnst_excluded_ranges
...fai i tuoi test

poi passi a svuotare
nsnst_protected_ranges (Stesso criterio)
fai test

....vediamo un pò! Wink
_________________
Torna in cima
Profilo Messaggio privato HomePage
ciaophp
Newbie
Newbie


Registrato: 10-05-2007
Messaggi: 123

MessaggioInviato: 01-02-2009 15:37    Oggetto: Rispondi citando

Ok, ma quelle tabelle sono già vuote!!!
Eccole di seguito; le ho estratte e aperte con dreamweaver


- --------------------------------------------------------

--
-- Struttura della tabella `xxxx_nsnst_excluded_ranges`
--

CREATE TABLE IF NOT EXISTS `xxxx_nsnst_excluded_ranges` (
`ip_lo` int(10) unsigned NOT NULL default '0',
`ip_hi` int(10) unsigned NOT NULL default '0',
`date` int(20) NOT NULL default '0',
`notes` text NOT NULL,
`c2c` char(2) NOT NULL default '00',
PRIMARY KEY (`ip_lo`,`ip_hi`),
KEY `c2c` (`c2c`),
KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `xxxx_nsnst_excluded_ranges`
--



-
-- Struttura della tabella `xxxx_nsnst_blocked_ips`
--

CREATE TABLE IF NOT EXISTS `xxxx_nsnst_blocked_ips` (
`ip_addr` varchar(15) NOT NULL,
`user_id` int(11) NOT NULL default '1',
`username` varchar(60) NOT NULL,
`user_agent` text NOT NULL,
`date` int(20) NOT NULL default '0',
`notes` text NOT NULL,
`reason` tinyint(1) NOT NULL default '0',
`query_string` text NOT NULL,
`get_string` text NOT NULL,
`post_string` text NOT NULL,
`x_forward_for` varchar(32) NOT NULL,
`client_ip` varchar(32) NOT NULL,
`remote_addr` varchar(32) NOT NULL,
`remote_port` varchar(11) NOT NULL,
`request_method` varchar(10) NOT NULL,
`expires` int(20) NOT NULL default '0',
`c2c` char(2) NOT NULL default '00',
PRIMARY KEY (`ip_addr`),
KEY `c2c` (`c2c`),
KEY `date` (`date`),
KEY `expires` (`expires`),
KEY `reason` (`reason`),
FULLTEXT KEY `ip_addr` (`ip_addr`),
FULLTEXT KEY `client_ip` (`client_ip`),
FULLTEXT KEY `client_ip_2` (`client_ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `xxxx_nsnst_blocked_ips`
--



--
-- Struttura della tabella `xxxx_nsnst_excluded_ranges`
--

CREATE TABLE IF NOT EXISTS `xxxx_nsnst_excluded_ranges` (
`ip_lo` int(10) unsigned NOT NULL default '0',
`ip_hi` int(10) unsigned NOT NULL default '0',
`date` int(20) NOT NULL default '0',
`notes` text NOT NULL,
`c2c` char(2) NOT NULL default '00',
PRIMARY KEY (`ip_lo`,`ip_hi`),
KEY `c2c` (`c2c`),
KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `xxxx_nsnst_excluded_ranges`
--


--
-- Struttura della tabella `xxxx_nsnst_protected_ranges`
--

CREATE TABLE IF NOT EXISTS `xxxx_nsnst_protected_ranges` (
`ip_lo` int(10) unsigned NOT NULL default '0',
`ip_hi` int(10) unsigned NOT NULL default '0',
`date` int(20) NOT NULL default '0',
`notes` text NOT NULL,
`c2c` char(2) NOT NULL default '00',
PRIMARY KEY (`ip_lo`,`ip_hi`),
KEY `c2c` (`c2c`),
KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `xxxx_nsnst_protected_ranges`
--



Question Shocked


come scriveva Snoopy, "l'intreccio s'infittisce" Razz
Torna in cima
Profilo Messaggio privato
ciaophp
Newbie
Newbie


Registrato: 10-05-2007
Messaggi: 123

MessaggioInviato: 01-02-2009 15:40    Oggetto: Rispondi citando

Dimenticavo da user non vengo bannato, ne in posta mi arrivano messaggi di abuso; ma neanche da admin vengo bannato; mi arrivano solo quei mess di abuso in posta, ma lavoro sul sito normalmente da sempre.
Torna in cima
Profilo Messaggio privato
duebit
Newbie
Newbie


Registrato: 01-02-2006
Messaggi: 766

MessaggioInviato: 01-02-2009 16:03    Oggetto: Rispondi citando

bhè a questo punto io alzo le mani Smile ...prova a riuppare i files di una qualche versione completa di sentinell (magari dell'ultima). Nel caricare i files .js ad esempio a volte ci si può scontrare con qualche malfunzionamento. Utilizza un programma ftp transfer "serio" come SmartFtp
Se ok ricarica tutte le table
_________________
Torna in cima
Profilo Messaggio privato HomePage
ciaophp
Newbie
Newbie


Registrato: 10-05-2007
Messaggi: 123

MessaggioInviato: 02-02-2009 15:50    Oggetto: Rispondi citando

Ti ringrazio, sei stato lo stess un fedele alleato Cool
mi sa che getto la spugna anche io, dopotutto è un fastidio più che un problema; é solo che da un qualche cosa deve essere dovuto e la cosa u po' mi preoccupa.

I file .js mi pare siano stati caricati tutti a dovere, nelle root li vedo con le dimensioni giuste.
Cmq proverò anche con Smart FTP

grazie, e se quacuno dovesse avere un problema simile, batta un colpo Wink
Torna in cima
Profilo Messaggio privato
Mostra prima i messaggi di:   
Nuovo Topic   Rispondi    Indice del forum -> Sicurezza PHP-Nuke Tutti i fusi orari sono GMT + 1 ora
Vai a pagina Precedente  1, 2
Pagina 2 di 2

 
Vai a:  
Non puoi inserire nuovi Topic in questo forum
Non puoi rispondere ai Topic in questo forum
Non puoi modificare i tuoi messaggi in questo forum
Non puoi cancellare i tuoi messaggi in questo forum
Non puoi votare nei sondaggi in questo forum


Powered by phpBB © 2001-2006 phpBB Group
Versione 2.0.21 by Nuke Cops © 2006 http://www.nukecops.com

Basato su PHP-Nuke - Powered by PHPNuke Professional
Generazione pagina: 0.13 Secondi