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/O Code)
 Ned help to made this Dbs script
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

serritzlev
Junior Member

Denmark
291 Posts

Posted - 20 October 2003 :  16:21:56  Show Profile  Visit serritzlev's Homepage
Hi i ned help to make this dbs script here.
I have download random_quotes on maxwebportal and start to convert this to snitz v 3.4 and have rewrite this to my images forum there use css.

Step 4. (DB changes)
- open the DB
- create a new table with these 3 columns:
Name: ID - Type: Counter (set it as primary key)
Name: Q_BODY - Type: Memo
Name: Q_AUTHOR - Type: Text
Name: Q_SENTBY - Type: Text
Name: Q_PENDING - Type: Numeric

Save this table with the name QUOTES

I have make this in acces but this is not the way to upload to my webhotel this works great on my test fora on IIS but have still fault in delite quote else works.


Edited by - serritzlev on 25 October 2003 10:52:26

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 20 October 2003 :  17:19:53  Show Profile  Visit HuwR's Homepage
create quote table
[CREATE]
QUOTES
ID
Q_BODY#memo##
Q_AUTHOR#varchar (100)##
Q_SENTBY#varchar (100)##
Q_PENDING#int##
[END]

copy ALL the above and save it to a file called dbsSOMETHING.asp
it will however create a table called FORUM_QUOTES (or whatever your forumprefix is) not just called QUOTES
Go to Top of Page

serritzlev
Junior Member

Denmark
291 Posts

Posted - 20 October 2003 :  17:50:50  Show Profile  Visit serritzlev's Homepage
Thanks HuwR but Image have sent this script that works perfect but thanks again.

Random Quotes
[CREATE]
QUOTES
ID
Q_BODY#MEMO##
Q_AUTHOR#VARCHAR(100)#NULL#
Q_SENTBY#VARCHAR(100)#NULL#
Q_PENDING#INT#NULL#
[END]

This mod are now in test on my forums.


Edited by - serritzlev on 25 October 2003 03:30:38
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07