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)
-   -   Major Additions - vB.Sponsors - Forum and Category Sponsorship Ads (and AdSense) with Statistics (https://vborg.vbsupport.ru/showthread.php?t=245691)

duketxboy 12-22-2011 01:49 AM

TY deviation

duketxboy 12-27-2011 05:49 PM

any update?

Deviation 12-30-2011 02:27 AM

Invalid Redirect Issue
You will need to add each sponsor URL (FULL URL) to the "Redirect Domain Whitelist" in the vBulletin Options -> Site Name / URL / Contact Details section. See screenshot below.
https://vborg.vbsupport.ru/attachmen...0&d=1325215423

I'll work on automating this in the next release, but this should at least get you guys up & going again.

duketxboy 12-31-2011 05:32 PM

Do we just set them up in order or how does this work?

Deviation 01-01-2012 12:25 AM

Quote:

Originally Posted by duketxboy (Post 2282579)
Do we just set them up in order or how does this work?

Doesn't matter the order. vBulletin checks that value anytime a redirect is requested that isn't local (on your site).

mouth 01-29-2012 10:36 PM

I love to see this mod support SWF files, or even better the ability to use iFrames. Any chance?

bada_bing 01-30-2012 03:36 AM

Hey Deviation

Just wanted to see if you still have plans to revamp this for the vb 4.x series. This is such an awesome mod I use it on my 3.8 version but would love to my 4.x site

karabaja3 04-28-2012 11:09 PM

Quote:

Originally Posted by Deviation (Post 2282088)
Invalid Redirect Issue
You will need to add each sponsor URL (FULL URL) to the "Redirect Domain Whitelist" in the vBulletin Options -> Site Name / URL / Contact Details section. See screenshot below.
https://vborg.vbsupport.ru/attachmen...0&d=1325215423

I'll work on automating this in the next release, but this should at least get you guys up & going again.

Hi there! I have the same issue in v3.8.7. but I do not have "Redirect Domain Whitelist" form inside AdminCP. What should I do?

GrantHorizons 04-29-2012 12:25 AM

I don't have that option either. Instead, I did the following:

I created a subdir called "redirects" and created redirect pages in there for each forum.

e.g.

Forum 1 advertisers url in the vBSponsors form field is to: /redirects/forum1.htm and THAT file has a redirect in the meta tag like so:

Code:

<meta http-equiv="refresh" content="0;URL=http://www.AdvertisersURL.com/">
The whole forum1.htm file looks like this if you're not sure what you're doing:

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta http-equiv="refresh" content="0;URL=http://www.AdvertisersURL.com/">
<meta name="robots" content="noindex,follow">
<title>redirect</title>
</head>
<body>
</body>
</html>

That works fine - the negative is that the user sees an error message for a few seconds, then it redirects ok to the advertisers site and hopefully they forget about the error message, because it worked :)

Make a file for every forum. Just hope you don't have 80 forums like me!

karabaja3 04-29-2012 01:34 AM

Quote:

Originally Posted by GrantHorizons (Post 2324458)
I don't have that option either. Instead, I did the following:

I created a subdir called "redirects" and created redirect pages in there for each forum.

e.g.

Forum 1 advertisers url in the vBSponsors form field is to: /redirects/forum1.htm and THAT file has a redirect in the meta tag like so:

Code:

<meta http-equiv="refresh" content="0;URL=http://www.AdvertisersURL.com/">
The whole forum1.htm file looks like this if you're not sure what you're doing:

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta http-equiv="refresh" content="0;URL=http://www.AdvertisersURL.com/">
<meta name="robots" content="noindex,follow">
<title>redirect</title>
</head>
<body>
</body>
</html>

That works fine - the negative is that the user sees an error message for a few seconds, then it redirects ok to the advertisers site and hopefully they forget about the error message, because it worked :)

Make a file for every forum. Just hope you don't have 80 forums like me!

Thank you so much for the advice.

I would only add that it might be better to use php for redirection:

PHP Code:

<?php

   header
'Location: http://www.xxxxxxxxx.com/' ) ;

?>



All times are GMT. The time now is 02:34 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.01192 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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