View Single Post
Old 08-16-2007, 10:35 PM   #66 (permalink)
Dan.Linehan
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,894
Dan.Linehan is on a distinguished road
Default

It looks like a new topic in SMF modifes the following cells in these tables.

smf_boards > numTopics > +1
smf_boards > numPosts > +1
smf_log_activity > topics > +1
smf_log_activity > posts > +1
smf_log_boards > ID_MSG > +1
smf_log_search_subjects > word > new row for each word of the new thread
smf_log_search_subjects > ID_TOPIC > +1
smf_log_topics > ID_TOPIC > +1
smf_log_topics > ID_MSG > +1
smf_messages > ALMOST EVERY CELL MODIFIED
smf_settings > totalTopics > +1
smf_settings > totalMessages > +1
smf_topics > ID_TOPIC > +1
smf_topics > ID_BOARD > +1
smf_topics > ID_FIRST_MSG > +1
smf_topics > ID_LAST_MSG > +1

So, basically we need to create a php file that can does the same thing (recreates these actions)
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Dan.Linehan is offline   Reply With Quote