Easy Control Panel Hilfe!!!!

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
bmx-er
Mitglied
Beiträge: 88
Registriert: 31.12.2003 19:33
Wohnort: Ravensburg

Easy Control Panel Hilfe!!!!

Beitrag von bmx-er »

Hi ich habe versucht die Easy Control Panel Mod zu installieren aber bei mir geht es irgendwie nicht! Kann mir vielleicht jemand die Mod zusammen bauen? Bitte bitte

Hier ist die Anleitung und auch die Dateien die wo zu bearbeiten sind!

Kann mir jemand die richtige Reinenfolge posten? Bitte bitte

Hier ist die Anleitung!
## EasyMod 0.0.10 compliant
#############################################################
## MOD Title: [easy] UserCP
## MOD Author: EGO2000 HE mad the original howto
## MOD Author, 2nd: Philippt < philippt@hotmail.com > (N/A) N/A
## MOD Description: Change the Profil to a Usercp, it dont delete the normal cp you can easy add own mods
## MOD Version: 0.2.0c
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit: 5
## profile.php
## includes/usercp_avatar.php
## includes/usercp_register.php
## templates/subSilver/profile_avatar_gallery.tpl
##
## Included Files: 29
## includes/ecp_avatar.php
## includes/usercp_topics.php
## includes/usercp_ecp_signature.php
## includes/ecp_cfg_admin.php
## includes/ecp_cfg_main.php
## includes/ecp_hover.js
##
## language/lang_english/lang_ecp.php
##
## templates/subSilver/ecp/ecp_main.tpl
##
## templates/subSilver/ecp/profile_edit_avatar.tpl
## templates/subSilver/ecp/profile_edit_profile.tpl
## templates/subSilver/ecp/profile_edit_reg.tpl
## templates/subSilver/ecp/profile_edit_settings.tpl
## templates/subSilver/ecp/profile_signature.tpl
## templates/subSilver/ecp/profile_topics.tpl
##
## templates/subSilver/ecp/1_reg.gif
## templates/subSilver/ecp/1_reg_f2.gif
## templates/subSilver/ecp/2_settings.gif
## templates/subSilver/ecp/2_settings_f2.gif
## templates/subSilver/ecp/3_profil.gif
## templates/subSilver/ecp/3_profil_f2.gif
## templates/subSilver/ecp/4_avatar.gif
## templates/subSilver/ecp/4_avatar_f2.gif
## templates/subSilver/ecp/5_signatur.gif
## templates/subSilver/ecp/5_signatur_f2.gif
## templates/subSilver/ecp/watch_topic.gif
## templates/subSilver/ecp/own_post.gif
## templates/subSilver/ecp/np_left.gif
## templates/subSilver/ecp/np_midd.gif
## templates/subSilver/ecp/np_right.gif
##
##############################################################
## 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:
## If you want to enable the ECP yust for MOD's or other
## take a look in to the ecp_cfg_admin.php
##
## The translatet files for other Languages are stored in the Add directory
##
## The Add on Mods are stored in the Add directory
##
##############################################################
## MOD History:
##
## 2003-09-10 - Version 0.1.1
## - Release first near Bugfree v.
## 2003-09-11 - Version 0.1.2
## - Fixed a part in the ecp.txt and the ecp_cfg_admin.php
## 2003-09-14 - Version 0.1.4
## - Fixed a part in the ecp.txt & EasyMod 0.0.6 compliant and and fixed
## the profile_edit_avatar.tpl & usercp_ecp_signature.php
## 2003-09-19 - Version 0.1.5
## - Split the Lang part in a own file & some other gfx fix + some add
## 2003-09-20 - Version 0.1.5a
## - Fix the lang_ecp topics you replied => watched Topics
## 2003-09-20 - Version 0.1.6
## - Fix a big value replace bug
## 2003-10-26 - Version 0.2.0
## - Include Carpe Diems Fix for the value reset and redesign the main part of the ecp
## and add some new add-mods
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ COPY ]------------------------------------------
#

