Raised This Month: $ Target: $400
 0% 

View Poll Results: What CMS?
phpBB2 1 2.17%
phpBB3 14 30.43%
Joomla 7 15.22%
Drupal 1 2.17%
Wordpress 3 6.52%
vBulletin 24 52.17%
Invision Powerboard 4 8.70%
Multiple Choice Poll. Voters: 46. You may not vote on this poll

What CMS do you use game server owners?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Styles
Veteran Member
Join Date: Jul 2004
Location: California
Old 12-02-2008 , 12:33   What CMS do you use game server owners?
Reply With Quote #1

I'm writing an API for game server owners to check if somebody is registered. If so, do what you like in game.

example natives:
is_user_loggedin(id)
get_user_posts(id)
get_user_rankid(id)
-------------------------------
What CMS do you use most? For example:
phpBB, e107, joomla, ect..
-------------------------------
This will be released very very soon. I have a proto type done for a few cms' but I want to support a few.

What would you like pulled out of the database? IE: Post Count, Rank, ect..

This is also good for forums who buy admin, updates rank... yea

Last edited by Styles; 12-02-2008 at 12:36.
Styles is offline
Send a message via AIM to Styles
chris
Senior Member
Join Date: Mar 2007
Location: America
Old 12-02-2008 , 14:49   Re: What CMS do you use game server owners?
Reply With Quote #2

phpBB
__________________
chris is offline
Send a message via AIM to chris
Fry!
Veteran Member
Join Date: Apr 2008
Location: Latvia
Old 12-02-2008 , 15:15   Re: What CMS do you use game server owners?
Reply With Quote #3

IPB
__________________
Quote:
Originally Posted by wisam187
why all the great scriptors..... always.... leave and let their works go into oblivion ???
i miss your way in making outstanding plugins...
this forum needs lots of the likes of you..... and less of the idiots that spread right now.
Fry! is offline
hackziner
Senior Member
Join Date: Sep 2006
Location: France
Old 12-02-2008 , 17:38   Re: What CMS do you use game server owners?
Reply With Quote #4

Nuked Klan && e107
__________________
hackziner is offline
Send a message via ICQ to hackziner Send a message via AIM to hackziner Send a message via MSN to hackziner Send a message via Yahoo to hackziner Send a message via Skype™ to hackziner
Killer12201
Senior Member
Join Date: Dec 2007
Old 12-02-2008 , 17:55   Re: What CMS do you use game server owners?
Reply With Quote #5

phpBB3 forums and a phpBB portal.
__________________
Killer12201 is offline
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 12-02-2008 , 21:50   Re: What CMS do you use game server owners?
Reply With Quote #6

Joomla and Dupral. I will be happy styles. Hehehe.
P4rD0nM3 is offline
Stixsmaster
Veteran Member
Join Date: May 2007
Location: I am all around you...I
Old 12-03-2008 , 18:46   Re: What CMS do you use game server owners?
Reply With Quote #7

Wordpress...

---Stixsmaster
__________________
Stixsmaster is offline
Send a message via AIM to Stixsmaster Send a message via MSN to Stixsmaster
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 12-03-2008 , 19:01   Re: What CMS do you use game server owners?
Reply With Quote #8

phpBB3
__________________
recon0 is offline
Styles
Veteran Member
Join Date: Jul 2004
Location: California
Old 12-04-2008 , 12:39   Re: What CMS do you use game server owners?
Reply With Quote #9

I added a pole to make it easier.

Also, how would you want it controled? Like you can just "login" with this then, there's functions and you can wrap this and create a "rank" mod or something? Also, as for "authing" how would you want it? Currently I use this method:

amx_login <forum username>
now, it checks to make sure your IP on your account last used is the same as the username. Then it saves it in a set_info(id, "yourcommunityname", username);

I don't think saving the md5 of the pw is the best, and since some things like phpBB3 salt their pw's it's very hard to generate the pass because of that salt.

--
Also, pm me if you can set me up a demo site with a database. I don't feel like setting up Invision (also don't have a license) and I need the tables to create these big ass lame queries...

Code:
SELECT u.user_id AS uid, u.user_name, count(t.thread_user) AS cnt FROM forum_t AS t LEFT JOIN user AS u on SUBSTRING_INDEX(t.thread_user,'.',1)  = u.user_id WHERE u.user_name='%s' AND u.user_ip='%s' GROUP BY uid LIMIT 1
heh... look at that lame stuff.

Last edited by Styles; 12-04-2008 at 13:04.
Styles is offline
Send a message via AIM to Styles
NestleMilo
BANNED
Join Date: May 2008
Location: http://zombieplague.org
Old 12-04-2008 , 20:35   Re: What CMS do you use game server owners?
Reply With Quote #10

Joomla w/ vB integration
NestleMilo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:05.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode