Home
last modified time | relevance | path

Searched refs:getSecureImg (Results 1 – 10 of 10) sorted by relevance

/dports/www/e107/e107/e107_core/shortcodes/batch/
H A Dcontact_shortcodes.php79 …put type='hidden' name='rand_num' value='".e107::getSecureImg()->random_number."' />".e107::getSec…
84 return e107::getSecureImg()->renderLabel();
89 return e107::getSecureImg()->renderInput();
H A Dlogin_shortcodes.php93 return e107::getSecureImg()->renderLabel();
112 return e107::getSecureImg()->renderImage();
124 return e107::getSecureImg()->renderInput();
H A Dsignup_shortcodes.php560 return e107::getSecureImg()->r_image()."<div>".e107::getSecureImg()->renderInput()."</div>";
/dports/www/e107/e107/e107_plugins/login_menu/
H A Dlogin_menu_shortcodes.php52 $this->sec = e107::getSecureImg();
160 return e107::getSecureImg()->renderImage();
172 return e107::getSecureImg()->renderInput();
/dports/www/e107/e107/e107_core/templates/
H A Dsignup_template.php87 …<td class='forumheader3' style='width:30%'><label for='code-verify'>".e107::getSecureImg()->render…
/dports/www/e107/e107/e107_admin/
H A Dauth.php125 $sec_img = e107::getSecureImg();
/dports/www/e107/e107/
H A Dfpw.php30 $sec_img = e107::getSecureImg();
H A Dsignup.php154 …if ($badCodeMsg = e107::getSecureImg()->invalidCode($_POST['rand_num'], $_POST['code_verify'])) //…
/dports/www/e107/e107/e107_handlers/
H A Dlogin.php166 …if ($secImgResult = e107::getSecureImg()->invalidCode($_POST['rand_num'], $_POST['code_verify'])) …
H A De107_class.php1321 public static function getSecureImg() function in e107