copy includes/ecp_avatar.php to includes/ecp_avatar.php
copy includes/usercp_topics.php to includes/usercp_topics.php
copy includes/usercp_ecp_signature.php to includes/usercp_ecp_signature.php
copy includes/ecp_cfg_admin.php to includes/ecp_cfg_admin.php
copy includes/ecp_cfg_main.php to includes/ecp_cfg_main.php
copy includes/ecp_hover.js to includes/ecp_hover.js

copy language/lang_english/lang_ecp.php to language/lang_english/lang_ecp.php

copy templates/subSilver/ecp/ecp_main.tpl to templates/subSilver/ecp/ecp_main.tpl
copy templates/subSilver/ecp/profile_edit_avatar.tpl to templates/subSilver/ecp/profile_edit_avatar.tpl
copy templates/subSilver/ecp/profile_edit_profile.tpl to templates/subSilver/ecp/profile_edit_profile.tpl
copy templates/subSilver/ecp/profile_edit_reg.tpl to templates/subSilver/ecp/profile_edit_reg.tpl
copy templates/subSilver/ecp/profile_edit_settings.tpl to templates/subSilver/ecp/profile_edit_settings.tpl
copy templates/subSilver/ecp/profile_signature.tpl to templates/subSilver/ecp/profile_signature.tpl
copy templates/subSilver/ecp/profile_topics.tpl to templates/subSilver/ecp/profile_topics.tpl

copy templates/subSilver/ecp/1_reg.gif to templates/subSilver/ecp/1_reg.gif
copy templates/subSilver/ecp/1_reg_f2.gif to templates/subSilver/ecp/1_reg_f2.gif
copy templates/subSilver/ecp/2_settings.gif to templates/subSilver/ecp/2_settings.gif
copy templates/subSilver/ecp/2_settings_f2.gif to templates/subSilver/ecp/2_settings_f2.gif
copy templates/subSilver/ecp/3_profil.gif to templates/subSilver/ecp/3_profil.gif
copy templates/subSilver/ecp/3_profil_f2.gif to templates/subSilver/ecp/3_profil_f2.gif
copy templates/subSilver/ecp/4_avatar.gif to templates/subSilver/ecp/4_avatar.gif
copy templates/subSilver/ecp/4_avatar_f2.gif to templates/subSilver/ecp/4_avatar_f2.gif
copy templates/subSilver/ecp/5_signatur.gif to templates/subSilver/ecp/5_signatur.gif
copy templates/subSilver/ecp/5_signatur_f2.gif to templates/subSilver/ecp/5_signatur_f2.gif
copy templates/subSilver/ecp/watch_topic.gif to templates/subSilver/ecp/watch_topic.gif
copy templates/subSilver/ecp/own_post.gif to templates/subSilver/ecp/own_post.gif
copy templates/subSilver/ecp/np_left.gif to templates/subSilver/ecp/np_left.gif
copy templates/subSilver/ecp/np_midd.gif to templates/subSilver/ecp/np_midd.gif
copy templates/subSilver/ecp/np_right.gif to templates/subSilver/ecp/np_right.gif

#
#-----[ OPEN ]---------------------------------------------
#

profile.php

#
#-----[ FIND ]---------------------------------------------
#

else if ( $mode == 'editprofile' || $mode == 'register' )

#
#-----[ BEFORE, ADD ]--------------------------------------
#

// control panel

else if ( $mode == 'topics' )
{
if ( !$userdata['session_logged_in'] && $mode == 'topics' )
{
$header_location = ( @preg_match("/Microsoft|WebSTAR|Xitami/", getenv("SERVER_SOFTWARE")) ) ? "Refresh: 0; URL=" : "Location: ";
header($header_location . append_sid("login.$phpEx?redirect=profile.$phpEx&mode=topics", true));
exit;
}

include($phpbb_root_path . 'includes/usercp_topics.'.$phpEx);
exit;
}
else if ( $mode == 'ecpsignature' )
{
if ( !$userdata['session_logged_in'] && $mode == 'ecpsignature' )
{
redirect(append_sid("login.$phpEx?redirect=profile.$phpEx&mode=signature", true));
}

include($phpbb_root_path . 'includes/usercp_ecp_signature.'.$phpEx);
exit;
}
// end control panel

#
#-----[ OPEN ]---------------------------------------------
#

includes/usercp_register.php

#
#-----[ FIND ]---------------------------------------------
#

//
// Default pages
//

