Seite 1 von 1
Suche Download Mod
Verfasst: 22.04.2005 11:36
von Pseiko
Ich suche einen neuen Download Mod. Der von Hotschi geht bei mir seit einigen Updates nicht mehr. Und deshalb such ich nach einem anderen.
Kennt jemand noch einen?
Verfasst: 22.04.2005 11:53
von Mario Siebert
Verfasst: 22.04.2005 18:08
von Pseiko
Ist dort keine Installationsanleitung dabei? Oder brauch man nur die Dateien kopieren?
Verfasst: 22.04.2005 19:08
von Pseiko
Okay die Installanweisung habe ich gefunden, aber seit dem ich den Mod drin habe bekomme ich sporadisch folgende Fehlermeldung
Warning: mysql_connect(): Zu viele Verbindungen. in /home/www/n4b225/html/forum/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/www/n4b225/html/forum/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/www/n4b225/html/forum/db/mysql4.php on line 331
Fatal error: Call to undefined function: areyouabot() in /home/www/n4b225/html/forum/includes/sessions.php on line 406
Obwohl diese Datei nicht zu ändern war.
Das ist der betroffene Bereich:
Code: Alles auswählen
//
// Append $SID to a url. Borrowed from phplib and modified. This is an
// extra routine utilised by the session code above and acts as a wrapper
// around every single URL and form action. If you replace the session
// code you must include this routine, even if it's empty.
//
function append_sid($url, $non_html_amp = false)
{
global $SID;
if (areyouabot($_SERVER["HTTP_USER_AGENT"], TRUE) != 1) {
if ( !empty($SID) && !preg_match('#sid=#', $url) )
{
$url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
}
}
return $url;
}