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/Addon: Chat (1.0 beta)
 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 - 23 December 2000 :  21:24:03  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Demo at http://stimmy.cfm-resources.com/chat/
Download at http://stimmy.cfm-resources.com/chat/ourchat.zip

Credit falls on Hopper and I, as we both put immesurable time into this.

Features:
Admin/Moderator functions (ban/un-ban users)
All forum code that is enabled works
Users must be registered to the forum to chat

Requirements:
Your server must allow the use of global.asa

Install instructions in readme.txt included.

PLEASE READ THE README.TXT, AND THE STUFF BELOW
If you're having trouble with includes, read the additional suggestions in readme.txt
If your having errors such as 'variable is undefined' remove option explicit from the top of that page.

As this is 'beta' - there may be some bugs that need to be worked out.

If chat_setup.asp dosnt work on your server, add the following into your database
FORUM_CHAT
(users varchar (30),
last_id varchar (25),
user_status varchar(20))

Any other problems report them here please.


Da_Stimulator
Stimmy's Forums - Using 3.1 SR3
"We all die someday, but your goin down before I do" - Me

Edited by - da_stimulator on 23 December 2000 21:36:50

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 23 December 2000 :  21:26:45  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Oh yeah, and some changes to inc_functions.asp

If you have the smiles mod change the following:

fString= replace(fString, "<img src="&smile_url&" border=0 align=middle>", "["&smile_code&"]", 1, -1, 1)

To this

fString= replace(fString, "<img src=../"&smile_url&" border=0 align=middle>", "["&smile_code&"]", 1, -1, 1)

AND this

fString = replace(fString, "["&smile_code&"]", "<img src="&smile_url&" border=0 align=middle>")

To this

fString = replace(fString, "["&smile_code&"]", "<img src=../"&smile_url&" border=0 align=middle>")


Similar if you dont have the smiles mod, add a '../' in front of the image url.

Edited by - da_stimulator on 23 December 2000 21:27:29
Go to Top of Page

Indy
Starting Member

17 Posts

Posted - 23 December 2000 :  21:34:53  Show Profile
download URL seems to be broken
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 23 December 2000 :  21:37:29  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
my bad...
http://stimmy.cfm-resources.com/chat/ourchat.zip

<font color=red>Da_Stimulator</font id=red>
Stimmy's Forums - Using 3.1 SR3
"We all die someday, but your goin down before I do" - Me
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 23 December 2000 :  21:51:13  Show Profile  Visit HuwR's Homepage
pretty good stuff

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 23 December 2000 :  22:09:58  Show Profile
Yeah, this is pretty good.
I like. <img src=icon_smile.gif border=0 align=middle>

<center><font color=green>*----*----*----*----*----*----*----*----*
<font size=2>"To Get To Heaven,
It's Who You Know That Counts."</font id=size2>
*----*----*----*----*----*----*----*----*</font id=green></center>
Go to Top of Page

SuTech
Starting Member

USA
23 Posts

Posted - 23 December 2000 :  22:26:22  Show Profile
Cool! Can't wait to play with this. Looks like good ole Conquer Chat. I actually tried to implement that with my forum but since I know hardly anything about playing with databases, I was only able to change the layout and smilies to fit my scheme. heheh <img src=icon_smile.gif border=0 align=middle> This looks real good though.

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 23 December 2000 :  22:31:55  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
It is the old Conquer chat heavily modified

<font color=red>Da_Stimulator</font id=red>
Stimmy's Forums - Using 3.1 SR3
"We all die someday, but your goin down before I do" - Me
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 30 December 2000 :  16:45:30  Show Profile  Visit rick7165's Homepage
Da_Stimulator

Will this mod work with 3.1 SR4?

If so can you post the code?

Thanks
Rick


<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
It is the old Conquer chat heavily modified

<font color=red>Da_Stimulator</font id=red>
Stimmy's Forums - Using 3.1 SR3
"We all die someday, but your goin down before I do" - Me
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>



Edited by - rick7165 on 30 December 2000 16:49:05
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 31 December 2000 :  01:51:21  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Should work with SR4 without being modified at all, as it was made with SR3 and SR4 has only minor annoying stupid little crappy distracting disgrunting bug fixes :)

<font color=red>Da_Stimulator</font id=red>
Stimmy's Forums - Using 3.1 SR3
"We all die someday, but your goin down before I do" - Me
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 31 December 2000 :  03:08:41  Show Profile  Visit rick7165's Homepage
This is the error I get:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

/chat/Default.asp, line 42


I have it setup in in a folder in the root of the web. www.mydomain.com/chat/
I've tried everything to get it to find the files needed in the Forums directory. The forums are in www.mydomain.com/forums.

Any Idea?

Not sure how to make the paths I have this in it now, but have tried everything

<!--#Include file="../inc_functions.asp" -->

my root looks like this:
mydomain.com
forums/
chat/
images/
fpdb/
and so on....



Edited by - rick7165 on 31 December 2000 03:44:41
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 31 December 2000 :  05:37:48  Show Profile  Visit rick7165's Homepage
Ok.. Got it to work.. to a point.. I can login and it says continue.. Then crashes..

http://www.mydomain.com/forums/chat/chat1.asp?mode=userLogin&username=frank

White Page = HTTP 500 Error.

When I do try to login I get the HTTP 500 Error, BUT if I go back and try to login as the same user it brings up this:

You have to enter a username before starting to chat
Join ConquerChat 2.0
username

Current chatusers (max. 15):
admin
rick
joe
john
sue
frank
rikc
terst
jeff
Joe765

So it's checks the users name and password ok.. but just not opening the Chat window. then when trying to get back in it says your already logged in... strange. <img src=icon_smile_sad.gif border=0 align=middle>


Edited by - rick7165 on 31 December 2000 06:02:25

Edited by - rick7165 on 31 December 2000 15:01:15
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 02 January 2001 :  17:38:55  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
well I made it to be a subdirectory of the forums, but if you change all of the <!--#include file="something" --> then it should be fine, make sure you change the path to the included files in default.asp, chat.asp, chat1.asp, window.asp, message.asp, users.asp

Then it should work fine.

<font color=red>Da_Stimulator</font id=red>
Stimmy's Forums - Using 3.1 SR3
"We all die someday, but your goin down before I do" - Me
Go to Top of Page

Hopper
Junior Member

192 Posts

Posted - 02 January 2001 :  18:33:18  Show Profile  Send Hopper an ICQ Message
Not yet it wont.. the smiles wont work because of the pathing problems.

Go to Top of Page

CrAzY
New Member

USA
50 Posts

Posted - 04 January 2001 :  20:01:10  Show Profile  Send CrAzY an AOL message  Send CrAzY an ICQ Message
I'm having similar problems.

I've got the Chat setup in /Forum/Chat/ and I've changed the include files to point to correct sections in /Forum/.

It recognizes that I'm logged in @ Default.asp, but when I click on continue, I get a 500 error. I've searched up and down to see if I screwed up an include file or something but they're all setup correctly.

Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 05 January 2001 :  03:46:00  Show Profile  Visit rick7165's Homepage
I had the same problem CrAzY... I found out that when I entered the fields in the Database I put user instead of users. after fixing my mistake it took right off...

Hope this helps.

Database should look like this under FORUM_CHAT
users
last_id
user_status

Only reason I'm telling you this is because I had someone include the "varchar" in the field.

Thanks
Rick



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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07