Do you mind posting a list of the current issues being worked on?
I have a friend who is knowledgable in php, we were trying to fix some of the problems I mentioned earlier.
Also, what does exactly go into admin.php?
Tonight i've fixed the majority of the install.php and implemented a proper login/logout system.
There was some issues with how the install script grabbed the form data and saved it to the config and then allowed it to be displayed within the form again for editing. But this appears to be fixed now.
The only other major issue is the e-mail messages cant accept variables within the form, such as $rank/$steamid/$fee, i'll need to just code a parser so it can replace specific strings such as buyer_steamid with the variables when the payment is processed.
Other than that i'm just testing the logging of the process, two logs will be created in /log/ puds.log and ipn.log.
I will need to make the logging a bit more verbose so things can be interpreted easier.
Then i'll need to test the script is still correctly connecting to rcon and adding the user etc - I haven't edited any of that part of the script, so it shouldn't be broke
. Just the config stuff I've been messing up haha.
I'll upload a commit to a dev branch in a little while and post the link here, you guys can let me know if it is working any better.