Jump to content

  •  

  • iBotModz CBox


    Photo

    IPB database to C#


    • Please log in to reply
    6 replies to this topic

    #1 iTzoODavidOo

    iTzoODavidOo

      Sergeant Grade 2

    • Members+

    • 353 posts
    • Joined: 03-December 08
    • Gender:Male
    • Location:Manchester England

    Posted 28 October 2009 - 07:55 PM

    *
    POPULAR

    I want to make a app for my site but before i do i ned to no this.


    How can i connect my IPB database to c# so the members have to log in and it has be a certain usergoup to view stuff.

    Get meh drift. Hope you can help.

    #2 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

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

    Posted 28 October 2009 - 07:58 PM

    I built the system for iBotModz, but you can use like API-RPC connections, or something like that :)

    #3 iTzoODavidOo

    iTzoODavidOo

      Sergeant Grade 2

    • Members+

    • 353 posts
    • Joined: 03-December 08
    • Gender:Male
    • Location:Manchester England

    Posted 28 October 2009 - 07:59 PM

    How did you get the API sorted?

    #4 Dark Slipstream

    Dark Slipstream

      Blue Shadowz Owner

    • Members+

    • 2,829 posts
    • Joined: 19-April 08
    • Gender:Male
    • Location:Canada, ON

    Posted 28 October 2009 - 07:59 PM

    If you use C# to connect entirely, it's extremely insecure. Especially with all those decompiling retards out there.

    You need to make a PHP script connect to your database, and echo the relevant information. You just connect to the PHP page using the user/pass, then the page will pass it to the database and output if it was a correct login.


    IPS has login code for developers if you have an active customer account.

    #5 iTzoODavidOo

    iTzoODavidOo

      Sergeant Grade 2

    • Members+

    • 353 posts
    • Joined: 03-December 08
    • Gender:Male
    • Location:Manchester England

    Posted 28 October 2009 - 08:09 PM

    How would i go about making a PHP script?

    #6 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

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

    Posted 28 October 2009 - 08:30 PM

    IPB tutorials should help.

    http://community.inv...tml?category=29

    #7 iTzoODavidOo

    iTzoODavidOo

      Sergeant Grade 2

    • Members+

    • 353 posts
    • Joined: 03-December 08
    • Gender:Male
    • Location:Manchester England

    Posted 28 October 2009 - 08:42 PM

    Thanks peaches :)