Guys, help. How to remove in-built content locker (js script) from ripped page?

soa0611

Elite Member
Joined
Apr 20, 2015
Messages
2,790
Reaction score
2,537
I ripped with Httrack a couple of LPs and want just replace content locker link to mine.

But both have in built content locker, hope you understand what i mean - you are not being redirected to a content locker link but seeing it right away on the same site, and you can't see the link you need to replace (at least i am not seeing it in code editor)

I really like these 2 LPs but don't have skills to replace locker links there.

Could anyone guide me how to remove this script and make simple href redirect?
 
It will be a script on the page. Most likely in the <head> section.

Somewhere in the body of the page you will have an event calling the locker, for example if the locker pops up when clicking a button it may be:

Code:
onclick=call_locker();

Can't help any more than that as I'm typing this on my phone. Sorry.
 
It will be a script on the page. Most likely in the <head> section.

Somewhere in the body of the page you will have an event calling the locker, for example if the locker pops up when clicking a button it may be:

Code:
onclick=call_locker();

Can't help any more than that as I'm typing this on my phone. Sorry.

Thanks for the reply
So i should find it and just remove?
 
If you remove it there will be no content locker. If you want to add your own locker then change the script in the head if you want an onpage locker or change the button onclick to whatever href link to open your locker on another page.

I'm no expert but I figured it out quite easily. Just make sure you keep a backup of the original, if you fuck up then you can revert any changes and try again.

If I get out of hospital today I'll try and get online to help you out.
 
Here's an example of the script and the onclick from one of my LPs

Screenshot_20190106-051812.png

The fileoasis.net link is the script. It may be different on yours but the whole line will look similar. Usually just before the </head> tag


Screenshot_20190106-051839.png


You can see the onclick event on line 163.
 
Here's an example of the script and the onclick from one of my LPs

View attachment 111429
The fileoasis.net link is the script. It may be different on yours but the whole line will look similar. Usually just before the </head> tag


View attachment 111428

You can see the onclick event on line 163.
Thanks.
If you are ok, i'll just post a screenshot here too later, to show the problem. In one of the pages i can't just find the locker link, and in another - when i replace it to mine - it keeps redirecting to some shit anyway (after my link)
 
Here's an example of the script and the onclick from one of my LPs

View attachment 111429
The fileoasis.net link is the script. It may be different on yours but the whole line will look similar. Usually just before the </head> tag


View attachment 111428

You can see the onclick event on line 163.
excuse my ignorance but where is call_locker() defined? In the fileoasis script?
 
excuse my ignorance but where is call_locker() defined? In the fileoasis script?
I believe so although I cannot say with certainty.

I am what you would call a hobby coder. I do not understand much of the code even though I know what certain things do.

We might get a professional come along soon and explain

Fileoasis is one of the many URLs used for scripts by ogads.
 
Why pm you. I've offered help here openly, unless of course you plan on trying to charge which is against the rules
i just trying to but need to look at the source code first, what if he don't to post it here ?
 
i just trying to but need to look at the source code first, what if he don't to post it here ?
No reason why he wouldn't anyone can rip a landing page using httrack so its no big secret.

The source code on most landers for game hacks are pretty similar anyway. Asking someone to pm you and move things away from public view looks shady as a new member. If I wasn't stuck in hospital I would have sorted this for him hours ago.
 
No reason why he wouldn't anyone can rip a landing page using httrack so its no big secret.

The source code on most landers for game hacks are pretty similar anyway. Asking someone to pm you and move things away from public view looks shady as a new member. If I wasn't stuck in hospital I would have sorted this for him hours ago.
What if he don't want to make more competitor by sharing it public ?,I'm a full stack developer just try to help but he didn't posting anything about the code yet. So if you can help him then do it, ignore my message, ty
 
Why pm you. I've offered help here openly, unless of course you plan on trying to charge which is against the rules
I post screenshots in an hour. But ,not sure, may be i should just post landers urls ? It would be the full info. I am not afraid to reveal it.
 
Guys i can post screenshots in an hour. But ,not sure, may be i should just post landers urls ? I am not afraid to reveal it.
Just post the source code then. Post it in [c0de][/code] tags and one of us on here can help.
 
What if he don't want to make more competitor by sharing it public ?,I'm a full stack developer just try to help but he didn't posting anything about the code yet. So if you can help him then do it, ignore my message, ty

Just post the source code then. Post it in [c0de][/code] tags and one of us on here can help.


Big thanks , guys. I'll provide the full code in a while.
 
What if he don't want to make more competitor by sharing it public ?,I'm a full stack developer just try to help but he didn't posting anything about the code yet. So if you can help him then do it, ignore my message, ty

Just post the source code then. Post it in [c0de][/code] tags and one of us on here can help.

1. well, click on Verify: you are getting to my locker link (all seems good) and in 1 sec - redirect to some shit

Code:
<!DOCTYPE html>
<html>


