Home > MySQL, PHP > Help On Shoutmix Integration

Help On Shoutmix Integration

July 1st, 2009

Hi,

I need a PHP programmer who knows about Shoutmix.com chat box integration to membership database.

There is an integration setup that is posted on their site but since I am not PHP savvy, I dont know how to implement it on my site. This should be very easy integration to those who know how to do PHP.

*********************************************************
According to Shoutmix:

“To get the integration working, you simply need to pass two parameters via GET request, appended at the end of your shoutbox URL.”

“If you’re using PHP, you can add the following function to your script for quick integration. The function will produce correct parameters to be appended at the end of your shoutbox URL.”

function shoutmix($name = ”) {
return htmlspecialchars(
‘&name=’.rawurlencode($name)
.’&code=’.md5($name.’xxxxxxxx’));
}

***********************************************************

I will provide you with the login to my site and on Shoutmix. Please PM me if you have questions.

Manny


Help On Shoutmix Integration

Comments are closed.
Bear