MyBB Hacks

Full Version: Upload images on external hosting?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I created this thread:

http://mybbhacks.zingaburga.com/showthread.php?tid=1584

about upload images on external hosting.

I have read answers (API etc), but I don't understand how to proceed.

For example from Box.com:
http://developers.box.com/get-started/#u...http://developers.box.com/get-started/#uploading-and-d

I have to add this code in Xthreads? Thank you very much
Just make a textbox field and paste the URLs in there.
Hi, I have created a new textbox field and paste:

curl https://api.box.com/2.0/files/content \
-H "Authorization: Bearer (YOUR_ACCESS_TOKEN=my API?)" \

in Input Formatter, but it doesn't work Frown
Obviously you can't paste commands and hope the server executes them.
Ideally you'd put in the URL of the resource and modify your templates to reference it.
Reference URL's