php forum
php mysql forum
php mysql smarty
 
Topic Options
#215180 - 04/20/02 03:12 AM MySQL database fields...
Priest Offline
Lurker

Registered: 04/09/02
Posts: 2
Hi <br /> <br />First thing I want to do is integrate the forusm so we can post a "latest posts" list on the general site. But we use ASP there. <br /> <br />Can anyone tell me which fields, in which tables, PHP quesries to get the latest posts? Useful fields would be those defining the latest-post-date in a thread, as well as the thread topic, board name (since there are several boards). <br /> <br />Bascially this is what I want: <br /> <br />1. Post a list of the ten latest posts on the entire forum, using ASP, and post the thread names and fourms they are from. <br /> <br />2. Post such a list, but board-specific, ie the ten latest posts from a board. <br /> <br />Thanks! <br />James

Top
#215181 - 04/20/02 07:30 AM Re: MySQL database fields... [Re: jody]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Posts are stored in w3t_Posts. I have never worked with ASP pages but in one of my php scripts I use these fields to basicly do what you are wanting to do: <br />B_Number,B_Posted,B_Last_Post,B_Username,B_Subject,B_Body,B_Main,B_Replies,B_Board,B_File,B_Poll,B_Status <br /> <br />The forum name is not stored in this table but the forum's keyword is. You will have to pull the forum's title from w3t_Boards in the field Bo_Title <br /> <br />You may want to take a look at the ubbtnews.php script located in your "addons" directory. This should help []/forum/images/icons/smile.gif[/]
_________________________
~Dave
ChattersOnline.com

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks