Seite 1 von 1

crackertracker 5 install!

Verfasst: 02.09.2006 14:09
von leopittoni
Hallo

Finde diesen Schritt nicht:

Code: Alles auswählen

#
#-----[ OPEN ]------------------------------------------
#
posting.php

#
#-----[ FIND ]------------------------------------------
#
		case 'editpost':
		case 'newtopic':
		case 'reply':
		
		
#
#-----[ AFTER, ADD ]------------------------------------------
#
		// CrackerTracker v5.x
		if ( $ctracker_config->settings['vconfirm_guest'] == 1 && !$userdata['session_logged_in'])
		{
			define('CRACKER_TRACKER_VCONFIRM', true);
			define('POST_CONFIRM_CHECK', true);
			include_once( $phpbb_root_path . 'ctracker/engines/ct_visual_confirm.' . $phpEx );
		}
Welche Stelle ist es denn genau?

Danke, Léo

Verfasst: 02.09.2006 14:15
von wicked-disorder
Wurde Deine posting.php schon modifiziert?

In einer nicht modfizierten posting.php hier:

Code: Alles auswählen

	//
	// Submit post/vote (newtopic, edit, reply, etc.)
	//
	$return_message = '';
	$return_meta = '';

	switch ( $mode )
	{
		case 'editpost':
		case 'newtopic':
		case 'reply':
			$username = ( !empty($HTTP_POST_VARS['username']) ) ? $HTTP_POST_VARS['username'] : '';
Verlinke mal Deine posting.php als posting.txt

Verfasst: 02.09.2006 14:26
von leopittoni
Danke, habs nun gefunden... Ja, war schon alle voll-modifiziert. Und es gibt mehrere ähnliche Stellen...

Danke, Léo