UploadScript

Check out the FREE chatroom mod for IPB 3.x

>  IPB SDK 1.6.0 Beta 5
By: Pita
Short Description
IPB SDK is a powerful development tool, which will allow you to develop advanced applications...

Detailed Description


This software is in Beta. DO NOT USE ON MISSION CRITICAL PROJECTS.

It is recommended that you use this software with IPB 2.1.x.

IPB SDK is a powerful development tool, which will allow you to develop advanced applications with ease. Integration between your forum and site is essential in the websites of today. IPB already has a great member system, why re-write another one if you can use one member database for both?

Our huge array of functions include contact, custom profile field, forum, member, posts, poll, private messaging, skin, and topic functions. Whether your just looking to display the current users avatar, memberbar, create a PM system on your website, utilitize IPB's member database for other scripts, or allow members to register, and login from your website, IPB SDK is for you.

IPB SDK also contains several code examples, which utilitize this mod, which can be placed in your own scripts, giving you instant customizable site integration.

Enjoy

Making Integration Easy...
- Contains many code examples.
- Over 100 documented extensive functions
- No SQL Knowledge Required. Just basic PHP.
- Huge Time Saver
- Over 25 pre-made examples

Compatibility
Tested with Invision Power Board 2.1.6.

Contributions
The IPB SDK Team would like to thank the following people for their contributions to this code:
Scyth, CTiga, Ripper, MrTweakin, CirTap, Cow
And of course, not forgetting,
Pita

Changelog:

See documentation for changelog.

Make a contribution
If you want to contribute to this project, either by donating some cash, purchasing an item off a developers' wishlist, or by inputting some code, please visit the IPB SDK Forum here on Invisionize.

Note: It is strongly recommended you have some knowledge of PHP if you wish to fully benefit from this mod.
Download

>  IPB SDK 1.6.0 Beta 5, User Contributed Files
File Information
Date Submitted: September 13, 2005
Downloads: 6,765
Downloads Per Day: 4.1124
Views: 25,239
Compatibility: Invision Power Board v2.1
File Version: v1.6.0b5
File Size: 303.766 KBytes
Last Updated: September 6 2006, 10:19 AM
Demo Link: Click Here.
Allow Upgrades w/o Your Permission?: No
Upgrade Terms for this Submission: None
Support Topic: Click Here
Report File: Report Broken Mod
File Rating
BadOkGoodGreatExcellent(4.5/5 (30 votes)
Please login to vote.
(you must login to be able to cast your vote)

User Comments (View Topic)
July 16 2007, 08:39 PM
by shakrandhes
mysql_query(); is a php function

$SDK->DB->query(); is a self declared IPB function.

You should use $SDK->DB->query(); and use as table prefix ibf_ because IPB will replace this with you real prefix (or with nothing if you have no prefix). this will make your code more compatible.
July 16 2007, 08:21 PM
by y2k4ever
My pagination requires me to use this line but I don't know how to incorporated

$total = mysql_result($result, 0, 0);

That will work with PHP4 and not work with PHP5. That was the reason why I asked the compatible question in previous post.

In PHP4 I can call a query like this

$result = mysql_query("select");

but in PHP5 I have to call a query like this

$result = $SDK->DB->query("select");

Other wise I will run into many error messages
July 16 2007, 08:17 PM
by shakrandhes
sdk query should work. look at /board/cache/ to see mysql error logs - maybe you have an error in your query.
July 16 2007, 07:43 PM
by y2k4ever
QUOTE(shakrandhes @ Jul 15 2007, 03:35 PM) <{POST_SNAPBACK}>
it should be really compatible with PHP5, did you have any problems?


oops nevermind. I got it to work

Did someone actually built a pagination out of this system using the SDK query? I tried but failed miserably
July 15 2007, 07:35 PM
by shakrandhes
it should be really compatible with PHP5, did you have any problems?
July 15 2007, 06:15 PM
by y2k4ever
I don't think this php 5 compatible if someone has used this on php 5 and it worked please let me know
July 9 2007, 09:24 PM
by The Ultimate Life Form
Whether it works or not, there are still some things that aren't fixed and other functions that don't exist at all. Since Pita's leave, I think that the IPBWI has been very helpful in updating the functions. Plus that, we never know when another problem will come up with future releases.
July 9 2007, 10:21 AM
by shakrandhes
Thats true, IPBWI uses this fix - but it has much more improvements and bugfixes - see changelog. At the beginning I documented the exactly changed code, so you can use it to patch your file manually. Since IPBWI 1.7.1c I decided to stop documenting the changes detailed for future because of the high effort.
July 9 2007, 03:12 AM
by Darth Unrivaled
I just like to point out that there was a fix for SDK back when it was like 2.2.1 or something and everything I use (which is generally what is common) works 100% fine. I'm using SDK 1.6.0 RC 1 @version 1.7.0 Beta 1 (23/07/2006) with IPB 2.2.2 and it works 100%. I don't see a need for IPBWI.
June 26 2007, 11:01 PM
by oluigi
okay, thank you for all the answers! thumbsup.gif


Invision Skins · IPB Skins