Seite 1 von 2

jede menge probleme mit Map MOD

Verfasst: 26.06.2005 22:00
von Noob2005
Hallo ich hab den map mod installiert leider teigt er mir keine karte an.

diese Fehlermeldung habe ich im ACP
Parse error: parse error, unexpected '\"' in /home/www/htdocs/domain.de/admin/admin_users.php on line 748
Dann hab ich versucht eine neue Karte hinzu zufügen
Diese Fehlermeldung habe ich jetzt wen ich die Karte anschauen will
Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 10027 is not allowed to access / owned by uid 0 in /home/www/htdocs/domain.de/includes/map_functions.php on line 258
und einstückchen weiter unten diese
Allgemeiner Fehler

Map image file not found

DEBUG MODE

SELECT * FROM phpbb_map_mod_map WHERE id=2

Line : 260
File : map_functions.php

Verfasst: 26.06.2005 22:03
von Markus67
Hi ...

fangen wir mal oben an ...
verlinke die Datei admin/admin_users.php als txt-Datei
KB:datei

Markus

Verfasst: 26.06.2005 22:31
von Noob2005

Verfasst: 26.06.2005 22:34
von andreasOymann
Mod mit EasyMod eingebaut???

A.

Verfasst: 26.06.2005 22:39
von Noob2005
Nein,habe ich selber versucht :(
geht das den mit dem easy mod?
danke erst mal das du mir den download zu verfügung gestellt hast.

Verfasst: 26.06.2005 22:42
von andreasOymann
Hast du dir eigentlich VOR dem Einbau mal die Anleitung durchgelesen???
## Autor Hinweise:
## DIESER MOD MUß MIT DEM MOD-INSTALLER "EASYMOD" INSTALLIERT WERDEN.
## KEIN SUPPORT FÜR MANUELLE INSTALLATIONEN.

Verfasst: 26.06.2005 22:44
von Markus67
Hi ...

suche:

Code: Alles auswählen

// End Map Mod	$sql = "UPDATE " . USERS_TABLE . "
ersetze mit:

Code: Alles auswählen

// End Map Mod

	$sql = "UPDATE " . USERS_TABLE . "
Markus

Verfasst: 26.06.2005 22:45
von Noob2005
Oh... mist das hab ich nicht gesehen :oops:

Verfasst: 26.06.2005 22:45
von andreasOymann
admin_users.php:

suche

Code: Alles auswählen

// End Map Mod	$sql = "UPDATE " . USERS_TABLE . "
				SET " . $username_sql . $passwd_sql . "user_email = '" . str_replace("\'", "''", $email) . "', user_icq = '" . str_replace("\'", "''", $icq) . "', user_website = '" . str_replace("\'", "''", $website) . "', user_occ = '" . str_replace("\'", "''", $occupation) . "', user_from = '" . str_replace("\'", "''", $location) . "', user_from_flag = '$user_flag', user_interests = '" . str_replace("\'", "''", $interests) . "', user_birthday='$birthday', user_next_birthday_greeting=$next_birthday_greeting, user_knowledge = $user_knowledge, user_sig = '" . str_replace("\'", "''", $signature) . "', user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", $aim) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_sig_bbcode_uid = '$signature_bbcode_uid', user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowavatar = $user_allowavatar, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify = $notifyreply, user_allow_pm = $user_allowpm, user_notify_pm = $notifypm, user_popup_pm = $popuppm, user_lang = '" . str_replace("\'", "''", $user_lang) . "', user_style = $user_style, user_timezone = $user_timezone, user_dateformat = '" . str_replace("\'", "''", $user_dateformat) . "', user_active = $user_status, user_rank = $user_rank" . $avatar_sql . "
				WHERE user_id = $user_id";
und ersetze mit

Code: Alles auswählen

// End Map Mod
	$sql = "UPDATE " . USERS_TABLE . "
	SET " . $username_sql . $passwd_sql . "user_email = '" . str_replace("\'", "''", $email) . "', user_icq = '" . str_replace("\'", "''", $icq) . "', user_website = '" . str_replace("\'", "''", $website) . "', user_occ = '" . str_replace("\'", "''", $occupation) . "', user_from = '" . str_replace("\'", "''", $location) . "', user_from_flag = '$user_flag', user_interests = '" . str_replace("\'", "''", $interests) . "', user_birthday='$birthday', user_next_birthday_greeting=$next_birthday_greeting, user_knowledge = $user_knowledge, user_sig = '" . str_replace("\'", "''", $signature) . "', user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", $aim) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_sig_bbcode_uid = '$signature_bbcode_uid', user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowavatar = $user_allowavatar, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify = $notifyreply, user_allow_pm = $user_allowpm, user_notify_pm = $notifypm, user_popup_pm = $popuppm, user_lang = '" . str_replace("\'", "''", $user_lang) . "', user_style = $user_style, user_timezone = $user_timezone, user_dateformat = '" . str_replace("\'", "''", $user_dateformat) . "', user_active = $user_status, user_rank = $user_rank" . $avatar_sql . "
				WHERE user_id = $user_id";

Verfasst: 26.06.2005 22:54
von Noob2005
Danke hat geklapt
andreasOymann hat geschrieben:
## Autor Hinweise:
## DIESER MOD MUß MIT DEM MOD-INSTALLER "EASYMOD" INSTALLIERT WERDEN.
## KEIN SUPPORT FÜR MANUELLE INSTALLATIONEN.
könnt ihr mit trotzdem bitte weiter helfen?