Author |
Topic |
serverhacker
Junior Member
USA
125 Posts |
Posted - 26 September 2002 : 04:33:42
|
I'm working on them now
|
|
|
Mercy
New Member
Denmark
90 Posts |
Posted - 26 September 2002 : 12:06:26
|
quote: Originally posted by al_iguana
mercy
to change the colour on the drop-down, you need to edit resources/custom.asp
you can use your database, just make sure you add the mods you don't already have installed. see posts elsewhere in this thread.
Ok got the colors changed, gg, all working fine BUT when i add the the path to my DB of the old forum i get this :/
Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ACTIVE_USERS'. Make sure it exists and that its name is spelled correctly.
/newforum/site code/forum/inc_func_common.asp, line 62
The old forum is clean, no mods, nothing, just a pure snitz forum, why ?, anyone ? |
Edited by - Mercy on 26 September 2002 12:24:17 |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 26 September 2002 : 12:24:53
|
If you are running serverhackers modded forum, you have to run the DBS files (See the first post in this topic). |
|
|
Mercy
New Member
Denmark
90 Posts |
Posted - 26 September 2002 : 12:41:17
|
So i upload the DBS files into the odl forums path and run them one by one ?
Btw which link ?, the one in the first post isnt working, anyone put em up or got another link for me ? |
|
|
CJones
Starting Member
35 Posts |
Posted - 26 September 2002 : 13:41:51
|
Mercy, after you have pointed to the old db... you need to download the DBS files from the first post in this thread and extract them to your main forum folder of the new forum, run all the dbs files one by one from admin. This will insert some new tables into the db. That should clear up your errors. |
Edited by - CJones on 26 September 2002 13:43:03 |
|
|
Mercy
New Member
Denmark
90 Posts |
Posted - 26 September 2002 : 13:45:22
|
quote: Originally posted by CJones
Mercy, after you have pointed to the old db... you need to download the DBS files from the first post in this thread and extract them to your main forum folder of the new forum, run all the dbs files one by one from admin. This will insert some new tables into the db. That should clear up your errors.
Ok super, but the dbs link still dont work :/, thx anyway m8 i appriciate |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 26 September 2002 : 14:25:13
|
serverhackers site appears to be down at the moment. |
|
|
Mercy
New Member
Denmark
90 Posts |
Posted - 26 September 2002 : 15:17:53
|
Any one else got them or can put them up so i can DL them ? please |
|
|
serverhacker
Junior Member
USA
125 Posts |
Posted - 26 September 2002 : 15:31:22
|
Sorry, Every one
My server is back up now, I have been having troble with my isp but its fixed now
|
|
|
Yodabutt1
Starting Member
32 Posts |
Posted - 26 September 2002 : 15:41:41
|
WOW!! Therion93...I just checked your site! I LOVE the navigation you've setup. That is EXACTLY what I want to do on my site. I just did a test site last night with my Snitz database. Have some issues to workout, but you're already where I'm heading. How did you do it? Will you share the info?? I have just barely looked at the ServerHacker code as I've been waiting for the fixes. I assume the left side where you put the Navigation was an include for it instead of the newsfeed include. How are you doing the other menus in the main "frame"? Sorry to get somewhat off topic. We can take this to e-mail if necessary...I suspect there's others who'd appreciate the info too though. Impressive work! (Just like ServerHacker's!) Thanks! |
|
|
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
|
CJones
Starting Member
35 Posts |
Posted - 26 September 2002 : 16:49:31
|
Any new MODs installed Serverhacker?? |
|
|
al_iguana
Junior Member
138 Posts |
Posted - 26 September 2002 : 17:02:51
|
Yoda, its easy. you just change the bit in sitenews.asp where it says inc newsfeed.asp and instead put your links in. i've done it on my site too (see below)
i assume that to "include each page in the frame" all he has done is make copies of sitenews.asp (renaming them about.asp etc) and then just changed the content. easy enough, although i'm looking into ways to add seperate pages by just including inc_top.asp in each page.
Serv, looking forwards to the new additions, particularly the calender if you manage to install it.
still working on the alternative newsfeeds. it would take 2 minutes in PHP, but unfortunately ASP makes it that much harder.... |
----
Don't Dream It ~ Be It http://www.peppermintiguana.co.uk/cymrugothic/ |
|
|
Braham
Starting Member
5 Posts |
Posted - 26 September 2002 : 18:12:43
|
quote: Originally posted by al_iguana still working on the alternative newsfeeds. it would take 2 minutes in PHP, but unfortunately ASP makes it that much harder....
after doing a little looking at that second link you posted, i realized the methods that call the rss feed (rss and rdf are two parts of the same spec) are very similar. I personally dont know of another rss feed at the moment, and the rdf file I was planning on using doesnt appear to be working right now.
If you know of another rss or rdf feed that isnt hosted my moreover.com, post a link and i'll see what i can come up with.
<edit> this same method i think would work for most any web file... i'm having thoughts of doing this with shoutcast info as well...</edit>
--Braham |
Edited by - Braham on 26 September 2002 18:16:10 |
|
|
al_iguana
Junior Member
138 Posts |
|
Topic |
|