PDA

View Full Version : How to Intergrating vBulletin with my cbox.ws shoutbox ?


Koconem
08-13-2008, 04:39 AM
Intergrating vBulletin with my cbox.ws shoutbox ?



If you host your own website with its own userbase, it is quite easy to integrate Cbox so that it automatically assigns the correct names to users logged in to your website.

If your site is PHP-based (e.g. phpNuke, vBulletin, phpBB), alter your Cbox HTML code in the following way:

...&amp;sec=form&amp;nme=<?=urlencode($name)?>&amp;nmekey=<?=md5('16o92fcc913bo2i6'.$name)?>Where the variable $name appears, insert the variable that represents the user's name as retrieved from your userbase. This will vary depending on your CMS or forum system. After changing your code, enable user override below.


Does anyone know how I can implement this on my shoutbox?

The code of my shoutbox:

<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="700" height="325" src="http://www3.cbox.ws/box/?boxid=2855422&amp;boxtag=26e46d&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: 0px solid;" id="cboxmain"></iframe></div>
<div><iframe frameborder="0" width="700" height="75" src="http://www3.cbox.ws/box/?boxid=2855422&amp;boxtag=26e46d&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px" id="cboxform"></iframe></div>
</div>
<!-- END CBOX -->


:confused:

--------------- Added 1218606018 at 1218606018 ---------------

i dont underested this
https://vborg.vbsupport.ru/showpost.php?p=1210848&postcount=10