Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anti Robot Registration Validation 2.4.01


Cashburner

Recommended Posts

Posted

Hello,

 

i have installed the contrib Anti Robot Registration Validation 2.4.01.

Its not work - what make i wrong?

 

Here the code that is wrong?

 

$check_anti_robotreg_query = tep_db_query("select session_id, reg_key, timestamp from " . TABLE_ANTI_ROBOT_REGISTRATION . " where session_id = '" . tep_session_id() . "'");
	  $new_guery_anti_robotreg = tep_db_fetch_array($check_anti_robotreg_query);
	  $validation_images = tep_image('validation_png.php?rsid=' . $new_guery_anti_robotreg['session_id']);
	  if ($entry_antirobotreg_error == true) {
?>
<span>
<?php

		echo $validation_images . ' <br> ';
		echo tep_draw_input_field('antirobotreg') . ' <br><b><font color="red">' . ERROR_VALIDATION . '<br>' . $text_antirobotreg_error . '</b></font>';
	  } else {
?>
<span>
<?php	  
		echo $validation_images . ' <br> ';
		echo tep_draw_input_field('antirobotreg', $account['entry_antirobotreg']) . ' ' . ENTRY_ANTIROBOTREG_TEXT;
	  }
	}
  }
?>
</span>

 

I didn't see the code in the pages. But when i tested with the install-instruction say i see the code - but only in my page i see the code not.

 

can anyone help me?

 

best regards

Archived

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

×
×
  • Create New...