Page Index Toggle Pages: 1 ... 7 8 [9] 10  Send TopicPrint
Very Hot Topic (More than 25 Replies) YABB IRC Chat 2! Yes, it's here! (Read 37743 times)
louisle
God Member
*****
Offline


With a little bit of love
everything goes better

Posts: 1124
Location: Muenchen
Joined: Apr 9th, 2003
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #120 - Dec 13th, 2003 at 2:36am
Print Post  
hello Shoeb Omar,

great mod ! it is so fast and easy to install and works so well and with so many functions .. really great. Thumbs Upsup:

please could you answer some questions for me :

- i have problem if i choose the mod as POPUP - then my board disappear completely and a white screen come up, if i save that option in admin canter... maybe a bug ?

- how could i register my OWN chatroom ?

- is it possible to create privat chatrooms which need password to access ?

thank you very much.

greetings
louisle
  

I LIKE SAUSAGE FINGERS:2thumbsup::2thumbsup::2thumbsup::2thumbsup::2thumbsup:
Back to top
IP Logged
 
louisle
God Member
*****
Offline


With a little bit of love
everything goes better

Posts: 1124
Location: Muenchen
Joined: Apr 9th, 2003
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #121 - Dec 21st, 2003 at 9:14am
Print Post  
found a incompatibility with another mod , please take a look here http://www.boardmod.org/yabb/YaBB.pl?board=new_mods_beta;action=display;num=1072...

thank you .

greetings
louisle
« Last Edit: Aug 16th, 2004 at 8:30am by louisle »  

I LIKE SAUSAGE FINGERS:2thumbsup::2thumbsup::2thumbsup::2thumbsup::2thumbsup:
Back to top
IP Logged
 
batchman
Global Moderator
*****
Offline


What's up?!

Posts: 1280
Location: Orlando
Joined: Apr 28th, 2002
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #122 - Dec 21st, 2003 at 10:29am
Print Post  
I'm not absolutely sure, but I don't think anybody actually maintains this mod, anymore. Still, it'd be nice if an expert tracked this down and fixed it.
  

Improving my forum, one mod at a time!


Now up and running again, with an accurate link.


Back to top
WWW  
IP Logged
 
louisle
God Member
*****
Offline


With a little bit of love
everything goes better

Posts: 1124
Location: Muenchen
Joined: Apr 9th, 2003
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #123 - Dec 23rd, 2003 at 12:57am
Print Post  
@batchman:
got it fixed, take a look at the link in my former post ...
  

I LIKE SAUSAGE FINGERS:2thumbsup::2thumbsup::2thumbsup::2thumbsup::2thumbsup:
Back to top
IP Logged
 
batchman
Global Moderator
*****
Offline


What's up?!

Posts: 1280
Location: Orlando
Joined: Apr 28th, 2002
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #124 - Dec 23rd, 2003 at 1:21am
Print Post  
Yes, I've seen! Great work.

But it would still be nice if they would update this file! (What can I say, I just like having files updated!)
  

Improving my forum, one mod at a time!


Now up and running again, with an accurate link.


Back to top
WWW  
IP Logged
 
louisle
God Member
*****
Offline


With a little bit of love
everything goes better

Posts: 1124
Location: Muenchen
Joined: Apr 9th, 2003
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #125 - Dec 23rd, 2003 at 3:43am
Print Post  
me too .. hope shoeb omar comes back soon ...  Wink
  

I LIKE SAUSAGE FINGERS:2thumbsup::2thumbsup::2thumbsup::2thumbsup::2thumbsup:
Back to top
IP Logged
 
multikon
Full Member
***
Offline


Hakuna Matata

Posts: 240
Joined: May 14th, 2003
Re: YABB IRC Chat 2! Yes, it's here!
Reply #126 - Dec 29th, 2003 at 3:26am
Print Post  
Hi Hackers

I'm need following Code in Template for working popup !

Code
Select All
<script>
function chatwin(FileName,WindowName)
{
Location=No,Status=No,Width=660,Height=550,ScreenX=0,ScreenY=0,Top=0,Left=0"
	newWindow=open(FileName,WindowName,WindowFeature);
	if (newWindow.opener == null) { newWindow.opener = self; }
	if (newWindow.focus) { newWindow.focus(); }
}
</script>
 



greetings
  

beware ... yabb goes wbb ^^
Back to top
ICQ  
IP Logged
 
jj jeff
Guest


Re: YABB IRC Chat 2! Yes, it's here!
Reply #127 - Jan 1st, 2004 at 3:28pm
Print Post  
i csn't find this line

<search for>
     elsif ($action eq 'clean_log') { require "$sourcedir/Admin.pl"; &clean_log; }
</search for>

in my Yabb.pl
#!C:\Perl\bin\perl.exe
use CGI::Carp qw(fatalsToBrowser);

###############################################################################
# YaBB.pl                                                                     #
###############################################################################
# YaBB: Yet another Bulletin Board                                            #
# Open-Source Community Software for Webmasters                               #
# Version:        YaBB 1 Gold - SP 1.3.1                                      #
# Released:       December 2001; Updated April 18, 2003                       #
# Distributed by: http://www.yabbforum.com                                    #
# =========================================================================== #
# Copyright (c) 2000-2003 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by: The YaBB Development Team                                      #
#              with assistance from the YaBB community.                       #
# Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com            #
###############################################################################

### Version Info ###
$YaBBversion = '1 Gold - SP 1.3.1';
$YaBBplver = '1 Gold - SP 1.3.1';

