Anyone can solve this HTML problem for my content locker?

Brais Nunez

Registered Member
Joined
Nov 27, 2018
Messages
72
Reaction score
11
Hi guys,

I need help cause im a newbio on the CPA MArketing, i hope someone can help me.
I downloaded with HTTrack a landing page of CPABuild, but i use OGAds as content locker, so i have to change the content locker on the HTML.

1. This is the HTML code of the downloaded template:
1663174102565.png

2. And this code is my content locker, so i have to put this inside the HTML code:
1663174162912.png

I was following a youtube tutorial but when i click the final button before the content locker, it doesn´t show anything...

I hope any1 can help me.
Thanks a lot!
 
Replace the cloudfront net URL with yours and probably also add .js at end
 
All major browsers have javascript debug tools built in to them. For example in Chrome you click on the three vertical dots to the far right of the address bar in the browser, then go to "More Tools" and then "Developer Tools". Do this WHILE you are on the page you are debugging. You can reload the page in question while the debug window is open and that should show any errors happening on page load. There could be a number of possible errors.

Look in the debug window at "Console" for errors and also find the "JS" button to maybe get some direction.

** First though, search on YouTube for "debug javascript in chrome" and you will find more detailed help there, then you could report back what errors specifically you are getting and we can help more...**
 
Todos los principales navegadores tienen herramientas de depuración de javascript integradas. Por ejemplo, en Chrome, haga clic en los tres puntos verticales en el extremo derecho de la barra de direcciones en el navegador, luego vaya a "Más herramientas" y luego a "Herramientas para desarrolladores". Haga esto MIENTRAS está en la página que está depurando. Puede volver a cargar la página en cuestión mientras la ventana de depuración está abierta y eso debería mostrar cualquier error que ocurra en la carga de la página. Podría haber una serie de posibles errores.

Busque errores en la ventana de depuración en "Consola" y también busque el botón "JS" para obtener alguna dirección.

** Sin embargo, primero busque en YouTube "debug javascript in chrome" y encontrará ayuda más detallada allí, luego podría informar qué errores está recibiendo específicamente y podemos ayudarlo más ... **
Hola, ante todo gracias por tus conocimientos. Esta es la pantalla de la consola:
1663255030568.png
 
All major browsers have javascript debug tools built in to them. For example in Chrome you click on the three vertical dots to the far right of the address bar in the browser, then go to "More Tools" and then "Developer Tools". Do this WHILE you are on the page you are debugging. You can reload the page in question while the debug window is open and that should show any errors happening on page load. There could be a number of possible errors.

Look in the debug window at "Console" for errors and also find the "JS" button to maybe get some direction.

** First though, search on YouTube for "debug javascript in chrome" and you will find more detailed help there, then you could report back what errors specifically you are getting and we can help more...**
When i click on the button, the problem is this:
Uncaught ReferenceError: CPABuildLock is not defined
at HTMLAnchorElement.onclick (wegrwgreg_200037w.html:2568:54)
 
Then you’re missing a reference to that CPABuildLock, I think it is better if you share the source code, maybe someone will pick it up to help you, I would probably just go to fiverr or somewhere to ask for direct help, my budget for this quick fix will be $10-$15 if I have to pay to get it done.
 
First fix your reference to the file 42pkdx.js which the errors show above that the file is not found (not found = 404 error code above). The correct reference is just 42pkdx without the .js - it looks right above but you must have changed it because I can see 42pkdx via my browser but i cannot see 42pkdx.js (which is what the above errors reference) - understand?

Regarding the CPABuildLock() error, this function is defined in your cloudfront javascript file so I do not understand why you are getting an error here - the file loads in my browser correctly. You might try moving the cloudfront javascript file load call to above the CPABuildLock() function call and see what happens.
 
Nice detective work from the guy above me, personally I would not go that far to dissect the code without the source code.

Salute. Lol
 
Back
Top