vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=236970)

ozzy47 05-28-2011 02:23 PM

Quote:

Originally Posted by MichaelDance (Post 2200848)
Id like this to be for vb3.8 and a better design its poor considering you brought i believe:
Inferno vBShout (Lite)
if you did it on that design i think we'd all use it due to the design is tidy and it would be nice to implent the tagging and id buy the pro if it was that design its really is neat.

The version for vB3.x can be found here:
https://vborg.vbsupport.ru/showthrea...651&highlight=[DBTech]

What do you feel is untidy about the design?

Tagging can be done in the latest version, Feature: "Insert @<username>" link in the dropdowns

DragonByte Tech 05-28-2011 03:22 PM

Just a small correction, it's not actually tagging so much as just directing a shout :)


Fillip

dany_danay 05-28-2011 06:49 PM

Hi, i cant edit permisssions... It says:
Code:

You appear to have Suhosin installed on your server.

Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.

If you encounter this issue, you can work around this by adding the following code to your .htaccess file:

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.get.max_vars 2048
php_value suhosin.post.max_vars 2048

These are the values vBulletin Support Staff suggest.

And dont show permissions... if i add these, to .htaccses i have 500 server error.. mi .ht. is:
Code:

RewriteEngine on

RewriteCond %{HTTP_REFERER} !^http://blog.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://blog.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://soporte.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://soporte.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blog.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blog.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soporte.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soporte.foro-ptc.com$      [NC]
RewriteRule .*\.(jpg)$ - [F,NC]

Help please

ozzy47 05-28-2011 08:37 PM

Quote:

Originally Posted by dany_danay (Post 2200991)
Hi, i cant edit permisssions... It says:
Code:

You appear to have Suhosin installed on your server.

Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.

If you encounter this issue, you can work around this by adding the following code to your .htaccess file:

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.get.max_vars 2048
php_value suhosin.post.max_vars 2048

These are the values vBulletin Support Staff suggest.

And dont show permissions... if i add these, to .htaccses i have 500 server error.. mi .ht. is:
Code:

RewriteEngine on

RewriteCond %{HTTP_REFERER} !^http://blog.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://blog.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://soporte.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://soporte.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blog.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blog.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.foro-ptc.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soporte.foro-ptc.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.soporte.foro-ptc.com$      [NC]
RewriteRule .*\.(jpg)$ - [F,NC]

Help please

Maybe try this solution https://vborg.vbsupport.ru/showthrea...osin+installed

dany_danay 05-28-2011 11:32 PM

Perfect! Thanks!
Other question.. I want to put a bit more higher default letter.. its possible? and put off "Since about x minits"?

ozzy47 05-29-2011 11:11 AM

Quote:

Originally Posted by dany_danay (Post 2201066)
Other question.. I want to put a bit more higher default letter.. its possible? and put off "Since about x minits"?

I don't fully understand what you mean, could you explain a little bit more please?

Mark Hewitt 05-29-2011 05:21 PM

Is there any way I can turn the instance on and off according to preset timings.

Eg. Nobody is normally interested most of the time but it's popular when a grand Prix is on but I'm not always online to switch on and off manually.

DragonByte Tech 05-29-2011 05:44 PM

Quote:

Originally Posted by Mark Hewitt (Post 2201342)
Is there any way I can turn the instance on and off according to preset timings.

Eg. Nobody is normally interested most of the time but it's popular when a grand Prix is on but I'm not always online to switch on and off manually.

That's not currently possible, sorry :(


Fillip

Mark Hewitt 05-29-2011 06:00 PM

Ok. Where in the database is the instance on / off switch so I can write my own SQL in a scheduled task

DragonByte Tech 05-29-2011 06:12 PM

It is not possible to control it with an SQL statement because of the fact that instances are cached with a method that is not available to MySQL.

Fillip


All times are GMT. The time now is 04:01 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.02501 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (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