Seite 1 von 2

frage

Verfasst: 10.08.2003 17:08
von moddingfreak
wie heißt dieser mod und wo kriege ich ihn her . . .

http://www.kaltmacher.de/cb_show/

Verfasst: 10.08.2003 17:53
von Leuchte
frag doch beim dortigen admin nach.. der wirds dir bestimmt sagen ;)

Verfasst: 10.08.2003 17:55
von moddingfreak
ist, wie du vieleicht siehst ein konkurenz-Board . . . von daher :(

Verfasst: 11.08.2003 14:35
von moddingfreak
hab gefragt . . . hat er selbst geschrieben und will er nicht rausrücken! :(

Gibts nix ähnliches!?

Verfasst: 11.08.2003 14:40
von Henne

Verfasst: 11.08.2003 14:41
von BrahmA
tja, dann musst du wohl auch selber hand anlegen.....

Verfasst: 11.08.2003 14:42
von moddingfreak
-=BrahmA=- hat geschrieben:tja, dann musst du wohl auch selber hand anlegen.....
Sowas kann ich aber net . . . :wink: :(

Verfasst: 11.08.2003 14:45
von moddingfreak
Henne23 hat geschrieben:Evtl. hilft dir ja folgendes
http://www.phpbb.com/phpBB/viewtopic.php?t=102869
Sieht interessant aus . . . probier ich gleich mal . . . :grin:

Verfasst: 11.08.2003 14:57
von AWSW
@moddingfreak: Benenne bitte in Zukunft Deine Beiträge mit etwas sinnvolleren Titeln - Danke ! :wink:

Verfasst: 11.08.2003 16:25
von moddingfreak
hab den mod installiert . . . aber wenn ich auf profil klicke kommt das hier:

Code: Alles auswählen

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/web50142/html/phpBB2/includes/usercp_register.php on line 636

Code: Alles auswählen

			//
			// Get current date
			//
			$sql = "INSERT INTO " . USERS_TABLE . "	(user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_computer_name, user_system_enclosure, user_system_motherboard, user_processor_brand, user_processor_desc, user_memory_amt, user_memory_details, user_vid_brand, user_vid_desc, user_storage_details, user_audio_details, user_system_cooling, user_system_monitor, user_system_os, user_favorite_game, user_threedmark, user_futuremark, user_cpu_dhry, user_cpu_whet, user_cpu_integer, user_cpu_floating, user_ram_integer, user_ram_floating, user_drive_idx, user_show_specs, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey)
				VALUES ($user_id, '" . str_replace("\'", "''", $username) . "', " . time() . ", '" . str_replace("\'", "''", $new_password) . "', '" . str_replace("\'", "''", $email) . "', '" . str_replace("\'", "''", $icq) . "', '" . str_replace("\'", "''", $website) . "', '" . str_replace("\'", "''", $occupation) . "', '" . str_replace("\'", "''", $location) . "', '" . str_replace("\'", "''", $interests) . "', '" . str_replace("\'", "''", $computer_name) . "', '" . str_replace("\'", "''", $system_enclosure) . "', '" . str_replace("\'", "''", $system_motherboard) . "', '" . str_replace("\'", "''", $processor_brand) . "', '" . str_replace("\'", "''", $processor_desc) . "', '" . str_replace("\'", "''", $memory_amt) . "', '" . str_replace("\'", "''", $memory_details) . "', '" . str_replace("\'", "''", $vid_brand) . "', '" . str_replace("\'", "''", $vid_desc) . "', '" . str_replace("\'", "''", $storage_details) . "', '" . str_replace("\'", "''", $audio_details) . "', '" . str_replace("\'", "''", $system_cooling) . "', '" . str_replace("\'", "''", $system_os) . "', '" . str_replace("\'", "''", $system_monitor) . "', '" . str_replace("\'", "''", $favorite_game) . "', '" . str_replace("\'", "''", $threedmark) . "', '" . str_replace("\'", "''", $futuremark) . "', '" . str_replace("\'", "''", $cpu_dhry) . "', '" . str_replace("\'", "''", $cpu_whet) . "', '" . str_replace("\'", "''", $cpu_integer) . "', '" . str_replace("\'", "''", $cpu_floating) . "', '" . str_replace("\'", "''", $ram_integer) . "', '" . str_replace("\'", "''", $ram_floating) . "', '" . str_replace("\'", "''", $drive_idx) . "', $user_show_specs . str_replace("\'", "''", $signature) . "', '$signature_bbcode_uid', $avatar_sql, $viewemail, '" . str_replace("\'", "''", str_replace(' ', '+', $aim)) . "', '" . str_replace("\'", "''", $yim) . "', '" . str_replace("\'", "''", $msn) . "', $attachsig, $allowsmilies, $allowhtml, $allowbbcode, $allowviewonline, $notifyreply, $notifypm, $popup_pm, $user_timezone, '" . str_replace("\'", "''", $user_dateformat) . "', '" . str_replace("\'", "''", $user_lang) . "', $user_style, 0, 1, ";
			if ( $board_config['require_activation'] == USER_ACTIVATION_SELF || $board_config['require_activation'] == USER_ACTIVATION_ADMIN || $coppa )
			{
				$user_actkey = gen_rand_string(true);