Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 80
Search took 0.02 seconds.
Search: Posts Made By: the one
Forum: vB4 General Discussions 02-24-2018, 03:51 PM
Replies: 4
Views: 335
Posted By Dave
Make sure you embed the HTTPS version of the URL...

Make sure you embed the HTTPS version of the URL and in case you use custom BBCode, it should embed as HTTPS and not HTTP.
You can also try adding <meta http-equiv="Content-Security-Policy"...
Forum: vB4 General Discussions 11-16-2017, 04:44 PM
Replies: 11
Views: 562
Posted By MarkFL
I should have told you, and I apologize for not...

I should have told you, and I apologize for not suggesting this first, but it's been my experience that the script name is usually defined to be the same as the file name, minus the .php extension.
...
Forum: vB4 General Discussions 08-29-2017, 04:31 PM
Replies: 17
Views: 985
Posted By Max Taxable
Amazon is a ISP, and the user agent strings...

Amazon is a ISP, and the user agent strings you're posting aren't bots per se. They could very well be people you're blocking.
Forum: vB4 General Discussions 08-28-2017, 09:50 AM
Replies: 10
Views: 1,072
Posted By Simon Lloyd
You could ban their useragent string using this...

You could ban their useragent string using this https://vborg.vbsupport.ru/showthread.php?t=268208 or Ban IPs using this https://vborg.vbsupport.ru/showthread.php?t=268147 no rules needed :)
Forum: vB4 General Discussions 07-17-2017, 04:48 PM
Replies: 4
Views: 532
Posted By Dave
Bit hard for us to help you when we don't know...

Bit hard for us to help you when we don't know what errors you are receiving or what exactly is happening. Could you post a link to a thread on your forum where this problem is happening?

It's...
Forum: vB4 General Discussions 06-11-2017, 11:45 AM
Replies: 4
Views: 592
Posted By MarkFL
You'll have to take care of upgrading your...