#
#-----[ BEFORE, ADD ]--------------------------------------
#

// control panel
include($phpbb_root_path . 'includes/ecp_cfg_admin.'.$phpEx);
// end control panel

#
#-----[ FIND ]---------------------------------------------
#

$template->set_filenames(array(
'body' => 'profile_add_body.tpl')
);

#
#-----[ REPLACE WITH ]---------------------------------------
#

// control panel
include($phpbb_root_path . 'includes/ecp_cfg_main.'.$phpEx);
// end control panel

#
#-----[ OPEN ]---------------------------------------------
#

includes/usercp_avatar.php

#
#-----[ FIND ]---------------------------------------------
#

* (at your option) any later version.
*
*
***************************************************************************/

#
#-----[ AFTER, ADD ]--------------------------------------
#

// control panel
include($phpbb_root_path . 'includes/ecp_avatar.'.$phpEx);
// end control panel

#
#-----[ OPEN ]---------------------------------------------
#

templates/subSilver/profile_avatar_gallery.tpl

#
#-----[ FIND ]---------------------------------------------
#

{S_PROFILE_ACTION}

#
#-----[ AFTER, ADD ]--------------------------------------
#

{ECP_AVATAR}

#
#-----[ SAVE/CLOSE/UPLOAD ]--------------------------------------
# EoM
edit:
Code entfernt ....

Bitte die Dateien als Textdatei speichern .... und hier verlinken .... Danke
---- Markus67 ----
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ....

Wo genau liegt denn das Problem ?
Das sind ja nur ein paar Zeilen zum einfügen ....

Hast du schon alle Dateien hochgeladen in die entsprechenden Verzeichnisse ?

Markus
bmx-er
Mitglied
Beiträge: 88
Registriert: 31.12.2003 19:33
Wohnort: Ravensburg

Beitrag von bmx-er »

ich habe alle hochgeladen, aber da kommt nur eine weiße Seite!


kannst du vielleicht die Zeilen in der anleitung
in die
profile.php
usercp_avatar.php
usercp_register.php
profile_avatar_gallery.tpl
einfügen

die wo ich reingepostet habe!
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

erstmal vorne weg :-)

Kopiere die Datei:

lang_ecp.php zusätzlich auch noch in das
Verzeichnis language/lang_german

Verlinke die entsprechenden Dateien mal ...

Markus
bmx-er
Mitglied
Beiträge: 88
Registriert: 31.12.2003 19:33
Wohnort: Ravensburg

Beitrag von bmx-er »

was heißt eigentlich
//
// Default pages
//



und was soll ich hier machen?
#-----[ OPEN ]---------------------------------------------
#

includes/usercp_avatar.php

#
#-----[ FIND ]---------------------------------------------
#

* (at your option) any later version.
*
*
***************************************************************************/

#
#-----[ AFTER, ADD ]--------------------------------------
#

// control panel
include($phpbb_root_path . 'includes/ecp_avatar.'.$phpEx);
// end control panel

#
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

Das ist ein Hinweistext ...

Markus
bmx-er
Mitglied
Beiträge: 88
Registriert: 31.12.2003 19:33
Wohnort: Ravensburg

Beitrag von bmx-er »

und das
//
// Default pages
//


soll auch ein Hinweistext sein oder was?

---- entfernt ----
---- markus67 ----


// control panel
include($phpbb_root_path . 'includes/ecp_cfg_admin.'.$phpEx);
// end control panel[/quote]
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ....

Das wird mir jetzt zu ....

Schick mir die FTP-Daten dann bau ich dir die 5 Zeilen schnell rein ...

Markus
bmx-er
Mitglied
Beiträge: 88
Registriert: 31.12.2003 19:33
Wohnort: Ravensburg

Beitrag von bmx-er »

ok

P.s das ist nur ein test account!

Ich habe die config.php gelöscht das du kein myqsl zugang hast!
wenn du fertig bist setze ich die wieder rein!
Zuletzt geändert von bmx-er am 27.05.2004 11:27, insgesamt 2-mal geändert.
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ....

Schick mir bitte per PN die Daten ...

FTP-Pfad ....
Benutzer ....
Passwort ....

Markus
Antworten

Zurück zu „phpBB 2.0: Mod Support“