Author |
Topic |
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 23 December 2000 : 21:24:03
|
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
|
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 |
|
|
Indy
Starting Member
17 Posts |
Posted - 23 December 2000 : 21:34:53
|
download URL seems to be broken |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 23 December 2000 : 21:51:13
|
pretty good stuff
<font color=blue>'Resistance is futile'</font id=blue> |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 23 December 2000 : 22:09:58
|
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> |
|
|
SuTech
Starting Member
USA
23 Posts |
Posted - 23 December 2000 : 22:26:22
|
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.
|
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 30 December 2000 : 16:45:30
|
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 |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 31 December 2000 : 01:51:21
|
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 |
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 31 December 2000 : 03:08:41
|
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 |
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 31 December 2000 : 05:37:48
|
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 |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 02 January 2001 : 17:38:55
|
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 |
|
|
Hopper
Junior Member
192 Posts |
Posted - 02 January 2001 : 18:33:18
|
Not yet it wont.. the smiles wont work because of the pathing problems.
|
|
|
CrAzY
New Member
USA
50 Posts |
Posted - 04 January 2001 : 20:01:10
|
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.
|
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 05 January 2001 : 03:46:00
|
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
|
|
|
Topic |
|