You'll have to take care of upgrading your PHP...if not sure how to do so, contact your host. :)
Forum: vB4 General Discussions 06-11-2017, 11:12 AM
Replies: 4
Views: 592
Posted By Stingray27
From the FAQ (http://www.vbulletin.com/en/faq/) ;

From the FAQ (http://www.vbulletin.com/en/faq/) ;
Forum: vB4 General Discussions 03-12-2017, 06:29 PM
Replies: 17
Views: 848
Posted By Mark.B
If you follow the article that was linked to in...

If you follow the article that was linked to in post #2, it will cover pretty much everything you need.

You do need to follow it carefully though.

Have you definitely had your host install an...
Forum: vB4 General Discussions 03-12-2017, 05:00 PM
Replies: 17
Views: 848
Posted By blind-eddie
It is easier than you think. Yes, you will need...

It is easier than you think. Yes, you will need to do a bit of work on your end. Read through this thread as well.
https://vborg.vbsupport.ru/showthread.php?t=323946
Forum: vB4 General Discussions 03-12-2017, 02:22 PM
Replies: 17
Views: 848
Posted By bzcomputers
<a...

<a href="https://www.vbulletin.com/forum/articles/4361080-converting-your-forum-to-https" target="_blank">https://www.vbulletin.com/forum/arti...forum-to-https</a>
Forum: vB4 General Discussions 01-05-2017, 01:14 PM
Replies: 3
Views: 341
Posted By Mattwhf
@the one If you want to use htaccess file to...

@the one

If you want to use htaccess file to block visitors from specific countries

then reading this guide:
http://forumweb.hosting/13837-how-to-block-visitors-from-specific-countries.html
...
Forum: vB4 General Discussions 01-05-2017, 11:08 AM
Replies: 3
Views: 341
Posted By z3r0
I've got a problem with a Vietnam (among others)...

I've got a problem with a Vietnam (among others) so I used the country moderation mod to add all users registering from that country to need manual approval for registration.
...
Forum: vBulletin 4.x Add-ons 12-28-2016, 05:29 AM
Replies: 21
Portal Software - Fox News Ticker For vBadvanced
Views: 7,094
Posted By SuperTaz
Sorry for the delay. I have some health issues. ...

Sorry for the delay. I have some health issues.

But to answer your question. Yes. Find this in your FORUMHOME template:


<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
...
Forum: vB4 General Discussions 12-09-2016, 08:50 AM
Replies: 8
Views: 726
Posted By MarkFL
I found the JS file online, and uploaded it to...

I found the JS file online, and uploaded it to the OP's server, and added the script via a plugin, and it works right out of the box with no additional HTML needed.

Inked_Mono, if you don't like...
Forum: vB4 General Discussions 09-26-2016, 05:03 PM
Replies: 17
Views: 985
Posted By RichieBoy67
Yeah, that's true. It's one or the other.

Yeah, that's true. It's one or the other.
Forum: vB4 General Discussions 09-26-2016, 04:59 PM
Replies: 17
Views: 985
Posted By Kane@airrifle
><a href="http://feed.mikle.com/" target="_blank"...

><a href="http://feed.mikle.com/" target="_blank" style="color:#CCCCCC;"></a><!--Please display the above link in your web page according to Terms of Service.--></div><!-- end feedwind code -->
...
Forum: vB4 General Discussions 09-26-2016, 02:57 PM
Replies: 17
Views: 985
Posted By Stratis
I stopped using RSS two years ago, but i don't...

I stopped using RSS two years ago, but i don't remember having this issue.
Hope some expert will find a solution :)
Forum: vB4 General Discussions 09-25-2016, 09:22 AM
Replies: 17
Views: 985
Posted By Seven Skins
Try this may be it will work. <IfModule...

Try this may be it will work.

<IfModule mod_setenvif.c>

SetEnvIfNoCase User-Agent ^us-west-2.compute.amazonaws.com bad_bot
SetEnvIfNoCase User-Agent ^compute.amazonaws.com bad_bot...
Forum: vB4 General Discussions 09-23-2016, 08:01 AM
Replies: 17
Views: 985
Posted By Stratis
Put this in your .htaccess file. <Files ~...

Put this in your .htaccess file.


<Files ~ ".*">
order allow,deny
allow from all

Deny from us-west-2.compute.amazonaws.com
Deny from compute.amazonaws.com
Deny from amazonaws.com
Forum: vB4 General Discussions 07-25-2016, 03:58 AM
Replies: 3
Views: 250
Posted By blind-eddie
Go to this link to learn how to do it, it would...

Go to this link to learn how to do it, it would be easier to do that then explain it here.
https://www.vbulletin.com/docs/html/main/upgrade_patch_level :p
Forum: vB4 General Discussions 05-16-2016, 11:40 PM
Replies: 9
Views: 2,465
Posted By CreativeIT
Removing all the files with special due care and...

Removing all the files with special due care and attention to hooks_mgc_cb_evo.xml in the Includes/XML folder is what got rid of it for me. No more Permissions database errors.

If in doubt,...
Forum: vB4 General Discussions 05-04-2016, 01:15 PM
Replies: 2
Views: 285
Posted By twistsol
Goto AdminCP Select Style Manager Open the...

Goto AdminCP
Select Style Manager
Open the Style Variable Editor for your style
Modify the style variable settings for NavBar / Navbar_tab_padding and set the value for left to 0 or some other...
Forum: vB3 Programming Discussions 04-25-2016, 11:06 PM
Replies: 15
Views: 2,081
Posted By greigeh
As it turns out, this error was actually caused...

As it turns out, this error was actually caused by the Automatic Thread Tagger plugin. As seen in this thread many users also had these issues:...
Forum: vB4 General Discussions 04-23-2016, 03:26 PM
Replies: 3
Views: 703
Posted By Phillip
Also to add to this, Last Update: 30 Mar 2015 and...

Also to add to this, Last Update: 30 Mar 2015 and reading the posts to see what needs to be updated...as Lynne has suggested.
Forum: vB4 General Discussions 04-21-2016, 08:05 PM
Replies: 3
Views: 703
Posted By Lynne
It is always suggested to read the last couple...

It is always suggested to read the last couple pages of any modification you are going to install so that you can see if there are any problems with it and any solutions also. If you had done so,...
Showing results 1 to 25 of 80

 
Forum Jump

All times are GMT. The time now is 09:03 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02600 seconds
  • Memory Usage 2,042KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (27)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete