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.
iBotModz CBox
IPB database to C#
Started by iTzoODavidOo, Oct 28 2009 07:55 PM
6 replies to this topic
#2
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
Posted 28 October 2009 - 07:59 PM
How did you get the API sorted?
#4
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.
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
Posted 28 October 2009 - 08:09 PM
How would i go about making a PHP script?
#7
Posted 28 October 2009 - 08:42 PM
Thanks peaches