MyBB Community Forums

Full Version: Hide Imagehost filehost links in Mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone can guide me how to hide Imagehost filehost links in Mybb ?

like
Code:

http://mysite.com/full/?api=19ac50fdf0b744f3e2a9bdbca2c02efe9c2e53c4&url=aHR0cHM6Ly9yZy50by9maWxlLzY3ZWZiNmZjOTMwNTVhODdjZjExNDY2MWMwNTNhZGI4L0lNMDAwNjc4MTMtMDFfTHlubmFIYWlyRm9yR2VuZXNpczhGZW1hbGVzLnppcC5odG1s&type=2

then it go to real url
Code:

https://rapidgator.net/file/e8a62181cgjyjy01e2a318584b.html
still wating for help
You can create a table to store all forwarder codes and its corresponding real urls.
On clicking the link forward the user to the real url. Just like how URL shortners works.

Its a bit long process, not like describable with one or two lines. But I can't guide further unless you describe how the external links are posted / recorded, is it via posts?

A good plugin can be built upon this idea ... Toungue
use lock plugin
[hide] links [/hide]

https://community.mybb.com/mods.php?action=view&pid=591
Additionally you could use xThreads to add a new field to handle these links (this will only work on first posts and won't affect posted links in post messages but it is the easier).

Another plugins you could try:
https://mods.mybb.com/view/mybb-safelink (could be updated to convert the "URLs that Safelink doesn't modify" to do the opposite.)
https://mods.mybb.com/view/short-link

Read:
https://community.mybb.com/thread-75646.html
(2020-05-08, 04:17 PM)effone Wrote: [ -> ]You can create a table to store all forwarder codes and its corresponding real urls.
On clicking the link forward the user to the real url. Just like how URL shortners works.

Its a bit long process, not like describable with one or two lines. But I can't guide further unless you describe how the external links are posted / recorded, is it via posts?

A good plugin can be built upon this idea ... Toungue

i will paid for the plugin  

please help me

thanks to all for reply