if( $ENV{'SERVER_SOFTWARE'} =~ /IIS/ ) {
     $yyIIS = 1;
     $0 =~ m~(.*)(\\|/)~;
     $yypath = $1;
     $yypath =~ s~\\~/~g;
     chdir($yypath);
     push(@INC,$yypath);
}

### Requirements and Errors ###
require "Settings.pl";
require "$language";
require "$sourcedir/Subs.pl";
require "$sourcedir/Load.pl";
require "$sourcedir/Security.pl";

# Those who write software only for pay should go hurt some other field.
# - Erik Naggum

&LoadCookie;            # Load the user's cookie (or set to guest)
&LoadUserSettings;      # Load user settings
&banning;            # Check for banned people
&WriteLog;            # Write to the log
&LoadIMs;            # Load IM's
if($currentboard ne "") { &LoadBoard; }            # Load board information

$SIG{__WARN__} = sub { &fatal_error( @_ ); };
eval { &yymain; };
if ($@) { &fatal_error("Untrapped Error:<BR>$@"); }

sub yymain {
#### Choose what to do based on the form action ####
if ($maintenance == 1 && $action eq 'login2') { require "$sourcedir/LogInOut.pl"; &Login2; }
if ($maintenance == 1 && $settings[7] ne 'Administrator') { require "$sourcedir/Maintenance.pl"; &InMaintenance; }
### Guest can do the very few following actions.
if($username eq 'Guest' && $guestaccess == 0) {
     if(!(($action eq 'login') || ($action eq 'login2') || ($action eq 'register') || ($action eq 'register2') || ($action eq 'reminder') || ($action eq 'reminder2'))) { &KickGuest; }
}

if ($action ne "") {
     require "$sourcedir/SubList.pl";
     if ($director{$action}) {
           @act = split(/&/,$director{$action});
           $aa = $act[1];
           require "$sourcedir/$act[0]"; &$aa;
     } else { require "$sourcedir/BoardIndex.pl"; &BoardIndex; }
}
elsif($currentboard eq "") { require "$sourcedir/BoardIndex.pl"; &BoardIndex; }
else { require "$sourcedir/MessageIndex.pl"; &MessageIndex; }

exit;
} ???
  
Back to top
 
IP Logged
 
Omniverse
Full Member
***
Offline


The only real HOLE!!!

Posts: 116
Location: Des Moines
Joined: Jun 25th, 2004
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #128 - Jul 9th, 2004 at 11:52am
Print Post  
Bummer this thread is out of date... the who on chat mod that was made in an earlier post doesnt like the whos on mod, anyone have a fix?

As for the poster before me, if you read thru the posts you will find your answer.. was about changin that to SubList.pl for 1.3, and was another edit, cant think of it now...
  Shocked

NM, i fixed it  Tongue
« Last Edit: Jul 12th, 2004 at 1:41pm by Omniverse »  

The only real HOLE!!!
Back to top
WWW  
IP Logged
 
TSC
Ex Member


Re: YABB IRC Chat 2! Yes, it's here!
Reply #129 - Jul 12th, 2004 at 7:36pm
Print Post  
I get this message: "!!! Couldn't resolve server address irc.hobbygab.net." I'm using eIRC. what can I do?
  
Back to top
 
IP Logged
 
Romplayer
Full Member
***
Offline


Do you know the Muffin
Man?

Posts: 216
Location: Augsburg
Joined: Oct 22nd, 2003
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #130 - Jul 12th, 2004 at 8:54pm
Print Post  
Well this IRC server seems not to exist (or it is offline).
You have to change it then in the source code of one of the files.
  
Back to top
WWWICQ  
IP Logged
 
TSC
Ex Member


Re: YABB IRC Chat 2! Yes, it's here!
Reply #131 - Jul 13th, 2004 at 1:30am
Print Post  
into what  Undecided
  
Back to top
 
IP Logged
 
Gnaah
Guest


Re: YABB IRC Chat 2! Yes, it's here!
Reply #132 - Jul 13th, 2004 at 3:34am
Print Post  
I'm trying to install this on SP 1.3.1. I fixed the step with YaBB.cgi but I keep getting this:

Step 1 ... ok

Step 2 ... ok

Step 3 ... ok

Step 4 ... ok

Step 5 ... ok

Step 6 ... ok

Step 7 ... ok

Step 8 ... ok

Step 9 ... ok

Step 10 ... ok

Step 11 ... failed - ERR(1): Search string could not be found

Step 12 ... ok



> modifications failed! 1 errors occured. No files will be modified. Please see readme for help on the
error messages.


Any ideas? Smiley
  
Back to top
 
IP Logged
 
Romplayer
Full Member
***
Offline


Do you know the Muffin
Man?

Posts: 216
Location: Augsburg
Joined: Oct 22nd, 2003
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #133 - Jul 15th, 2004 at 8:09pm
Print Post  
Quote:
into what  Undecided


Into another IRC server.
Don't you know the basics of IRC?
  
Back to top
WWWICQ  
IP Logged
 
caliman
God Member
*****
Offline


Swanky

Posts: 1220
Location: Pt. Richmond
Joined: Mar 20th, 2002
Gender: Male
Re: YABB IRC Chat 2! Yes, it's here!
Reply #134 - Aug 16th, 2004 at 6:28am
Print Post  
Louis, did you ever get this to work with gzip?  Undecided
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 ... 7 8 [9] 10 
Send TopicPrint