What makes Halomods's Emblem system work.
What are the methods used?
Emblem System
-
- Posts: 1262
- Joined: Sun Sep 03, 2006 10:43 pm
- Location: Michigan
...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.
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.
-
- Posts: 1262
- Joined: Sun Sep 03, 2006 10:43 pm
- Location: Michigan
-
- Posts: 1262
- Joined: Sun Sep 03, 2006 10:43 pm
- Location: Michigan
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.
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.
-
- Posts: 1262
- Joined: Sun Sep 03, 2006 10:43 pm
- Location: Michigan
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: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.
I think I remember a post in the emblem discussion thread where he said he wrote it, but w/e.Tural wrote:Wrong. =x