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)
 Guestbook 3.3.7 (Security Fix: Nov 30 2001)
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 25 October 2001 :  01:42:48  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Download and Demo url's changed

Author: me
Demo: http://ttnetworks.121hosts.net/yap/guestbook.asp
Support: here
Download: http://freeaspcode.net/snitz/details.asp?id=44
Install: Readme.txt included in download
Uprgrade: Readme.txt included in download
Features: Readme.txt included in download

New Stuff/Updates
-Email functionality (auto-email signee a thank you letter, auto-email admin every signature, customizable messages)
-Display update (now uses forum icons and constitutes a 'snitzy' feel
-18 bugfixes (yep I counted them...)

SECURITY FIX NOV 30...
If you downloaded this guestbook before Nov 30; I strongly encourage you to re-download the zip file from the url above, and replace admin_guestbook.asp with the updated version from the file. There are no database changes and I will not go into more details.

Minor enhancements in 3.3.7
Some minor display enhancements and stuff...

Edited by - da_stimulator on 30 November 2001 17:14:54

aston
New Member

Andorra
51 Posts

Posted - 25 October 2001 :  06:05:18  Show Profile
After setup the new tables,when I run the guestbook.asp file ,I got this erro

this line:strGuestbookWelcome = optionrs("G_MESSAGE")

Are you sure this lin is:3


G_MESSAGE#memo#NOT NULL#

memo?

I use SQL 7


______________________

Fly me to the Moon
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 25 October 2001 :  07:03:04  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
The script should re-name it depending on what Server....

Stand by :P I'll get back to ya with a solution.

----------------
Da_Stimulator
Need a Mod?
My Snitz Test Center
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 25 October 2001 :  07:08:48  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Ok:

Open up dbs_guestbook.asp and change the following:

Wherever it says 'memo' replace with 'text' and save

Remove the tables the script has already created, and then re-run the setup. (zip file updated with modifications)

----------------
Da_Stimulator
Need a Mod?
My Snitz Test Center
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 25 October 2001 :  10:06:28  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Update: Before you couldnt enable a optional field, this bug has been fixed. If you downloaded the guestbook before this post date, please re-download and replace admin_guestbook.asp from the one in the zip.

----------------
Da_Stimulator
Need a Mod?
My Snitz Test Center
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 26 October 2001 :  01:15:30  Show Profile  Visit rick7165's Homepage

GB Upgrade from 3.0 or later to 3.3.5

Adding Column G_V1_REQ...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_V1_REQ int NOT NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_V2_REQ...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_V2_REQ int NOT NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_V3_REQ...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_V3_REQ int NOT NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_PAGECOUNT...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_PAGECOUNT int NOT NULL DEFAULT 10
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_T_MAIL...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_T_MAIL int NOT NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_W_MAIL...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_W_MAIL int NOT NULL DEFAULT 0
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_T_AUTHOR...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_T_AUTHOR text (150) NOT NULL DEFAULT 'ADMIN'
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_T_REPLYTO...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_T_REPLYTO text (150) NOT NULL DEFAULT 'webmaster@snitz.com'
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.
Adding Column G_T_MESSAGE...
ALTER TABLE FORUM_GB_OPTIONS ADD COLUMN G_T_MESSAGE memo NOT NULL DEFAULT 'Thank you for signing my Guestbook'
-2147217900 | [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'COLUMN'.

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



Test Site:
http://www.eastpasco.com running on Huw's Code 3.3.09 SQL 2000
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 26 October 2001 :  01:19:37  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
If your using huwrs forum I recommend not using this mod, as he already has a version of it installed and I honestly dont know what/if any modifications he made to fit into his forum...

----------------
Da_Stimulator
Need a Mod?
My Snitz Test Center
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 26 October 2001 :  08:28:25  Show Profile  Visit rick7165's Homepage
Yes I am, but this shouldn't have a issue with the setup dbs file with all those errors.

Test Site:
http://www.eastpasco.com running on Huw's Code 3.3.09 SQL 2000
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 26 October 2001 :  10:03:30  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
Great MOD!

I was wondering if there's a way to change the 'Sub subgpaging()' function in guestbook.asp to remove the underline and bold the page number that is displayed?

e.g.
Let's say your on page 2, it would look like this:

Pages: 1 | 2 | 3 |

Thank you in advance

Sylvain Amyot
FORUM:http://syltek.dingojunction.com/forum
HOME:http://members.home.net/sylvainamyot/
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 26 October 2001 :  10:15:10  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Sure, here is the modified Sub


Sub subgpaging()
p_rec = 1
response.write("<tr><td bgcolor=""" & strForumCellColor & """>" & strTempFont & "Pages: " & vbcrlf)
Do until p_rec = strGTotalPages + 1
if p_rec = ipage then
response.write("<b>" & p_rec & "</b> | ")
else
response.write("<a href=""guestbook.asp?page=" & p_rec & """ title=""Page " & p_rec & "&sortby=" & request.querystring("sortby") & """>" & p_rec & "</a> | ")
end if
p_rec = p_rec + 1
Loop
response.write("</font></td></tr>" & vbcrlf)
End Sub


---------------
Da_Stimulator has spoken
Ongoing Project that uses Snitz forums as a backbone for entire website
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 26 October 2001 :  10:21:03  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Rick, I'm not sure what to tell you, I will see if I can get ahold of Huwr and maybe he knows whats going on.

---------------
Da_Stimulator has spoken
Ongoing Project that uses Snitz forums as a backbone for entire website
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 26 October 2001 :  10:35:01  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
quote:

Sure, here is the modified Sub


Sub subgpaging()
p_rec = 1
response.write("<tr><td bgcolor=""" & strForumCellColor & """>" & strTempFont & "Pages: " & vbcrlf)
Do until p_rec = strGTotalPages + 1
if p_rec = ipage then
response.write("<b>" & p_rec & "</b> | ")
else
response.write("<a href=""guestbook.asp?page=" & p_rec & """ title=""Page " & p_rec & "&sortby=" & request.querystring("sortby") & """>" & p_rec & "</a> | ")
end if
p_rec = p_rec + 1
Loop
response.write("</font></td></tr>" & vbcrlf)
End Sub


---------------
Da_Stimulator has spoken
Ongoing Project that uses Snitz forums as a backbone for entire website



You're a Genious, thanks!

Sylvain Amyot
FORUM:http://support.mytechsupport.ca
HOME:http://mytechsupport.ca
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 29 October 2001 :  16:47:47  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
quote:

quote:

Sure, here is the modified Sub


Sub subgpaging()
p_rec = 1
response.write("<tr><td bgcolor=""" & strForumCellColor & """>" & strTempFont & "Pages: " & vbcrlf)
Do until p_rec = strGTotalPages + 1
if p_rec = ipage then
response.write("<b>" & p_rec & "</b> | ")
else
response.write("<a href=""guestbook.asp?page=" & p_rec & """ title=""Page " & p_rec & "&sortby=" & request.querystring("sortby") & """>" & p_rec & "</a> | ")
end if
p_rec = p_rec + 1
Loop
response.write("</font></td></tr>" & vbcrlf)
End Sub


---------------
Da_Stimulator has spoken
Ongoing Project that uses Snitz forums as a backbone for entire website



You're a Genious, thanks!

Sylvain Amyot
FORUM:http://support.mytechsupport.ca
HOME:http://mytechsupport.ca




Your welcome :)

Note: Minor bug fix regarding the form in admin_guestbook.asp - Zip updated, thats the only file that needs replacement

---------------
Da_Stimulator has spoken
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 30 October 2001 :  03:27:06  Show Profile
Hey Stim, first of all, congratulations on your 1500 posts

Is this guestbook mod an upgrade or can it be installed without any previous or other guestbook mod already there?

One more thing... on http://www.stormwhispers.com/ss/ there are some links to a Free Script, a Premium Script and the Smile Manager & Guestbook mods for Snitz. However, when I go to the free scripts page I get a message that that page is "under development" as is the page for the premium scripts. When I click on the links for those scripts I either get a similar page or I get a 404 error page. Only the StimList link seems to work although there's no link to it on the Premium Scripts page.

Just thought I'd let you know

Roland


http://www.frutzle.com
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 30 October 2001 :  08:22:41  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
Just wondering if this is only happening to my guestbook or not. If someone enters an ICQ number, the icon appears but the link doesn't work, no pop-up. See http://syltek.dingojunction.com/forum/guestbook.asp
I am not sure if it's the same for Yahoo! Messenger.

Does anybody have a fix?

Sylvain Amyot
FORUM:http://support.mytechsupport.ca
HOME:http://mytechsupport.ca
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 30 October 2001 :  11:00:13  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
frutzle, the entire site is under construction :) thats one of my projects, along with stimlist... thats my main project for the time being. Some links may not work, thats because I'm still working on it. The links to snitz stuff dont work yet, but if you got to http://stormwhispers.com/ss/snitz.asp download links are available.

samyot, you dont have email enabled on your forum :)

---------------
Da_Stimulator has spoken
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07