Does anybody know if there is or can create a hack that let people create their own board on my server.
Printable View
Does anybody know if there is or can create a hack that let people create their own board on my server.
I think if you explain a little bit more then maybe some one will be able to help you, but by looking at you last message it is a bit difficult to understand what you are talking about.
I want to do like this site
http://www.ezboard.com
anybody(visitors) can creat manage his fourm(board) and manage.
Can I enable my site visitore creat his fourm by himself .via code or hack or any script .or another program.
You would have to eather buy the forum program or write your own. I'm writing a forum, using ASP and IIS (it's not done yet):
VBGarage
Im working on a forum too. Im just having problems with my HUGE sql statements.
The best forum I have yet found (aside from vBulletin) is free, uses PHP and MySQL and can be found at:
http://titan.spaceports.com/~typus/tforum
Serge, I went to your VBGarage Site. pretty impressed with the forum u made. something really interested me, though. Can you be kind enough to show me the code that you have used to search your Vb Forums. i mean the code for the file 'SearchResults.asp' . I'm really desperate.
Thankx,
I need to buy any board, program or hack that enable my site's visitor creat and mange his Fourm(board).
Please,Tell me If you know a company which sell any program that work with this feature.
The whole forum is stored in SQL Server database, so to find anything in there would require a simple Select statement. So it is a simple database operation.