vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - [DRC] - External Link Framer (https://vborg.vbsupport.ru/showthread.php?t=322031)

Dr.CustUmz 03-05-2016 10:00 PM

[DRC] - External Link Framer
 
1 Attachment(s)
[DRC] - Link Framer

Home Page:
http://dirtrif.com

Information:
Normally when a user clicks a link posted on your forum it opens a new window and takes the user to said site where the user my get side tracked and forget all about your site. Not no more, with [DRC] - Link Framer your visitors can now browse outbound links while staying on your site. Don't feel like you're trapping your users though, because they do have an option to leave the iFrame also.

Features:
- Frames external links
- Excludes links to your own site
- Frames links in signatures
- counts link clicks

To Come:
- Whitelist, sites to not frame
- Open links in current window. Framed or not.

If you have any other ideas don't be shy, and share your thoughts!

Changelog:
---------------------------------------------
v1.0
- initial release

Dr.CustUmz 03-24-2016 03:43 PM

1 Attachment(s)
updated to 1.2, this version is to start storing how many times an external link is clicked. You wont see any changes YET, this update is just preparing for the next big update so you can start storing your clicks now, and when the next update is released, you will have stats to view =)

klaush 03-24-2016 04:52 PM

Table 'xxxx.redirect' doesn't exist?

Any idea?

Thanks!

Dr.CustUmz 03-24-2016 05:39 PM

Quote:

Originally Posted by klaush (Post 2567969)
Table 'xxxx.redirect' doesn't exist?

Any idea?

Thanks!

o crap forgot to put table prefix in the product, updating now

MarkFL 03-24-2016 05:42 PM

Quote:

Originally Posted by Dr.CustUmz (Post 2567978)
o crap forgot to put table prefix in the product, updating now

I know that "Oh, crap!" feeling quite well! :)

Dr.CustUmz 03-24-2016 05:43 PM

fixed

klaush you only need to re upload out.php =)

Dr.CustUmz 03-24-2016 05:59 PM

got another o crap -_- forgot to even create the table, updating now

klaush 03-24-2016 06:02 PM

Good support! I like that! Thanks a lot!

MarkFL 03-24-2016 06:08 PM

Quote:

Originally Posted by Dr.CustUmz (Post 2567983)
got another o crap -_- forgot to even create the table, updating now

Remember to include the code to remove the table if a user uninstalls your product. :D

Dr.CustUmz 03-24-2016 06:11 PM

sorry klaush i pulled the update, for now. I kind of rushed it, it doesn't do anything as of now anyway just starts collecting count so when the next big update is ready you will already have stats.

the release you grabbed relies on the table (which you can run this in a query to create)
Code:

CREATE TABLE redirect (
  url varchar(100) NOT NULL,
  hits int(10) DEFAULT '0' NOT NULL,
  PRIMARY KEY (url)
);

but i forgot to add that to the install code. looking it over I'm going to rename a few things and probably append the table into another table for the final revision of 2.0

I'll try to have 1.5 done today which will include this feature, I'm just a little stuck at the moment.

klaush 03-24-2016 06:17 PM

Take your time! No problem!

nw-fotografie 04-11-2016 08:21 AM

Still news on this?

Dr.CustUmz 04-11-2016 01:37 PM

1.0 should work as intended just fine for everyone, the (how many times was this linked click) feature has been put on hold for now, as I develop more products. (which will all be released at once)

dany_danay 05-14-2016 12:41 PM

Please, vb 4.2 version :)

Dr.CustUmz 05-14-2016 12:44 PM

Quote:

Originally Posted by dany_danay (Post 2570765)
Please, vb 4.2 version :)

will come, if more interest sparks, it will be here sooner

webnsn 07-05-2016 10:25 AM

Against AdSense

Mustafa Alqaisi 05-14-2017 02:01 AM

nice but not support https links

scottkoz20 06-28-2017 11:27 AM

Ok - this is slick!!!

I would love to see this for 4.2.2. However, my question is will this cause an issue with affiliate program links (like eBay Partner Network)

and I'd love to be able to sneak a small banner add (320x50) in there


All times are GMT. The time now is 07:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01081 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete