The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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 Code:
Fails when using urlencode() mp4%3FExpires%3D1345708196%26Signature%3DLUPmcO5n4dxh4RUTY3fyvmV07rz%7E5bRyBlR0egzftd-OX9zfohy7mXmdlLSid1OGq580XXXz3ufMyeE-K%7EPULow7YakP%7Egd1VU3k3flT%7E8%7EAkLZcZDU1z4EBAV1TCOWOI4421wPjlVVF6Cc1k4b8vGXmKfFPxJKOaWzB%7EL7Esog_%26Key-Pair-Id%3DAPKAIVFJN2SOT46N2RUA Thanks Lux |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
Disable all custom plugins just in case it is one of them u need to rule it out
|
#4
|
||||
|
||||
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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|