File "dmca_removel.php"
Full Path: /home/mba/public_html/wp-content-20250807152928/themes/twentytwenty-child-theme/dmca_removel.php
File size: 10.15 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*Template Name: dmca removal */
get_header();
?>
<main class="site-main-wrapper">
<div id="main-wrapper-id" class="main-wrapper">
<div class="site-page-content-wrap DmcaMain">
<div class="container">
<div id="content" class="site-content about-me">
<div class="header-title text-center py-4">
<h1 class="entry-title"><span>DMCA Removal</span></h1>
</div>
<div class="d-flex-row">
<div class="col-md-cus-6">
<div class="ContentAreaDmca">
<p>millionaire-business-articles.com is in compliance with 17 U.S.C. § 512 and the Digital Millennium Copyright Act ("DMCA"). It is our policy to respond to any infringement notices and take appropriate actions under the Digital Millennium Copyright Act ("DMCA") and other applicable intellectual property laws.</p>
<p>If your copyrighted material has been posted on millionaire-business-articles.com or if links to your copyrighted material are returned through our search engine and you want this material removed, you must provide a written communication that details the information listed in the following section. Please be aware that you will be liable for damages (including costs and attorneys' fees) if you misrepresent information listed on our site that is infringing on your copyrights. We suggest that you first contact an attorney for legal assistance on this matter.</p>
<p><strong>The following elements must be included in your copyright infringement claim: </strong></p>
<ul>
<li aria-level="1">Provide evidence of the authorized person to act on behalf of the owner of an exclusive right that is allegedly infringed.</li>
<li aria-level="1">Provide sufficient contact information so that we may contact you. You must also include a valid email address.</li>
<li aria-level="1">You must identify in sufficient detail the copyrighted work claimed to have been infringed and include at least one search term under which the material appears in millionaire-business-articles.com search results.</li>
<li aria-level="1">A statement that the complaining party has a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.</li>
<li aria-level="1">A statement that the information in the notification is accurate, and under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li>
<li aria-level="1">Must be signed by the authorized person to act on behalf of the owner of an exclusive right that is allegedly being infringed.</li>
</ul>
<p>Send the infringement notice at <a href="mailto:contact@millionaire-business-articles.com">contact@millionaire-business-articles.com</a></p>
<p>Please allow 1-3 business days for an email response. Note that emailing your complaint to other parties such as our Internet Service Provider will not expedite your request and may result in a delayed response due to the complaint not properly being filed.</p>
</div>
</div>
<div class="col-md-cus-6 marLeft">
<div class="DmacaFrom">
<form method="post" id="DmcaRemovelReq">
<div class="DmcaError" style="display:none;color:red;"></div>
<div class="InputDmcaDFlex">
<div class="InputDmcaD-6">
<label>First Name*</label>
<input type="text" name="DmcsFirstName" id="DmcsFirstName" placeholder="First Name*">
</div>
<div class="InputDmcaD-6">
<label>Last Name</label>
<input type="text" name="DmcsLastName" id="DmcsLastName" placeholder="Last Name">
</div>
<div class="InputDmcaD-6">
<label>Company Name</label>
<input type="text" name="DmcsCompanyName" id="DmcsCompanyName" placeholder="Company Name">
</div>
<div class="InputDmcaD-6">
<label>Country*</label>
<input type="text" name="DmcsCountryName" id="DmcsCountryName" placeholder="Country">
</div>
<div class="InputDmcaD-6">
<label>Phone*</label>
<input type="text" name="DmcsPhone" id="DmcsPhone" placeholder="Phone*">
</div>
<div class="InputDmcaD-6">
<label>Copyright holder you represent</label>
<select name="CopyRightHolderRep" id="CopyRightHolderRep">
<option value="Self" selected>Self</option>
<option value="Representor">Representor</option>
</select>
</div>
<div class="InputDmcaD-12 EmailDmcs">
<label>Email*</label>
<input type="text" name="DmcaEmailContact" id="DmcaEmailContact" Placeholder="Email*">
</div>
<div class="InputDmcaD-12 textAreaDmcs">
<label>Urls*</label>
<textarea name="UrlDmcs" id="UrlDmcs"placeholder="https://millionaire-business-articles.com/abc/, https://millionaire-business-articles.com/xyz/ (Comma Separated For Multiple url)"></textarea>
</div>
<div class="InputDmcaD-12 textAreaDmcs">
<label>Description*</label>
<textarea name="DescriptionDmca" id="DescriptionDmca" placeholder="Description*"></textarea>
</div>
<div class="InputDmcaD-12 DmcaCheckBox">
<input type="checkbox" name="ConfrimCheckBOx" id="ConfrimCheckBOx">
<label for="ConfrimCheckBOx">I confirm that I am the copyright holder for the content in question, and I am not filing this notice on behalf of another party.*</label>
</div>
<!--div class="InputDmcaD-12 ReCap">
<div id="ContactFormDmcaCaptcha" class="g-recaptcha" data-sitekey="6Lc1lJMcAAAAALDDRxdm7_qkhsYT8-nj5fkRox7V"></div>
</div-->
<div class="InputDmcaD-12 DmcaSubmit">
<input type="button" Value="Submit" Name="DMCASUBMIT" id="DMCASUBMIT">
</div>
</div>
</form>
</div>
</div>
</div> <!-- /.row -->
</div><!-- #content -->
</div>
</div>
</div>
</main>
<div class="ajax-loader">
<div class="inner-ajax-loader">
<img width="286" height="191" alt="ajax" src="<?php echo site_url(); ?>/wp-content/themes/twentytwenty-child-theme/images/ajax-loader.gif">
</div>
</div>
<?php
get_footer();
?>
<script>
$(document).ready(function(){
$(document).on("click","#DMCASUBMIT",function(){
DmcsFirstName = $("#DmcsFirstName").val().trim();
DmcsLastName = $("#DmcsLastName").val().trim();
DmcsCompanyName = $("#DmcsCompanyName").val().trim();
DmcsCountryName = $("#DmcsCountryName").val().trim();
DmcsPhone = $("#DmcsPhone").val().trim();
CopyRightHolderRep = $("#CopyRightHolderRep").val();
DmcaEmailContact = $("#DmcaEmailContact").val().trim();
UrlDmcs = $("#UrlDmcs").val().trim();
DescriptionDmca = $("#DescriptionDmca").val().trim();
//recaptchavalueDmca = $("#g-recaptcha-response").val();
error = "";
if(DmcsFirstName.length < 1){
error = "First Name cannot be blank.";
}
else if(DmcsCountryName.length < 1){
error = "Country cannot be blank.";
}
else if(DmcsPhone.length < 1){
error = "Phone cannot be blank.";
}else if(DmcaEmailContact.length < 1){
error = "Email cannot be blank.";
}
else if (/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z]{2,4})+$/.test(DmcaEmailContact.trim())==false ){
error = "Please Enter valid Email.";
}
else if(UrlDmcs.length < 1){
error = "Url cannot be blank.";
}
else if(DescriptionDmca.length < 1){
error = "Description cannot be blank.";
}
else if($("#ConfrimCheckBOx").prop('checked') == false){
error = '"I confirm that I am the copyright holder for the content in question, and I am not filing this notice on behalf of another party." must be checked';
}
if(error !==""){
$('html, body').animate({scrollTop:0}, 'slow');
$(".DmcaError").show();
$(".DmcaError").text(error);
}else{
$(".DmcaError").hide();
$(".DmcaError").text("");
$(".ajax-loader").show();
var fd = new FormData();
fd.append('DmcsFirstName', DmcsFirstName);
fd.append('DmcsLastName', DmcsLastName);
fd.append('DmcsCompanyName', DmcsCompanyName);
fd.append('DmcsCountryName', DmcsCountryName);
fd.append('DmcsPhone', DmcsPhone);
fd.append('CopyRightHolderRep', CopyRightHolderRep);
fd.append('DmcaEmailContact', DmcaEmailContact);
fd.append('UrlDmcs', UrlDmcs);
fd.append('DescriptionDmca', DescriptionDmca);
fd.append('action', 'contactFormDmcaSubmit');
$.ajax({
type: "POST",
url: ajax_url,
data:fd,
contentType: false,
processData: false,
success: function(e) {
$(".ajax-loader").hide();
if(e === "Submit"){
alert("Thank you for your message. It has been sent.");
window.location.href = "https://millionaire-business-articles.com/dmca-removal/";
}else{
alert("Try again later");
}
}
});
}
})
});
</script>