<!-- Mirrored from bingobash.cheatyourway.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Jan 2019 10:25:17 GMT -->
<head>
        <meta name="robots" content="noindex, nofollow" />
        <title>Bingo Bash - Get Unlimited Chips</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <!-- CSS -->
       <meta property="og:image" content="http://i.imgur.com/GyvBNCw.png" />
        <link href="http://bingobash.cheatyourway.com/css/libs/font-awesome.css" rel="stylesheet" />
        <link href="http://bingobash.cheatyourway.com/css/libs/bootstrap.min.css" rel="stylesheet" />
        <link href="http://bingobash.cheatyourway.com/css/libs/bigvideo.css" rel="stylesheet" />
        <link href="http://bingobash.cheatyourway.com/css/libs/video-js.min.css" rel="stylesheet" />
        <link href="http://bingobash.cheatyourway.com/css/libs/sweet-alert.css" rel="stylesheet" />
        <link href="http://bingobash.cheatyourway.com/css/libs/animate.css" rel="stylesheet" />
        <link href="http://bingobash.cheatyourway.com/css/libs/magnific-popup.css" rel="stylesheet" />
        <link href="http://bingobash.cheatyourway.com/css/style.css" rel="stylesheet" />
        <link rel="icon" type="image/png" href="http://bingobash.cheatyourway.com/img/favicon.ico" />
        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
        <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
        <!--[if lt IE 9]>
          <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
          <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
        <![endif]-->

        <!-- SEO OPTIMIZATION -->

        <meta name="description" content="Generate unlimited Chips using our Bingo Bash Hack and Cheats. 100% working and tested on all devices." />
        <meta name="keywords" content="Bingo Bash Hack, Bingo Bash Cheats, Bingo Bash Pirater, Bingo Bash Astuce, Bingo Bash Tricher, Bingo Bash Chips Hack" />

        <!-- EXTRA SEO -->
        <meta property="og:title" content="Bingo Bash Hack" />
        <meta property="og:description" content="Generate unlimited Chips using our Bingo Bash Hack and Cheats. 100% working and tested on all devices." />
        <meta property="og:image" content="http://bingobash.cheatyourway.com/i.imgur.com/GyvBNCw.png" />
        <meta property="og:url" content="http://bingobash.cheatyourway.com/index.html" />
        <meta property="og:type" content="website" />

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


        </head>
    <body>
        <noscript>
            <div class="alert alert-warning alert-dismissable">
              <strong>Warning!</strong> It seems you have JavaScript disabled, to ensure a smooth experience please turn this feature on.
            </div>
        </noscript>


        <div id="loading_modal" class="mfp-hide white-popup-block">
            <div class="row">
                <div class="col-md-12">
                    <div class="loader"></div>
                    <br class="clearfix" />
                    <p>Connecting to <strong id="m-accname">ACCNAME</strong> on <strong id="m-server">EUW</strong> server</p>
                    <div class="progress">
                        <div class="progress-bar progress-bar-striped active g-progressbar" role="progressbar" style="width: 0%"></div>
                    </div>
                </div>
            </div>
        </div>

        <div id="gen_modal" class="mfp-hide white-popup-block">
            <div class="row">
                <div class="col-md-12">
                    <div class="generator-loading">
                        <div class="loader loader_gen"></div>
                        <br class="clearfix" />
                        <p class="gen-loading-msg">Please be patient</p>
                        <div class="progress">
                            <div class="progress-bar progress-bar-success progress-bar-striped active g-progressbar" role="progressbar" style="width: 0%"></div>
                        </div>
                    </div>
                    <div class="generator-verification">
                        <div class="row">
                            <div class="col-md-12">
                                <div class="section_heading">
                                    <h1>Human verification required</h1>
                                </div>
                            </div>
                        </div>
                        <br class="clearfix" />
                        <div class="row">
                            <div class="col-md-12">
                                <p>Your Chips have been generated! However you will need to pass this human verification step first.</p>
                               <p>This is only to ensure that our system is not being abused by spam bots.</p>                                       
                                                          <p>Complete this verification process to prove that you are Human and get your generated resources.</p>
                             
                            </div>
                        </div>
                        <div class="row">
                            <div class="col-md-12">
                                <button onclick="window.location='https://www.areyouabot.net/cl.php?id=41473bb6436f855e63a37884bd74bdc2?game=BingoBash';" class="gen-v-btn">Verify</button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <header>
            <div class="container">
                <div class="row">
                    <div class="col-md-12">
                        <img src="http://bingobash.cheatyourway.com/img/logo.png" alt="" class="img-responsive centered-img top-logo" />
                    </div>
                </div>
            </div>
        </header>

        <section class="gen-section">
            <div class="container">
                <div class="row">
                    <div class="col-md-12">
                        <div class="inside-section">
                            <div class="row">
                                <div class="col-md-12">
                                    <div class="section-heading">
                                        <h1>Bingo Bash Online Hack</h1>
                                        <div class="divider"></div>
                                    </div>
                                </div>
                            </div>
                            <div class="row">
                                <div class="col-md-6">
                                    <div class="account-connet-area">
                                        <div class="row">
                                            <div class="col-md-12">
                                                <h2>CONNECT YOUR ACCOUNT</h2>
                                            </div>
                                        </div>
                                        <div class="row">
                                            <div class="col-md-12">
                                            <div class="col-md-6">
                                                <div class="form-group">
                                                    <label for="usernameInput">Username Or Email</label>
                                                    <input type="text" class="form-control" id="usernameInput" placeholder="" />
                                                </div> </div>
                                                <div class="col-md-6">
                                                <div class="form-group">
                                                    <label for="serverInput">Select Platform</label>
                                                    <select id="serverInput" class="form-control">
                                                        <option value="iOS" />iOS
                                                        <option value="Android" />Android
                                                    </select>
                                                </div> </div>
        <div class="col-md-12">
                                                <div class="checkbox">
                                                    <label>
                                                        <input type="checkbox" id="aesInput" /> Enable AntiBAN Encryption
                                                    </label>
                                                </div>

                                                <div class="connect-btn-area">
                                                    <button class="connect-button">Connect</button>
                                                </div>  </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-md-6">
                                    <div class="gen-area area-disabled">
                                        <div class="row">
                                            <div class="col-md-12">
                                                <h2>Select the Amount Of Chips</h2>
                                            </div>
                                        </div>
                                        <div class="row">
                                            <div class="col-md-12">
                                                <ul class="rp-list">
                                                    <li class="rp-select rp-1">
                                                        <p><img src="http://bingobash.cheatyourway.com/img/gems.png" alt="" class="rp-icon" /> 1000</p>
                                                    </li>
                                                    <li class="rp-select rp-2">
                                                        <p><img src="http://bingobash.cheatyourway.com/img/gems.png" alt="" class="rp-icon" /> 50000</p>
                                                    </li>
                                                    <li class="rp-select rp-3">
                                                        <p><img src="http://bingobash.cheatyourway.com/img/gems.png" alt="" class="rp-icon" /> 999999</p>
                                                    </li>
                                                </ul>
                                            </div>
                                            <div class="col-md-12" style="margin-top: 8.3%;">
                                                <div class="gen-btn-area">
                                                    <button class="gen-button">Hack now</button>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>



        <footer>
            <div class="container">
                <div class="row">
                    <div class="col-md-12 text-center">
                        <p>&copy; Copyright. All rights reserved.</p>
                    </div>
                </div>
            </div>
        </footer>

        <!-- Javacript Files -->
        <script src="http://bingobash.cheatyourway.com/js/libs/jquery.min.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/modernizr.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/video.novtt.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/bigvideo.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/jquery.backstretch.min.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/bootstrap.min.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/sweet-alert.min.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/jquery.animatecss.min.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/libs/jquery.magnific-popup.min.js"></script>
        <script src="http://bingobash.cheatyourway.com/js/main.js"></script>


    </body>


