Update gedaan maar
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Update gedaan maar
Ik kan geen topics meer openen nadat ik viewtopic heb veranderd.
Laatst gewijzigd door Tine op 11 feb 2005, 13:13, 1 keer totaal gewijzigd.
Re: Update gedaan maar
Oude terug en opnieuw?, want het is een foutje, wat w.s. zelf heb gemaakt.Tine schreef:Ik kan geen topics meer openen nadat ik viewtopic heb veranderd, nu krijg ik het volgende te zien:
http://www.helpkat.nl/phpBB2/viewtopic.php?t=2228
Met groet, The Sting
Dit heb ik vervangen:
//
// Was a highlight request part of the URI?
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight']))));
for($i = 0; $i < sizeof($words); $i++)
{
//
// Was a highlight request part of the URI?
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight']))));
for($i = 0; $i < sizeof($words); $i++)
{
Als je deze haalt, die heeft regelnummers phpdesignerTine schreef:Waar vind ik datSpambot schreef:Zou je de regels rond 493 van dat bestand even hier willen posten?viewtopic.php on line 493
Met groet, The Sting
Is dat je huidige code of heb je dat vervangen voor
? (Dit is de juiste code).
Code: Selecteer alles
//
// Was a highlight request part of the URI?
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));
for($i = 0; $i < sizeof($words); $i++)
{En deze kreeg ik:
//
// Was a highlight request part of the URI? (
// Aangepast! (Om Sanity.A virus te voorkomen)
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));
for($i = 0; $i < sizeof($words); $i++)
{
//
// Was a highlight request part of the URI? (
// Aangepast! (Om Sanity.A virus te voorkomen)
//
$highlight_match = $highlight = '';
if (isset($HTTP_GET_VARS['highlight']))
{
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));
for($i = 0; $i < sizeof($words); $i++)
{
http://www.mpsoftware.dk/phpdesigner.phpTine schreef:Oja waar haal ik dat progje vandaan van de sting?
Met groet, The Sting