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)
 MOD: Guestbook v3.4 (Snitz v3.4)
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 12 September 2004 :  13:37:43  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Thanks for the bug fixes, Image.
Will post an update ASAP.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

finsklapphundkl
Starting Member

47 Posts

Posted - 13 September 2004 :  08:40:00  Show Profile  Visit finsklapphundkl's Homepage
Is there any hope for me OWM?

Some additional information:
Under "Admin Options" there is a link "Check installation"
Further:
"Create the database tables.
(shouldn't be needed for this database!)"
When I follow "Create the....." this window shows up:

--------------------------------------------------------
Installation of forum-tables in the database.

Database Type: MySQL

To install the tables in the database you need to create the empty database on the server first. Then you have to provide a username and password of a user that has table creation/modification rights at the database you use. This might not be the same user as you use in your connectionstring !

Name:
Password:

Forum Admin UserName/Password:

Here you will choose the Forum Admin UserName & Password that will be entered into the database for the Forum Admin. The password should be something that you can remember, but not something easily guessed by anyone else. Size limit is 25 characters.

Username:
Password:
Password Again:


------------------------------------------

Is this the reason to my problems?

Rune

Edited by - finsklapphundkl on 13 September 2004 08:46:41
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 22 September 2004 :  16:49:14  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
quote:
Originally posted by Image
And Big Bug With Edit and Delete onclick icon

I dont have these bug on my version


OneWayMule did you fix this Bug?

if not(fixed or found) then

Replace in Admin Guestbook
if Session(strCookieURL & "Approval") <> "15916941253" then
	scriptname = split(request.servervariables("SCRIPT_NAME"),"/")
	Response.Redirect "admin_login.asp?target=" & scriptname(ubound(scriptname))
end if

With
if Session(strCookieURL & "Approval") <> "15916941253" then
	scriptname = split(request.servervariables("SCRIPT_NAME"),"/")
	strQS = Request.QueryString
	Response.Redirect "admin_login.asp?target=" & Server.URLEncode(scriptname(ubound(scriptname)) & "?" & strQS)
end if


else

line 550 Replace
			"		     Enabled: <input type=""checkbox"" name=""field1e"" value=""1"" " & chkCheckBox("1",strGBField1E,true) & ">" & vbNewLine & _
			"		     Required: <input type=""checkbox"" name=""field1r"" value=""1"" " & chkCheckBox("1",strGBField2Req,true) & ">" & vbNewLine & _

With
			"		     Enabled: <input type=""checkbox"" name=""field1e"" value=""1"" " & chkCheckBox("1",strGBField1E,true) & ">" & vbNewLine & _
			"		     Required: <input type=""checkbox"" name=""field1r"" value=""1"" " & chkCheckBox("1",strGBField1Req,true) & ">" & vbNewLine & _

end if
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 09 October 2004 :  02:56:35  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
zip file updated with the bug fixes, thank you Image.

Everyone please re-download and replace your guestbook.asp and admin_guestbook.asp files with the fixed ones from the zip.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 14 October 2004 :  20:26:10  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
You're welcome.
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 18 October 2004 :  14:01:30  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Just curious whether or not this is based off of my code...

-Stim
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 18 October 2004 :  19:03:41  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
It's an upgrade of your MOD for Snitz v3.4.
It has the same functionality and uses the same database tables, but the code has been rewritten.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 18 October 2004 :  19:14:28  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Cool... just wonderin if it was completely different, havnt had a chance to set up my own new snitz yet, all my old stuff got lost.

-Stim
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous 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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07