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)
 UBB->SNITZ v1.00b
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

HeLD
Starting Member

Switzerland
14 Posts

Posted - 10 September 2000 :  13:36:13  Show Profile  Visit HeLD's Homepage
provided as is. its working with my UBB/Snitz setting. see inside import.asp for more (some :)) infos and change the variables to the proper paths & values.

http://refusion.com/projects/snitzimport.zip

greets,
th
www.refusion.com / www.outnow.ch

VodkaFish
Average Member

USA
654 Posts

Posted - 18 September 2000 :  12:35:23  Show Profile  Send VodkaFish an AOL message  Send VodkaFish an ICQ Message  Send VodkaFish a Yahoo! Message
i'm not expecting a manual <img src=icon_smile.gif border=0 align=middle> but is there any way you could post what it imports, and what it doesn't? maybe what version of snitz you're using. i'm a little paranoid to just run something without knowing anything about it. sorry for my paranoia.

v ø d k â f ï § h
Go to Top of Page

HeLD
Starting Member

Switzerland
14 Posts

Posted - 19 September 2000 :  05:09:04  Show Profile  Visit HeLD's Homepage
it imports:
- the users (doesnt set any security options, though)
- the categories (no security, either)
- the forums (yes, you guessed it: no security)
- the postings (no locks, etc.)

i ran it on 3.1B3. just make a backup of your existing snitz forum db, then let it run. it doesn't delete anything. but you'll need to have full read access to all the UBB files (--> set the db connection string and the ubb locations in the asp file)

thats about it. it may not be completed, not be bug free, but as i said: it worked on my ubb 5.4x forum, so i won't improve it anymore.

Go to Top of Page

VodkaFish
Average Member

USA
654 Posts

Posted - 19 September 2000 :  12:37:09  Show Profile  Send VodkaFish an AOL message  Send VodkaFish an ICQ Message  Send VodkaFish a Yahoo! Message
very cool, i'll try and run it on mine later. if i run into any problems, i'll try and help it out :)

v ø d k â f ï § h
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 29 September 2000 :  22:55:41  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
adding this script to our new addon/etc... area as well...

<center>Reinsnitz (Mike)
http://forum.snitz.com
reinhold@bigfoot.com
<font color=red>><)))'></font id=red>

<font color=green>"For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind."
-- 2 Tim 1:7</font id=green></center>
Go to Top of Page

jglazer
New Member

52 Posts

Posted - 24 October 2000 :  20:00:37  Show Profile  Visit jglazer's Homepage  Send jglazer an ICQ Message
FYI, I've changed the code quite a bit today to support a single connection and corrected a few bugs. Where should I put it so others could get to it? (see posting in general help area).

Jon


Go to Top of Page

DragonBlade
Starting Member

5 Posts

Posted - 01 November 2000 :  10:39:13  Show Profile
The question is this.. should I attempt to run this on my ubb? it just broke the 10,000 post mark. I think i'll try it this weekend (on a copy of the board that is, might be blonde BUT). Any advice??? I want to setup a SQL connection for the db part of the forum and go on from there...

ANY AND ALL ADVICE would be useful on this.



Go to Top of Page

DragonBlade
Starting Member

5 Posts

Posted - 02 November 2000 :  16:16:34  Show Profile
well i tried it on a small board (100 or so posts) and it SEEMED to be going ok but when it finished, the categories were there but there were no members listed, and no threads in any categories. Is this possibly due to a glitch on my part?

Go to Top of Page

bugzy
Junior Member

USA
147 Posts

Posted - 27 November 2000 :  02:10:43  Show Profile  Visit bugzy's Homepage
what do you mean no security ?

what i really wanna do is just import forums
possibly just selective forums

also .. maybe just a single post

is it possible ?

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 November 2000 :  02:21:15  Show Profile
I believe by no security, it means that moderators on your UBB will be just normal users after the import (until you make them moderators).

Also, private forums will be just regular forums (until you make them private on Snitz).

Locked Topics will probably not be locked after the import either.
Go to Top of Page

bugzy
Junior Member

USA
147 Posts

Posted - 27 November 2000 :  23:02:08  Show Profile  Visit bugzy's Homepage
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Start

Server.MapPath() error 'ASP 0214 : 80004005'

Invalid Path parameter

/import.asp, line 310

The Path parameter excedes the maximum length allowed.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

i get this error using the import script :(

help .. please

Go to Top of Page

lancepr
New Member

73 Posts

Posted - 29 November 2000 :  13:46:53  Show Profile
This is the error I get when I am adding my users, user 175 and 1765 have regular usernames, no strange characters.

I have a total of about 6500 useres to import

<pre id=code><font face=courier size=2 id=code>
..........
Added User 174
Added User 175

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near 's'.

/import.asp, line 337

This is line 337
rsRecords.Open sSQL, strConnString, adOpenKeyset, adLockPessimistic
</font id=code></pre id=code>
Any suggestions?

Thanks for what I hope to be an awsome tool!

Lance

Importing to a SQL 7 DB on Win2k Adv from UBB 5.45c


Edited by - lancepr on 29 November 2000 13:50:14
Go to Top of Page

lancepr
New Member

73 Posts

Posted - 29 November 2000 :  20:55:12  Show Profile
I was wrong I had ' in the names, I am working on removing those right now I will update with my results.

Lance

Go to Top of Page

lancepr
New Member

73 Posts

Posted - 30 November 2000 :  15:27:57  Show Profile
Didn't realize how big our bbs has become.

I imported 8752 users and about 50,000 posts

Here are the changes I had to make for it to work for me.

I added this at the begining

<pre id=code><font face=courier size=2 id=code>
Server.ScriptTimeout = 50000

Response.Buffer = False
'We are going to use kill quotes function
FUNCTION KillQuotes(theString)
KillQuotes=Replace(theString,"'","''")
END FUNCTION
</font id=code></pre id=code>

Then replace sUser with KillQuotes(sUser) and I did't import any of the homepage urls, the ~ was giving me problems so I just imported blank data into that field.

Hope this helps some one.

Lance

Go to Top of Page

bugzy
Junior Member

USA
147 Posts

Posted - 03 December 2000 :  14:04:27  Show Profile  Visit bugzy's Homepage
my trouble now is the delimiters

i opened it using Notepad it it shows up one really long line

but when i open it in Wordpad .. it shows up with multiple lines

when i save it in wordpad and then open it up back up in notepad it has multiple lines

thats my problem with the importing the forums ... anyway to change the delimiter the import script uses or is there a fast way to change the .cgi files ?

Go to Top of Page

HeLD
Starting Member

Switzerland
14 Posts

Posted - 03 December 2000 :  15:12:26  Show Profile  Visit HeLD's Homepage
i recommend you UltraEdit 7.xx (www.ultraedit.com) for text editing. it has some handy features. one of them is to convert line delimiters from unix style to windows style and vice versa.

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