PDA

View Full Version : Chat for vb 4.2.5 / PhP 7.1


mdawg
06-29-2020, 03:53 PM
Which one actually works?

Which works the best?

snakes1100
06-29-2020, 08:49 PM
vbshout by dragon byte, works on 7.3 as well.

mdawg
07-03-2020, 05:13 PM
How do you get vb 4.2.5 to work on 7.3? I have it locked at 7.1

Okay I'll give vbshout a try. I use vbshout on my vb5 forums, although they offer zero support these days, still, it works.

PinkMilk
07-03-2020, 06:01 PM
although they offer zero support these days

...Priority support is handled at the Developers Website.

mdawg
07-07-2020, 01:18 PM
Dragon Byte does not upgrade any of their vbulletin apps, so whatever support they might provide is not of much benefit.

For vb4 at least since vb4 is no longer changing, this might be okay, but for vb5 their shout box is stuck working fully only with prior versions.

stangger5
07-09-2020, 05:38 PM
MGC Chatbox Evo works with PHP 7.4.7 so far.

After installing, do this fix:
https://vborg.vbsupport.ru/showpost.php?p=2593997&postcount=8765

mdawg
07-11-2020, 02:33 PM
I installed DragonByte vb4 shout box to my vb4 forum and it is working as expected.

However, the vb5 version of shoutbox just stopped working, apparently with vb 5.6.2
https://vbulletin.org/forum/showpost.php?p=2603459&postcount=546

ctrenks
03-30-2022, 11:10 PM
Anyone get either to work with php 7.4? looking for a solution still for a chatbox on vb4.2.5

yilmaz
03-31-2022, 01:57 AM
https://vborg.vbsupport.ru/showpost.php?p=2608421&postcount=3062

I tested vb version 4.25 and PHP version 7.4.28.
It works flawlessly.

https://vborg.vbsupport.ru/attachment.php?attachmentid=159039

ctrenks
03-31-2022, 11:37 AM
Update with you file.

Loads ok, but get security token error if i try to add a chat, then ajax errors (2)

Uncaught TypeError: Cannot read properties of undefined (reading 'asyncRequest')
at vB_AJAX_Handler.send (vbulletin-core.js?v=425:11:10282)
at VSacb_getMessages (?tabid=54:583:20)
at <anonymous>:1:26

yilmaz
03-31-2022, 03:54 PM
In the settings, jquery, google are selected, it works fine

ctrenks
03-31-2022, 05:36 PM
same issues

vbulletin-core.js?v=425:11 Uncaught TypeError: Cannot read properties of undefined (reading 'asyncRequest')
at vB_AJAX_Handler.send (vbulletin-core.js?v=425:11:10282)
at VSacb_getMessages (?tabid=54:583:20)
at <anonymous>:1:26

--------------- Added 1648758727 at 1648758727 ---------------

Did not see the yui loader in source, added

<script src="https://cdnjs.cloudflare.com/ajax/libs/yui/3.18.1/yui/yui-min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
to header include and still same error

--------------- Added 1648759394 at 1648759394 ---------------

Appears a lot of ajax items work? very odd.
https://www.allfreechips.com/phpBB2/

--------------- Added 1648765449 at 1648765449 ---------------

I have a donation ready for you if you can resolve this one :)

ctrenks
04-05-2022, 09:33 AM
Still no luck on this one, would love to get it working if you have any Ideas on it?

ctrenks
04-11-2022, 02:37 PM
Was able to force old chat to work.