Multiplayer games in Dolphin 7

There are some sites, wich multiplayers games you can ebmed in your sites - come2play.com, and a few others you can see here

http://www.moreofit.com/similar-to/www.come2play.com/Top_10_Sites_Like_Come2play/

 

i have seen a dolphin site, where when you join in dolphin site, your are auto log in in the come2play sistem, and that was verry nice, and the users ware play in multiplayer. Does anyone of you have a idea how to do that ? There are some options like some kind of API, but thet tells how to do it manual for anyone user, and that would be terrable.

Quote · 6 Mar 2011

http://www.come2play.com/create_advanced_sso.asp?channel_id=122421

 

anyone ?

Quote · 6 Mar 2011

http://static.come2play.net/shared/api/channel_sso/come2play_sso_v030.pdf

 

How to get this working with my users auto after registration or facebook connect?

Quote · 6 Mar 2011

Hi just wanted to know if you were able to integrate it and if the integration that you are looking is like in www.tulugarfavorito.com after joining the the site check this page

http://tulugarfavorito.com/social/m/come2play/

or can you sent me the link were you saw it integrated

Greetings

 

Quote · 11 Feb 2012

I would like to integrate it. Please provide a little more details. I am going to check their website for some more info. I will reply here as soon as i get some info.

so much to do....
Quote · 11 Feb 2012

Here is the code put this in a php block. Its a basic script just use the nickname and id for signing in the user. Put your channel id in the code.

$iID = getLoggedId();

$uid = $iID;

$uname = getNickName($iID);

$cid = 'Channel_Id';

$sig = md5($uid . $cid);

echo '<iframe src="

http://www.come2play.com/channel_auth.asp?v=2&channel_id='.$cid.'&uid='.$iID.'&nick_n

ame='.$uname.'&auth_sig='.$sig.'" width="762" height="1230" frameborder="0" scrolling="no" allowtransparency="true" ></iframe>

<div id="c2p" style="text-align:center;width:762;font-family:Tahoma,Arial,sans- serif;font-size:11px;"><a href="http://www.come2play.com/shared/affiliation/setAffiliate.asp?channel_id=183827&next_url=http%3A%2F%2Fwww%2Ecome2play%2Ecom%2Fpublisher%2Easp" target="_blank" >Come<span>2</span>Play</a> - Create your gaming channel</div>';

so much to do....
Quote · 11 Feb 2012

<div id="c2p" style="text-align:center;width:762;font-family:Tahoma,Arial,sans- serif;font-size:11px;"><a href="http://www.come2play.com/shared/affiliation/setAffiliate.asp?channel_id=183827&next_url=http%3A%2F%2Fwww%2Ecome2play%2Ecom%2Fpublisher%2Easp" target="_blank" >Come<span>2</span>Play</a> - Create your gaming channel</div>';

 

inhere why the channel_id is not channel_id='.$cid.'&uid='

 

<div id="c2p" style="text-align:center;width:762;font-family:Tahoma,Arial,sans- serif;font-size:11px;"><a href="http://www.come2play.com/shared/affiliation/setAffiliate.asp?channel_id='.$cid.'&uid='&next_url=http%3A%2F%2Fwww%2Ecome2play%2Ecom%2Fpublisher%2Easp" target="_blank" >Come<span>2</span>Play</a> - Create your gaming channel</div>';

 

so i think your channel_id = 183827

 

Greetings

Quote · 11 Feb 2012

lol sorry i posted wrong code...:)

this is the code..

$iID = getLoggedId();

$uid = $iID;

$uname = getNickName($iID);

$cid = 'channel_id';

$sig = md5($uid . $cid);

echo '<iframe src="

http://www.come2play.com/channel_auth.asp?v=2&channel_id='.$cid.'&uid='.$iID.'&nick_n

ame='.$uname.'&auth_sig='.$sig.'" width="762" height="1230" frameborder="0" scrolling="no" allowtransparency="true" ></iframe>

<div id="c2p" style="text-align:center;width:762;font-family:Tahoma,Arial,sans- serif;font-size:11px;"><a href="http://www.come2play.com/shared/affiliation/setAffiliate.asp?channel_id='.$cid.'&next_url=http%3A%2F%2Fwww%2Ecome2play%2Ecom%2Fpublisher%2Easp" target="_blank" >Come<span>2</span>Play</a> - Create your gaming channel</div>';

so much to do....
Quote · 11 Feb 2012

Hello!

I have created  a demo at http://www.buddy-net.co.cc/page/Game

oh! and games are very addictive....:)

so much to do....
Quote · 11 Feb 2012

Thanks you can try it out here to

buth first you need to sign in into the site or to register so you will have a nickname

 

http://tulugarfavorito.com/social/m/come2play/

 

Greetings

Quote · 11 Feb 2012

oh! really i didn't know that..... lol 

so much to do....
Quote · 11 Feb 2012

this is awesome,, now i just need a rss feed for a block on my front page to show my top members scores

basically what im looking for is the "top players" box from http://www.thegettogether.net/page/Games

on my front page that links to my game page

MY SITES http://viptopia.net general social networking | http://www.rangerschat.com/ niche site
Quote · 11 Feb 2012
 
 
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.