?>
 !</div>
				</div>
				<div class="form-group">
					<label for="captcha"><?php 
echo $data["language_data"]["captchavalue"];
?>
</label>
					<input type="text" name="captcha" id="captcha" class="form-control" value="" autocomplete="off" />
					<div class="error_message captcha_required"><?php 
echo $data["language_data"]["captcharquired"];
?>
 !</div>
					<div style="clear:both"></div>
					<?php 
$_SESSION['protect_'] = uid::captcha(7);
?>
					<img src="<?php 
echo WEBSITE;
?>
protect.php" alt="" style="float:left; margin-top:15px; border:solid 1px #3895ce; width:95px; height:35px;" class="protectimage" />
				</div>
				<div style="clear:both"></div>
				<div class="btn btn-block btn-yellow" style="font-size:19px; margin-top:15px;" id="login_user"><?php 
echo strtoupper($data["language_data"]["login"]);
?>
</div>
			</div>
			<div style="float:left; margin-top:15px; display:none" class="reloadbutton"><a href="javascript:;" id="reload"><?php 
echo $data["language_data"]["reload"];
?>
Пример #2
0
 !</div>
				</div>
				
				<div class="form-group">
					<label for="captcha"><?php 
echo $data["language_data"]["captchavalue"];
?>
</label>
					<input type="text" name="captcha" id="captcha" class="form-control" value="" autocomplete="off" onkeypress="submitme(event,'login_user')" />
					<div class="error_message captcha_required"><?php 
echo $data["language_data"]["captcharquired"];
?>
 !</div>
					<div style="clear:both"></div>
					<?php 
$_SESSION['protect_login'] = uid::captcha(2) . ustring::random(2);
setcookie("protect_login", md5($_SESSION['protect_login']), time() + 86400, "/", "tradewithgeorgia.com");
?>
					<img src="<?php 
echo WEBSITE;
?>
protect.php?t=login" alt="" style="float:left; margin-top:15px; border:solid 1px #3895ce; width:95px; height:35px;" class="protectimage" />
				</div>
				<div style="clear:both"></div>
				<div class="btn btn-block btn-yellow" style="font-size:19px; margin-top:15px;" id="login_user"><?php 
echo strtoupper($data["language_data"]["login"]);
?>
</div>
			</div>
			<div style="float:left; margin-top:15px;">
				<a href="javascript:;" id="reload"><?php 
Пример #3
0
?>
 !</div>
						</div>
						<div class="form-group">
							<label for="login_captcha"><?php 
echo $data["language_data"]["captchavalue"];
?>
</label>
							<input type="text" name="login_captcha" id="login_captcha" class="form-control" value="" autocomplete="off" onkeypress="submitme(event,'register_catalog')" />
							<div class="error_message register_captcha_required"><?php 
echo $data["language_data"]["captcharquired"];
?>
 !</div>
							<div style="clear:both"></div>
							<?php 
$_SESSION['protect_register'] = uid::captcha(2) . ustring::random(2);
setcookie("protect_register", md5($_SESSION['protect_register']), time() + 86400, "/", "tradewithgeorgia.com");
?>
							<img src="<?php 
echo WEBSITE;
?>
protect.php?t=register" alt="" style="float:left; margin-top:15px; margin-bottom:15px; border:solid 1px #3895ce; width:95px; height:35px;" class="protectimage" />
						</div>
						<div style="clear:both"></div>
						
						<input type="checkbox" name="agree" id="agree1" style="float:left; margin-right:5px; "/>
						<div class="text_formats"><font onclick="$('#agree1').click()"><?php 
echo $data["language_data"]["byclickuseragreement"];
?>
</font> <a href="<?php 
echo WEBSITE . LANG;