*Originally posted by Jeremy_Mc *
**Many of those are difficult to setup.
These aren’t. Many teams don’t know how to use phpMyAdmin, many of them don’t know anything about PHP, and even more really don’t know where to look for scripts.
*jeremy **
I dunno. Most of the stuff I have seen is so idiot proof its almost silly. Most forums come nice and ready for pretty much anything. You upload and run the install. Type in passwords as needed, and voila. Insta-forumage.
I didn’t need to touch any PHP, didn’t need to open up PHPMyAdmin, nothing. I think that it is unrealistic to make it any easier.
So that said, I don’t think your scripts are any easier to install. In fact, you require people to run SQL commands in some way shape or form instead of streamlining it in an install file.
This isn’t meant to be criticism, but I fail to see how this is any easier to install. In fact, looking at the link script, I discovered that you made no mention of the fact that the database_info.inc file should be edited…
Further, your statement that looking at code helps you is disingenous (sp?). True, you can learn alot by looking at other people’s code, but couldn’t you have served the same purpose by creating code snippets? On occaision I have needed to figure out why something works, but as is, your script offers fairly little in learning value.
Sorry, I’m probably coming off sounding really high and mighty, but… I do not believe that this is something that I’d consider truly mature code. Alot of stuff is hardcoded, making it difficult for the uninitiated to just jump in and change stuff. The instructions are also VERY sparse… You don’t tell them how to use (include probably) the file…
I can understand that reading through it would be a learning experience, but…yah.