PDA

View Full Version : where to add the cbox html cod ?


avitor
07-14-2007, 06:38 PM
hello friends

i install c.box(chat program)to my home page
and want to complate the install
and this is my problem

install guide
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(' 2287d3o24i6hoc4g'.$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


my Question is where i need to add this the html cod?
And which part?

...&amp;sec=form&amp;nme=<?=urlencode($name)?>&amp;nmekey=<?=md5(' 2287d3o24i6hoc4g'.$name)?>

tenks
my site
www.beneficiofamily.com
__________________

Dismounted
07-15-2007, 05:19 AM
Replace $name with $bbuserinfo[username]. I'm guessing that is a link code, so put it where you want the link to appear.

avitor
07-16-2007, 04:40 PM
hi
It's possible that you will explain me more detailed?

this chat is on my home page
or
where i found sombody to do et for me and i pay for is work?
tenx

ferst tenks
i find the place to in the cod
now i nead to make change

i dident andurstended this


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


what user name i nead to insert?

tenk u

ferst tenks
i find the place to in the cod
now i nead to make change

i dident andurstended this


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


what user name i nead to insert?

tenk u

ferst tenks
i find the place to in the cod
now i nead to make change

i dident andurstended this


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


what user name i nead to insert?

tenk u

sombodey?
i nead help please

sombodey?
i nead help please

?help please

Dismounted
07-20-2007, 12:25 PM
I just told you, replace $name with $bbuserinfo[username].