Jump to content

  •  

  • iBotModz CBox


    Photo

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


    • Please log in to reply
    5 replies to this topic

    #1 yoda302055

    yoda302055

      Apprentice Grade 2

    • Members+

    • 21 posts
    • Joined: 05-August 09
    • Gender:Male
    • Location:Texas

    Posted 20 January 2013 - 01:18 PM

    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, 20 January 2013 - 01:33 PM.


    #2 yoda302055

    yoda302055

      Apprentice Grade 2

    • Members+

    • 21 posts
    • Joined: 05-August 09
    • Gender:Male
    • Location:Texas

    Posted 20 January 2013 - 01:24 PM

    i didnt see application development.... Srry!



    #3 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    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"



    #4 yoda302055

    yoda302055

      Apprentice Grade 2

    • Members+

    • 21 posts
    • Joined: 05-August 09
    • Gender:Male
    • Location:Texas

    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 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    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.



    #6 yoda302055

    yoda302055

      Apprentice Grade 2

    • Members+

    • 21 posts
    • Joined: 05-August 09
    • Gender:Male
    • Location:Texas

    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.