Hey ho, once again. So, I've been doin' around and I was able to manually make accounts and bound all information to them, however I'd like to that via the PHP and open SQLite connection, integrate all the data I need and then just jump out of it. However, as I found no information concerning if it's possible I came to conclusion that it just is(If I can edit something manually I should not have problem doing it automically right?) so my only concern would be
Â
A ) stability if I make website and PHP connect to the running server would engine be able to handle it? (I know it edits the database live, but I am not changing values just adding new information, at least for now)Â
Â
B ) salt generation, and while I understand that the currently engine is NOT open sourced but perhaps it could be said how does algorithm look or just how to replicate it? (I have no idea about encription so i am green as leaf here)
Â
So I have website, that can handle input, passes it onto PHP which connect to the database and injects it into the server's database so in theory if I connect all the information rightly I should have no problem running it? Or am I missing something big again?
Question
Puppy
Hey ho, once again. So, I've been doin' around and I was able to manually make accounts and bound all information to them, however I'd like to that via the PHP and open SQLite connection, integrate all the data I need and then just jump out of it. However, as I found no information concerning if it's possible I came to conclusion that it just is(If I can edit something manually I should not have problem doing it automically right?) so my only concern would be
Â
A ) stability if I make website and PHP connect to the running server would engine be able to handle it? (I know it edits the database live, but I am not changing values just adding new information, at least for now)Â
Â
B ) salt generation, and while I understand that the currently engine is NOT open sourced but perhaps it could be said how does algorithm look or just how to replicate it? (I have no idea about encription so i am green as leaf here)
Â
So I have website, that can handle input, passes it onto PHP which connect to the database and injects it into the server's database so in theory if I connect all the information rightly I should have no problem running it? Or am I missing something big again?
Link to comment
Share on other sites
9 answers to this question
Recommended Posts