-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddbeggar.html
125 lines (107 loc) · 3.55 KB
/
addbeggar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML5>
<!--
Dopetrope 2.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no initial-scale=1">
<title>SPOT A BEGGAR</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
</head>
<body class="right-sidebar">
<!-- Header Wrapper -->
<div id="header-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<!-- Header -->
<section id="header">
<!-- Nav -->
</section>
</div>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<form class="post" onSubmit="javascript:submitChallenge();return false;" autocomplete="off" on>
<!-- Portfolio -->
<section>
<header class="major">
<h2>Add A Beggar</h2>
</header>
</section>
<section>
<div>
<div class="row">
<div class="8u skel-cell-important">
<header class="major">
<h2>Image</h2>
</header>
<section id="banner">
<span class="image image-full"><img src="http://socialmediababe.com/wp-content/uploads/2011/07/FB-profile-avatar.jpg" id="cimage" alt=""></span>
<header id="drag">
<div id="drop">
<span class="loginhead" id="dragtext">Drop you Image here</span>
<button class="button" onclick="document.querySelector('input').click()">or Click New</button>
<input style="visibility: collapse; width: 0px;" type="file" accept="image/*;capture=camera" onchange="upload(this.files[0])">
</div>
</header>
<script>
</form>
</script>
</section>
<form method="POST" action="http://www.oth1.com/codeniti/addperson.php">
<fieldset data-role="controlgroup" data-mini="true">
<input type="text" value=""/>
<input type="radio" name="rating" id="radio-choice-v-6" value="1" checked="checked">
<label for="radio-choice-v-6a">Genuine </label>
<input type="radio" name="rating" id="radio-choice-v-6" value="2">
<label for="radio-choice-v-6b">Fake</label>
<input type="radio" name="rating" id="radio-choice-v-6" value="3">
<label for="radio-choice-v-6c">Not sure</label>
</fieldset>
<input name="submit" type="submit">
</form>
<!-- <script type="'text/javascript'">
function sendimage(){
var radios = document.getElementsByNames('radio-choice-v-6').value;
var val;
if (if radios == 'on' ) {
val = 1;
}
if (if radios == 'off' ) {
val = 2;
}
if (if radios == 'other' ) {
val = 3;
}
var src = document.getElementsById('cimage').src;
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
var url = "http://oth1.com/codeniti/add.php?valuephp="+val+"&urlimage="+src;
xmlhttp.open("GET",url,true);
xmlhttp.send();
var response = new Array();
xmlhttp.onreadystatechange=function()
{
if (xmlhttp.readyState==4 && xmlhttp.status==200)
{
document.getElementById("").innerHTML=xmlhttp.responseText;
}
}
}
</script>
-->
<script type="text/javascript" src="js/post.js"></script>
</body>
</html>