Fonction trace: open_files[5]->modio_open[2]->modio_mkdirs[1]->ftp_mkdir_struct[1]
ERREUR FTP : impossible de changer de répertoire pour [admin]
Répertoire actuel : [/]
Ligne du script n°195 :: FAQ :: Rapport d'erreur
Alors que le mod est compatible...
Voici le début du fichier d'install :
## EasyMod 0.0.7 compliant
##############################################################
## MOD Title: Map MOD
## MOD Author: Bananeweizen < Bananeweizen@gmx.de > (Michael Keppler) https://www.bananeweizen.de
## MOD Description: adds geopositioning to the user profile, shows the user locations on a map
## MOD Version: 2.0.0
##
## Installation Level: advanced
## Installation Time: 30 Minutes
## Files to edit: memberlist.php
## viewonline.php
## viewtopic.php
## admin/admin_users.php
## admin/index.php
## includes/constants.php
## includes/page_header.php
## includes/usercp_avatar.php
## includes/usercp_register.php
## includes/usercp_viewprofile.php
## templates/subSilver/memberlist_body.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/profile_add_body.tpl
## templates/subSilver/profile_view_body.tpl
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/admin/user_edit_body.tpl
##
##############################################################
## For Security Purposes, Please Check: https://www.phpbb.com/mods/downloads/ 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: https://www.phpbb.com/mods/downloads/
##############################################################
## Author Notes:
## YOU ARE REQUIRED TO USE "EASYMOD" FOR THE INSTALLATION OF THIS MOD.
## NO SUPPORT FOR MANUAL INSTALLATIONS.
##
## If you like this MOD, please have a visit to https://www.rechenkraft.net. You can help fight against
## cancer and other diseases without any effort.
##
## Credits:
## The data of German places was originally collected by Thomas Mack: https://th-mack.de
##
## Version history:
## 2003-10-19 - Version 2.0.0
## - new: long list of near users without map available from map page
## - new: additional locations may now have an icon
## - new: additional locations may now have a link, which is opened on clicking the location
## - new: access rights for viewing map can be set (registered/guests)
## - new: additional flag for multiple users
## - new: database installer now only installs base tables
## - new: countries are stored for cities
## - new: countries are used in location search
## - new: admin panel for search locations
## - new: search locations can now be imported from special package format
## - new: maps can now be imported using text file description
## - fix: nearest users not shown if map viewing user himself has set no coordinates
## - fix: user coordinates not deleted on selecting avatar in user ACP
## - fix: highlighted user is remembered on changing the map
## - fix: number of invisible users was calculated with consideration of zoom
## - fix (beta): replace comma by dot on user input
## - fix (beta): no searching possible if no search places are given
## - fix (beta): zoom and move with hightlighted user working again
## - fix (beta): extended list of user near someone showed wrong user
## - fix (beta): german installation description missed one definition
## - change: user location link searches for map where user is visible
## - change: additional locations now defined per map (no longer for all maps)
## - change: core language definitions now in separate files for easier upgrades
## - change: user lookup now tries to stay on current map area; detailed error messages
## - change: map page now centered
## - change: map name shown above map
## - change: maps shown in alphabetical order
## - change: included files moved to directory "includes"
## - change: flags and icons use their own subdirectory
## - change: checking of browser parameters safer
## - change (beta): link to highlighted user in legend
## - change (beta): HTML special characters used in language files
## 2003-09-12 - Version 1.9.1
## - fix: map information no longer lost on selecting avatar
## - fix: empty coordinates are no longer stored in the data base
## - change: install for viewtopic no longer hinders "direct user link" mod
## - change: clustering got its own configuration panel section
## 2003-09-10 - Version 1.9.0
## - new: super fast clustering algorithm
## - new: viewonline and admin/index show map page sessions
## - new: number of visible/invisible users shown
## - change: self flag no longer shown for guests
## - fix: users with coordinates (0,0) no more shown on map
## - fix: ACP user edit, searching places now works
## - fix: image names now templated in map.tpl
## 2003-09-03 - Version 1.8.0
## - new: users with flags near each other are now clustered, clustering changeable via ACP
## - new: uses overlib to display names and locations
## - new: users searchable on map
## - fix: German installation manual misleading
## - fix: Javascript form error in map and map_search
## - fix: link in viewprofile template working again
## - fix: link in viewtopic template working again
## - fix: link in memberlist now fully template compatible
## - fix: users with coordinates(0,0) no longer linked in viewprofile and memberlist
## - fix: potential problem for guests viewing map
## 2003-08-25 - Version 1.7.2
## - fix: replaced floatval function for compatibility to php<4.2
## 2003-08-24 - Version 1.7.1
## - fix again: editing maps showed multiple maps
## 2003-08-24 - Version 1.7.0
## - new: now EasyMOD compliant
## - new: added link from user location (in viewtopic) to map
## - new: added distance to user info on map
## - new: maps can now be edited
## - fix: some quirks in the admin panels
## - fix: mouse coordinates correct for scrolling the map
## - fix: big maps now fit on zoom factor 1
## - fix: scrolling restricted to map area
## 1.6.0
## - new: zoom and move on map
## - new: multi maps
## - new: admin panel for multi maps
## - new: additional text can be written onto the map (e.g. city names)
## - new: admin panel for additional texts
## - new: map info in user admin
## - new: admin panel listing users with wrong coordinates
## - change: storage format for coordinates
## - change: self and highlighted user are now drawn on top of all other users
## - fix: coordinates stored wrong for some places
## 1.5.0
## - new: admin panel to change map and settings
## - new: flags can now have offsets
## - new: location automatically added to profile on location search (thanks to Henne23)
## - new: database changes done by installation script (thanks to AWSW)
## - fix: anonymuous no longer counted as user (thanks to Henne23)
## - fix: coordinates saved on registration (thanks to Henne23)
## 1.4.0
## - initial beta test release
##########################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD And Your Database.
##############################################################
#
#-----[ COPY ]------------------------------------------
#
# copy all files from phpbb_root to your phpbb root
COPY phpbb_root/db_install.php TO db_install.php
COPY phpbb_root/map.php TO map.php
COPY phpbb_root/map_near.php TO map_near.php
COPY phpbb_root/map_generator.php TO map_generator.php
COPY phpbb_root/map_search.php TO map_search.php
COPY phpbb_root/overlib.js TO overlib.js
COPY phpbb_root/admin/admin_map_config.php TO admin/admin_map_config.php
COPY phpbb_root/admin/admin_map_locations.php TO admin/admin_map_locations.php
COPY phpbb_root/admin/admin_map_map.php TO admin/admin_map_map.php
COPY phpbb_root/admin/admin_map_wrong.php TO admin/admin_map_wrong.php
COPY phpbb_root/admin/admin_map_search.php TO admin/admin_map_search.php
COPY phpbb_root/admin/map_mod/readme.txt TO admin/map_mod/readme.txt
COPY phpbb_root/admin/map_mod/map_mod_places_germany.dat TO admin/map_mod/map_mod_places_germany.dat
COPY phpbb_root/images/map/map_germany.png TO images/map/map_germany.png
COPY phpbb_root/images/map/flags/map_flag.png TO images/map/flags/map_flag.png
COPY phpbb_root/images/map/flags/map_flag_highlight.png TO images/map/flags/map_flag_highlight.png
COPY phpbb_root/images/map/flags/map_flag_self.png TO images/map/flags/map_flag_self.png
COPY phpbb_root/images/map/icons/information.png TO images/map/icons/information.png
COPY phpbb_root/images/map/icons/medical.png TO images/map/icons/medical.png
COPY phpbb_root/includes/map_cluster.php TO includes/map_cluster.php
COPY phpbb_root/includes/map_functions.php TO includes/map_functions.php
COPY phpbb_root/language/lang_english/lang_admin_map.php TO language/lang_english/lang_admin_map.php
COPY phpbb_root/language/lang_english/lang_main_map.php TO language/lang_english/lang_main_map.php
COPY phpbb_root/language/lang_german/lang_admin_map.php TO language/lang_german/lang_admin_map.php
COPY phpbb_root/language/lang_german/lang_main_map.php TO language/lang_german/lang_main_map.php
COPY phpbb_root/templates/subSilver/map.tpl TO templates/subSilver/map.tpl
COPY phpbb_root/templates/subSilver/map_near.tpl TO templates/subSilver/map_near.tpl
COPY phpbb_root/templates/subSilver/map_search.tpl TO templates/subSilver/map_search.tpl
COPY phpbb_root/templates/subSilver/admin/map_config_body.tpl TO templates/subSilver/admin/map_config_body.tpl
COPY phpbb_root/templates/subSilver/admin/map_locations_body.tpl TO templates/subSilver/admin/map_locations_body.tpl
COPY phpbb_root/templates/subSilver/admin/map_locations_edit.tpl TO templates/subSilver/admin/map_locations_edit.tpl
COPY phpbb_root/templates/subSilver/admin/map_locations_map.tpl TO templates/subSilver/admin/map_locations_map.tpl
COPY phpbb_root/templates/subSilver/admin/map_map_body.tpl TO templates/subSilver/admin/map_map_body.tpl
COPY phpbb_root/templates/subSilver/admin/map_map_edit.tpl TO templates/subSilver/admin/map_map_edit.tpl
COPY phpbb_root/templates/subSilver/admin/map_wrong_body.tpl TO templates/subSilver/admin/map_wrong_body.tpl
COPY phpbb_root/templates/subSilver/admin/map_search_body.tpl TO templates/subSilver/admin/map_search_body.tpl
COPY phpbb_root/templates/subSilver/admin/map_search_rename.tpl TO templates/subSilver/admin/map_search_rename.tpl
COPY phpbb_root/templates/subSilver/images/icon_mini_map.gif TO templates/subSilver/images/icon_mini_map.gif
COPY phpbb_root/templates/subSilver/images/map_move_east.gif TO templates/subSilver/images/map_move_east.gif
COPY phpbb_root/templates/subSilver/images/map_move_north.gif TO templates/subSilver/images/map_move_north.gif
COPY phpbb_root/templates/subSilver/images/map_move_northeast.gif TO templates/subSilver/images/map_move_northeast.gif
COPY phpbb_root/templates/subSilver/images/map_move_northwest.gif TO templates/subSilver/images/map_move_northwest.gif
COPY phpbb_root/templates/subSilver/images/map_move_south.gif TO templates/subSilver/images/map_move_south.gif
COPY phpbb_root/templates/subSilver/images/map_move_southeast.gif TO templates/subSilver/images/map_move_southeast.gif
COPY phpbb_root/templates/subSilver/images/map_move_southwest.gif TO templates/subSilver/images/map_move_southwest.gif
COPY phpbb_root/templates/subSilver/images/map_move_west.gif TO templates/subSilver/images/map_move_west.gif
COPY phpbb_root/templates/subSilver/images/map_zoomin.gif TO templates/subSilver/images/map_zoomin.gif
COPY phpbb_root/templates/subSilver/images/map_zoomout.gif TO templates/subSilver/images/map_zoomout.gif
#
#-----[ OPEN ]------------------------------------------
#
memberlist.php
#
#-----[ FIND ]------------------------------------------
#
$from = ( !empty($row['user_from']) ) ? $row['user_from'] : ' ';
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Begin Map Mod
$sql = 'SELECT *
FROM ' . MAP_MOD_USER_TABLE . '
WHERE user_id='.$user_id;
if(!$map_result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't obtain map information.", "", __LINE__, __FILE__, $sql);
}
$map_row = $db->sql_fetchrow($map_result);
if ((intval($map_row['user_id'])<>0) && ((float)$map_row['longitude']<>0.0) && ((float)$map_row['latitude']<>0.0))
{
$map_highlight_id=$row['user_id'];
}
else
{
$map_highlight_id=0;
}
$db->sql_freeresult($map_result);
// End Map Mod
#
#-----[ FIND ]------------------------------------------
#
$template->assign_block_vars('memberrow', array(
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Begin Map Mod
'U_USER_MAP' => append_sid("map.$phpEx?highlight=".$map_highlight_id),
// End Map Mod
#
#-----[ FIND ]------------------------------------------
#
$i++;
}
while ( $row = $db->sql_fetchrow($result) );
#
#-----[ BEFORE, ADD ]------------------------------------------
#
if ($map_highlight_id<>0) {
$template->assign_block_vars('memberrow.switch_user_map', array());
}
else {
$template->assign_block_vars('memberrow.switch_user_no_map', array());
}
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/memberlist_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- BEGIN switch_user_map -->
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen"><a href="{memberrow.U_USER_MAP}" class="gen">{memberrow.FROM}</a></span></td>
<!-- END switch_user_map -->
<!-- BEGIN switch_user_no_map -->
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td>
<!-- END switch_user_no_map -->
#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php
#
#-----[ FIND ]------------------------------------------
#
define('PAGE_GROUPCP', -11);
#
Si quelqu'un pouvaiit me dire d'ou cela provient... Merci beaucoup pour cette aide tres précieuse
