vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Cloudfront signed urls getting scrambled by eval() (https://vborg.vbsupport.ru/showthread.php?t=286973)

luxinterior 08-23-2012 08:53 AM

Cloudfront signed urls getting scrambled by eval()
 
Hi

I've created a 'product' that will replace a bbcode tag with embed code for jwplayer with a signed url for cloudfront. It all works well and I've tested the code outside of vb with no problem but because the signature has special characters they're getting screwed up with vb's eval() call.

Here's the screwed up one after it is returned by vb...

Code:

Passes when NOT using urlencode()

mp4:?Expires=1345707704&Signature=P~Q8WlEldNLgmdd4MKEewqUgzuwm348rBYLh6WKbneoaTjttlDb~vJ-nVA4e-DaaiHV7jClxrflm9hZW8-4X7RXoA4o0JNiomat0~EJaBKMGwV78F1Bhmk-Favl2ts7AODJh8YYKLR-Sb0d7zQNKk3NOzc3DN~CTitym1AJ0UTE_&Key-Pair-Id=APKAIVFJN2SOT46N2RUA

and here's the properly formatted parameters I need to pass...

Code:

Fails when using urlencode()

mp4%3FExpires%3D1345708196%26Signature%3DLUPmcO5n4dxh4RUTY3fyvmV07rz%7E5bRyBlR0egzftd-OX9zfohy7mXmdlLSid1OGq580XXXz3ufMyeE-K%7EPULow7YakP%7Egd1VU3k3flT%7E8%7EAkLZcZDU1z4EBAV1TCOWOI4421wPjlVVF6Cc1k4b8vGXmKfFPxJKOaWzB%7EL7Esog_%26Key-Pair-Id%3DAPKAIVFJN2SOT46N2RUA

Any help or advice on this issue would be greatly appreciated.

Thanks

Lux

kh99 08-23-2012 12:08 PM

Why do you think it's eval() that's causing the problem? Is that in a template? I think we'd have to see more of what you're doing to figure out what's wrong.

ForceHSS 08-23-2012 02:29 PM

Disable all custom plugins just in case it is one of them u need to rule it out

luxinterior 08-24-2012 12:19 AM

Thanks for the responses guys.

I figured it out in the end and it was so simple it's kind of embarrassing :)

Since the return value was basically a formatted string I simply enclosed it in double quotes and it worked fine. No more processing it like php and it displays as a string.

Hopefully that will save somebody else having the same issues.

Lux


All times are GMT. The time now is 08:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00990 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete