Click here to Skip to main content
15,910,130 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using C#.

i have a list of forum (http://www.forum1.com, http://www.forum2.com ..)

now, How to check the type of forum , is VBB forum or phpBB forum or xenForo forum.....
base on what to be checked..

thanks for help!
Posted
Comments
BillWoodruff 28-Jan-15 23:35pm    
You do realize that to do this dynamically you are going to have to get the html content of a page (probably the home page) from each site and then analyze it ?
thuandung 29-Jan-15 2:37am    
i try this, but the many page of the same type such as VBB, but the HTML code is different.i find difference in Head tag.
Sinisa Hajnal 29-Jan-15 2:56am    
Thats how you do it. Find the elements specific to the type you're searching for and ignore the rest. But I don't think you can find what is behind HTML page, just as it is hard to know if something is HTML/jQuery, HTML/MVC or HTML/PHP.
thuandung 29-Jan-15 3:02am    
i have to do what? help!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900