Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Slash MOD ver 2.00
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 12

Bo Schafers
Starting Member

Australia
2 Posts

Posted - 13 January 2001 :  08:41:23  Show Profile  Visit Bo Schafers's Homepage
quote:

Replace with this one :

mLev = cint(ChkUser2(Request.Cookies(strUniqueID & "User")("Name"), Request.Cookies(strUniqueID & "User")("Pword")))



Pulling my hair out here. I really need the functionality of this mod but am stuck. I'm using RS4, and have changed the suggested line. I also tried commenting out the strCookieURL line as Davio suggested but am still getting a blank page :(

What could I be doing wrong????

Bo



Go to Top of Page

Bo Schafers
Starting Member

Australia
2 Posts

Posted - 13 January 2001 :  18:45:57  Show Profile  Visit Bo Schafers's Homepage
quote:

What could I be doing wrong????


Sorry folks, my mistake. Needed to close old the session. The mod_admin page worked fine with the edited cookie code when I logged on as Admin later. Great mod! THANKS!
Bo

Go to Top of Page

DewyattStanfield
Starting Member

49 Posts

Posted - 15 January 2001 :  05:08:34  Show Profile
Is there an easy way to make this show the last x posts from a category and not the forum as a whole? Might be a nice feature.

Go to Top of Page

Bob
New Member

USA
79 Posts

Posted - 18 January 2001 :  17:56:44  Show Profile  Visit Bob's Homepage
Any final version of this yet.
I tried setting up the current one and am getting this error.

Microsoft JET Database Engine error '80040e14'

The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.

/forum/slash.asp, line 56


Bob Smith
www.zooweb.com
http://www.imageworks.net/fp2000/forum/default.asp
Go to Top of Page

Bob
New Member

USA
79 Posts

Posted - 19 January 2001 :  12:23:15  Show Profile  Visit Bob's Homepage
Never mind, got it to work. The database was not updating because there was nothing in the FORUM_MODS for it to update.

Bob Smith
www.zooweb.com
http://www.imageworks.net/fp2000/forum/default.asp
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 21 January 2001 :  09:16:13  Show Profile
I have just copied all the files to /mods directory in my forum directory. Later, I have clicked on the go link in the Mod Com., I have encountered a white page, titled as "bla bla... by Animedj". In the kod ther are some java script works but I dont seen anything on the page. Please Help Me.

Thanks in Advance

Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 22 January 2001 :  10:24:53  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
Was very hesitant to install this seeing so much discussion and problems but I took the leap today and it works great - had to fix the cookie issue and then I played with the HTML to display the info on my main page so it matched the font and look of my site.

Works great. Looks good in IE but I am getting all bold on the bottom part (stats) in Netscape.

Anyone want to have a look for me and give me some feedback?

I appreciate and thanks in advance.



Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com
http://AnotherWin95.com/forum
http://AnotherWin95.com/cowboys/
Go to Top of Page

JeffB
Starting Member

1 Posts

Posted - 24 January 2001 :  16:25:41  Show Profile
I am also getting a blank white page after installing this mod. I unzip the files in the "mods" folder. I then use modCMDR to setup the mod, but when I click "Go" I get a blank page. Does anyone know why this is happening? Thank you.

Go to Top of Page

ajy
New Member

USA
55 Posts

Posted - 05 February 2001 :  17:20:04  Show Profile  Visit ajy's Homepage  Send ajy an ICQ Message
I have installed the mod and when I goto slash_admin.asp it shows the page where I select the number of posts and the characters, but when I update them it doesnt show up in the slash.asp at the bottom of that slash_admin.asp page.

It never asked me to update my database so I dont know if that is not working.

I am running the new Huwr Snitz Modification.

I appreciate anyones help. thanks

ajy
http://www.ajy.net/
Go to Top of Page

ajy
New Member

USA
55 Posts

Posted - 05 February 2001 :  17:23:44  Show Profile  Visit ajy's Homepage  Send ajy an ICQ Message
Never mind I fix my problem..



