Jump to content

Recommended Posts

What I need is a simple 'ladder system' for a gaming clan webpage.

 

Functionality req'd is:

 

  • adding/removing users from the ladder
  • adding/removing wins & losses for users, as well as automatically tallying points based on wins and losses (simple math for the latter part)
  • sorting users in a tabled output, from most points to least (with secondary and tertiary sorting priorities as well, such as total games and alphabetical username)

 

Naturally, this would all be able to be modified through a simple GUI, where a user with admin privileges enters the values and hits Submit.

 

So say I got no PHP experience, but do have intermediate programming experience (Java). Would I be able to pull this bit of PHP off, and integrate it into a phpBB forum portal?

Link to comment
https://forums.phpfreaks.com/topic/118733-how-hard-would-it-be-to-make-this/
Share on other sites

this is quite easily achievable. It's not particularly hard to do. The hardest part would probably be integrating it into phpBB forum. But even that shouldn't be too difficult.

 

For this you need to know basic PHP, selecting and inserting data for a database of your choice, probably sqlite or mysql, and you can google "PHP Page Pagination" to find a pagination script that can break up the results in a table into different pages, and can order them ascending and descending etc.

if you have zero experience with database i think it probably would be easier to use mysql since there are many php mysql tutorials to be found online . sqlite is good if you want your db in a simple flat file. just try to lookup some mysql tutorials and things will make sence. and if i am not mistaken phpBB uses mysql aswel.

 

about the database it supports a lot of database including mysql and sqlite and a LOT of other databases

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.