Page 1 of 1
Emblem System
Posted: Sat Jan 12, 2008 3:37 pm
by Supermodder911
What makes Halomods's Emblem system work.
What are the methods used?
Posted: Sat Jan 12, 2008 3:49 pm
by Tural
...What..?
It's a custom system, created by a person or group of people, specifically for this site. It's written in PHP, and built into the phpBB forum system. What do you mean "methods"..?
It's really not complicated at all. No special tricks or anything would go into this. You just need to know how phpBB works, and how to communicate with a database. It's fundamental PHP, and knowing PHP well would more than suffice for doing something like an emblem system.
Posted: Sat Jan 12, 2008 4:25 pm
by Supermodder911
By methods I mean how does it work.
Is there a sql table in the users profile containing their emblems?
Posted: Sat Jan 12, 2008 4:32 pm
by Tural
Likely.
As stated, if you know PHP and how phpBB works, you should be able to do it.
You're never going to get the code or explanation, as it isn't public, nor is the creator's name, and said person isn't going to tell you. =p
Posted: Sat Jan 12, 2008 4:33 pm
by Supermodder911
I think I_F already stated it was written by him. =P
Posted: Sat Jan 12, 2008 4:40 pm
by Tural
Wrong. =x
I know much PHP, but by no means am an expert, but I'm confident even someone with my skills could accomplish something similar. I had done one for Dimension Gaming's old site, not even really knowing PHP then, and the only issue I encountered was permissions for selected members to give out emblems.
I don't know what you're really asking here. It should be fairly simple if you know what you're doing. Write out a list of things that it should do, then go on to figuring out how they would function.
Posted: Sat Jan 12, 2008 4:44 pm
by Supermodder911
Tural wrote:I know much PHP, but by no means am an expert, but I'm confident even someone with my skills could accomplish something similar. I had done one for Dimension Gaming's old site, not even really knowing PHP then, and the only issue I encountered was permissions for selected members to give out emblems.
I don't know what you're really asking here. It should be fairly simple if you know what you're doing. Write out a list of things that it should do, then go on to figuring out how they would function.
Yea I think I know php enough to do it. but I've done it before without SQL but it was a stupid way to do it.
Tural wrote:Wrong. =x
I think I remember a post in the emblem discussion thread where he said he wrote it, but w/e.
Posted: Sat Jan 12, 2008 5:16 pm
by CptnNsan0
yea whoever said they wrote it said it was really simple to make