This sounds a but tricky.
- User uploads their image to your server via the phpBB forum.
- php grabs the image file and sends it to your 'image hosting site' - I assum you have an API for this.
- php gets the return value (via API) - which could be the image filename or url or the new image.
- get the whole shebang into some BBCode.
is that what you're doing?
Perhaps a mod like this?
https://www.phpbb.com/community/viewtopic.php?t=1612565
diafol
Keep Smiling
10,662 posts since Oct 2006
Reputation Points: 1,628
Solved Threads: 1,513
Skill Endorsements: 57
You can do the bbcode stuff on your server, you just need the url, don't you?
diafol
Keep Smiling
10,662 posts since Oct 2006
Reputation Points: 1,628
Solved Threads: 1,513
Skill Endorsements: 57
Unless you give more info, I can't see what advice I can offer. What site is hosting the images? What info is returned when you query it / upload an image? Does it have an API?
For example, FLickr's API for uploading can be found here: http://www.flickr.com/services/api/upload.api.html
diafol
Keep Smiling
10,662 posts since Oct 2006
Reputation Points: 1,628
Solved Threads: 1,513
Skill Endorsements: 57