vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Cbox VS Vbulletin (https://vborg.vbsupport.ru/showthread.php?t=240134)

ProFifaLeagues 10-17-2010 07:50 PM

Ok mate well if you wish to pm me some login info i will happily come and take a look so if i can get it going for you!

Chadi 10-17-2010 08:32 PM

Thanks, but I don't hand out login info just like that ;)

ProFifaLeagues 10-17-2010 08:46 PM

Lol cant say i blame you mate No probs!!!

But i would also say if your not able to get it running then its the way you will need to go.

ehoffman73 09-11-2011 01:21 AM

Did anyone get this working? I am still stuck. vBulletin 4 and a premium Cbox subscriber.

pixel-2011 11-19-2011 09:32 PM

Hi!

I had the same symptoms... I solved this with code as bellow:
(box type PHP)

PHP Code:

if ( vB::$vbulletin->userinfo[userid] == )
   
$cbox_nme ""
 else
   { 
$cbox_nme urlencode(vB::$vbulletin->userinfo[username]); 
      
$cbox_key md5('XXXX-your-key-XXXX'.$cbox_nme); }

$return =
// "Test:".$cbox_nme."---".$cbox_key.
'<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="250" height="100" src="http://www6.cbox.ws/box/?boxid=579469&amp;boxtag=pwftlz&amp;sec=form&amp;nme='
.$cbox_nme.'&amp;nmekey='.$cbox_key.'" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform6-579469" style="border:#DBE2ED 1px solid;border-bottom:0px" id="cboxform6-579469"></iframe></div>
<div><iframe frameborder="0" width="250" height="480" src="http://www6.cbox.ws/box/?boxid=579469&amp;boxtag=pwftlz&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain6-579469" style="border:#DBE2ED 1px solid;" id="cboxmain6-579469"></iframe></div>
</div>
<!-- END CBOX -->'
;
return 
$return


one little problem it is delay after login/logout when chat-box determine change of state (logged user vs unlogged) :-(

ehoffman73 03-31-2012 07:54 PM

I tried that, it seems to work maybe....but each post pops up a new screen....any idea?


All times are GMT. The time now is 12:49 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.00981 seconds
  • Memory Usage 1,726KB
  • 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)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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