Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. isset( $_GET[‘clickid’] ) ? $click_code = $_GET[‘clickid’] : $click_code = ‘0’;
  3. ?>
  4. <script type="text/javascript">
  5. (function (document, window) {
  6. // Declaring script and what should happen on load
  7. var script = document.createElement("script");
  8. script.type = "text/javascript";
  9. script.src = "https://api.pushnami.com/scripts/v1/pushnami-adv/Key";
  10. script.onload = function() {
  11. Pushnami
  12. .update({
  13. "binomid": "<REPLACE WITH YOUR VARIABLE>"
  14. })
  15. .prompt()
  16.  
  17. };
  18. // load the script
  19. document.getElementsByTagName("head")[0].appendChild(script);
  20.  
  21. })(document, window);
  22. </script>
  23.  
  24. <link rel="manifest" href="/manifest.json">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement