Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <title>JAVHD.com - {i}Join page{/i}</title>
  6. <link rel="stylesheet" href="/sites/javhd.com/new/style/join38.css">
  7. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  8. <script type="text/javascript" src="/sites/javhd.com/js/cookies.js"></script>
  9. {literal}
  10. <script type='text/javascript'>
  11. function setCookie(cname, cvalue, exdays) {
  12. var d = new Date();
  13. d.setTime(d.getTime() + (exdays*24*60*60*1000));
  14. var expires = "expires="+d.toUTCString();
  15. document.cookie = cname + "=" + cvalue + "; " + expires;
  16. }
  17. var ref = document.referrer;
  18. if ( (ref.indexOf("google")!= -1) || (ref.indexOf("search.yahoo")!= -1) || (ref.indexOf("bing")!= -1) )
  19. {
  20. //add cookie
  21. setCookie('organic', 'yes', 100);
  22. }
  23. </script>
  24. {/literal}
  25. {literal}
  26. <script>
  27. $(document).ready(function() {
  28. $(".signup label").click(function(){
  29. $(".signup label").removeClass("first");
  30. $(this).addClass("first");
  31. });
  32. $('#next').click(function() {
  33. var res_check_email = check_email(),
  34. res_check_username = check_username(),
  35. res_check_password = check_password();
  36.  
  37. res_check_username.then(function() {
  38. if (res_check_email && res_check_password) {
  39. gaExtraTracking('CLICK2BILLING');
  40. $("#join-form").submit();
  41. } else {
  42. if (!res_check_email) {
  43. $("#join_email").focus();
  44. } else if (!res_check_password) {
  45. $("#join_password").focus();
  46. }
  47. }
  48. }, function() {
  49. if (!res_check_email) {
  50. $("#join_email").focus();
  51. } else {
  52. $("#join_username").focus();
  53. }
  54. })
  55. return false;
  56. });
  57.  
  58. $("#join_password").change(function() {
  59. return check_password();
  60. });
  61.  
  62. $("#join_email").change(function() {
  63. return check_email();
  64. });
  65.  
  66. $("#join_username").change(function(){
  67. return check_username();
  68. });
  69.  
  70. $("#back").click(function () {
  71. $(".step22").fadeOut(400).delay( 800 );
  72. $(".step21").fadeIn(400).delay( 800 );
  73. });
  74. $('input[name="signup[custom5]"]').val(get_cookie('_ga'));
  75. $('input[name="signup[custom4]"]').val(get_cookie('__utmx'));
  76. $('input[name="signup[custom3]"]').val(get_cookie('signup[custom3]'));
  77. });
  78.  
  79. function check_password() {
  80. var password= $("#join_password").val();
  81. var pwdre=/^[A-Za-z0-9]{6,16}$/;
  82. if(pwdre.test(password)){
  83. $(".password-error").empty();
  84. $(".check-password").removeClass('state-error');
  85. $(".check-password .success").show();
  86. return true;
  87. }
  88. else{
  89. $(".check-password .success").hide();
  90. $(".check-password").addClass('state-error');
  91. $(".password-error").html("{/literal}{i}Password must be from 6 to 16 characters and use only A-Z and 0-9!{/i}{literal}");
  92. return false;
  93. }
  94. }
  95.  
  96. function check_email() {
  97. var email= $("#join_email").val();
  98. var emailre=/^[A-Za-z0-9\._-]+@[A-Za-z0-9\._-]+\.[A-Za-z]{2,4}$/;
  99. if (emailre.test(email)){
  100. $(".email-error").empty();
  101. $(".check-email").removeClass('state-error');
  102. $(".check-email .success").show();
  103. return true;
  104. }
  105. else{
  106. $(".check-email .success").hide();
  107. $(".check-email").addClass('state-error');
  108. $(".email-error").html("{/literal}{i}Email is required!{/i}{literal}");
  109. return false;
  110. }
  111. }
  112.  
  113. function check_username() {
  114. var username= $("#join_username").val();
  115. var unamere=/^[A-Za-z0-9]{6,}$/;
  116. var deferred = $.Deferred();
  117.  
  118. if (unamere.test(username)) {
  119. $.ajax({
  120. type:"POST",
  121. url: "/check_signup.php",
  122. dataType: 'json',
  123. data:"username="+username+"&act=check_name",
  124. beforeSend: function() {
  125. return;
  126. },
  127. success: function(data) {
  128. if (data.status == '1') {
  129. $(".username-error").empty();
  130. $(".check-username").removeClass('state-error');
  131. $(".check-username .success").show();
  132. deferred.resolve();
  133. } else {
  134. $(".check-username .success").hide();
  135. $(".check-username").addClass('state-error');
  136. $(".username-error").html("{/literal}{i}Username is already exists!{/i}{literal}");
  137. deferred.reject();
  138. }
  139. },
  140. error: function() {deferred.reject(); return;}
  141. });
  142. }
  143. else {
  144. $(".check-username .success").hide();
  145. $(".check-username").addClass('state-error');
  146. $(".username-error").html("{/literal}{i}Username must be from 6 to 16 characters and use only A-Z and 0-9!{/i}{literal}");
  147. deferred.reject();
  148. }
  149. return deferred.promise();
  150. }
  151.  
  152. </script>
  153. {/literal}
  154.  
  155. {literal}
  156. <!-- Start Visual Website Optimizer Asynchronous Code -->
  157. <script type='text/javascript'>
  158. var _vwo_code=(function(){
  159. var account_id=141350,
  160. settings_tolerance=2000,
  161. library_tolerance=2500,
  162. use_existing_jquery=false,
  163. // DO NOT EDIT BELOW THIS LINE
  164. f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
  165. </script>
  166. <!-- End Visual Website Optimizer Asynchronous Code -->
  167. {/literal}
  168. </head>
  169. <body{if $user_lang=='jp'} class="jp"{/if}>
  170. {literal}
  171. <script>
  172. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  173. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  174. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  175. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  176.  
  177. ga('create', 'UA-27524386-24', 'auto');
  178. ga('send', 'pageview', {
  179. 'page': 'http://enter.javhd.com/signup/signup.php?step=signup&tpl=join68',
  180. 'title': 'TYPE:DEFAULT:JOIN68_TITLE:' + document.title
  181. });
  182.  
  183. function gaExtraTracking(typeEvent){
  184. if (typeof typeEvent === 'undefined') typeEvent = 'CLICK2BILLING';
  185.  
  186. ga('send', 'pageview', {
  187. 'page': 'ExtraTracking',
  188. 'title': 'LOCATION:DEFAULT:JOIN68_TYPE:'+ typeEvent
  189. });
  190. }
  191.  
  192. $(function() {
  193. $('.js-gaBtnBilling').click(function(){
  194. gaExtraTracking('CLICK2BILLING')
  195. });
  196. });
  197. </script>
  198. {/literal}
  199. <div class="bg">
  200. <header>
  201. <div class="center">
  202. <a href="http://javhd.com/" class="logo"></a>
  203. <p><span class="icon1 js-netstat-videos">5,225</span> {i}Movies{/i}<span class="icon2 js-netstat-pictures">88,225</span> {i}Pictures{/i}<span class="icon3 js-netstat-models">725</span> {i}Models{/i}<span class="icon4 js-netstat-sizes">8.33 Tb</span> {i}of content{/i}</p>
  204. <ul class="lang">
  205. <li {if $user_lang=='en'}class="first"{/if}><a class="en" href="/set_lang.php?lang=en" title="English">English{if $user_lang=='en'} &#9662;{/if}</a></li>
  206. <li {if $user_lang=='jp'}class="first"{/if}><a class="jp" href="/set_lang.php?lang=jp" title="日本語">日本語{if $user_lang=='jp'} &#9662;{/if}</a></li>
  207. <li {if $user_lang=='fr'}class="first"{/if}><a class="fr" href="/set_lang.php?lang=fr" title="France">France{if $user_lang=='fr'} &#9662;{/if}</a></li>
  208. <li {if $user_lang=='de'}class="first"{/if}><a class="de" href="/set_lang.php?lang=de" title="Deutschland">Deutschland{if $user_lang=='de'} &#9662;{/if}</a></li>
  209. <li {if $user_lang=='es'}class="first"{/if}><a class="es" href="/set_lang.php?lang=es" title="España">España{if $user_lang=='es'} &#9662;{/if}</a></li>
  210. <li {if $user_lang=='vi'}class="first"{/if}><a class="vi" href="/set_lang.php?lang=vi" title="Việt Nam">Việt Nam{if $user_lang=='vi'} &#9662;{/if}</a></li>
  211. <li {if $user_lang=='zh'}class="first"{/if}><a class="zh" href="/set_lang.php?lang=zh" title="简化字">简化字{if $user_lang=='zh'} &#9662;{/if}</a></li>
  212. <li {if $user_lang=='tw'}class="first"{/if}><a class="tw" href="/set_lang.php?lang=tw" title="簡化字">簡化字{if $user_lang=='tw'} &#9662;{/if}</a></li>
  213. </ul>
  214. </div>
  215. </header>
  216. <div class="center">
  217. <div class="clear"></div>
  218. <div class="thumbs">
  219. <img src="http://static.javhd.com/sb/596x446-1.jpg"><img src="http://static.javhd.com/sb/join-1-cwpbd-46.gif"><img src="http://static.javhd.com/sb/596x446-2.jpg">
  220. </div>
  221. <form action="signup.php" method="POST" id="join-form">
  222. <input type="hidden" name="nats" value="{$nats_code}" />
  223. <input type="hidden" name="step" value="signup" />
  224. <input type="hidden" name="formloaded" value="1" />
  225. <input type="hidden" name="signup[reuse_matching_user]" value="1" />
  226. <input type="hidden" name="signup[rename_old_member]" value="1" />
  227. <input type="hidden" name="signup[mailok]" value="1" />
  228. <input type="hidden" name="tpl" value="join38" />
  229. <input type="hidden" name="signup[custom5]" value="" />
  230. <input type="hidden" name="signup[custom4]" value="" />
  231. {if $smarty.get.version}
  232. <input type="hidden" name="nextra[EPOCH][version]" value="{$smarty.get.version}" />
  233. {/if}
  234. <div class="info">
  235. <div class="title2 first">1. {i}Create your account{/i}:</div>
  236. <div class="account">
  237. <div class="check-email">
  238. <b>{i}Email{/i}:</b><input type="text" id="join_email" placeholder="{i}Must be a valid email{/i}" name="signup[email:1:1:128:::email_check]">
  239. <span class="status"><span class="success"></span><span class="error"><span class="text-holder"><i></i><span class="email-error"></span></span></span></span>
  240. </div>
  241. <div class="check-username">
  242. <b>{i}Username{/i}:</b><input type="text" id="join_username" placeholder="{i}6 or more characters{/i}" name="signup[username:1:6:16:::username_check]">
  243. <span class="status"><span class="success"></span><span class="error"><span class="text-holder"><i></i><span class="username-error"></span></span></span></span>
  244. </div>
  245. <div class="check-password">
  246. <b>{i}Password{/i}:</b>
  247. <input placeholder="{i}6 or more characters{/i}" id="join_password" name="signup[password:1:6:16:::password_check]" type="password">
  248. <span class="status"><span class="success"></span><span class="error"><span class="text-holder"><i></i><span class="password-error"></span></span></span></span>
  249. </div>
  250. <ul>
  251. <li class="first">{i}Payment method{/i}:</li>
  252. <li><label><input type="radio" name="cascade" value="7" checked>&nbsp;&nbsp;{i}Credit Card{/i}<span class="cc visa">&nbsp;</span><span class="cc mc">&nbsp;</span><span class="cc dinners">&nbsp;</span><span class="cc jcb">&nbsp;</span><span class="cc discover">&nbsp;</span></label></li>
  253. </ul>
  254. </div>
  255. <div class="title2">2. {i}Choose your plan{/i}:</div>
  256. <div class="membership">
  257. <label {if $program != 9} class="active"{/if}>
  258. <span class="input"><input type="radio" name="signup[optionid]" value="310" {if $program != 9}checked{/if}></span>
  259. <span class="month">{i}12 Months{/i}</span>
  260. <span class="price small">$12.99 / {i}mo{/i}</span>
  261. </label>
  262. <label>
  263. <span class="input"><input type="radio" name="signup[optionid]" value="309"></span>
  264. <span class="month">{i}3 Months{/i}</span>
  265. <span class="price">$25.65 / {i}mo{/i}</span>
  266. </label>
  267. {if $program == 5}
  268. <label>
  269. <span class="input"><input type="radio" name="signup[optionid]" value="77"></span>
  270. <span class="month">{i}1 Month{/i}</span>
  271. <span class="price">$19.95 / {i}mo{/i}</span>
  272. </label>
  273. {elseif $program == 6}
  274. <label>
  275. <span class="input"><input type="radio" name="signup[optionid]" value="198"></span>
  276. <span class="month">{i}1 Month{/i}</span>
  277. <span class="price">$14.95 / {i}mo{/i}</span>
  278. </label>
  279. {elseif $program == 7}
  280. <label>
  281. <span class="input"><input type="radio" name="signup[optionid]" value="197"></span>
  282. <span class="month">{i}1 Month{/i}</span>
  283. <span class="price">$9.95 / {i}mo{/i}</span>
  284. </label>
  285. {elseif $program == 9}
  286. <label class="active">
  287. <span class="input"><input type="radio" name="signup[optionid]" value="214" checked></span>
  288. <span class="month">{i}1 Month{/i}</span>
  289. <span class="price"><span class="old-price">$29.95</span>$7.95 / {i}mo{/i}</span>
  290. </label>
  291. {else}
  292. <label>
  293. <span class="input"><input type="radio" name="signup[optionid]" value="308"></span>
  294. <span class="month">{i}1 Month{/i}</span>
  295. <span class="price">$39.95 / {i}mo{/i}</span>
  296. </label>
  297. {/if}
  298.  
  299. {if $program == 11}
  300. <!--NO TRIAL-->
  301. {else}
  302. <label>
  303. <span class="input"><input type="radio" name="signup[optionid]" value="307"></span>
  304. <span class="month">{i}3 Days Trial{/i}</span>
  305. <span class="price small">$1.00</span>
  306. </label>
  307. {/if}
  308. </div>
  309. <div class="submit">
  310. <a href="#" id="next" class="link1">{i}GET INSTANT ACCESS{/i} &#9656;</a>
  311. <div class="safe"><span>{i}You Will Be Redirected To Our Secure Gateway{/i}</span></div>
  312. </div>
  313. </div>
  314. </form>
  315. <div class="thumbs">
  316. <img src="http://static.javhd.com/sb/join-12923.gif"><img src="http://static.javhd.com/sb/596x446-3.jpg"><img src="http://static.javhd.com/sb/596x446-4.jpg">
  317. </div>
  318. <div class="clear"></div>
  319. <div class="features">
  320. <strong>{i}You Will Get Access to 14 Asian Niche Sites with Only One Account!{/i}</strong>
  321. <ul>
  322. <li>
  323. <span>{i}ABSOLUTELY NO LIMITS!{/i}</span> {i}DRM FREE, fast download speed and no limits!{/i}
  324. </li>
  325. <li>
  326. <span>{i}SUPERB QUALITY!{/i}</span> {i}We use video cams and technology just like in Holywood!{/i}
  327. </li>
  328. <li>
  329. <span>{i}AMAZING trustability!{/i} </span> {i}We are thinking about you, so our sites are 100% confidential and secure.{/i}
  330. </li>
  331. <li>
  332. <span>{i}HUGE ARCHIVES!{/i} </span> {i}We have 7000+ videos and we add more every day!{/i}
  333. </li>
  334. </ul>
  335. <ul>
  336. <li>
  337. <span>{i}Convenience!{/i} </span> {i}24/7 friendly support and easy user-interface!{/i}
  338. </li>
  339. <li>
  340. <span>{i}SUPER EASY!{/i} </span> {i}No gimmicks, hidden fees, or other rubbish. Honest!{/i}
  341. </li>
  342. <li>
  343. <span>{i}Best offer!{/i} </span> {i}One low price for a network of sites!{/i}
  344. </li>
  345. </ul>
  346. <ul class="last">
  347. <li>
  348. <span>{i}Exclusive!{/i} </span> {i}100% exclusive videos! You won`t find these videos anywhere else!{/i}
  349. </li>
  350. </ul>
  351. <div class="clear"></div>
  352. </div>
  353. </div>
  354. <footer>
  355. <div class="center">
  356. <p class="last"><a href="http://javhd.com/{if $user_lang=='jp'}ja{else}en{/if}/privacy" title="{i}Privacy Policy{/i}">{i}Privacy Policy{/i}</a> | <a href="https://secure.javhd.com/login/?back=javhd.com&lang={if $user_lang=='jp'}ja{else}en{/if}" title="{i}Members Login{/i}">{i}Members Login{/i}</a> | <a href="http://javhd.com/{if $user_lang=='jp'}ja{else}en{/if}/terms" title="{i}Terms of Use{/i}">{i}Terms of Use{/i}</a> {if $user_lang=='en'}| <a href="http://javhd.com/{if $user_lang=='jp'}ja{else}en{/if}/statement2257" title="18 U.S.C. 2257">18 U.S.C. 2257</a>{/if}</p>
  357. <p>{i}<script language="JavaScript" src="https://epoch.com/compliance/epoch_descriptor.php?master_code=M-602347"></script>, our authorized sales agent.{/i}</p>
  358. <p>
  359. * {i}Annual memberships rebill at $155.95 every 12 months until cancelled.{/i}<br />
  360. &nbsp;{i}3 Month memberships rebill at $76.95 every 3 months until cancelled.{/i}<br />
  361. {if $program == 5}
  362. &nbsp;{i}Monthly memberships rebill at $19.95 per month until cancelled.{/i}
  363. {elseif $program == 6}
  364. &nbsp;{i}Monthly memberships rebill at $14.95 per month until cancelled.{/i}
  365. {elseif $program == 7}
  366. &nbsp;{i}Monthly memberships rebill at $9.95 per month until cancelled.{/i}
  367. {elseif $program == 9}
  368. &nbsp;{i}Monthly memberships rebill at $7.95 per month until cancelled.{/i}
  369. {else}
  370. &nbsp;{i}Monthly memberships rebill at $39.95 per month until cancelled.{/i}
  371. {/if}
  372. </p>
  373. <p>** {i}Trial memberships have limited access which then converts to a full membership at $49.95 per month until cancelled.{/i}</p>
  374. <p class="company">&copy; JHDV, {$smarty.now|date_format:"%Y"}</p>
  375. </div>
  376. </footer>
  377. </div>
  378. {literal}
  379. <script type="text/javascript">
  380. $.getJSON('http://javhd.com/netstat').done(function(data) {
  381. if (data) {
  382. $.each(data, function(key, value) {
  383. $('.js-netstat-' + key).html(value.toString().replace(/(\d)(?=(\d\d\d)+([^\d]|$))/g, '$1 '));
  384. });
  385. }
  386. });
  387. </script>
  388. {/literal}
  389. <img style="position: fixed; z-index: -1;" src="//javhd.com/st/conversion.gif?goal=1"/>
  390. <!-- START Exoclick Goal Tag | JavHD Join68 Page Visit -->
  391. <img width="1" height="1" src="http://main.exoclick.com/tag.php?goal=bcf737121e655f95d5482fe75963ed2d">
  392. <!-- END Exoclick Goal Tag | JavHD Join68 Page Visit -->
  393. <img src="http://ctrack.trafficjunky.net/ctrack?action=list&type=add&id=join&context=javhd&cookiename=client_tracking"/>
  394. <img src="http://node1.atas.io/conversion.gif?goal=2"/>
  395. </body>
  396. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement