Connecting Tech Pros Worldwide Forums | Help | Site Map

extract information from vbulletin forum

Newbie
 
Join Date: Feb 2009
Posts: 23
#1: Jun 26 '09
hi
how can i extract information(Threads text, date, write)and other information from vbulletin forum?
tnx

Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,949
#2: Jun 26 '09

re: extract information from vbulletin forum


Quote:

Originally Posted by ghasembaghi View Post

hi
how can i extract information(Threads text, date, write)and other information from vbulletin forum?
tnx

Get an understanding of how the source-html is laid out. Then you can use something like DOM to extract the data.

When you have a more specific question, we can help you further.
Newbie
 
Join Date: Feb 2009
Posts: 23
#3: Jun 26 '09

re: extract information from vbulletin forum


dom or com?
http://uk.php.net/com
http://uk.php.net/dom
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,949
#4: Jun 26 '09

re: extract information from vbulletin forum


Quote:

Originally Posted by ghasembaghi View Post

dom or com?
http://uk.php.net/com
http://uk.php.net/dom

My bad - DOM.

*embarrased*
Reply