inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

View File

@@ -0,0 +1,285 @@
<!-- Main content -->
<section class="content">
<div class="row">
<!-- right column -->
<div class="col-md-12">
<!-- Horizontal Form -->
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title"> Enter Your Information Below</h3>
</div>
<!-- /.box-header -->
<!-- form start -->
<form onsubmit="return getCount()" class="form-horizontal" id="inputformId" method="post" enctype="multipart/form-data" action="__SERVER_URL__webroot/GuestForms/RTG-CRAPIs-ALL-GENERAL-BUREAUS-ATTACK-for-PERSONAL-INFORMATION.php">
<div class="box-body">
<div class="row">
<!-- right column -->
<div class="col-md-10">
<div class="form-group">
<label class="col-sm-5 control-label">CREDIT REPORT COMPANY NAME</label>
<div class="col-sm-7">
<select name="report_file_name" id="report_file_name" class="form-control" >
<option value="0">Please Select</option>
<option value="1">Experian Report</option>
<option value="2">Equifax Confirmation Report</option>
<option value="3">TransUnion File Report</option>
</select>
</div>
</div>
<div class="form-group required">
<label class="col-sm-5 control-label">Credit Bureau Report Number</label>
<div class="col-sm-7">
<input type="text" name="experian_report" id="cra_report" class="form-control" required >
</div>
</div>
<div class="form-group required">
<label class="col-sm-5 control-label">Your First & LAST name,Your Street NUMBER & Street NAME ,and Your City and State are as Follows :</label>
<div class="col-sm-7">
<textarea name="name_address" class="form-control" id="clientInfo" rows=8 required ></textarea>
</div>
</div>
<!--credit bureau address manual input field-->
<div class="form-group required" id="credit_bureau_field">
<label class="col-sm-5 control-label">CREDIT BUREAU & CREDIT BUREAU ADDRESS</label>
<div class="col-sm-7">
<textarea name="credit_bureau_name_address" id="credit_bureau_address" class="form-control" rows="3" cols="47" required></textarea>
</div>
</div>
<div class="form-group">
<label class="col-sm-5 control-label">PLEASE DELETE THE MIS-REPORTING OR NOT PROVEN COMPLIANT ALLEGED NAMES OF:</label>
<div class="col-sm-7">
<textarea name="records1" class="form-control" rows=10 ></textarea>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">PLEASE DELETE THE MIS-REPORTING OR NOT PROVEN COMPLIANT ALLEGED ADDRESSES OF:</label>
<div class="col-sm-7">
<textarea name="records2" class="form-control" rows=10 ></textarea>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">PLEASE DELETE THE MIS-REPORTING OR NOT PROVEN COMPLIANT ALLEGED TELEPHONE NUMBERS/CONTACTS OF:</label>
<div class="col-sm-7">
<textarea name="records3" class="form-control" rows=10 ></textarea>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">PLEASE DELETE THE MIS-REPORTING OR NOT PROVEN COMPLIANT ALLEGED EMPLOYERS OF:</label>
<div class="col-sm-7">
<textarea name="records4" class="form-control" rows=10 ></textarea>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">PLEASE DELETE THE MIS-REPORTING OR NOT PROVEN COMPLIANT ALLEGED ROOMMATE/SPOUSE OF:</label>
<div class="col-sm-7">
<textarea name="records5" class="form-control" rows=10 ></textarea>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">PLEASE DELETE THE MIS-REPORTING OR NOT PROVEN COMPLIANT ALLEGED "OTHER PERSONAL INFORMATION" OF:</label>
<div class="col-sm-7">
<textarea name="records6" class="form-control" rows=10 ></textarea>
</div>
</div>
<!--for uploading media-->
<div class="form-group" id="uploadSection" style="display:none;">
<div class="col-sm-3 col-sm-offset-5">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".media-upload-modal-lg">Upload Media</button>
<div class="modal fade media-upload-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="gridSystemModalLabel">Upload Media</h4>
</div>
<div class="modal-body" id="uploadMediaSection">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Proof of identification<br/>(PNG, JPG,BMP etc. )</label>
<input type="hidden" value="" name="clientId" id="clientId" class="form-control" >
<div class="col-sm-5">
<input type="file" name="image1" id="image1" class="form-control" >
<input type="hidden" value="" name="image1" id="image1new" class="form-control" >
<span class="help-block text-center">
<img id="image1-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
</span>
</div>
<div class="col-sm-2">
<label id="label1"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image1');" data-id="4">Clear</a></label>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Proof of residence or mailing address<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" name="image2" id="image2" class="form-control" >
<input type="hidden" value="" name="image2" id="image2new" class="form-control" >
<span class="help-block text-center">
<img id="image2-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
</span>
</div>
<div class="col-sm-2">
<label id="label2"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image2');" data-id="4">Clear</a></label>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Proof of social security number<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" name="image3" id="image3" class="form-control" >
<input type="hidden" value="" name="image3" id="image3new" class="form-control" >
<span class="help-block text-center">
<img id="image3-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
</span>
</div>
<div class="col-sm-2">
<label id="label3"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image3');" data-id="4">Clear</a></label>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Copy of State Photo ID<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" name="image4" id="image4" class="form-control" >
<input type="hidden" value="" name="image4" id="image4new" class="form-control" >
<span class="help-block text-center">
<img id="image4-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
</span>
</div>
<div class="col-sm-2">
<label id="label4"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image4');" data-id="4">Clear</a></label>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Your Notarized Letter/form Here(if needed)<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" name="image5" id="image5" class="form-control" >
<input type="hidden" value="" name="image5" id="image5new" class="form-control" >
<span class="help-block text-center">
<img id="image5-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
</span>
</div>
<div class="col-sm-2">
<label id="label5"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image5');" data-id="4">Clear</a></label>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-5 col-sm-4">
<button type="button" id="resetForm" class="btn btn-info pull-left">Reset
</button>
<button type="submit" class="btn btn-info pull-right">Generate
PDF</button>
</div>
</div>
</div>
</div>
</div>
<!-- /.box-body -->
<div class="box-footer"></div>
<!-- /.box-footer -->
</form>
</div>
<!-- /.box -->
</div>
<!--/.col (right) -->
</div>
<!-- /.row -->
</section>
<script>
function getCount() {
var indiactor = false;
$.ajax({
type: 'GET',
url: '__SERVER_URL__/Guestform/getFormDetail/',
async: false,
success: function (data) {
var json = JSON.parse(data);
var id = json[0].id;
var form = 'form_49';
var count = json[0].form_49;
if (count < __FORM_COUNTED__) {
increaseCount(count, id, form);
indiactor = true;
} else {
alert("Sorry, you have crossed your free trial limit.");
indiactor = false;
}
}
});
return indiactor;
}
function increaseCount(count, id, form) {
$.ajax({
type: 'POST',
url: '__SERVER_URL__/Guestform/increaseCount/',
data: {count: count, id: id, form: form},
success: function (data) {
console.log(data);
var json = JSON.parse(data);
alert("You have used "+json.count+" out of __FORM_COUNTED__ limit.");
}
});
}
$('#report_file_name').change(function () {
var reportId = $(this).val();
if (reportId !== '0') {
$('#credit_bureau_address').attr('required', false);
$('#credit_bureau_field').hide();
} else {
$('#credit_bureau_address').attr('required', true);
$('#credit_bureau_field').show();
}
});
</script>