chatroll with ease wap module..

Ok so I have chatroll to work on my site with logged in users, works fine on the site. I am trying to add it to the wap module and it does not see the users that are logged in to the wap as logged into the site, like they are not even logged in this is the code that works to get chatroll to intergrade in the non mobile version of the site

 

$iID = getLoggedId();

$uid = $iID;

$uname = getNickName($iID);

$ulink = getProfileLink($iID);

$upic = get_member_thumbnail($iID, 'none');

$ismod = 0;

$sig = md5($uid . $uname . $ismod . 'ii2fu1lw4uo1elk1');

$ssoParams = '&uid=' . $uid . "&uname=" . urlencode($uname) . "&ulink=" . urlencode($ulink) . "&upic=" . urlencode($upic) . "&ismod=" . $ismod . "&sig=" . $sig;

echo '<div align="center"><iframe width="450" height="350" src="http://chatroll.com/embed/chat/yoursite?id=yourid&platform=php'.$ssoParams.'&w=$0" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>

<div style="font-size:0.9em;text-align:center;"><a href="http://chatroll.com/solutions/live-chat-software">PHP Live Chat Software</a></div></div>';

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 13 Jul 2013

ok so i trimmed it down,, i need to know if it is possible for that when you log in with the ease wap module for it to also log you in to the site as you would normally would threw the site?

 

i need for when this action is done


    <form method="post" action="__page_url__">
        <span class="small_title"><bx_text:_sas_wap_user />:</span><br />
        <input class="input" name="user" value="" type="text" /><br />
        <span class="small_title"><bx_text:_sas_wap_password />:</span><br />
        <input class="input" type="password" name="password" /><br />
        <input type="submit" name="login" class="btnC" value="<bx_text:_sas_wap_submit />" /><br />
        <span class="mfss">
            <a href="__forgot_url__"><bx_text:_sas_wap_forgot_password /></a>
        </span>   
    </form>

for it to log you into the site like normal not just with the wap module

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 13 Jul 2013

we got it sorted,, sort of,, added to lines in the SasWapModule.php to login and out

bx_login($iProfileId);  and  bx_logout();

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 13 Jul 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.