Author |
Topic |
devaskar
Starting Member
31 Posts |
Posted - 24 October 2002 : 12:57:21
|
I'm unable to setup the folder permissions that would allow me to set the folders to read and write. Can anyone help? |
|
|
cignus7
Starting Member
8 Posts |
Posted - 24 October 2002 : 13:08:46
|
I want to use the fresh database in serverhacker's download. Is there anyway to import my topics, replys, posts and users in and leave all my other mod'ed stuff behind? |
|
|
Eric915
Starting Member
31 Posts |
Posted - 24 October 2002 : 16:38:57
|
Anyone get this working with SQL Server? |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 25 October 2002 : 00:23:46
|
quote: Originally posted by Eric915
Anyone get this working with SQL Server?
yes I did, I will be opening my site with it this weekend hopefully. |
|
|
|
Cliff
Average Member
United States
501 Posts |
|
Eric915
Starting Member
31 Posts |
Posted - 25 October 2002 : 12:56:17
|
What' Ctr asked
Pretty please dayve! |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 25 October 2002 : 13:05:50
|
Does anyone else have the problem that (when logged in) the topic.asp pages only loads when all the images have been loaded? This is the only thing that bugs me about this modded forum... |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 25 October 2002 : 22:08:11
|
quote: Originally posted by ctr
Dayve, Will it be possible for a now programmer to get it working with SQL 7 too?
Once you work out the bugs, would you be willing to share your forum code?
not much forum code that I am updating although there is some. the dbs files and the database needed some tweaking with field types. I am more concerned that the upload features fail to work on Netscape and Opera (and yes, this is an issue for me regardless of how many people use IE). if you have your snitz forum running on SQL 7 then you should be able to just run the dbs files and then use the new source code. not much magin here but I will help out wherever I can. I don't expect to be 100% completely finished for some time now. there are things in the code I want to clean up so once I open the doors here soon it will still be a work/fix in progress. |
|
|
|
datagopher
Starting Member
USA
18 Posts |
Posted - 26 October 2002 : 00:51:43
|
What about topic ratings?? Is it there? By the way - WOW!!! |
|
|
jeffery
Junior Member
USA
176 Posts |
Posted - 26 October 2002 : 12:54:04
|
quote: Originally posted by ctr
Dayve, Will it be possible for a now programmer to get it working with SQL 7 too?
Once you work out the bugs, would you be willing to share your forum code?
Ctr,
I've had some success in integrating serverhackers forum with SQL 7. I used the ms access utility upsizing wizard to export the database to a TEMPORARY database on the SQL server. That way I can implement any new addition serverhacker makes by using the SQL enterprise managment utility to copy tables from this temporary SQL database to my forum SQL database. It has been working well for me. The only bug so far is that I've lost the ability to see the tesxt from and post left when I try to edit the post. The only information which shows up is the post header. I'm not a programmer (just a tinkerer) so I haven't tracked down the problem yet. If anyone has any idea on this then I'd be grateful. Otherwise serverhacker and his modded forum is terrific and easily customizable and understandable. Thanks serverhacker! |
www.thomasforum.com |
|
|
Chinners
Starting Member
United Kingdom
42 Posts |
Posted - 27 October 2002 : 17:29:04
|
Just wondering if there is a set procedure to update an existing forum to utilise this - ie, are there certain dbs scripts that should be run before others? I've tried, but to no satisfactory avail yet... |
Wibble, said Zebedee |
|
|
aviv
Junior Member
474 Posts |
Posted - 28 October 2002 : 02:12:25
|
Can some one help with this error? ----------------- The Include file '../inc_func_member.asp' cannot contain '..' to indicate the parent directory. -----------------
i posted in Serverhacker forum but no luck.
|
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 28 October 2002 : 03:27:41
|
you can download the dbs files at serverhackers forum - update your existing forum with these and then replace the files.
quote: Originally posted by Chinners
Just wondering if there is a set procedure to update an existing forum to utilise this - ie, are there certain dbs scripts that should be run before others? I've tried, but to no satisfactory avail yet...
|
|
|
DocEVL
Starting Member
USA
19 Posts |
Posted - 28 October 2002 : 10:45:31
|
quote: Originally posted by wii
Does anyone else have the problem that (when logged in) the topic.asp pages only loads when all the images have been loaded? This is the only thing that bugs me about this modded forum...
In topic.asp right after the following line: <!--#INCLUDE FILE="config.asp"--> add the following: <% Response.Buffer=False %>
That should allow topic.asp to load before everything is loaded. |
-------- This is a time that is not a time, in a place that is not a place. -------- |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 28 October 2002 : 13:45:02
|
hmmm, at config.asp there a line (43) that says:
Response.Buffer = true
if I include your line in topic.asp I get this error:
Error Type: Response object, ASP 0157 (0x80004005) Buffering cannot be turned off once it is already turned on. /forum/topic.asp, line 41
The strange thing about this, is that I have 1 topic that is open for visitors, if I´m not logged in, the topic.asp pages loads perfectly like it should (first page, then all the images). If I login it only loads the topic pages after everything (incl images) has been loaded first. |
Edited by - wii on 28 October 2002 13:49:05 |
|
|
Topic |
|