PhpBB Member Manager

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
9 posts Page 1 of 1
Contributors
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

PhpBB Member Manager
CodenStuff
Vb.net and PHP

This is an example of a PhpBB member management program thats allows you to get a list of all members on your forum and view some basic information on them using a simple PHP script to retrieve the data and display it in the program.

I made this to test an idea ive had about making a CnS Client program that allows you to make/edit/view posts and manage your account using a program rather than the website combined with the API which could be interesting to make. A lot of you have PhpBB forums aswell so maybe you can use this example to create your own programs for your sites.

You will need to know a little PHP programming in order to modify and build upon this project but its not too hard to understand its basic stuff but works quite well.

If you have a forum and want to test this out then in the zip folder you will find a file called "PhpbbMM.php" put this file in the forum directory of your webserver and then just run the application and enter the URL to that file and thats all you need to do..push the button and you should get a list of members displayed.

Image
PhpbbMM.zip
The PHP script file only reads data from the database and does not alter or write any information to it.

If you do make anything based on this idea let us know and show us what youve created cooll;
You do not have the required permissions to view the files attached to this post.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: PhpBB Member Manager
Dummy1912
thanks for sharing
im sure gonna look in to it :)
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

Re: PhpBB Member Manager
smashapps
Oh Hey that looks really awesome!

When I get my new forums I will definitely be using this! Thanks :)
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: PhpBB Member Manager
Codex
I don't know if you do use this for the api or any live apps, but one thing you should know is this is easy to sql inject.
Otherwise, nice share, not that hard to make, since i have made more complicated stuff with phpBB ;)
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: PhpBB Member Manager
zachman61
Thanks for this Codenstuff, will be using this in the future.
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: PhpBB Member Manager
CodenStuff
Codex wrote:
I don't know if you do use this for the api or any live apps, but one thing you should know is this is easy to sql inject.
Otherwise, nice share, not that hard to make, since i have made more complicated stuff with phpBB ;)
It depends how you do the scripting and what your going to use it for and who has access to it and this is just a quick example which needs developing further to make a fully functioning program cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: PhpBB Member Manager
Codex
Image

Just thought i would let other users know, since you didn't inform them.
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: PhpBB Member Manager
Axel
Codex wrote:
Image

Just thought i would let other users know, since you didn't inform them.
thats how sql injection happens right ? :P
http://vagex.com/?ref=25000
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: PhpBB Member Manager
Codex
Yes Axel, you put a '); or "); depending how the user coded the sql, and then you put in your sql query after. (educational purpose only)
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
9 posts Page 1 of 1
Return to “Source-Code”