Author |
Topic |
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 21 October 2002 : 16:32:30
|
Have you got some clean install files? |
De Priofundus Calmo Ad Te Damine |
|
|
Huntress
New Member
USA
96 Posts |
Posted - 21 October 2002 : 17:49:57
|
Not sure if you are asking me that or not, but I got my version here (went back and looked for the source of my zip file):
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=63
And other than the previous mentioned change concerning private forums, I've only other modifications had to do with making the layouts match that of serverhacker.com portal. |
There are 10 kinds of people, those that understand binary, and those that don't. |
|
|
padawan
Junior Member
200 Posts |
Posted - 22 October 2002 : 04:01:59
|
sir @TOMIC:
On formatting... what would be a good way for us to display code-embedded on texts or images without showing the codes assosiated with them? For example If I were to post a text that's been bolded or an image that's been linked, the post will look similar to this:
For a knowledgeable member, this wouldn't be a problem. For someone who's not accustomed to seeing codes, such as the example, they'd think that there's something wrong with their posts and report them as a 'bug.'
'just thought I bring this up, before someone else do.
- padawan
|
"...be mindful of the SnitzForce..." |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 22 October 2002 : 04:28:45
|
Check the "Safe Mode" setting. This is the one that formats text in such and such a fashion. Some are safer than others but your text will end up like that.
@tomic |
SportsBettingAcumen.com |
|
|
JimmyHack
Starting Member
5 Posts |
Posted - 22 October 2002 : 09:02:09
|
What would be causing this error?
Microsoft VBScript compilation error '800a03f2'
Expected identifier
/aramarkprojects/MW/forum/sitenews.asp, line 44
sub DisplayContent(1,34,2,1,0,5,150,0,0,0,1,0,"Ohio News",100%,"article.asp") -------------------^
Thanks, js |
|
|
padawan
Junior Member
200 Posts |
Posted - 22 October 2002 : 09:48:05
|
quote: Originally posted by @tomic
Check the "Safe Mode" setting. This is the one that formats text in such and such a fashion. Some are safer than others but your text will end up like that.
@tomic
I'm probably gonna get hit with a big "DUH" with this question...
But for the life of me, I can't seem to locate the "Safe Mode" you've just mentioned... Not in the Admins Options, nor in the Edit Forum/Topic section, nor in the Posting form section. Can you just point it out real quick?
- padawan |
"...be mindful of the SnitzForce..." |
|
|
padawan
Junior Member
200 Posts |
Posted - 22 October 2002 : 09:55:00
|
quote: Originally posted by padawan
quote: Originally posted by @tomic
Check the "Safe Mode" setting. This is the one that formats text in such and such a fashion. Some are safer than others but your text will end up like that.
@tomic
I'm probably gonna get hit with a big "DUH" with this question...
But for the life of me, I can't seem to locate the "Safe Mode" you've just mentioned... Not in the Admins Options, nor in the Edit Forum/Topic section, nor in the Posting form section. Can you just point it out real quick?
- padawan
DUHH!!! I remember now!!! SAFE MODE is one of the parameters in the 'Displaycontent,' an include in my sitenews.asp.
|
"...be mindful of the SnitzForce..." |
|
|
al_iguana
Junior Member
138 Posts |
Posted - 22 October 2002 : 19:01:28
|
Mr Padawan,
my turn to ask you something... could you email me your *working* content.asp and your sitenews.asp? please? since you've already done this mod and all..... thanks! |
----
Don't Dream It ~ Be It http://www.peppermintiguana.co.uk/cymrugothic/ |
|
|
Jeepaholic
Average Member
USA
697 Posts |
Posted - 22 October 2002 : 19:43:04
|
quote: Originally posted by Rusty_yellowjeep
I tried to get rid of the header as it is not needed for my front page and I get the following error:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/4x4talk/content.asp, line 122
Is there an easy fix ?
Thanks again
Hi there. Was this ever resolved? I didn't find it in the thread anywhere. I've got the exact same problem, whereas I do not want the header to be displayed. I've included every file from inc_header.asp and default.asp, but to no avail. Same error message.
The includes I have thus far are: <!--#INCLUDE VIRTUAL="v34/config.asp"--> <!--#INCLUDE VIRTUAL="v34/inc_func_common.asp" --> <!--#INCLUDE VIRTUAL="v34/inc_func_secure.asp" --> <!--#INCLUDE VIRTUAL="v34/inc_sha256.asp"--> <!--#INCLUDE VIRTUAL="v34/inc_func_member.asp" --> <!--#INCLUDE VIRTUAL="v34/inc_moderation.asp" --> <!--#INCLUDE VIRTUAL="v34/inc_subscription.asp" --> <!--#INCLUDE VIRTUAL="v34/content.asp" --> <!--#INCLUDE VIRTUAL="v34/inc_contentdisplay.asp" -->
Thoughts? Sorry if I missed the fix somewhere... |
Al Bsharah Aholics.com
Jeepaholics Anonymous Broncoholics Anonymous Network Insight
|
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 22 October 2002 : 19:48:46
|
My line 122 is a blank space between lines. You are using the most recent version of this MOD aren't you? Is this the ORDER BY issue? I'm sorry but I haven't had a chance to do anything on this MOD for a few weeks and this is one of several bugs. My least favorite bug right now is the way the recordset produces duplicates but this one is bad, too. I will look into it as soon as I can.
@tomic |
SportsBettingAcumen.com |
|
|
Jeepaholic
Average Member
USA
697 Posts |
Posted - 22 October 2002 : 21:08:01
|
Sorry...the line number is in fact inaccurate. I just downloaded the code so it should be recent. This is the line in error: rs.open strSql, my_Conn, 3, adLockReadOnly, adCmdText
You recommended this in another post, but it did not work: rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText |
Al Bsharah Aholics.com
Jeepaholics Anonymous Broncoholics Anonymous Network Insight
|
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 22 October 2002 : 21:38:53
|
You know I do remember this one and the funny thing is I had to alter this line so it could work on my server. Then, I had to do something else to get it to work on a different server... I'll look through the different versions and see what I can come up with.
The recordset having a duplicate really is an annoying issue as well. This only happens on a couple of display modes both of which I never use myself except for testing but i see some people out there using it. I'm surprised no one's mentioned that bug....
@tomic |
SportsBettingAcumen.com |
|
|
JimmyHack
Starting Member
5 Posts |
Posted - 22 October 2002 : 23:24:04
|
@atomic, Just wanted to say thanks for the outstanding MOD. I attached it to a serverhack version and it works great. Still fiddling with format. This is my first MOD and wasn't as painful as I thought it would be. Check it out: http://www.jimmyhack.com/aramarkprojects/mw/forum/sitenews.asp Thanks again, JimmyHack |
|
|
padawan
Junior Member
200 Posts |
Posted - 23 October 2002 : 00:43:45
|
quote: Originally posted by al_iguana
Mr Padawan,
my turn to ask you something... could you email me your *working* content.asp and your sitenews.asp? please? since you've already done this mod and all..... thanks!
Here you go, mr. iguana...
Content.asp
Sitenews.asp
I'll email them to you as well just in case you have problems opening them up.
regards,
-Padawan
|
"...be mindful of the SnitzForce..." |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 23 October 2002 : 02:38:46
|
Rusty and Jeepaholic:
OK, here is how I have it working on one site: rs.open strSql, my_Conn, 3, adLockReadOnly, adCmdText
Here's how it works on another. Give this a shot and lets hope it cures everyone's ills. rs.open strSql, my_Conn, 3
@tomic |
SportsBettingAcumen.com |
|
|
Topic |
|