I'd love to test it.
Invited, and thanks for offering but I already got a host, going to start some website with a friend of mine once I'm done with gProxy. But I actually need to think of a method to secure this real well, don't want it getting cracked.Quote:
I'd be happy to write a few plugins for ya.
Also if ya need a place to host an auth server, files, or a support forum I can hook ya up with some ftp access. Got a few domains && hosting packages I'm not usin.
Nearly everything is in my native code anyway, just got make sure any encryption I use would be available in PHP.Quote:
your best bet is just do the auth in your native code, and encrypt your data being sent to your auth server with something like rc5.
not too hard, yet effective
Ah you're going to use php? My php auth went down every 15 mins, for some unknown reason to me. I'm not a web dev. though so I had no idea what i was doing there :PQuote:
Nearly everything is in my native code anyway, just got make sure any encryption I use would be available in PHP.
Oh, hahaha, I'm originally a web developer, so I have quite a good idea about how I'll make the auth server.Quote:
Ah you're going to use php? My php auth went down every 15 mins, for some unknown reason to me. I'm not a web dev. though so I had no idea what i was doing there :P