| Autore | Messaggio |
Sniffer Amministratore


Registrato: Jul 20, 2003 Messaggi: 2967
Località: Verona
|
| Oggetto: [patch 3.3-3.5] fix Submit_News |
 |
|
Php-nuke 7.6 + patch 3.3-3.5
Questa fix sistema il bug della mancanza degli stripslashes in alcune parti del codice.
Aprire il file Submit_News/index.php
cercare [riga 52]
| Codice: | | $topics = check_words(check_html($row['topictext'], "nohtml")); |
sostituire con:
| Codice: | | $topics = stripslashes(check_words(check_html($row['topictext'], "nohtml"))); |
cercare [riga 108-109]
| Codice: | $story = check_words(check_html($story));
$storyext = check_words(check_html($storyext)); |
sostituire con:
| Codice: | $story = stripslashes(check_words(check_html($story)));
$storyext = stripslashes(check_words(check_html($storyext))); |
cercare [riga 136]
| Codice: | | $topicimage = check_html($row['topicimage'], "nohtml"); |
sostituire con:
| Codice: | | $topicimage = stripslashes(check_html($row['topicimage'], "nohtml")); |
cercare [riga 161]
| Codice: | $topics = check_words(check_html($row2['topictext'], "nohtml"));
|
sostituire con:
| Codice: | | $topics = stripslashes(check_words(check_html($row2['topictext'], "nohtml"))); |
cercare:
Subito prima aggiungere
| Codice: | | //Fix (stripslashes) By Sniffer 16/04/2007 - http://www.webother.com |
Fine.
Fix by Sniffer
_________________ Non inviatemi pm con richieste di aiuto grazie.
Su questo forum solo gli utenti registrati possono vedere i links! Registrati o fai il login |
|
|
Inviato:
Mar Apr 17, 2007 1:55 am |
|
 |
|
|
 |
|
 |
|
Tutti i fusi orari sono GMT + 2 ore |  |
| Key |
| |
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
|
|