Jump to content
xt:Commerce Community Forum

sicherheitscodeabfrage f. Newsletter funzt NIE!


kite-attack

Recommended Posts

das Problem ist nur in IE6.0

Wenn Du SP2.1 hast, dann kannst Du newsletter.php, Zeile ca. 160

folgendes

$smarty->assign('VVIMG', '<img src="'.FILENAME_DISPLAY_VVCODES.'" alt="" />');[/PHP]

so ändern

[PHP]$smarty->assign('VVIMG', '<img src="'.xtc_href_link(FILENAME_DISPLAY_VVCODES, 't='.time(), 'NONSSL').'" alt="" />');[/PHP]

vorher Sicherung machen.

piru

Link to comment
Share on other sites

ich habe da snicht was du geschrieben hast:

start zeile 156:

$breadcrumb->add(NAVBAR_TITLE_NEWSLETTER, xtc_href_link(FILENAME_NEWSLETTER, '', 'NONSSL'));

require (DIR_WS_INCLUDES.'header.php');

$smarty->assign('VVIMG', '<img src="'.xtc_href_link(FILENAME_DISPLAY_VVCODES).'" alt="Captcha" />');

$smarty->assign('text_newsletter', TEXT_NEWSLETTER);

$smarty->assign('info_message', $info_message);

$smarty->assign('FORM_ACTION', xtc_draw_form('sign', xtc_href_link(FILENAME_NEWSLETTER, 'action=process', 'NONSSL')));

$smarty->assign('INPUT_EMAIL', xtc_draw_input_field('email', xtc_db_input($_POST['email'])));

$smarty->assign('INPUT_CODE', xtc_draw_input_field('vvcode', '', 'size="6" maxlength="6"', 'text', false));

$smarty->assign('CHECK_INP', xtc_draw_radio_field('check', 'inp'));

$smarty->assign('CHECK_DEL', xtc_draw_radio_field('check', 'del'));

$smarty->assign('BUTTON_SEND', xtc_image_submit('button_send.gif', IMAGE_BUTTON_LOGIN));

$smarty->assign('FORM_END', '</form>');

$smarty->assign('language', $_SESSION['language']);

$smarty->caching = 0;

$main_content = $smarty->fetch(CURRENT_TEMPLATE.'/module/newsletter.html');

$smarty->assign('main_content', $main_content);

$smarty->assign('language', $_SESSION['language']);

$smarty->caching = 0;

if (!defined(RM))

$smarty->load_filter('output', 'note');

ende zeile 180.

bitte um hilfe

es können sich manchmal user anmelden, manchmal nicht

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...