Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
  #31  
Old 09-17-2015, 12:10 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disco_Stu View Post
Now that's an idea. Can't be any worse than the constant security issues found in vBulletin.

What's really striking is that a good number of these flaws are not identified by the staff or even the customers. They're found and exploited by hackers. Does that mean the hackers are smarter than the developers? Maybe the hackers should design the next release.


I'll leave that for you to ponder.
I think it is time to stop high jacking the thread. If you want, you could start your own thread on how every other coder in the world is inferior to your superb coding skills.
Reply With Quote
  #32  
Old 09-20-2015, 05:47 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Er... bremereric were you able to get your site fully upgraded and working?
Reply With Quote
Благодарность от:
TheLastSuperman
  #33  
Old 09-20-2015, 06:22 PM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
Er... bremereric were you able to get your site fully upgraded and working?
Yes but right after that I had my site shutdown. The hosting service claimed that Pm's that sent an e-mail were spam. I am in the process of moving them right now.
Reply With Quote
Благодарность от:
TheLastSuperman
  #34  
Old 09-21-2015, 02:35 AM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bremereric View Post
Yes but right after that I had my site shutdown. The hosting service claimed that Pm's that sent an e-mail were spam. I am in the process of moving them right now.
Gee that sounds like fun lol. Well let us know if you run into an issue.
Reply With Quote
  #35  
Old 09-25-2015, 10:05 PM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
Gee that sounds like fun lol. Well let us know if you run into an issue.
Big issue....Old host fbodymopars.com was the main and aspenvolare.com was the add on. Now aspenandvolare is the main and fbodymopars is supposed to be parked. Yet when you type in www.aspenandvolare.com you get redirected to fbodymopars.com I am guessing that this is one of the php.files. Help is need to point in the right direction. I think I saw this once in the admin cp.
Reply With Quote
  #36  
Old 09-25-2015, 11:09 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ Check .htaccess file for any redirects, some folks use cpanel for redirects as well so it could be coming from there.

Edit: It sounds like your host simply misunderstood which was the primary versus add-on but also sounds like they at least attempted to do a redirect for you even though it was wrong, still nice of them to try and help you sort this imo.
Reply With Quote
  #37  
Old 09-25-2015, 11:30 PM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
^ Check .htaccess file for any redirects, some folks use cpanel for redirects as well so it could be coming from there.

Edit: It sounds like your host simply misunderstood which was the primary versus add-on but also sounds like they at least attempted to do a redirect for you even though it was wrong, still nice of them to try and help you sort this imo.
I found the .htaccess file and it was so I changed it to this....

# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
RewriteEngine on
AuthUserFile "/home/bremereric/.htpasswds/public_html/passwd"
RewriteCond %{HTTP_REFERER} !^http://aspenandvolare.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://aspenandvolare.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.aspenandvolare.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.aspenandvolare.com$ [NC]
RewriteRule .*\.()$ - [F,NC]

--------------- Added [DATE]1443231584[/DATE] at [TIME]1443231584[/TIME] ---------------

Okay I uploaded the .htaccess file and it is still redirecting to fbodymopars. I chose to overwrite the file. Still a no go.

--------------- Added [DATE]1443232783[/DATE] at [TIME]1443232783[/TIME] ---------------

Point me to the cpanel PHP please
Reply With Quote
  #38  
Old 09-26-2015, 06:39 AM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Redirect still happens after you clear the cache of your browser? Sometimes redirects are cached.
I don't get redirected when I go to www.aspenandvolare.com.
Reply With Quote
  #39  
Old 09-26-2015, 10:48 AM
bremereric's Avatar
bremereric bremereric is offline
 
Join Date: Aug 2011
Location: Tomball Texas
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
Redirect still happens after you clear the cache of your browser? Sometimes redirects are cached.
I don't get redirected when I go to www.aspenandvolare.com.
You sure you don't go to the blue screen of death? I don't see a vbulletin forum.
Reply With Quote
  #40  
Old 09-26-2015, 11:58 AM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bremereric View Post
You sure you don't go to the blue screen of death? I don't see a vbulletin forum.
Well you stated: "Yet when you type in www.aspenandvolare.com you get redirected to fbodymopars.com". So I went to that site but I don't get redirected.
I probably misunderstood you.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:03 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.08627 seconds
  • Memory Usage 2,270KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete