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
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.
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;
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.

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.
thanks for sharing
im sure gonna look in to it
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
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
Oh Hey that looks really awesome!
When I get my new forums I will definitely be using this! Thanks
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!
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 ;)
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
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 

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.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;
Otherwise, nice share, not that hard to make, since i have made more complicated stuff with phpBB ;)
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.

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
Codex wrote:thats how sql injection happens right ? :P
Just thought i would let other users know, since you didn't inform them.
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
Copyright Information
Copyright © Codenstuff.com 2020 - 2023