Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Using Ssi.php W/ Ipbv2.0.x, Learn how to intergrate your IPBv2.0.x
maddog39
post Mar 26 2005, 08:23 PM
Post #1


Super Member
*********

Group: Members
Posts: 208
Joined: 27-January 05
From: LI, New York
Member No.: 3,448



Hello all,

Recently I have firgured out how to intergrate Invision Power Board v2.0.x or in my case 2.0.3 into your website or just some kind of php page. Now here are the instructions.

INSTRUCTIONS
NOTE: FILES ARE ATTACHED TO POST!!!
First open your IPB folder with all the files. Go into Tools_and_Scripts. Find ssi.php and take it out, put it on your desktop or some where easy to reach for when you upload it. Then find the folder ssi_templates and take that out also. Open up your FTP client and upload them both to your forum ROOT directory. Where index.php is. Then your done with the installation. Now to use it there are several things you can do.

1.) Show a certain number of news articles.
2.) Show forum stats.
3.) Show who is online.
4.) RSS/XML "Syndication"

To do number one use the following code in a PHP page...
CODE

include("http://domain.com/forums/ssi.php?a=news&show=10");

You may change 10 to however many news articles you want to show.

To do number two use the following code in a PHP page...
CODE

include("http://domain.com/forums/ssi.php?a=stats");


To do number three use the following code in a PHP page...
CODE

include("http://domain.com/forums/ssi.php?a=active");


To do number four use the following URLs but change them to your website...
CODE

RSS: http://domain.com/forums/ssi.php?a=out&f=1,2,3,4,5&show=10&type=rss
XML: http://domain.com/forums/ssi.php?a=out&f=1,2,3,4,5&show=10&type=xml


A not from in ssi.php about XML/RSS Syndication...
QUOTE
Will show last 10 topics in reverse chronological last post date order from
all the forums in the comma separated list


Source: Lines 25 to 62 in ssi.php
Enjoy Guys! biggrin.gif

Files for this tutorial...
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Signature Tutorial(25)
  2. Learn To Fly(13)
  3. A Prelude To Programming(10)
  4. Cool Site To Learn Languages(6)
  5. Wanting To Touch Up/learn My Html Again(27)
  6. Where/how Did You Learn Css?(36)
  7. where did you learn html from?(85)
  8. Where Is There A Good Site To Learn Web Html?(20)
  9. Learn Html Quick And Easy(14)
  10. Perl Regular Expresions Regex(2)
  11. Learn Html, Css, C And C++ Online For Free(12)
  12. What Was Your First Computer, And How Did You Learn To Use It?(44)
  13. Learn Java Programming Language Online Step By Step(0)
  14. Team Fortress 2 Professional Spy Guide(1)
  15. Disabling Safe Boot On Windows Xp(1)
  1. How Can I Learn Assembly(14)
  2. History Of Eu Countries - What Shall Kids Learn In School?(9)
  3. Learn Russian(7)
  4. Php Simple Login Tutorial(63)
  5. Photoshop -- Double Stroke(2)
  6. Learn The Ways Of Making Money Online(6)
  7. Give Me A Little Space, Please! [denied](3)
  8. You Need To Be Bold To Be Unselfish(2)
  9. Tutorial On How To Compile Your Own Mangos World Of Warcraft Private Server.(2)
  10. Css- Review With Tutorial(2)
  11. How Do I Learn Web Design?(48)
  12. Html Legend(9)
  13. Asian Food Recipes(3)
  14. Php Random Titles(11)
  15. Fruity Loops Tutorials-arpiggeator(0)


 



- Lo-Fi Version Time is now: 28th August 2008 - 11:00 AM