
Originally Posted by
candyman4444
Thats an interesting idea, but i don't think it wise. It'll cause too much dependency on sql. I might have understood you wrong, so mind clearing it out?
TitanMS is currently using an XML database, created by Koolk. This recriers me to do alot of work to update that database all the time...
By changing to WZ XML database, i will use the same database as OdinMS = Leech their database!, no more database work to do! yay :D

Originally Posted by
XxOsirisxX
Yay post++
EDIT SO I GET ON TOPIC AND GET NO INFRAGTION:
Nice Job. :D
lolz..., you didnt need the last part anyways
Code:
int post = getCurrentPostCount();
printf("My post counts is currently at %d\n", post");
post++;
setCurrentPostCount(post);
printf("After this post, my post count is at%d\n", post);