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.


All times are GMT. The time now is 04:18 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.01074 seconds
  • Memory Usage 1,737KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete