MyBB Community Forums

Full Version: URL Shortener Integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an idea for a plugin that I could use. It would be where all links that are posted on the site would be run through my own URL shortener (which does a security check on each URL and displays warnings for suspicious URLs).

And the link would look and act like this like this: http://example.com (link goes through my URL shortener)
I know this isn't exactly what you're looking for, but this has worked out great for our site

http://community.mybb.com/thread-153429.html
(2014-11-05, 12:19 PM)DrXotick Wrote: [ -> ]I know this isn't exactly what you're looking for, but this has worked out great for our site

http://community.mybb.com/thread-153429.html

That is nothing like what I need. I need a plugin that can integrate with my forum and URL shortener to automatically shorten the links posted on the forums so my URL shortener can do a security check on each link.
And my URL shortener does have an API if that makes a difference.
(2014-11-05, 08:02 PM)MI-6 Wrote: [ -> ]
(2014-11-05, 12:19 PM)DrXotick Wrote: [ -> ]I know this isn't exactly what you're looking for, but this has worked out great for our site

http://community.mybb.com/thread-153429.html

That is nothing like what I need. I need a plugin that can integrate with my forum and URL shortener to automatically shorten the links posted on the forums so my URL shortener can do a security check on each link.
And my URL shortener does have an API if that makes a difference.
Like I said, its not exactly what you need. But it will shorten your links. Wink
(2014-11-06, 05:06 AM)DrXotick Wrote: [ -> ]
(2014-11-05, 08:02 PM)MI-6 Wrote: [ -> ]
(2014-11-05, 12:19 PM)DrXotick Wrote: [ -> ]I know this isn't exactly what you're looking for, but this has worked out great for our site

http://community.mybb.com/thread-153429.html

That is nothing like what I need. I need a plugin that can integrate with my forum and URL shortener to automatically shorten the links posted on the forums so my URL shortener can do a security check on each link.
And my URL shortener does have an API if that makes a difference.
Like I said, its not exactly what you need. But it will shorten your links. Wink

Well my need isn't to shorten links, it is to run them through a security check.
(2014-11-06, 06:02 AM)MI-6 Wrote: [ -> ]
(2014-11-06, 05:06 AM)DrXotick Wrote: [ -> ]
(2014-11-05, 08:02 PM)MI-6 Wrote: [ -> ]
(2014-11-05, 12:19 PM)DrXotick Wrote: [ -> ]I know this isn't exactly what you're looking for, but this has worked out great for our site

http://community.mybb.com/thread-153429.html

That is nothing like what I need. I need a plugin that can integrate with my forum and URL shortener to automatically shorten the links posted on the forums so my URL shortener can do a security check on each link.
And my URL shortener does have an API if that makes a difference.
Like I said, its not exactly what you need. But it will shorten your links. Wink

Well my need isn't to shorten links, it is to run them through a security check.
if your need isn't to shorten links, it is to run them through a security check then i can create this plugin but you have to wait long because i have less time to develop plugin due to my study.
Try to find this type of plugin if not then i will make it for you..
All links will be verify using a different file like as "verify.php", link.php + a log will be created into your database.

recently i created a redirection file for my site, it can track browser, host, proxy, ip address, time and so on...

waiting for your reply...
(2014-11-06, 03:58 PM)Rahul91 Wrote: [ -> ]
(2014-11-06, 06:02 AM)MI-6 Wrote: [ -> ]
(2014-11-06, 05:06 AM)DrXotick Wrote: [ -> ]
(2014-11-05, 08:02 PM)MI-6 Wrote: [ -> ]
(2014-11-05, 12:19 PM)DrXotick Wrote: [ -> ]I know this isn't exactly what you're looking for, but this has worked out great for our site

http://community.mybb.com/thread-153429.html

That is nothing like what I need. I need a plugin that can integrate with my forum and URL shortener to automatically shorten the links posted on the forums so my URL shortener can do a security check on each link.
And my URL shortener does have an API if that makes a difference.
Like I said, its not exactly what you need. But it will shorten your links. Wink

Well my need isn't to shorten links, it is to run them through a security check.
if your need isn't to shorten links, it is to run them through a security check then i can create this plugin but you have to wait long because i have less time to develop plugin due to my study.
Try to find this type of plugin if not then  i will make it for you..
All links will be verify using a different file like as "verify.php", link.php + a log will be created into your database.

recently i created a redirection file for my site, it can track browser, host, proxy, ip address, time and so on...

waiting for your reply...

That would work for me.
Although I would prefer to run it through my URL shortener since it uses VirusTotal to check each link.
well i was thinking to add custom security check like, security question, math sum and etc not a third party API Toungue