ajy
http://www.ajy.net/
Go to Top of Page

ajy
New Member

USA
55 Posts

Posted - 06 February 2001 :  12:52:09  Show Profile  Visit ajy's Homepage  Send ajy an ICQ Message
Me again.

well I got the slash mod working on a duplicate of my forum located on another server but now when I take the files over to my main forum I get a blank page.

I setup the fields by hand in the Database and it worked fine on the other server.

Does anyone know why I get a blank page on the other server. The page is blank because it doesnt run anything between the first <center> and the last </center></body></html>

I ran a check to see my DB path in the page and that ran fine and showed the correct path.

Any ideas??

ajy
http://www.ajy.net/
Go to Top of Page

ajy
New Member

USA
55 Posts

Posted - 06 February 2001 :  12:59:00  Show Profile  Visit ajy's Homepage  Send ajy an ICQ Message
quote:

ShaneB, I got that same problem. It's a cookie problem. Open slash_admin.asp. Near to the top, uncomment these lines in green like I did in the following:
Dim slMessage
'strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/mods/"))
action = request.querystring("action")
set my_Conn = Server.CreateObject("ADODB.Connection")
my_Conn.Open strConnString
'mLev = cint(ChkUser2(Request.Cookies(strCookieURL & "User")("Name"), Request.Cookies(strCookieURL & "User")("Pword")))
Then add this line after you did the above:
mLev = cint(ChkUser2(Request.Cookies(strUniqueID & "User")("Name"), Request.Cookies(strUniqueID & "User")("Pword")))
Then try accessing the slash_admin.asp again and see if that doesn't fix it.

*----*----*----*----*----*----*----*----*
"To Get To Heaven,
It's Who You Know That Counts."

*----*----*----*----*----*----*----*----*




This fixed my problem. The thread got long and confusing so I didnt see this fix until now.



ajy
http://www.ajy.net/
Go to Top of Page

ajy
New Member

USA
55 Posts

Posted - 07 February 2001 :  19:33:34  Show Profile  Visit ajy's Homepage  Send ajy an ICQ Message
quote:

Hello everybody.. well.. evehawk.. you can do the following.. first get the number of your FORUMID for the forum that you don't to show and then in the strSQL stament do the following :

strSQL = "SELECT TOP " & slPosts & " FORUM_TOPICS.TOPIC_ID, " & _
...
"WHERE FORUM_FORUM.F_PRIVATEFORUMS = 0 AND " & _
"FORUM_TOPICS.FORUM_ID = FORUM_FORUM.FORUM_ID AND " & _
"FORUM_TOPICS.T_AUTHOR = FORUM_MEMBERS.MEMBER_ID AND " & _ 'this line changes
"FORUM_FORUM.FORUM_ID <> [your forum id]" 'new line added

and frankie.. can you do this.. before this line..

set objRec = my_Conn.Execute(strSql)

add this line :

response.write "strSQL = " & strSQL

and post it here..because it seems that there is a problem with you sql stament




---
Johann Reyes
http://animedj.com



When I tried this I get no posts from any forum.

Did I do something wrong?

thanks


ajy
http://www.ajy.net/
Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 24 February 2001 :  16:29:52  Show Profile  Visit tomasalsbro's Homepage
quote:

New version of the Slash add-on. Basically added and admin interface and started to use a new table FORUM_MODS, for future mods to use as well. *note : this mod uses mod commander.

d/l : http://animedj.com/hacks/slash.zip

So now bugs and fixes are welcome ^^;;

----
Johann Reyes
http://animedj.com



Edited by - animedj on 29 October 2000 01:51:39



Hi, I wonder where I can find the latest update of this slash mod?
Tomas

Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 24 February 2001 :  17:20:27  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
I was looking for that too :) was actualy going to include an inc_slash.asp in the source if I can get a good working version

Reinsnitz (Mike)
><)))'>
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page
Page: of 12 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07