yoda302055 Posted January 20, 2013 Report Posted January 20, 2013 (edited) Hi guys! I'm making a new program and i was kind of stuck on what to add to this... Soo im posting here! what would you add to this page? (DatabaseEditor) Currently posted on: ClownModding.com, iBotModz.net and TheTechGame.com. Edited January 20, 2013 by yoda302055
yoda302055 Posted January 20, 2013 Author Report Posted January 20, 2013 i didnt see application development.... Srry!
iBotPeaches Posted January 20, 2013 Report Posted January 20, 2013 You never want to have a program like this that communicates to a server to modify a database, unless you use a middle man (server php script). Its just calling "hack me and steal my username and password authentication" 1
yoda302055 Posted January 20, 2013 Author Report Posted January 20, 2013 You never want to have a program like this that communicates to a server to modify a database, unless you use a middle man (server php script). Its just calling "hack me and steal my username and password authentication"Do you happen to know how to do that? cause i was wanting to.. But i just ended up doing this..All i really need it to know the name and i can google it for hours and hours
iBotPeaches Posted January 21, 2013 Report Posted January 21, 2013 Its just making a PHP based api on your server, that outputs (json / xml) for your app to read and understand, so all the security stuff is held server side (php) and not easily decompilable in your app. 1
yoda302055 Posted January 21, 2013 Author Report Posted January 21, 2013 (edited) Its just making a PHP based api on your server, that outputs (json / xml) for your app to read and understand, so all the security stuff is held server side (php) and not easily decompilable in your app.Oh i see what you mean... I guess im gonna have to learn some PHP! then learn to understand xml. This is what i was wanting to do in the first place.. Thanks peachs... If i ever want to go to someone with knowledge it will be you! Edited January 21, 2013 by yoda302055
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now