Login   Register  
PHP Classes
elePHPant
Icontem

File: index.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Zehair  >  Captcha to download  >  index.html  >  Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: This is the index page
Class: Captcha to download
Show and check CAPTCHA images to protect downloads
Author: By
Last change:
Date: 2012-10-07 02:08
Size: 3,731 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
	<title></title>
	
	<link rel="icon" href="http://deepscripts.com/logo.ico" type="image/x-icon">

	<meta name="HandheldFriendly" content="True">
    <meta name="MobileOptimized" content="320">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

	<meta name="description" content="Deep Scripts is the home to some of the most awesome web apps on the net. Powered by PHP, MySQL & jQuery, our scripts provide a rich AJAX experience, and are the ideal solution to quickly adding functionality to your or your client's website." />
        
    <meta property="og:title" content="DeepScripts DEMO - " />
    <meta property="og:site_name" content="Deep Scripts" />
    <meta name="keywords" content="deepscripts, deeps cripts, applications, freebies, resources, web development, webdev, demo, PHP, MySQL, jQuery, CSS, XHTML, jQuery UI, CSS3, HTML5, HTML, web design, webdesign" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="http://www.blog.deepscripts.com" />
	<meta property="og:image" content="http://blog.deepscripts.com/wp-content/uploads/tweetviewer.jpg" />
	
	<link href='http://fonts.googleapis.com/css?family=Kelly+Slab' rel='stylesheet' type='text/css' />
	
	<link rel="stylesheet" type="text/css" href="http://demo.deepscripts.com/global/demo.css" />
	<link rel="stylesheet" type="text/css" href="style/dsstyle.css" /> 
	<style type="text/css">
		body{background: #bbe0bb url(style/img/bg.png) repeat top left;}
		.demo-title h1{ text-transform: uppercase;color: #cf592d!important; font-family:Kelly Slab!important; font-size:45px; line-height: 45px!important;}
		.demo-title h1 span{ text-transform: none;color: color: rgba(0,0,0,0.8);!important; font-size:30px; font-family:Kelly Slab!important}	
		.app{position:absolute; left:50%; margin-left:-150px}
	</style>

	<script src="js/jquery.lib.js"></script>
	<script src="js/dsscript.js"></script> 

	</head>
	<body>
		
		<header class="cache-header">
              <div class="header_debut">
				<div class="logo-site"></div>
                <div class="but">
				   <a href="http://blog.deepscripts.com/fr/comment-creer-un-systeme-de-captcha-pour-telecharger-un-fichier/" class="gdl-button" >Lisez cet article</a>				   
                </div>                        
            </div>  
		</header>
	
		<section class="demo-title"> 
				<h1>Captcha anti-spam<br /><span>R&eacute;aliser Un Captcha En Ajax et PHP GD Pour Prot&eacute;ger vos sites</span></h1>				
		</section>  
		<section class="app">
			<form id="dscaptchaverify">
				<div id="dsverify">
					<ul>
						<li><img src="php/ajax.php?action=captcha" id="dsimageverify" /></li>
						<li><img src="style/img/Refresh.png" id="dsrebuildcaptcha" /></li>
					</ul>		
					
					<ul>
						<li><input name="dscaptchavalue" type="text" id="dscaptchavalue"  /></li>
						<li><input type="submit" id="dscheckcapcha" value="Submit" /></li>
					</ul>
				</div>
				<div id="dscaptchaerror"></div>
			</form>
			
			<div id="dslinkdownload"></div>
		</section>
		<!-- Do not copy this -->
		<script type="text/javascript">		
		  var _gaq = _gaq || [];
		  _gaq.push(['_setAccount', 'UA-31687142-1']);
		  _gaq.push(['_setDomainName', 'deepscripts.com']);
		  _gaq.push(['_trackPageview']);
		
		  (function() {
			var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
			ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
		  })();		
		</script>  
		<!--/Do not copy this -->		
	</body>
</html>