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)
-   -   Mini Mods - Force www. (without .htaccess) (https://vborg.vbsupport.ru/showthread.php?t=222898)

MissKalunji 09-15-2009 12:49 AM

Seems to be working perfectly!

Thank you!

hpidriver 09-15-2009 10:01 PM

Just to make sure, i upload this as a product???

MissKalunji 09-15-2009 10:51 PM

Yep as a product

cosy 09-17-2009 06:11 PM

dont working for me

vboptimize can be a problem ?

MissKalunji 09-17-2009 09:03 PM

it could be

EagleNick 09-19-2009 11:40 AM

How does this mod work, exactly? People have been asking in this thread on another site: http://www.adminaddict.net/forum/vbu...mization-3471/

MoMan 09-23-2009 04:04 AM

FYI if I try to access my site via IP, the www. is still appended, thus making the site inaccessible. Might want to make a conditional to get around that somehow!

MoMan 09-23-2009 04:40 AM

Fixed this by wrapping the entire plugin code in this conditional:

PHP Code:

$pos strpos($_SERVER['HTTP_HOST'],'*your website IP address here*');
if (
$pos === false)
{*
plugin code here* }
else
{} 


bigcurt 09-27-2009 04:24 AM

^^ I concur with what he said, just checked it on my site as well.

teuor 09-27-2009 06:56 AM

nice work, thanks


All times are GMT. The time now is 08:36 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.01082 seconds
  • Memory Usage 1,729KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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