vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Chatbox 1.2.4 (https://vborg.vbsupport.ru/showthread.php?t=42725)

superman 03-15-2003 08:30 PM

I took the liberty of trying this hack on 2.3.0

it works fine :)

p0s3id0n 03-16-2003 05:34 AM

@ jancarlo : you are trying the chatbox in an extremely stressing
environement ;)... mac os and IE 5.x.... pfiouuu, i've never even
thought about trying it on such a platform ;)... Also, it looks like
you are using it in a kind of popup since i donn't see any iframe
and forum around the chatbox ...
To have a serious look at your problem maybe you could give
me the html code of the frameset and the two frames... just
to see what IE5mac could misinterpret.

@superman : yup i just tried it also, and works fine for me too :).

Erwin 03-16-2003 09:25 AM

Quote:

03-11-03 at 09:02 AM p0s3id0n said this in Post #211

ps : i'd like also to thank erwin for the support he's done on this hack (as on many ;)). and to excuse myself for my poor english wich makes me shy to participate to this forum :p.
No worries. :)

Thanks for your hack. :) Thanks also for the update. As for renaming the thread, I've done it for you - it's now version 1.2.4

jancarlo 03-16-2003 01:53 PM

per p0s3id0n.

Risolto tutto, ora funziona, quel problema lo dava perch? sopra alla pagina del for avevo messo delle scritte, una volta tolte tutto ha funzionato alla grande :) grazie sei grande :)!!!

ok su vb230!!!

jancarlo




for p0s3id0n.

Resolved all, hour works, that problem gave it why over to the page of
the for I had put of the written ones, once removed all it has worked
to the large one :) thanks six large :)!!!

ok ok vb230

jancarlo

p0s3id0n 03-16-2003 01:59 PM

@ jancarlo : thank you too :), 'thank you for what ?', you'll ask...
thank you to make me a little bit less ashamed to write
so bad in english, I think I found my master for that matter ;).
just kidding hey, dont take it seriously :).

lioncool1589 03-17-2003 01:34 AM

Quote:

08-26-02 at 06:59 AM Erwin said this in Post #30
Another tip for installers - instead of manually having to ban users in the shoutbox, to automatically ban users who you have already banned from the forums, you can do this:

In shoutbox.php, find:

PHP Code:

if ((mysql_num_rows($result)){ 

Replace with:

PHP Code:

if (mysql_num_rows($result) OR $bbuserinfo[usergroupid]==8){ 

8 being the banned usergroupid.


i cant find if ((mysql_num_rows($result)){ in shoutbox

also how i make shoutbox only registered users(not Users Awaiting Email Confirmationcan) can use shoutbox
i have some stupid ppl keep spam on my shoutbox

p0s3id0n 03-17-2003 07:25 AM

err... you are right... i must have changed the structure of
my code...

now you'll have to find :
PHP Code:

if(!mysql_num_rows($result)){ 

and replace it by
PHP Code:

if(!mysql_num_rows($result) && $bbuserinfo[usergroupid] != 8){ 

cause now i'm checking the reverse condition and put the
redirection on the else statement ;)...

hope this helps ;)

Almax 03-17-2003 11:54 AM

how do i fix the time its currently 5 hours behind ??? tried the update from a previous thread and it never worked ?

p0s3id0n 03-17-2003 02:32 PM

err almax, maybe you could look at those posts :
https://vborg.vbsupport.ru/showthrea...787#post290787 and
https://vborg.vbsupport.ru/showthrea...093#post291093
if doesnt correct everything , that may be because
your server is not on the same timezoneoffset as you are.

lioncool1589 03-17-2003 03:25 PM

p0s3id0n i have old version shoutbox how i upgrade to 1.2.4
also there is 2 if(!mysql_num_rows($result)){
i replace them all?


All times are GMT. The time now is 10:19 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.02714 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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