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 - [Shout/Chatbox 0.7.06] GCBOS - Generic Chat Box Operating System (https://vborg.vbsupport.ru/showthread.php?t=228046)

MyChemicalSelf 01-21-2010 08:08 AM

Quote:

Originally Posted by carrlos (Post 1961890)
I had this issue to. Removing the "&" before $output solved it for me too. If it's suppose to be there, why is it causing errors?

Its not an 'error' as such its a warning in PHP5.3 they depreciated referencing and i haven't got round to recoding GCBOS's commands and core to work without them. For now all that can be done is enabling referencing in php.ini or doing it with ini_set (some hosts disallow this).

anaksimandros 01-21-2010 08:30 AM

Quote:

Originally Posted by yilmaz (Post 1946938)
TR: T?rk?e karekter sorunu bu şekilde ??z?lm?şt?r.
EN: Problem is solved in this way, Turkish character.

TR: gcbos.php dosyasında 41. satırda bul
EN: The file gcbos.php find line 41

BUL/FIND
PHP Code:

$message trim($_POST['message']); 


Altına Ekle/Add below

PHP Code:

        $vbturkocom = array(
        
'Ü'=>'?',
        
'ü'=>'?',
        
'Ä'=>'?',
        
'ä'=>'?',
        
'ß'=>'?',
        
'ö'=>'?',
        
'Ö'=>'?',
        
'ç'=>'?',
        
'Ç'=>'?',
        
'ğ'=>'?',
        
'Ğ'=>'?',
        
'ş'=>'?',
        
'Ş'=>'?',
        
'ı'=>'?',
        
'İ'=>'?',
        
'?r'=>'?',
        
'?c'=>'?',
        
'€'=>'?'
);
   
$message strtr($message$vbturkocom); 

Demo: http://www.yilmazweb.com/test/forum.php

?ok teşekk?r ederim abi.

thank you my brother

HansMuenchen 01-21-2010 08:39 AM

Quote:

Originally Posted by movslow (Post 1961490)
Great.....reinstalled .7 or whatever the latest release was..and it errored out on install.



Now in my chatbox it shows this over and over.


Here at me too, "Header already send" and the messages also be shown

HansMuenchen 01-21-2010 09:08 AM

Quote:

Originally Posted by anaksimandros (Post 1962129)
?ok teşekk?r ederim abi.

thank you my brother

Don't work for me :(

movslow 01-21-2010 12:07 PM

Quote:

Originally Posted by dieKetzer (Post 1962012)
allow_call_time_pass_reference refers to a setting in php.ini.
in your vb admincp, go to maintenance > view php info. find 'allow_call_time_pass_reference' and see if it is set to 'on'.
if it is not you will need to talk to your host.

Thank your for an explanation.

However when I view my php.ini through admin cp, it's just an output of that file, no changes can be made.

Directive Local Value Master Value
allow_call_time_pass_reference Off Off

Where do I go to change this?

I'm not sure I understand the need for this reference, as I'm only using PHP Version 5.2.6.

digibyte 01-21-2010 12:10 PM

Is it possible to add a menu block "Chat" or "Chatbox" besides the existing menu blocks "Home", "Forum", "Blogs", "What's New?". This block should link to a full-page chatbox version. There can be an option in the admin panel to enable/disable this menu block.

movslow 01-21-2010 12:28 PM

Well after chatting w/my hosting provider, they will not make changes to the php.ini file.

So I assume that leaves us S.O.L.

movslow 01-21-2010 12:35 PM

I went ahead and removed the & in front of output in the class_gcbos file.

Seems to be working so far...so we shall see.

SpongeBob71 01-21-2010 12:45 PM

Quote:

allow_call_time_pass_reference refers to a setting in php.ini.
in your vb admincp, go to maintenance > view php info. find 'allow_call_time_pass_reference' and see if it is set to 'on'.
if it is not you will need to talk to your host.


I have the same error message....Uninstalled for now.



-Sponge

dangerin 01-21-2010 12:52 PM

after installing the chat i've this error :

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4760

what can be happened ?


All times are GMT. The time now is 04:04 AM.

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.02218 seconds
  • Memory Usage 1,754KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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