-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
681 lines (573 loc) · 33.1 KB
/
index.php
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<?php
include 'header.php';
//if(isset($_SESSION['user_id'])) {
// echo("<script>location.href = '".$base_url."add_property.php';</script>");
//}
?>
<!-----page section---->
<style>
label{margin-bottom: 0px;}
.form-group {margin-bottom: 5px;}
.radio-but-holder {
margin-top: 10px;
width: initial;
padding: 0px 4px;
}
</style>
<!-- Include plugin file -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://www.propertypig.co.uk/assets/js/getaddress.js"></script>
<style>
label{margin-bottom: 0px;}
.form-group {margin-bottom: 5px;}
.radio-but-holder {
margin-top: 10px;
width: initial;
padding: 0px 4px;
}
</style>
<div class="ndiv page-section">
<div class="ndiv top-banner-section">
<div class="ndiv primary-center-holder">
<div class="ndiv primary-center-in">
<div class="ndiv banner-content-holder">
<div class="ndiv banner-text-section">
<div class="ndiv text-holder">
<p class="pmzero banner-text-one">
Get An INSTANT Cash Offer For Your Home </p>
<p class="pmzero banner-text-two">
Property Pig pay all surveyors, lawyers and selling fees.
</p>
</div>
</div>
<div class="ndiv banner-input-section">
<div class="ndiv pig-image-holder">
<img class="imgres input-pig-image" alt="register pig" src="<?php echo $assets; ?>image/pigbg.png" />
</div>
<div class="ndiv pig-input-section-holde">
<div class="ndiv files-of-registration">
<div id="part1">
<form action="javascript:void(0);" id="form_list" name="form_list" method="POST" onsubmit="return Submit_form();">
<p class="pmzero register-header">Enter Your Property Details</p>
<?php
$obj1 = new commonFunctions();
$i = 1;
$dbh = $obj1->dbh;
$status = false;
$row = '';
$query = $dbh->prepare("select * from pig_questions where peradd='1' order by id asc");
$query->execute();
$counts_questions = $query->rowCount();
if ($query->rowCount() > 0) {
$status = true;
while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
?>
<div class="ndiv filelds-holder">
<?php if ($row['type'] == 1 || $row['type'] == 3) { ?>
<div class="form-group">
<label><?php echo $row['question']; ?></label>
</div>
<?php } ?>
<?php
if ($row['type'] == 1) {
?>
<?php
$rows =$row['id'];
$querye = $dbh->prepare("select * from pig_answer where question_id=:rows");
$querye->bindParam(":rows",$rows);
$querye->execute();
if ($querye->rowCount() > 0) {
while ($row_questions = $querye->fetch(PDO::FETCH_ASSOC)) {
?>
<div class="ndiv radio-but-holder">
<div class="ndiv radio-lable">
<input type="radio" name="optionsRadios<?php echo $row['id']; ?>" id="optionsRadios<?php echo $row['id'] . $row_questions['answer_id']; ?>" value="<?php echo $row_questions['answer']; ?>">
</div>
<div class="ndiv radio-lable-text">
<?php echo $row_questions['answer']; ?>
</div>
</div>
<?php
}
}
?>
<?php } else if ($row['type'] == 2 && $row['id'] == 32) { ?>
<input class="register-fields" placeholder="<?php echo $row['question']; ?>" id="txt<?php echo $row['id']; ?>"
name="txt<?php echo $row['id']; ?>" type="hidden"/>
<?php } else if ($row['type'] == 2 && $row['id'] == 39) { ?>
<input class="register-fields" placeholder="<?php echo $row['question']; ?>" id="txt<?php echo $row['id']; ?>"
name="txt<?php echo $row['id']; ?>" type="hidden"/>
<?php } else if ($row['type'] == 2 && $row['id'] == 40) { ?>
<input class="register-fields" placeholder="<?php echo $row['question']; ?>" id="txt<?php echo $row['id']; ?>"
name="txt<?php echo $row['id']; ?>" type="hidden"/>
<?php } else if ($row['type'] == 2 && $row['id'] == 33) { ?>
<input class="register-fields" placeholder="<?php echo $row['question']; ?>" id="txt<?php echo $row['id']; ?>" name="txt<?php echo $row['id']; ?>" type="hidden"/> <div
id="postcode_lookup"></div>
<div id="postcode_lookup"></div>
<?php } else if ($row['type'] == 2 && $row['id'] !== 33 && $row['id'] !== 32 && $row['id'] !== 39) { ?>
<input class="register-fields" placeholder="<?php echo $row['question']; ?>" id="txt<?php echo $row['id']; ?>"
name="txt<?php echo $row['id']; ?>" /> <?php } else if ($row['type'] == 3) { ?>
<input type="radio" name="options<?php echo $row['id']; ?>" id="optionsRadiosYes" value="yes"> Yes
<span style="margin-left: 10px;"></span>
<input type="radio" name="options<?php echo $row['id']; ?>" id="optionsRadiosNo" value="no"> No
<?php } else if ($row['type'] == 4) {
?>
<select class="register-fields property-type" id="dropdownval<?php echo $row['id']; ?>" name="dropdownval<?php echo $row['id']; ?>">
<option value=""><?php echo $row['question']; ?></option>
<?php
$rows=$row['id'];
$querys = $dbh->prepare("select * from pig_answer where question_id=:rows");
$querys->bindParam(":rows",$rows);
$querys->execute();
if ($querys->rowCount() > 0) {
while ($row_questions_list = $querys->fetch(PDO::FETCH_ASSOC)) {
?><option value="<?php echo $row_questions_list['answer']; ?>"><?php echo ucfirst(str_replace("_", " ", $row_questions_list['answer'])); ?> </option> <?php
}
}
?>
</select>
<?php
} else {
}
?>
</div>
<?php
$i++;
}
?>
<button class="get-my-cash-offer" type="submit" >Get My Cash Offer</button>
<?php
}
?>
</form>
</div>
<div id="part2" style="display: none;">
<form action="javascript:void(0);" id="form_list2" name="form_list2" method="POST" onsubmit="return Submit_part2_form();">
<p class="pmzero register-header">Enter your Property Details</p>
<?php
$obj1 = new commonFunctions();
$i = 1;
$dbh = $obj1->dbh;
$status = false;
$row = '';
$query = $dbh->prepare("select * from pig_questions where peradd='0' order by id asc");
$query->execute();
$counts_questions = $query->rowCount();
if ($query->rowCount() > 0) {
$status = true;
while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
?>
<div class="ndiv filelds-holder">
<?php if ($row['type'] == 1 || $row['type'] == 3) { ?>
<div class="form-group">
<label><?php echo $row['question']; ?></label>
</div>
<?php } ?>
<?php
if ($row['type'] == 1) {
?>
<?php
$rows=$row['id'];
$querye = $dbh->prepare("select * from pig_answer where question_id=:rows");
$querye->bindParam(":rows",$rows);
$querye->execute();
if ($querye->rowCount() > 0) {
while ($row_questions = $querye->fetch(PDO::FETCH_ASSOC)) {
?>
<div class="ndiv radio-but-holder">
<div class="ndiv radio-lable">
<input type="radio" name="optionsRadios<?php echo $row['id']; ?>" id="optionsRadios<?php echo $row['id'] . $row_questions['answer_id']; ?>" value="<?php echo $row_questions['answer']; ?>">
</div>
<div class="ndiv radio-lable-text">
<?php echo $row_questions['answer']; ?>
</div>
</div>
<?php
}
}
?>
<?php } else if ($row['type'] == 2 && $row['id'] == 30) { ?>
<input class="register-fields" placeholder="<?php echo $row['question']; ?>" id="txt<?php echo $row['id']; ?>"
name="txt<?php echo $row['id']; ?>" />
<?php } else if ($row['type'] == 2 && $row['id'] !== 31) { ?>
<input class="register-fields" placeholder="<?php echo $row['question']; ?>" id="txt<?php echo $row['id']; ?>"
name="txt<?php echo $row['id']; ?>" />
<?php } else if ($row['type'] == 3) { ?>
<input type="radio" name="options<?php echo $row['id']; ?>" id="optionsRadiosYes" value="yes"> Yes
<span style="margin-left: 10px;"></span>
<input type="radio" name="options<?php echo $row['id']; ?>" id="optionsRadiosNo" value="no"> No
<?php } else if ($row['type'] == 4) {
?>
<select class="register-fields property-type" id="dropdownval<?php echo $row['id']; ?>" name="dropdownval<?php echo $row['id']; ?>">
<option value=""><?php echo $row['question']; ?></option>
<?php
$rows=$row['id'];
$querys = $dbh->prepare("select * from pig_answer where question_id=:rows");
$querys->bindParam(":rows",$rows);
$querys->execute();
if ($querys->rowCount() > 0) {
while ($row_questions_list = $querys->fetch(PDO::FETCH_ASSOC)) {
?><option value="<?php echo $row_questions_list['answer']; ?>"><?php echo ucfirst(str_replace("_", " ", $row_questions_list['answer'])); ?> </option> <?php
}
}
?>
</select>
<?php
} else {
}
?>
</div>
<?php
$i++;
}
?>
<button class="get-my-cash-offer" type="submit" >Get My Cash Offer</button>
<?php
}
?>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ndiv sectio-2-content">
<div class="ndiv primary-center-holder">
<div class="ndiv primary-center-in">
<div class="ndiv top-potions">
<div class="ndiv ndiv-1in2 sections" blue>
<h6 class="pmzero title-text">Welcome to Property Pig</h6>
<p class="pmzero content">
Property Pig are the market leading fast property buying company in the UK. <br><br>We buy any house and will give you a cash offer instantly using our Property Pig App regardless of its condition or location.
<br><br>So if you need to sell your house fast, Property Pig will help with absolutely no cost to the seller. </br>Property Pig pay all fees including surveyor fees, lawyers fees and sale fees. </br></br>We have the cash ready to buy your house quickly, with no pain or fuss. We’ve been helping people to sell their property fast for over 5 years now.
</br></p> </div>
<div class="ndiv ndiv-1in2 sections" green image>
<p class="pmzero image-section-header">
Property Pig have helped thousands of homeowners sell fast with no viewings or estate agents<br><p>
</p>
<div class="ndiv explore-but-holder">
<!-- <button class="btn_click">EXPLORE</button> -->
</div>
<div class="ndiv image-section-of-conter">
<img style="margin-bottom: 9px;" class="imgres content-image1" alt="contet image" src="<?php echo $assets; ?>image/image-1.png" />
</div>
</div>
</div>
<div class="ndiv top-potions">
<div class="ndiv ndiv-1in2 sections" vilot image>
<p class="pmzero image-section-header">
Uploading photos could help us offer you more money!
</p>
<!--<div class="ndiv explore-but-holder"
<button class="btn_click">EXPLORE</button>
</div>-->
<div class="ndiv image-section-of-conter">
<img class="imgres content-image2" alt="contet image" src="<?php echo $assets; ?>image/image-2.png" style="margin-bottom:15px;"/>
</div>
</div>
<div class="ndiv ndiv-1in2 sections" pink>
<h6 class="pmzero title-text">How We Can Help</h6>
<p class="pmzero content">
About to have your property repossessed?</br></br> Property Pig can help no matter how little time is left. </br></br>
Unlike most other 'We Buy Any Home' companies, we construct our offer by performing a property search valuation through our trusted partners Zoopla. </br></br>Our customers use our sell your house fast service for its convenience and flexibility – and we’ll truly buy any house, in any condition and in any location within the UK, within a timescale that best suits you.<br>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <select id="amazing-select-1">-->
<!--
<option>property 1</option>
<option>property 2</option>
<option>property 3</option>
<option>property 4</option>
</select> -->
<!----/page section---->
<script>
$('#postcode_lookup').getAddress({
});
</script>
<?php include 'footer.php'; ?>
<!----- popup script ------------>
<script src="<?php echo $assets; ?>js/break-bs-popup.js"></script>
<!----------select - js -------->
<script src="<?php echo $assets; ?>js/amazing_select.js"></script>
<script>
/*click to animate move up code here*/
$(".btn_click").on("click", function () {
$("html, body").animate({scrollTop: 0}, "slow");
});
/*click to animate move up code end here*/
/*form validation code and save session*/
function Submit_form(id)
{
<?php
$query = $dbh->prepare("select * from pig_questions where peradd='1' order by id asc");
$query->execute();
$counts_questions = $query->rowCount();
if ($query->rowCount() > 0)
{
$status = true;
while ($row = $query->fetch(PDO::FETCH_ASSOC))
{
switch ($row['type'])
{
case 1: {
?>
if ($('[name="optionsRadios' +<?php echo $row['id']; ?> + '"]:checked').length == 0)
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Enter The <?php echo $row['question']; ?>');
return false;
}
<?php
break;
}
case 2: {
if ($row['id'] != 39 && $row['id'] != 40) {
?>
if ($('#txt' +<?php echo $row['id']; ?>).val() == '')
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Choose The <?php echo $row['question']; ?>');
$('#txt' +<?php echo $row['id']; ?>).focus();
return false;
}
<?php }
break;
}
case 3: {
?>
if ($('[name="options' +<?php echo $row['id']; ?> + '"]:checked').length == 0)
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Choose The <?php echo $row['question']; ?>');
return false;
}
<?php
break;
}
case 4: {
?>
if ($('#dropdownval' +<?php echo $row['id']; ?>).val() == '')
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Select The <?php echo $row['question']; ?>');
$('#dropdownval' +<?php echo $row['id']; ?>).focus();
return false;
}
<?php
break;
}
default: {
?>
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Invalid Data');
return false;
<?php
}
}
}
}
?>
/*step process save in session*/
processExe1();
/*step process save in session end here*/
return false;
}
/*form validation code and save session end here*/
/*step 1 process*/
function processExe1()
{
var status_bar="false";
$.ajax({
type: "POST",
data: $('#form_list').serialize(),
url: "<?php echo $base_url."question_process.php"; ?>",
success: function(result){
console.log("step1 session added");
}});
<?php
$query = $dbh->prepare("select * from pig_questions where peradd='0' order by id asc");
$query->execute();
$counts_questions_optional = $query->rowCount();
if ($counts_questions_optional>0)
{
?>
$('.popup-message').html('Please Fill Additional Questions');
$('#part1').css('display', 'none');
$('#part2').css('display', 'block');
$("html, body").animate({scrollTop: 0}, "slow");
return false;
<?php
}
else
{
?>
save_session();
<?php
}
/*validation end here*/
?>
}
/*step 1 process end here*/
/*Submit_part2_form code here*/
function Submit_part2_form()
{
var part2_status='false';
<?php
$query = $dbh->prepare("select * from pig_questions where peradd='0' and validation='1' order by id asc");
$query->execute();
$counts_questions = $query->rowCount();
if ($query->rowCount() > 0)
{
$status = true;
while ($row = $query->fetch(PDO::FETCH_ASSOC))
{
switch ($row['type'])
{
case 1: {
?>
if ($('[name="optionsRadios' +<?php echo $row['id']; ?> + '"]:checked').length == 0)
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Enter The <?php echo $row['question']; ?>');
return false;
}
<?php
break;
}
case 2: {
?>
if ($('#txt' +<?php echo $row['id']; ?>).val() == '')
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Choose The <?php echo $row['question']; ?>');
$('#txt' +<?php echo $row['id']; ?>).focus();
return false;
}
<?php
break;
}
case 3: {
?>
if ($('[name="options' +<?php echo $row['id']; ?> + '"]:checked').length == 0)
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Choose The <?php echo $row['question']; ?>');
return false;
}
<?php
break;
}
case 4: {
?>
if ($('#dropdownval' +<?php echo $row['id']; ?>).val() == '')
{
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Please Select The <?php echo $row['question']; ?>');
$('#dropdownval' +<?php echo $row['id']; ?>).focus();
return false;
}
<?php
break;
}
default: {
?>
$('.yello-menu').trigger('click');
$('.popup-header').html('');
$('.popup-message').html('');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('Invalid Data');
return false;
<?php
}
}
}
?>part2_status='true';<?php
}
else
{
?>part2_status='true';<?php
}
?>
if(part2_status=='true')
{
console.log("part two save process");
$.ajax({
type: "POST",
data: $('#form_list2').serialize(),
url: "<?php echo $base_url."question_process_step2.php"; ?>",
success: function(result){
console.log("step1 session added");
save_session();
}});
}
}
/*Submit_part2_form code end here*/
/*save session value*/
function save_session()
{
$('.yello-menu').trigger('click');
$('.popup-header').html('NOTIFICATION');
$('.popup-message').html('You will have to register to get the value');
setTimeout(function () { window.location.href = "<?php echo $base_url; ?>register.php";}, 3000);
return false;
}
/*save session value end here*/
/*pop up message code here*/
$('.yello-menu').click(function (e) {
$('#target-id').callpopup('.close-it'); //$(YOUR POPUP ID).callpopup(CLOSE BUTTON ID);
});
$(document).ready(function (e) {
$('#amazing-select-1').amazing_select();
$('.radio-lable').each(function (index, element) {
$(this).attr('name', $(this).children('input').attr('name'));
});
});
$('.radio-lable').click(function (e) {
var name = $(this).attr('name');
$('.radio-lable').each(function (index, element) {
if ($(this).attr('name') == name)
{
$(this).children('input').prop('checked', '');
$(this).removeClass('active');
}
});
$(this).addClass('active');
$(this).children('input').prop('checked', 'checked');
});
/*pop up message code end here*/
</script>
<a href="https://seal.beyondsecurity.com/vulnerability-scanner-verification/www.propertypig.co.uk"><img src="https://seal.beyondsecurity.com/verification-images/www.propertypig.co.uk/vulnerability-scanner-2.gif" alt="Website Security Test" border="0" /></a>