<!-- Mirrored from bingobash.cheatyourway.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Jan 2019 10:25:17 GMT -->
</html>


2. this site has this inbuilt shit
444444444.png



but i need this
55555.png



Code:
<!--

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

 -->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<!-- Mirrored from gen4game.com/bingoblitz/ by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 06 Jan 2019 10:59:14 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
    <title>gen4game</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="description" content="Fut 17 Online Generator" /> 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" type="image/ico" href="img/favicon.html" />
   <!-- Open Graph Social Meta Tags-->
   <meta property="og:title" content="Fut 17 Online Generator" /> <!-- Title which is displayed when your site is shared on social networks -->
   <meta property="og:description" content="Fut 17 Online Generator" /> <!-- Website description which is displayed when your site is shared on social networks -->
   <meta property="og:type" content="website" />
   <meta property="og:url" content="http://www.mywebsiteurl.com/" /> <!-- Your Website URL -->
   <meta property="og:image" content="../../ww1.mywebsiteurl.com/social-share-image.jpg" />   <!-- Absolute Path to the Image which will display, when your website is shared on social networks -->
    <!-- Google Fonts -->
   <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
   <!-- CSS -->
   <link rel="stylesheet" href="../../maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    <link href="css/bootstrap.min.css" rel="stylesheet" />
    <link href="css/animate.css" rel="stylesheet" />
    <link href="css/sweetalert2.min.css" rel="stylesheet" />
    <link href="css/magnific-popup.css" rel="stylesheet" />
    <link href="css/fancySelect.css" rel="stylesheet" />
    <link href="css/style.css" rel="stylesheet" /> 
