Seite 1 von 1

Kennzeichen MOD - 2 Bugs

Verfasst: 05.06.2005 10:57
von Abimanie
Hallo,

ich habe zwei Bugs im Kennzeichen-MOD gefunden:

1. Wenn man die Board-Konfiguration aufruft wird der Speicherpfad der Kennzeichen-Bildern nicht mit ausgelesen. Was zur Folge hat, dass man jedes mal, wenn man was in der Konfiguration ?ndern m?chte, auch den Pfad neu eintragen muss.

2. Der zweite Bug ist ungleich schwerwiegender. Er f?hrt dazu, dass ich durch einen SQL-Syntax-Fehler nach dem Einbau des Mods niemand mehr registrieren kann. Um diesen Bug zu beheben, geht ihr wie folgt vor:

Code: Alles auswählen

##############################################################
## MOD Title: Bugfix f?r den Car Sign Mod 1.0.0 von Leuchte
## MOD Author: Neologist < info@abimanie.de > (David Skodawessely) http://www.abimanie.de
## MOD Description: Behebt einen SQL-Syntax-Fehler
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: includes/usercp_register.php
## Included Files: n/a
## Generator: MOD eclipse
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: 
## 
####################################################Bugfix f?r Car Sign Mod 1.0.0 von Leuchte##########
## MOD History: 
## 
##   2005-06-04 - Version 1.0.0
##      - Initial Release
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php

# 
#-----[ FIND ]------------------------------------------ 
# 
			$sql = "INSERT INTO " . USERS_TABLE . "	(user_id, username, user_regdate,

#
#-----[ IN-LINE FIND ]------------------------------------------
#
$sign_sql

#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
'$sign_sql'

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM