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
| <span class="inline-help" data-label="premium/community/extended-privacy"> | |
| <strong class="headline hidden"></strong> | |
| <span class="content hidden">Submit a tracking redirect code here to use an external tracking service to gain insights on your podcast.</span></span> |
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
| <iframe width="100%" height="450" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1360037&auto_play=false&show_artwork=true&color=ff7700"></iframe> |
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
| -- little helper function | |
| function file_exists(path) | |
| local attr = lighty.stat(path) | |
| if (attr) then | |
| return true | |
| else | |
| return false | |
| end | |
| end | |
| function removePrefix(str, prefix) |
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
| attr = lighty.stat(lighty.env["physical.path"]) | |
| if (not attr) then | |
| lighty.env["uri.path"] = "/index.php" | |
| lighty.env["physical.rel-path"] = lighty.env["uri.path"] | |
| lighty.env["physical.path"] = lighty.env["physical.doc-root"] .. lighty.env["physical.rel-path"] | |
| end |
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
| { | |
| "error": { | |
| "type": "4107", | |
| "message": "Invalid Csrf token" | |
| }, | |
| "version": 9, | |
| "client_version": "0.6.1.287.g64b130c8" | |
| } |
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
| FB.getLoginStatus: connected > Object | |
| perms: "{"extended":["email","contact_email","publish_actions"],"user":[],"friends":[]}" | |
| session: > Object | |
| access_token: "19507961798|2.AQB6WnLY4HLeEoem.3600.1315231200.1-565915644|OPaFjyXlXiswhkr7EKqSvSDihDk" | |
| base_domain: "soundcloud.com" | |
| expires: 1315231200 | |
| secret: "_B8j4wjsd9ly9mzPuR8nAA__" | |
| session_key: "2.AQB6WnLY4HLeEoem.3600.1315231200.1-565915644" | |
| sig: "4b1cfb650c0a15e92d8c5236d648e19f" | |
| uid: "565915644" |
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
| <?php | |
| /* | |
| file: proxy64.php | |
| function: convert an image to a base64 string | |
| author: Roel van der Ven | |
| date: 16.06.2011 | |
| */ |
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
| { | |
| "entities": { | |
| "user_mentions": [], | |
| "urls": [], | |
| "hashtags": [{ | |
| "text": "omghackday", | |
| "indices": [0, 11] | |
| }] | |
| }, | |
| "text": "#omghackday yeah!", |
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
| [default] Importing base box 'bentobox'... | |
| [default] Matching MAC address for NAT networking... | |
| [default] The guest additions on this VM do not match the install version of | |
| VirtualBox! This may cause things such as forwarded ports, shared | |
| folders, and more to not work properly. If any of those things fail on | |
| this machine, please update the guest additions and repackage the | |
| box. | |
| Guest Additions Version: 4.0.4 | |
| VirtualBox Version: 4.0.8 |