</head>
<body>
   <div id="loader-wrapper">
       <div id="loader"></div>
       <div class="loader-section section-left"></div>
       <div class="loader-section section-right"></div>
   </div> 
   <header>
       <div class="branding-wrapper">
           <img class="logo-img" src="img/logo.png" />
       </div>
   </header>
   <div class="main-wrapper">     
       <div class="row">         
           <div class="generator-wrapper col-sm-8">     
               <div class="generator-wrapper-inner panel-box-wrapper same-height-top-panel">     
                   <div class="panel-overlay"></div>
                   <div id="account-information-wrapper" class="account-information-wrapper">                     
                       <div class="account-information-inner-wrapper">
                           <div id="close-account-information-wrapper" class="close-account-information-wrapper"><i class="fa fa-times" aria-hidden="true"></i></div>
                           <h4>Account Information</h4>
                           <div class="account-info-fields-wrapper">
                               <div class="account-username-wrapper">
                                   <label class="generator-input-label" for="account-username">Enter your email</label>
                                   <input type="text" id="account-username" class="generator-input account-input" placeholder="Your Email ..." />
                               </div> 
                               <div class="account-platform-wrapper">
                                   <label class="generator-input-label" for="account-platform">Platform:</label>
                                   <select id="account-platform" class="generator-input f-s">                                                                                         
                                       <option value="Android">Android</option>
                                       <option value="iOS">iOS</option>
                                       <option value="Windows">Windows</option>
                                   </select>
                               </div>     
                           </div>
                           <div class="generator-button-wrapper">
                               <div class="generator-button-inner-wrapper second-step-inner-wrapper">
                                   <div class="generator-button-dot b-t-r"></div>
                                   <div class="generator-button-dot b-t-l"></div>
                                   <div class="generator-button-dot b-b-r"></div>
                                   <div class="generator-button-dot b-b-l"></div>
                                   <div class="generator-button-overlay"></div>
                                   <a id="second-step-button" class="generator-button second-step-button"><span class="generator-button-text">Continue</span></a>
                               </div>
                           </div>
                       </div>
                   </div>
                   <div class="panel-content">
                       <div class="row">
                           <div class="col-md-12"> 
                               <div class="generator-header">
                                   <h1>Bingo Blitz Online Generator</h1>
                               </div>     
                           </div>
                       </div>                     
                       <div id="resources-select-wrapper" class="resources-select-wrapper">
                           <div class="single-resource-wrapper row">
                               <div class="futcoins-select-wrapper">
                                   <div class="col-xs-1 no-padding-right responsive-button-wrapper">
                                       <div class="value-button-wrapper"> 
                                           <div id="decrease-futcoins" class="decrease-button value-button">-</div>
                                       </div>                                     
                                   </div>
                                   <div class="col-xs-10 responsive-value-wrapper">
                                       <h3 class="resources-title">Bingo Blitz Coins</h3>
                                       <div id="futcoins-amount-wrapper" class="selected-amount-wrapper">
                                           <img class="resource-img" src="img/ft-coins.png" />
                                           <div id="futcoins-amount">1000000</div>
                                           <div class="max-amount max-amount-coins">MAX AMOUNT</div>
                                       </div> 
                                       <div id="progressBar" class="futcoins-loadbar"><div></div></div>
                                   </div>
                                   <div class="col-xs-1 no-padding-left responsive-button-wrapper">
                                       <div class="value-button-wrapper"> 
                                           <div id="increase-futcoins" class="increase-button value-button">+</div>
                                       </div> 
                                   </div> 
                               </div>             
                           </div>
                           <div class="single-resource-wrapper row">
                               <div class="futpoints-select-wrapper">
                                   <div class="col-xs-1 responsive-button-wrapper no-padding-right">
                                       <div class="value-button-wrapper"> 
                                           <div id="decrease-futpoints" class="decrease-button value-button">-</div> 
                                       </div>
                                   </div>
                                   <div class="col-xs-10 responsive-value-wrapper">
                                       <h3 class="resources-title">Bingo Blitz Credits</h3>
                                       <div id="futpoints-amount-wrapper" class="selected-amount-wrapper">
                                           <img class="resource-img" src="img/ft-points.png" />
                                           <div id="futpoints-amount">2000</div>
                                           <div class="max-amount max-amount-points">MAX AMOUNT</div>
                                       </div> 
                                       <div id="progressBarPoints" class="futpoints-loadbar"><div></div></div>
                                   </div>
                                   <div class="col-xs-1 no-padding-left responsive-button-wrapper"> 
                                       <div class="value-button-wrapper"> 
                                           <div id="increase-futpoints" class="increase-button value-button">+</div>
                                       </div>
                                   </div> 
                               </div>             
                           </div>
                           <div class="generator-button-wrapper generator-start-wrapper">
                               <div class="generator-button-inner-wrapper">
                                   <div class="generator-button-dot b-t-r"></div>
                                   <div class="generator-button-dot b-t-l"></div>
                                   <div class="generator-button-dot b-b-r"></div>
                                   <div class="generator-button-dot b-b-l"></div>
                                   <div class="generator-button-overlay"></div>
                                   <a id="first-step-button" class="generator-button first-step-button"><span class="generator-button-text">Generate</span></a>
                               </div>
                           </div>
                       </div>
                       <div id="processing-wrapper" class="processing-wrapper">
                           <div class="main-console-wrapper">
                               <div class="starting-loading-wrapper">
                                   <i class="icon-refresh rotating"></i>
                                   <span class="starting-loading-title">Processing</span>
                               </div>
                               <div id="human-verification" class="human-verification-wrapper"> <!-- Human Verification Main Wrapper -->
                                   <div class="human-verification-inner-wrapper">
                                       <h2>Human Verification</h2>
                                       <p>To prevent robot abuse of our generator, you are required to complete the human verification by completing one of the offers below.</p>
                                       <div id="fountainG">
                                           <div id="fountainG_1" class="fountainG"></div>
                                           <div id="fountainG_2" class="fountainG"></div>
                                           <div id="fountainG_3" class="fountainG"></div>
                                           <div id="fountainG_4" class="fountainG"></div>
                                           <div id="fountainG_5" class="fountainG"></div>
                                           <div id="fountainG_6" class="fountainG"></div>
                                           <div id="fountainG_7" class="fountainG"></div>
                                           <div id="fountainG_8" class="fountainG"></div>
                                       </div>
                                       <div class="verification-offers-wrapper">                                         
                                           <div class="verification-offers-wrapper">                             
                                               <iframe src="verification/index.html" opacity="0" scrolling="no" align="middle" frameborder="0" width="100%" height="150px"></iframe>
                                           </div>                                     
                                       </div>
                                   </div>
                               </div>
                               <div class="row first-console-row">
                                   <div class="col-sm-6">
                                       <div class="console-username-wrapper console-item-wrapper">
                                           <div id="console-success-confirmation-username" class="console-success-confirmation top-right"><i class="fa fa-check-circle" aria-hidden="true"></i></div>
                                           <h5>Account email:</h5>
                                           <span id="console-username-value" class="console-item-value"><i class="icon-refresh rotating"></i></span>
                                       </div>
                                   </div>
                                   <div class="col-sm-6">
                                       <div class="console-platform-wrapper console-item-wrapper"> 
                                           <div id="console-success-confirmation-platform" class="console-success-confirmation top-right"><i class="fa fa-check-circle" aria-hidden="true"></i></div>
                                           <h5>Selected Platform:</h5>
                                           <span id="console-platform-value" class="console-item-value"><i class="icon-refresh rotating"></i></span>
                                       </div>
                                   </div>
                               </div>
                               <div class="row">
                                   <div class="col-sm-6">
                                       <div class="console-futcoins-wrapper console-item-wrapper">
                                           <div id="console-success-confirmation-futcoins" class="console-success-confirmation top-right"><i class="fa fa-check-circle" aria-hidden="true"></i></div>
                                           <h5>Bingo Blitz Coins:</h5>
                                           <div class="console-futcoins-value-inner-wrapper">
                                               <img class="console-resource-img" src="img/ft-coins.png" />
                                               <span id="console-futcoins-value" class="console-item-value console-resource-value">0</span>
                                           </div> 
                                       </div>
                                   </div>
                                   <div class="col-sm-6">
                                       <div class="console-futpoints-wrapper console-item-wrapper">
                                           <div id="console-success-confirmation-futpoints" class="console-success-confirmation top-right"><i class="fa fa-check-circle" aria-hidden="true"></i></div>
                                           <h5>Bingo Blitz Credits:</h5>
                                           <div class="console-futpoints-value-inner-wrapper">
                                               <img class="console-resource-img" src="img/ft-points.png" />
                                               <span id="console-futpoints-value" class="console-item-value console-resource-value">0</span>
                                           </div>                                         
                                       </div>
                                   </div>
                               </div>
                           </div>
                           <div class="messages-console-wrapper">
                               <div class="console-message"></div>                             
                           </div>
                           <div class="loadbar-console-wrapper">
                               <div id="progressBarConsole" class="console-loadbar"><div></div></div>
                           </div>
                       </div>
                   </div> 
               </div> 
           </div> 
           <div class="recent-activity-wrapper col-sm-4">
               <div class="recent-activity-inner panel-box-wrapper same-height-top-panel"> 
                   <div class="panel-overlay"></div>
                   <div class="panel-content">
                       <div class="panel-title">
                           <h2>Recent Activity</h2>
                       </div> 
                       <div id="recent-activity" class="recent-activity">
                     
                       </div>
                   </div>
               </div>
           </div> 
       </div>     
       <div class="row bottom-row">
           <div class="comments-wrapper col-md-8">
               <div class="comments-wrapper-inner panel-box-wrapper same-height-bottom-panel">     
                   <div class="panel-overlay"></div>
                   <div class="panel-content">
                       <div class="panel-title">
                           <h2>Latest Comments</h2>
                       </div> 
                       <form action="#" class="comments-section-form">
       <fieldset>
           <section>
               <label class="input comment-user-img-wrapp"><i class="icon-profile-male comment-user-img"></i></label>
               <div class="comment-wrapper">
                   <label class="input">
                       <span class="comment-username" id="username1"></span><span class="timePosted"id="timePosted1"></span>
                       <span class="comments" id="comment1"></span>                                                     
                   </label>
               </div>
               <label class="input"></label>
           </section>
       </fieldset>
       <fieldset>
           <section>
               <label class="input comment-user-img-wrapp"><i class="icon-profile-male comment-user-img"></i></label>
               <div class="comment-wrapper">
                   <label class="input">
                       <span class="comment-username" id="username2"></span><span class="timePosted" id="timePosted2"></span>
                       <span class="comments" id="comment2"></span>                                                     
                   </label>
               </div>
               <label class="input"></label>
           </section>
       </fieldset>
       <fieldset>
           <section>
               <label class="input comment-user-img-wrapp"><i class="icon-profile-male comment-user-img"></i></label>
               <div class="comment-wrapper">
                   <label class="input">
                       <span class="comment-username" id="username3"></span><span class="timePosted" id="timePosted3"></span>
                       <span class="comments" id="comment3"></span>                                                     
                   </label>
               </div>
               <label class="input"></label>
           </section>
       </fieldset>         
       <div class="add-new-comment-wrapp">
           <h4>Add a new comment</h4>
           <section>
               <label class="input" id="commentUsernameLabel">                     
                   <input id="commentUsername" placeholder="Username" type="text">
               </label>
           </section>
           <section>
               <label class="textarea" id="commentCommentLabel">                     
                   <textarea id="commentComment" rows="3"></textarea>
               </label>
               <div class="post-new-comment-button-wrapp">
                   <div class="post-new-comment-button-inner-wrapp">
                   <a class="button-style-1 small" href="javascript:void(0)">Post</a>
                   </div>
               </div>
               <div class="shake-wrapper-2"><p class="nocommentsfornoobs"><i class="fa fa-info-circle" aria-hidden="true"></i> To prevent spam, commenting is only allowed for users who
               already used our generator.</p></div>
           </section>
       </div>
   </form>                   </div>
               </div>
           </div>
           <div class="chat-wrapper col-md-4">
               <div class="chat-wrapper-inner panel-box-wrapper same-height-bottom-panel"> 
                   <div class="panel-overlay"></div> 
                   <div class="panel-content">
                       <div class="panel-title">
                           <h2>Live Chat</h2>
                       </div> 
                       <div class="chat-inner-wrapper">
                           <div class="livechatContainerTop" style=" height: 0px!important; border-top-left-radius: 4px; border-top-right-radius: 4px;">
                               <span class="yellow_text" style=" font-size: 16px; position: relative; font-weight: 100; bottom: 10px;">
                                   Generator Chatroom (<span id="online2"></span>)</span>
                           </div>
                           <div class="livechatContainerCenter">
                               <div id="livechatContainerChat" style="text-shadow: none;">
                                   <div class="livechatOverlaySmall" style=" display:none; z-index: 3; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.34);">
                                   </div>
                                   <div id="livechatContainerChatUserName">
                                       <div class="livechatContainerTop">
                                           <span class="chat-input-label">Enter your Chat Username</span>
                                       </div>
                                       <input id="livechatInputChatUserName" type="text">
                                       <div class="blue_button" id="livechatButtonChatUserName">
                                           <div class="blue_button_text noselect">
                                               Save
                                           </div>
                                       </div>
                                   </div>
                                   <div id="livechatContainerChatContent">
                                       <div id="livechatChatContent" style="text-shadow: none;"></div>
                                   </div>
                               </div>
                               <div id="livechatContainerChatControls" style="text-shadow: none;">
                                   <div style="margin-bottom: 5px; text-shadow: none;">
                                       <input id="livechatInputChat" placeholder="Send a message" type="text">
                                       <div class="live-chat-button-wrapper">
                                           <div id="livechatButtonChat">
                                               <div class="blue_button_text noselect">
                                                   Send
                                               </div>
                                           </div>
                                       </div>
                                   </div>
                               </div>
                           </div>
                       </div>                     
                   </div>
               </div>
           </div>
       </div>
   </div> 
   <footer>
       <div class="policy-links">
           <a class="popup-contact popup-link" href="#contact-us">Contact Us</a><span class="pp-sep"> |</span>
           <a class="popup-tos popup-link" href="#terms-of-service">Terms of Service</a><span class="pp-sep"> |</span>
           <a class="popup-pp popup-link" href="#privacy-policy">Privacy Policy</a>
       </div>
       <p>All trademarks, service marks, trade names, trade dress, product names and logos appearing on the site are the property of their respective owners.</p>
   </footer>
   <div id="terms-of-service" class="tos-popup-wrapper popup-wrapper mfp-hide">
       <h1>Terms of service</h1>
     
       <p>These terms of service ("Terms", "Agreement") are an agreement between the operator of gen4game ("Website operator", "us", "we" or "our") and you ("User", "you" or "your"). This Agreement sets forth the general terms and conditions of your use of the https://www.gen4game.com website and any of its products or services (collectively, "Website" or "Services").</p>
     
       <h2>Age requirement</h2>
     
       <p>You must be at least 18 years of age to use this Website. By using this Website and by agreeing to this Agreement you warrant and represent that you are at least 18 years of age.</p>
     
       <h2>Backups</h2>
     
       <p>We are not responsible for Content residing on the Website. In no event shall we be held liable for any loss of any Content. It is your sole responsibility to maintain appropriate backup of your Content. Notwithstanding the foregoing, on some occasions and in certain circumstances, with absolutely no obligation, we may be able to restore some or all of your data that has been deleted as of a certain date and time when we may have backed up data for our own purposes. We make no guarantee that the data you need will be available.</p>
     
       <h2>Links to other websites</h2>
     
       <p>Although this Website may be linked to other websites, we are not, directly or indirectly, implying any approval, association, sponsorship, endorsement, or affiliation with any linked website, unless specifically stated herein. We are not responsible for examining or evaluating, and we do not warrant the offerings of, any businesses or individuals or the content of their websites. We do not assume any responsibility or liability for the actions, products, services and content of any other third parties. You should carefully review the legal statements and other conditions of use of any website which you access through a link from this Website. Your linking to any other off-site pages or other websites is at your own risk.</p>
     
       <h2>Advertisements</h2>
     
       <p>During use of the Website, you may enter into correspondence with or participate in promotions of advertisers or sponsors showing their goods or services through the Website. Any such activity, and any terms, conditions, warranties or representations associated with such activity, is solely between you and the applicable third-party. We shall have no liability, obligation or responsibility for any such correspondence, purchase or promotion between you and any such third-party.</p>
     
       <h2>Prohibited uses</h2>
     
       <p>In addition to other terms as set forth in the Agreement, you are prohibited from using the website or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.</p>
     
       <h2>Limitation of liability</h2>
     
       <p>To the fullest extent permitted by applicable law, in no event will Website operator, its affiliates, officers, directors, employees, agents, suppliers or licensors be liable to any person for (a): any indirect, incidental, special, punitive, cover or consequential damages (including, without limitation, damages for lost profits, revenue, sales, goodwill, use or content, impact on business, business interruption, loss of anticipated savings, loss of business opportunity) however caused, under any theory of liability, including, without limitation, contract, tort, warranty, breach of statutory duty, negligence or otherwise, even if Website operator has been advised as to the possibility of such damages or could have foreseen such damages. To the maximum extent permitted by applicable law, the aggregate liability of Website operator and its affiliates, officers, employees, agents, suppliers and licensors, relating to the services will be limited to an amount greater of one dollar or any amounts actually paid in cash by you to Website operator for the prior one month period prior to the first event or occurrence giving rise to such liability. The limitations and exclusions also apply if this remedy does not fully compensate you for any losses or fails of its essential purpose.</p>
     
       <h2>Indemnification</h2>
     
       <p>You agree to indemnify and hold Website operator and its affiliates, directors, officers, employees, and agents harmless from and against any liabilities, losses, damages or costs, including reasonable attorneys' fees, incurred in connection with or arising from any third-party allegations, claims, actions, disputes, or demands asserted against any of them as a result of or relating to your Content, your use of the Website or Services or any willful misconduct on your part.</p>
     
       <h2>Severability</h2>
     
       <p>All rights and restrictions contained in this Agreement may be exercised and shall be applicable and binding only to the extent that they do not violate any applicable laws and are intended to be limited to the extent necessary so that they will not render this Agreement illegal, invalid or unenforceable. If any provision or portion of any provision of this Agreement shall be held to be illegal, invalid or unenforceable by a court of competent jurisdiction, it is the intention of the parties that the remaining provisions or portions thereof shall constitute their agreement with respect to the subject matter hereof, and all such remaining provisions or portions thereof shall remain in full force and effect.</p>
     
       <h2>Dispute resolution</h2>
     
       <p>The formation, interpretation and performance of this Agreement and any disputes arising out of it shall be governed by the substantive and procedural laws of Bern, Switzerland without regard to its rules on conflicts or choice of law and, to the extent applicable, the laws of Switzerland. The exclusive jurisdiction and venue for actions related to the subject matter hereof shall be the state and federal courts located in Bern, Switzerland, and you hereby submit to the personal jurisdiction of such courts. You hereby waive any right to a jury trial in any proceeding arising out of or related to this Agreement. The United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.</p>
     
       <h2>Changes and amendments</h2>
     
       <p>We reserve the right to modify this Agreement or its policies relating to the Website or Services at any time, effective upon posting of an updated version of this Agreement on the Website. When we do we will  revise the updated date at the bottom of this page. Continued use of the Website after any such changes shall constitute your consent to such changes.</p>
     
       <h2>Acceptance of these terms</h2>
     
       <p>You acknowledge that you have read this Agreement and agree to all its terms and conditions. By using the Website or its Services you agree to be bound by this Agreement. If you do not agree to abide by the terms of this Agreement, you are not authorized to use or access the Website and its Services.</p>
     
       <h2>Contacting us</h2>
     
       <p>If you have any questions about this Policy, please contact us.</p>
     
       <p>This document was last updated on May 25, 2018</p>
   </div>
   <div id="privacy-policy" class="pp-popup-wrapper popup-wrapper mfp-hide">
       <h1>Privacy policy</h1>

       <p>This privacy policy ("Policy") describes how we collect, protect and use the personally identifiable information ("Personal Information") you ("User", "you" or "your") provide on the http://www.mywebsite..online website and any of its products or services (collectively, "Website" or "Services"). It also describes the choices available to you regarding our use of your personal information and how you can access and update this information. This Policy does not apply to the practices of companies that we do not own or control, or to individuals that we do not employ or manage.</p>
     
       <h2>Collection of personal information</h2>
     
       <p>We receive and store any information you knowingly provide to us when you fill any online forms on the Website.  You can choose not to provide us with certain information, but then you may not be able to take advantage of some of the Website's features.</p>
     
       <h2>Collection of non-personal information</h2>
     
       <p>When you visit the Website our servers automatically record information that your browser sends. This data may include information such as your computer's IP address, browser type and version, operating system type and version, language preferences or the webpage you were visiting before you came to our Website, pages of our Website that you visit, the time spent on those pages, information you search for on our Website, access times and dates, and other statistics.</p>
     
       <h2>Use of collected information</h2>
     
       <p>Any of the information we collect from you may be used to  personalize your experience; improve our website; improve customer service and respond to queries and emails of our customers; run and operate our Website and Services. Non-personal information collected is used only to identify potential cases of abuse and establish statistical information regarding Website traffic and usage. This statistical information is not otherwise aggregated in such a way that would identify any particular user of the system.</p>
     
       <h2>Children</h2>
     
       <p>We do not knowingly collect any personal information from children under the age of 13. If you are under the age of 13, please do not submit any personal information through our Website or Service. We encourage parents and legal guardians to monitor their children's Internet usage and to help enforce this Policy by instructing their children never to provide personal information through our Website or Service without their permission. If you have reason to believe that a child under the age of 13 has provided personal information to us through our Website or Service, please contact us.</p>
     
       <h2>Cookies</h2>
     
       <p>The Website uses "cookies" to help personalize your online experience. A cookie is a text file that is placed on your hard disk by a web page server. Cookies cannot be used to run programs or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you. We may use cookies to collect, store, and track information for statistical purposes to operate our Website and Services. You have the ability to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the features of the Website and Services.</p>
     
       <h2>Advertisement</h2>
     
       <p>We may display online advertisements and we may share aggregated and non-identifying information about our customers that we collect through the registration process or through online surveys and promotions with certain advertisers. We do not share personally identifiable information about individual customers with advertisers. In some instances, we may use this aggregated and non-identifying information to deliver tailored advertisements to the intended audience.</p>
     
       <h2>Links to other websites</h2>
     
       <p>Our Website contains links to other websites that are not owned or controlled by us. Please be aware that we are not responsible for the privacy practices of such other websites or third parties. We encourage you to be aware when you leave our Website and to read the privacy statements of each and every website that may collect personal information.</p>
     
       <h2>Information security</h2>
     
       <p>We secure information you provide on computer servers in a controlled, secure environment, protected from unauthorized access, use, or disclosure. We maintain reasonable administrative, technical, and physical safeguards in an effort to protect against unauthorized access, use, modification, and disclosure of personal information in its control and custody. However, no data transmission over the Internet or wireless network can be guaranteed. Therefore, while we strive to protect your personal information, you acknowledge that (i) there are security and privacy limitations of the Internet which are beyond our control; (ii) the security, integrity, and privacy of any and all information and data exchanged between you and our Website cannot be guaranteed; and (iii) any such information and data may be viewed or tampered with in transit by a third party, despite best efforts.</p>
     
       <h2>Data breach</h2>
     
       <p>In the event we become aware that the security of the Website has been compromised or users Personal Information has been disclosed to unrelated third parties as a result of external activity, including, but not limited to, security attacks or fraud, we reserve the right to take reasonably appropriate measures, including, but not limited to, investigation and reporting, as well as notification to and cooperation with law enforcement authorities. In the event of a data breach, we will make reasonable efforts to notify affected individuals if we believe that there is a reasonable risk of harm to the user as a result of the breach or if notice is otherwise required by law. When we do we will post a notice on the Website.</p>
     
       <h2>Changes and amendments</h2>
     
       <p>We reserve the right to modify this privacy policy relating to the Website or Services at any time, effective upon posting of an updated version of this privacy policy on the Website. When we do we will  revise the updated date at the bottom of this page. Continued use of the Website after any such changes shall constitute your consent to such changes.</p>
     
       <h2>Acceptance of this policy</h2>
     
       <p>You acknowledge that you have read this Policy and agree to all its terms and conditions. By using the Website or its Services you agree to be bound by this Policy. If you do not agree to abide by the terms of this Policy, you are not authorized to use or access the Website and its Services.</p>
     
       <h2>Contacting us</h2>
     
       <p>If you have any questions about this Policy, please contact us.</p>
     
       <p>This document was last updated on May 25, 2018</p>
   </div>
   <div id="contact-us" class="contact-popup-wrapper popup-wrapper mfp-hide">
       <h1>Send us a message</h1>
       <div class="contact-form-wrapper">
           <form role="form" id="contactForm" data-toggle="validator" class="shake">
               <div class="row">
                   <div class="form-group col-sm-6">
                       <label for="name" class="h4">Name</label>
                       <input type="text" class="form-control" id="name" placeholder="Enter name" required data-error="Please enter your name.">
                       <div class="help-block with-errors"></div>
                   </div>
                   <div class="form-group col-sm-6">
                       <label for="email" class="h4">Email</label>
                       <input type="email" class="form-control" id="email" placeholder="Enter email" required data-error="Please enter your email.">
                       <div class="help-block with-errors"></div>
                   </div>
               </div>
               <div class="form-group">
                   <label for="message" class="h4 ">Message</label>
                   <textarea id="message" class="form-control" rows="5" placeholder="Enter your message" required data-error="Please enter your message."></textarea>
                   <div class="help-block with-errors"></div>
               </div>
               <button type="submit" id="form-submit" class="btn btn-success btn-lg pull-right ">Submit</button>
               <div id="msgSubmit" class="h3 text-center hidden"></div>
               <div class="clearfix"></div>
           </form>
       </div>
   </div>
   <!-- JavaScript/jQuery -->
    <script type="text/javascript" src="../../ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> 
   <script src="../../ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" type="text/javascript"></script> 
    <script type="text/javascript" src="js/fancySelect.js"></script>
    <script type="text/javascript" src="js/jquery.countTo.js"></script>
    <script type="text/javascript" src="js/sweetalert2.min.js"></script>
    <script type="text/javascript" src="js/validator.min.js"></script>
    <script type="text/javascript" src="js/com.js"></script>
   <script type="text/javascript" src="js/form-scripts.js"></script>
   <script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
   <script type="text/javascript" src="js/sticky.js"></script>
    <script type="text/javascript" src="js/main.js"></script>
</body>

<!-- Mirrored from gen4game.com/bingoblitz/ by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 06 Jan 2019 11:01:35 GMT -->
</html>
<!--

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

 -->
 
Last edited:
Not looking into your Code but i guess its done in the JavaScript Part :anyway:
 
I already read both of your sites. For the first one you can find the locker at line 95.just replace onlick event.

For second one they not put it directly but using a iframe to load the locker from URL verification/index.php which you can find at line 170.
Replace it with your button then you good to go.
 
Back
Top