Jump to content

cbox


What would you add to this? ::ScottssDashV1::


Recommended Posts

Posted (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 by yoda302055
Posted

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"

  • Like 1
Posted
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

Posted (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 by yoda302055

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...