How to get a dev team started for a php based program [closed]

slykitty62

New Member
I have recently wrote a PHP "program" that will take code that you paste into it and process the code. It then tears the code apart and adds $mysqli_real_escape_string every time there is a post variable then it puts the code back together. its very useful for a lot of older code that people just don't have the time to sift through. My goal is to incorporate other security features into this and make it able to address other security features. in addition to adding a GUI to it. in the end it will be hosted on a web server and it will be open to the public, etc. probably donation based. but the problem is i find this becoming too large of a project to tackle myself. so where exactly would i go to find others interested in beginning a dev team on this? A nice hard shove in the right direction would be oh so lovely.
 
Back
Top