PDA

View Full Version : Halflife2.net's news system script(s)


eediot
15-10-2003, 01:12 PM
Does halflife2.net use a pre-made, generic script for its news-system that's intergrated into the forums? I've seen this sort of style happen a bit around, and since I'm lazy, with limited knowledge of php, I figured I could find a publically available install script or something that would let me intergrate forum posts into news posts, etc etc.

I'm just looking for information really... is it a publically available script that you got somewhere? Does it have a name? Did your webmaster make it himself?

Thanks.

azz0r
15-10-2003, 01:16 PM
Its an add on to vB...its simple really, just fetches a specific forums data from the DB and then just echos it...wouldnt be hard todo if you had a VB forum...

SELECT * FROM DBNAME.vB_threads WHERE forum_name = "Announcements"

I would continue, but Ive got to research UTM O_o

The UTM grid is of interest to anyone using a GPS receiver because most models offer UTM as a coordinate system option. UTM coordinates simply measure in meters east and north from two perpendicular reference baselines.

eediot
15-10-2003, 01:44 PM
edit: Damnit, apparently it costs money. Screw it then :)

SpaNsK
19-10-2003, 07:25 PM
eediot, I think that what you need to do is make than when the news thing creates a new entry, it also does it for the forum databases in a certain forum "news". Or smt like that... it's matter of playing with Forums databases. Also, the comments, are just plain forum post, so you just query the forum database.

That's the way I think it's done, independently from add ons or paid forum systems. You can do that with many forums, but you've got to struggle a little with it :)

Mmw
19-10-2003, 08:06 PM
Lo there its a customised script but its very easy to do :)
Best having a look at the following sites and playing around with the various scripts mate. Best way your learn.
Depending on what forum software your using go to http://www.vbulletin.org for vBulletin
or http://www.phpbb.com or http://www.phpbbhacks.comfor phpbb

Newtware
23-10-2003, 04:22 AM
http://www.invisionboard.com/ is the best. PHPBB is weak and Vbulletin is a mess.