Edited by yoda302055, 20 January 2013 - 01:33 PM.
iBotModz CBox
What would you add to this? ::ScottssDashV1::
#1
Posted 20 January 2013 - 01:18 PM
#2
Posted 20 January 2013 - 01:24 PM
i didnt see application development.... Srry!
#3
Posted 20 January 2013 - 03:32 PM
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"
- yoda302055 likes this
#4
Posted 20 January 2013 - 05:51 PM
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
#5
Posted 20 January 2013 - 06:03 PM
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.
- yoda302055 likes this
#6
Posted 20 January 2013 - 06:37 PM
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 by yoda302055, 20 January 2013 - 06:42 PM.