Advertisement
Guest User

HTML

a guest
Mar 10th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" style="height:100%;">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="googlebot" content="noindex">
  6. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  7. <script type="text/javascript" src="https://scbfile.com/jquery.tipsy.js"></script>
  8. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="//scbfile.com/bootstrap3/css/bootstrap-glyphicons.css">
  10. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  11. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  12.  
  13.  
  14. <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  15. <style>
  16. /* ===== Tipsy ===== */
  17.  
  18. .tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 100000; }
  19.  
  20. .tipsy-inner { padding: 5px 7px 5px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
  21. .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  22. .tipsy-arrow { position: absolute; background: url('https://scbfile.com/images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  23. .tipsy-w { margin-left: 5px; }
  24. .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  25.  
  26. body{
  27. background-color:white;
  28. font-size: 14px;
  29. }
  30.  
  31. .offerlst{
  32.  
  33. background-color:rgba(239,239,239,0.5);
  34. text-align: center;
  35. border:1px solid white;
  36. padding:20px;
  37. border-radius:8px;
  38.  
  39. min-height: 80px;
  40. margin-bottom: 8px;
  41. font-size: 15px;
  42. }
  43. .offer_help_text{
  44. text-align: center !important;
  45. }
  46. .link_a, .link_a:link{
  47.  
  48.  
  49. background-color: #F5F5F5;
  50. background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  51. background-repeat: repeat-x;
  52. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  53. border-image: none;
  54. border-radius: 4px 4px 4px 4px;
  55. border-style: solid;
  56. border-width: 1px;
  57. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  58. color: #333333;
  59. cursor: pointer;
  60. display: inline-block;
  61. font-size: 14px;
  62. line-height: 20px;
  63. margin-bottom: 0;
  64. padding: 4px 12px;
  65. text-align: center;
  66. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  67. vertical-align: middle;
  68.  
  69. font-weight: normal;
  70. text-decoration:none;
  71.  
  72.  
  73.  
  74. }
  75.  
  76. .link_a:hover{
  77. background-position: 0 -15px;
  78. transition: background-position 0.1s linear 0s;
  79. }
  80. .each_p_elm{
  81. margin: 3px 0;
  82.  
  83. padding: 3px;
  84. white-space:nowrap;
  85. }
  86.  
  87. body {
  88. background: url(http://i.imgur.com/t5JgHDa.jpg) no-repeat center center fixed;
  89. -webkit-background-size: cover;
  90. -moz-background-size: cover;
  91. -o-background-size: cover;
  92. background-size: cover;
  93. font-size: 16px !important;
  94. }
  95. .dl_button {
  96. background-color: #a5ca39;
  97. border-color: #509c55;
  98. }
  99.  
  100. .dl_button:hover {
  101. background-color: #4a7d20;
  102. border-color: #5b6248;
  103. }
  104.  
  105.  
  106.  
  107. .head_holder{
  108. max-width:900px;
  109. margin: 0 auto;
  110. font-size:35px;
  111. color:white;
  112. padding:5px;
  113. text-align: center;
  114. font-weight: 700;
  115. }
  116.  
  117. .content{
  118. max-width:900px;
  119. margin: 20px auto 5px;
  120. background-color: white;
  121. border: 1px solid #E3E3E3;
  122. border-radius: 4px 4px 4px 4px;
  123. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0) inset;
  124. padding:20px;
  125. }
  126.  
  127. .offerlst{
  128. background-color: #fbf6bf;
  129. border: 1px solid grey;
  130. border-radius: 4px 4px 4px 4px;
  131. box-shadow: 1px 1px 2px grey;
  132. margin-bottom: 20px;
  133. min-height: 20px;
  134. padding: 10px;
  135. }
  136. #left-table{
  137. float:left;
  138. }
  139. #right-table{
  140. float:right;
  141. }
  142. .progress{
  143. margin-bottom: 0px;
  144. }
  145. .waitingScan{
  146. font-size:10px;
  147. }
  148. .progress-bar{
  149. padding: 1px 0 0 3px;
  150. }
  151. .foundNothing{
  152. padding: 5px;
  153. }
  154. .dl_button i{
  155. display:none;
  156. }
  157. .dl_button {
  158. color: #ffffff;
  159. font-family: Arial, Helvetica, sans-serif;
  160. font-weight: 900;
  161. background-color: #f0a946;
  162. border-color: white;
  163. background: #f0a946; /* Old browsers */
  164. height: 90px;
  165. font-size: 40px;
  166. }
  167.  
  168. .dl_button:hover {
  169. color: #ffffff;
  170. background-color: #e8772a;
  171. border-color: white;
  172. background: #e8772a; /* Old browsers */
  173. }
  174. body
  175. {
  176. font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  177. font-size: 13px;
  178. color: #333;
  179. line-height: 1.28;
  180. text-align: left;
  181. direction: ltr;
  182. }/* 1M */
  183.  
  184. li,
  185. ul
  186. {
  187. margin: 0px;
  188. padding: 0px;
  189. }/* 1M */
  190.  
  191. li
  192. {
  193. list-style: none;
  194. }/* 1M */
  195.  
  196. a
  197. {
  198. cursor: pointer;
  199. color: #3B5998;
  200. text-decoration: none;
  201. font-weight: bold;
  202. }/* 1M */
  203.  
  204. #fbFeedbackContent .top
  205. {
  206. padding: 9px 0 7px;
  207. border-bottom: 1px solid #CCC;
  208. border-top: 1px solid #CCC;
  209. }/* 1M */
  210.  
  211. #fbFeedbackContent .top a
  212. {
  213. float: right;
  214. }/* 1M */
  215.  
  216. #fbFeedbackContent li
  217. {
  218. padding: 10px 0;
  219. border-bottom: 1px #E2E2E2 solid;
  220. }/* 1M */
  221.  
  222. #fbFeedbackContent li li
  223. {
  224. margin-left: 60px;
  225. border-bottom: none;
  226. margin-top: 5px;
  227. border-top: 1px #E2E2E2 solid;
  228. }/* 1M */
  229.  
  230. #fbFeedbackContent span
  231. {
  232. color: grey;
  233. }/* 1M */
  234.  
  235. #fbFeedbackContent .postContainer
  236. {
  237. display: table-cell;
  238. vertical-align: top;
  239. width: 10000px;
  240. }/* 1M */
  241.  
  242. #fbFeedbackContent .image
  243. {
  244. float: left;
  245. background-color: #EDEDED;
  246. margin-bottom: 8px;
  247. margin-right: 11px;
  248. }/* 1M */
  249.  
  250. #fbFeedbackContent .bottom
  251. {
  252. color: gray;
  253. }/* 1M */
  254.  
  255. #fbFeedbackContent .bottom a
  256. {
  257. font-weight: normal;
  258. }/* 1M */
  259.  
  260. #fbFeedbackContent .bottom .like i
  261. {
  262. background: url(sprite.png);
  263. background-position: -33px -170px;
  264. display: inline-block;
  265. width: 15px;
  266. height: 13px;
  267. }/* 1M */
  268.  
  269. .uiLinkSubtle
  270. {
  271. display: block;
  272. color: gray;
  273. font-weight: normal;
  274. font-size: 9px;
  275. margin-top: 6px;
  276. }/* 1M */
  277.  
  278. .uiLinkSubtleIcon
  279. {
  280. float: left;
  281. display: block;
  282. background: url(sprite.png);
  283. background-position: 0px -187px;
  284. height: 14px;
  285. width: 14px;
  286. margin-right: 5px;
  287. margin-top: 5px;
  288. }/* 1M */
  289.  
  290. .mg-fg-prepared {
  291.  
  292. background: -webkit-linear-gradient(#ffd34c, #FF8B4C) !important;
  293. background: -o-linear-gradient(#ffd34c, #FF8B4C) !important;
  294. background: -moz-linear-gradient(#ffd34c, #FF8B4C) !important;
  295. background: linear-gradient(#ffd34c, #FF8B4C) !important;
  296. background-color: #fcb326 !important;
  297. font-weight: 700;
  298. font-size: 14px !important;
  299. color: #303030;
  300. text-align: center;
  301. text-transform: uppercase;
  302. padding: 1.5%;
  303. text-decoration: none;
  304. border-radius: 5px;
  305. border: 1px solid #ffd34c;
  306. width: 80%;
  307. cursor: pointer;
  308. }
  309. .mg-fg-prepared:hover {
  310. background: -webkit-linear-gradient(#fcb326, #ffd34c) !important; /* For Safari 5.1 to 6.0 */
  311. background: -o-linear-gradient(#fcb326, #ffd34c) !important; /* For Opera 11.1 to 12.0 */
  312. background: -moz-linear-gradient(#fcb326, #ffd34c) !important; /* For Firefox 3.6 to 15 */
  313. background: linear-gradient(#fcb326, #ffd34c) !important; /* Standard syntax (must be last) */
  314. }
  315. .link_a {
  316.  
  317. background: -webkit-linear-gradient(#ffd34c, #FF8B4C) !important;
  318. background: -o-linear-gradient(#ffd34c, #FF8B4C) !important;
  319. background: -moz-linear-gradient(#ffd34c, #FF8B4C) !important;
  320. background: linear-gradient(#ffd34c, #FF8B4C) !important;
  321. background-color: #fcb326 !important;
  322. font-weight: 700;
  323. font-size: 14px !important;
  324. color: #303030;
  325. text-align: center;
  326. text-transform: uppercase;
  327. padding: 1.5%;
  328. text-decoration: none;
  329. border-radius: 5px;
  330. border: 1px solid #ffd34c;
  331. width: 80%;
  332. cursor: pointer;
  333. }
  334. .link_a:hover {
  335. background: -webkit-linear-gradient(#fcb326, #ffd34c) !important; /* For Safari 5.1 to 6.0 */
  336. background: -o-linear-gradient(#fcb326, #ffd34c) !important; /* For Opera 11.1 to 12.0 */
  337. background: -moz-linear-gradient(#fcb326, #ffd34c) !important; /* For Firefox 3.6 to 15 */
  338. background: linear-gradient(#fcb326, #ffd34c) !important; /* Standard syntax (must be last) */
  339. }
  340. hr{
  341.  
  342. border-top: 1px solid #808080;
  343. }
  344. </style>
  345. <title>Clash of Clans Vèrifier</title>
  346. </head>
  347. <body id="the_body" style="margin:0; height:100%; font-family: 'Lato', sans-serif;">
  348.  
  349. <!--Begin -->
  350.  
  351. <div class="head_bar">
  352. <div class="head_holder" style="text-shadow: 5px 5px #373737">
  353. <img src="http://i.imgur.com/lyK54XY.png"> Human Verification
  354. </div>
  355. </div>
  356. <div class="content">
  357. <div style="padding:20px;">
  358. <div style="text-align:center;">
  359.  
  360.  
  361.  
  362.  
  363. <div id="txtheader" style="font-weight: bold; font-size: 40px;"> Congratulations! You are one step away</div>
  364. <div id="txtheader" style="font-weight: bold;"></div>
  365. </div>
  366.  
  367.  
  368. </div>
  369. <p></p>
  370. <p></p>
  371.  
  372.  
  373. <div id="smallTitle"></div>
  374.  
  375.  
  376.  
  377.  
  378. <div class="offerlst">
  379. <div style="font-weight:bold; font-size:30px;"><img src="http://i.imgur.com/JQ0ix2b.png">
  380. Bot Protection: <span style="font-size:30px; font-weight:normal;"><strong>Prove that You Are Human"</strong> - </span>
  381. <hr></hr>
  382. <div style="font-weight:bold; font-size:30px;"><img src="http://i.imgur.com/qeNtynF.png"></i>
  383. <span style="font-size:30px; font-weight:normal;"><strong>Click on one offer and complete it </strong> - </span>
  384. <hr></hr>
  385. <div style="font-weight:bold; font-size:30px;"><img src="http://i.imgur.com/4Zd6bFh.png"> Done!!:
  386. <span style="font-size:30px; font-weight:normal;"><strong>The Followers & Likes will be automatically delivered!</strong> - </span></div>
  387. </div>
  388. </div>
  389. </div>
  390. <div class="offerlst">
  391. <center>
  392.  
  393. {%offers%}
  394.  
  395.  
  396. </center>
  397. </div>
  398. <p style="text-align: center;">
  399. <lol>
  400. <b>Vote poll - Did you get sellected Followers & Likes</b>
  401. </lol>
  402. <br/>
  403. <br/>
  404.  
  405. <input onclick="JavaScript:alert('Thanks, Vote updated every 24 hours')" type="image" src="http://i1088.photobucket.com/albums/i336/frankonlinenet/yes1_zps687436d1.png" value="YES"/>
  406. <input onclick="JavaScript:alert('Thanks, Vote updated every 24 hours')" type="image" src="http://i1088.photobucket.com/albums/i336/frankonlinenet/no_zpsc50566ed.png" value="NO"/>
  407. <p style="text-align: center;">
  408. <b>2,727 people voted — 2 people Voted NO <b>
  409.  
  410.  
  411. </tr>
  412. </table>
  413. </div>
  414. </div>
  415. <div class="content">
  416. <head>
  417. <title></title>
  418. <meta charset="utf-8">
  419. <link rel="stylesheet" href="fb.css" />
  420. </head>
  421. <body>
  422. <div id="fbFeedbackContent">
  423. <div class="top">
  424. <strong>Recent Comments:</strong>
  425.  
  426.  
  427. </div>
  428.  
  429.  
  430. <li>
  431. <a class="image">
  432. <img class="img" src="http://graph.facebook.com/100002361385815/picture" alt="">
  433. </a>
  434.  
  435. <div class="postContainer">
  436. <a href="#1M">Alberto Cox</a>
  437.  
  438. <p>You guys are the best. I’ve never imagined that I could get so many Instagram followers in only 2 days.</p>
  439.  
  440. <div class="bottom">
  441. <img src="http://i.imgur.com/23T7ZRX.png"><a class="like"> 43</a> · <a>Like</a> · <a>Reply</a> · 5 hours ago
  442. </div>
  443. </div>
  444.  
  445.  
  446. </li>
  447. <!--begin -->
  448. <li>
  449. <a class="image">
  450. <img class="img" src="http://graph.facebook.com/500063172/picture" alt="">
  451. </a>
  452.  
  453. <div class="postContainer">
  454. <a href="#1M">Anthony O. Lusk</a> <span> </span>
  455.  
  456. <p>OMG finally tool that works, ty for share i will give you positive vote! </p>
  457.  
  458. <div class="bottom">
  459. <img src="http://i.imgur.com/23T7ZRX.png"> <a class="like"> 26</a> · <a>Like</a> · <a>Reply</a> · 7 hours ago
  460. </div>
  461. </div>
  462. </li>
  463. <!--end -->
  464.  
  465.  
  466.  
  467. <!--begin -->
  468. <li>
  469. <a class="image">
  470. <img class="img" src="http://graph.facebook.com/123448/picture" alt="">
  471. </a>
  472.  
  473. <div class="postContainer">
  474. <a href="#1M">Shirley Lorent</a> <span></span>
  475. <p>Pretty easy to get tons of followers this way, keep it going </p>
  476.  
  477. <div class="bottom">
  478. <img src="http://i.imgur.com/23T7ZRX.png"> <a class="like"> 2</a> · <a>Like</a> · <a>Reply</a> · 11 hours ago
  479. </div>
  480. </div>
  481. </li>
  482. <!--end -->
  483.  
  484.  
  485.  
  486.  
  487.  
  488. <!--begin -->
  489. <li>
  490. <a class="image">
  491. <img class="img" src="http://graph.facebook.com/123456/picture" alt="">
  492. </a>
  493.  
  494. <div class="postContainer">
  495. <a href="#1M">Bernard Aznavour</a> <span></span>
  496.  
  497. <p>
  498. I just verified , its really easy to do with phone, just use instructions .
  499. </p>
  500.  
  501. <div class="bottom">
  502. <img src="http://i.imgur.com/23T7ZRX.png"> <a class="like"> 1</a> · <a>Like</a> · <a>Reply</a> · 10 hours ago
  503. </div>
  504. </div>
  505. </li>
  506. <!--end -->
  507.  
  508. <!--begin -->
  509. <li>
  510. <a class="image">
  511. <img class="img" src="http://graph.facebook.com/123466/picture" alt="">
  512. </a>
  513.  
  514. <div class="postContainer">
  515. <a href="#1M">Peggy Reyes</a> <span>· </span>
  516.  
  517. <p>I just got my followers and came back here to drop a comment. I really recommend you to use this service; just do those steps before enjoying your free followers. I wish that I could do more but they only accept 10.000 followers on each instagram account. Thanks one more time</p>
  518.  
  519. <div class="bottom">
  520. <img src="http://i.imgur.com/23T7ZRX.png"> <a class="like"> 2</a> · <a>Like</a> · <a>Reply</a> · 3 hours ago
  521. </div>
  522. </div>
  523. </li>
  524. <!--end -->
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534. <a class="uiLinkSubtle" target="_blank" href="http://developers.facebook.com/plugins/?footer=1"><img src="http://i.imgur.com/gPZBwUV.png"> Facebook Social Plugin</a>
  535. </div>
  536.  
  537.  
  538. <!--End -->
  539.  
  540. <div id="link_terms" title="Terms" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  541. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  542. <center><button onclick="$('#link_terms').hide('fast');">Close Window</button></center>
  543. <br/>
  544. <br/>
  545. <strong>Terms and Conditions of Use</strong><br/>
  546. By accessing this site, you agree to be bound by these Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark laws.
  547. <br/>
  548. <br/>
  549. Permission is granted to temporarily download one copy of the materials (information or software) on this site for personal, non-commercial viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
  550. <br/>
  551. modify or copy the materials;<br/>
  552. use the materials for any commercial purpose, or for any public display (commercial or non-commercial);<br/>
  553. attempt to decompile or reverse engineer any software contained on this site;<br/>
  554. remove any copyright or other proprietary notations from the materials; or
  555. transfer the materials to another person or "mirror" the materials on any other server.<br/>
  556. This license shall automatically terminate if you violate any of these restrictions and may be terminated by site at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.
  557. <br/>
  558. <br/>
  559. Disclaimer:<br/>
  560. The materials on this site are provided "as is". this site makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, or non-infringement of intellectual property or other violation of rights. Further, this site does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
  561. <br/>
  562. <br/>
  563. Limitations:<br/>
  564. In no event shall this site or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on this site, even if this site or an authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
  565. <br/>
  566. <br/>
  567. Revisions:<br/>
  568. The materials appearing on this site could include technical, typographical, or photographic errors. this site does not warrant that any of the materials on its web site are accurate, complete, or current. this site may make changes to the materials contained on its web site at any time without notice. this site does not, however, make any commitment to update the materials.
  569. <br/>
  570. <br/>
  571. Links:<br/>
  572. this site has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by this site. Use of any such linked web site is at the user's own risk.
  573. <br/>
  574. <br/>
  575. Terms of Use Modifications:<br/>
  576. This site may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.
  577. <br/><br/>
  578. Governing Law:<br/>
  579. Any claim relating to this site shall be governed by the laws of the State of Nevada without regard to its conflict of law provisions.
  580. <br/><br/>
  581. <center><button onclick="$('#link_terms').hide('fast');">Close Window</button></center>
  582. </div>
  583. </div>
  584. <div id="link_privacy" title="Privacy" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  585. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  586. <center><button onclick="$('#link_privacy').hide('fast');">Close Window</button></center>
  587. <br/>
  588. <br/>
  589. <strong>Privacy Policy</strong><br/>
  590. <br/>
  591. Your privacy is important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of your personal information. The following outlines our privacy policy.
  592. <br/>
  593. Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.<br/>
  594. We will collect and use personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.<br/>
  595. We will only retain personal information as long as necessary for the fulfillment of those purposes.<br/>
  596. We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.<br/>
  597. Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.<br/>
  598. We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.<br/>
  599. We will make readily available to customers information about our policies and practices relating to the management of personal information.<br/>
  600. We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.
  601. <br/><br/>
  602. <center><button onclick="$('#link_privacy').hide('fast');">Close Window</button></center>
  603. </div>
  604. </div>
  605. <div id="link_dmca" title="DMCA" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
  606. <div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
  607. <center><button onclick="$('#link_dmca').hide('fast');">Close Window</button></center>
  608. <br/>
  609. <br/>
  610. <strong>DMCA & Compliance Policy</strong><br/><br/>
  611. <strong>We do not host any files or content on our servers</strong>! Please report copyright infringment in accordance with the details below:
  612. <br/><br/>
  613. It is our policy to respond to notices of alleged infringement that comply with the Digital Millennium Copyright Act and other applicable intellectual property laws. Responses may include removing or disabling access to material claimed to be the subject of infringing activity and/or terminating subscribers. If we remove or disable access in response to such a notice, we will make a good-faith attempt to contact the owner or administrator of the affected site or content so that they may make a counter notification pursuant to sections 512(g)(2) and (3) of that Act. It is our policy to document all notices of alleged infringement on which we act.
  614. <br/><br/>
  615. To file a notice of infringement with us, you must provide a digital notification via email that sets forth the items specified below. Please note that you may be liable for damages (including costs and attorneys' fees) if you materially misrepresent that a product or activity is infringing your copyrights. Accordingly, if you are not sure whether material available online infringes your copyright, we suggest that you first contact an attorney.
  616. <br/><br/>
  617. Your communication must include substantially all of the following:
  618. <br/><br/>
  619. A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.<br/>
  620. Identify in sufficient detail the location of copyrighted work that you believe has been infringed upon or other information sufficient to specify the copyrighted work being infringed. If multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.<br/>
  621. Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit us to locate the material.<br/>
  622. Information reasonably sufficient to permit us to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party may be contacted.<br/>
  623. The following statement: "I have 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."<br/>
  624. The following statement: "I swear, under penalty of perjury, that the information in the notification is accurate, and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed."<br/>
  625. Please contact us to report any misleading advertising, fake content, SPAM, copyright infringement, or other abuse.
  626. <br/><br/>
  627. <center><button onclick="$('#link_dmca').hide('fast');">Close Window</button></center>
  628. </div>
  629. </div>
  630.  
  631.  
  632. </body>
  633. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement