Author |
Topic  |
Gizmo3
Junior Member
 
130 Posts |
Posted - 24 February 2006 : 22:25:16
|
I have installed Snitzchat 4.4. It works fine but.
I have two forums on my site and the chat requires a glabal.asa file.
HWat is happening is the chat on forum 1 and forum two are trying to use the same global.asa file. This means that the kids forum chat pages are showing up in the adult forum and vise versa. I am wondering if any one knows how I can redirect the kids forum to use a seperate global.asa file of it own.
Thanks
|
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
Edited by - OneWayMule on 03 October 2006 08:37:52 |
|
baabaashep
New Member

United Kingdom
84 Posts |
Posted - 25 February 2006 : 13:26:40
|
Hi ...sorry to jump in but where did you get this MOD as i have been looking for it
Pete |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
Gizmo3
Junior Member
 
130 Posts |
Posted - 25 February 2006 : 14:11:33
|
Yes that is the add to get it from |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
 |
|
KC
Junior Member
 
USA
152 Posts |
Posted - 25 September 2006 : 13:47:51
|
ConquerChat is pretty lame. Been there, tried that. ASP ChatNow is much better, and I've modded it to bypass the login BS and just pop open with one click with the forums member name, it shares with my other sites, lists who's in chat regardless of site they entered from, etc.

You can check it out at http://vales.com/elite or /evo2, or /mtm2 The /elite site is my new computer help site which many of you computer nerds like me might find pretty cool ;-}
ASP ChatNow is not free per-say, he'd like a donation to DL it (I threw like $20 his way), but you can DL it for free. If you want my SNitz mods, just ask in the forum on my Elite Computers site.
|
Owner of vales.com and Elite Computers. |
Edited by - KC on 25 September 2006 13:48:38 |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
KC
Junior Member
 
USA
152 Posts |
Posted - 26 September 2006 : 16:22:47
|
quote: Originally posted by Podge
Very nice. Do you have a demo account setup so we can test it?
Not a demo, the real thing. This topic has the mod file DL and instructions. http://vales.com/elite/topic.asp?TOPIC_ID=205 You don't even need to register to get it, but you do to try it because it works on Member Name.
It's really pretty easy. Just 3 or 4 minor mods, the chat itself is stand alone and needs no server installed mods, no gloabal.asp mods, not even any sntitz DB mods.
Is it the best? Well, for me it is, and I've tried them all. I have total access to anything I want to change on my private server so I tried even the really "heavy duty" ones and this little guy, even with it's couple of little flaws, does it for me.
In short, all I did was tweak the chat to not allow outside sign-in, made it pop up open and close with no hassle, and take the member name variable the little include file you put in your inc_header file sends to start chat send your member name.
It's not rocket science and even a novice should have it all up and running in 20 min.
I would have just linked the .zip file on my server to here, but I have my server set via ISAPI/ReWrite to deny any and all .zip file downloads from my server if you didn't request them from a link on my page. I had no choice on that, I run gaming sites with tons of add-on files I have to limit by a daily download count and people were just stealing them with direct URL DL's.
ANyway, enjoy guys, and tweak away on it.
|
Owner of vales.com and Elite Computers. |
Edited by - KC on 26 September 2006 16:29:42 |
 |
|
TonyB7
Junior Member
 
USA
267 Posts |
Posted - 27 September 2006 : 23:38:16
|
At first I thought anything has to be better than the flaky Conquerchat, but having read your 'known issues' I'm not so sure. If anyone actually tries this you should take it to a new topic, because a lot of us are disappointed with CC.
|
 |
|
Etymon
Advanced Member
    
United States
2392 Posts |
Posted - 28 September 2006 : 13:38:10
|
Looks really nice so far, KC. Thank you for the code. I'll try to post back again about it later.
Etymon
|
 |
|
Simko
Starting Member
25 Posts |
Posted - 01 October 2006 : 04:00:07
|
KC could you reupload your KCsChatNowMod1.0.zip? Its not working for download. Thanks in advance. |
 |
|
Pull My Finger
Starting Member
43 Posts |
Posted - 02 October 2006 : 14:19:10
|
STRIKE-OUT! This created another bug! 
This is what I done for the problem of members still showing up in the chat on forum page when they truly not in the chat. Since the changes I made seem to work there was no need for me to add the reset icon link.
As you know most people in the chat wont click the logout link and they just close the chat window instead. Even though when I tested this and clicked the log-out link my member name was stil showing up as still log-in on forums page at times.
This is what I done, might not be the right way, but it work for me! Also Please read "Side Note" at the end of this post
Changes to: chatroom.asp
First Change (for logout link)- Replace and add the part in red
<script> <!-- Hide from older browsers...
var blnSoundOff = false;
//toggle the smilies box function toggleEmo(objDiv) { var objBox = document.getElementById(objDiv);
if (objBox.style.display == "none") objBox.style.display = ""; else objBox.style.display = "none";
}
function logOut() { window.location="default.asp?reset=True"; } // --> </script>
Second Change (For those people "who don't use the logout link" and just close the chat window instead
Find this (around line 47)....... <body bgcolor="#6E6E6E" style="margin: 0px;">
Replace with this (tied into the the above logout link function change)...... The part in red is what was added <body bgcolor="#6E6E6E" style="margin: 0px;" onUnload="logOut();">
Side Note: Now there is a minor bug with my change's......... For example. I leave the chat and 4 members are still in chat. The forum page will say [Nobody in chat] because of the chat reset when I left chat. But when a member/s goes to another forum page you will see whos still in chat. The main thing with this change is nobody will showup in chat room on forum pages when they truly not
|
Edited by - Pull My Finger on 15 October 2006 03:16:43 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
OBmoderator
New Member

98 Posts |
Posted - 07 October 2006 : 07:59:47
|
HELP OK I managed to rid myself of conquer chat (finally) Now I've got ASP Chat all up and running as a stand alone. I'd like to have it integrated with my forum so it shows as a pop up window and also when my members chick chat the bypass the login screen.
One last thing would be to mod it out so is will show who's in chat on my main forum page. Thanks in advance for any help Mike |
Edited by - OBmoderator on 07 October 2006 10:30:10 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Topic  |
|