This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (is_android) | |
| button#redirect.btn.next-question.anim.hidden(data-href=playStoreUrl) Keep Playing! | |
| button#redirect-2.btn-main.next-question.anim.hidden.btn-split(data-href=playStoreUrl) | |
| div | |
| span(style='width:50%; display: block; float: left;padding: 18px 0;') Play Now | |
| span(style='width:50%; display: block; float: left;padding: 18px 0; background-color: #E80367;') Win Real $$$ | |
| else | |
| button#redirect.btn.next-question.anim.hidden(data-href=appStoreUrl) Keep Playing! | |
| button#redirect-2.btn-main.next-question.anim.hidden.btn-split(data-href=appStoreUrl) | |
| div |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - var appIconUrl = app_icon_url; | |
| - let iosCallbackParams = "app=" + app_name + "&tracking_id=" + ios_tracker + "&platform=ios&campaign_id="+ campaign_id +"&publisher_id=" + publisher_id + "&domain=" + pathname + "&media_id=" + media_id + "&campaign_name=" + campaign_name + "&" + experiment_info + "&deeplink_url=" + deeplink_url; | |
| - var appStoreUrl = "/" + redirectUrl + "?" + iosCallbackParams; | |
| - let androidCallbackParams = "app=" + app_name + "&tracking_id=" + android_tracker + "&platform=android&campaign_id="+ campaign_id +"&publisher_id=" + publisher_id + "&domain=" + pathname + "&media_id=" + media_id + "&campaign_name=" + campaign_name + "&" + experiment_info + "&deeplink_url=" + deeplink_url; | |
| - var playStoreUrl = "/" + redirectUrl + "?" + androidCallbackParams; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <ins class="adsbygoogle" | |
| style="display:block; text-align:center;" | |
| data-ad-layout="in-article" | |
| data-ad-format="fluid" | |
| data-ad-client="ca-pub-6529386945059490" | |
| data-ad-slot="1557277725"></ins> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({}); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var xhr = new XMLHttpRequest(); | |
| var siteId = 'pillclub'; | |
| var split = window.location.href.split('?'); | |
| var params = split.length > 1 ? split[1] : ""; | |
| var url = split[0]; | |
| if (params.indexOf("utm_source=jf") != -1) { | |
| xhr.open('GET', 'https://plugco.in/add_external_page_view?url=' + encodeURI(url) + '&site_id=' + encodeURI(siteId) + '&' + params); | |
| xhr.send(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var xhr = new XMLHttpRequest(); | |
| var siteId = 'chasethetrend'; | |
| var split = window.location.href.split('?'); | |
| var params = split.length > 1 ? split[1] : ""; | |
| var url = split[0]; | |
| if (params.indexOf("utm_source=jf") != -1) { | |
| xhr.open('GET', 'https://plugco.in/add_external_page_view?url=' + encodeURI(url) + '&site_id=' + encodeURI(siteId) + '&' + params); | |
| xhr.send(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| var xhr = new XMLHttpRequest(); | |
| var siteId = 'chasethetrend'; | |
| var split = window.location.href.split('?'); | |
| var params = split.length > 1 ? split[1] : ""; | |
| var url = split[0]; | |
| xhr.open('GET', 'https://plugco.in/add_external_page_view?url=' + encodeURI(url) + '&site_id=' + encodeURI(siteId) + '&' + params); | |
| xhr.send(); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set paste | |
| set nocp | |
| set nocompatible | |
| set softtabstop=2 | |
| set tabstop=2 | |
| set shiftwidth=2 | |
| set expandtab | |
| set guioptions-=T | |
| set guioptions+=e | |
| set t_Co=256 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-04-09 11:48:53.505 Python[42318:d07] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/lp/v3s2p_ns35l8wlq348mdhr4rfvcg4_/T/org.python.python.savedState | |
| WARNING: Traceback (most recent call last): | |
| File "offscreen_original.py", line 139, in <module> | |
| app.run() | |
| File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vispy-0.4.0.dev0-py2.7.egg/vispy/app/_default_app.py", line 61, in run | |
| return default_app.run() | |
| File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vispy-0.4.0.dev0-py2.7.egg/vispy/app/application.py", line 123, in run | |
| return self._backend._vispy_run() | |
| File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vispy-0.4.0.dev0-py2.7.egg/vispy/app/backends/_glfw.py", line 194, in _vispy_run | |
| self._vispy_process_events() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-04-06 22:19:01.327 Python[8234:d07] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/lp/v3s2p_ns35l8wlq348mdhr4rfvcg4_/T/org.python.python.savedState | |
| WARNING: Traceback (most recent call last): | |
| File "offscreen_original.py", line 136, in <module> | |
| app.run() | |
| File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vispy-0.4.0.dev0-py2.7.egg/vispy/app/_default_app.py", line 61, in run | |
| return default_app.run() | |
| File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vispy-0.4.0.dev0-py2.7.egg/vispy/app/application.py", line 123, in run | |
| return self._backend._vispy_run() | |
| File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vispy-0.4.0.dev0-py2.7.egg/vispy/app/backends/_glfw.py", line 194, in _vispy_run | |
| self._vispy_process_events() |
NewerOlder