News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

EQDKP Integration

Started by jestyr, January 26, 2006, 05:47:05 PM

Previous topic - Next topic

jestyr

anyone ever looked into linking this to the SMF members login/PW?  It currently hooks into PHPbb nicely.

http://eqdkp.com/ [nofollow]

janedoe

I would really like to see that too!

lordconnavar

Ohh something i'd like to see as well.

Golin

#3
Just reviving an old question, in the hope it will be noticed.  :D  Someone able to integrate the famous hxxp:www.eqdkp.com [nonactive] with the famous SMF?   659 views since first post tells something....

nightrider

I hope someone can make this on the road and start looking at it

vbgamer45

Is there anything special it does? It woudlnt' be hard to bridge the two systems.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Golin

It displays a pointssystem for games. See a full example here: hxxp:raid.extinction.cc [nonactive]


147th

This post definately deserves a bump.  I myself don't have much experience with integrating or coding for that matter.  But if there is anyway I could assist someone with the knowledge I would be more than willing.  All we need is for EQDKP to use the SMF auth system and user database.  That's all. lol I know it's alot.

daelic

Bump for great justice! I wish I knew how the bridges worked, this would be a huge point for SMF.

Golin

#10
Someone technical could perhaps use this: http://docs.simplemachines.org/index.php?topic=789#post_restrict restricting the eqdkp pages for certain usergroups.

<?php $allowed_groups = array(1, 2, 3, 4, 5, 6); $can_see = FALSE; foreach ($allowed_groups as $allowed) if (in_array($allowed, $user_info['groups'])) { $can_see = TRUE; break; } if ($can_see) { echo '<div> Some other stuff here that you want to protect. </div>'; } else { //message or section to show if they are not allowed. echo 'Sorry you are not allowed to see this.'; //If you want to redirect the user to another place you can use the redirectexit() function. redirectexit('www.simplemachines.org'); } ?>

Daniel Marquard

Quote from: Golin on March 16, 2007, 11:19:01 AM
Someone technical could perhaps use this: http://docs.simplemachines.org/index.php?topic=789#post_restrict restricting the eqdkp pages for certain usergroups.

<?php $allowed_groups = array(1, 2, 3, 4, 5, 6); $can_see = FALSE; foreach ($allowed_groups as $allowed) if (in_array($allowed, $user_info['groups'])) { $can_see = TRUE; break; } if ($can_see) { echo '<div> Some other stuff here that you want to protect. </div>'; } else { //message or section to show if they are not allowed. echo 'Sorry you are not allowed to see this.'; //If you want to redirect the user to another place you can use the redirectexit() function. redirectexit('www.simplemachines.org'); } ?>

That would hardly bridge the two.  It takes much more than simply modifying eqDKP to allow/deny access by membergroup.

Ryuoh

There is now an actual bridge between phpbb and eqdkp http://forums.eqdkp.com/index.php?showtopic=1413. And i was wondering if anyone could possibly mod the code to bridge smf instead?

smilodon

Is there such a mod available ?

babjusi

Quote from: Golin on September 11, 2006, 11:56:49 AM
Just reviving an old question, in the hope it will be noticed.  :D  Someone able to integrate the famous eqdkp with the famous SMF?   659 views since first post tells something....

Yes, I have done it for 3 smf forums for a person here some time ago. As vbgamer45 stated above it ain''t that difficult

scottd34

eqdkp-plus (eqdkp-plus.com) was able to do the integration, it just makes so many database calls that shared hosts might not like it.

I would imagine that using their integration code would be enough.

Advertisement: