Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) BoardPass V1.8/1.9 for YaBB 2.2.2/2.2.3 (Read 23715 times)
gman
Junior Member
**
Offline


The Mod Mangler <HeLp_mE>

Posts: 79
Location: Altered States
Joined: Aug 24th, 2007
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #15 - Jan 8th, 2008 at 8:28pm
Print Post  
This is an awesome mod to be able to password protect specific boards.

It installed right away and is working great!

Thanks for the efforts!
  

Unfortunately, prior to my birth, Missouri had not outlawed inbreeding.
Back to top
WWWYIM  
IP Logged
 
BlueMax
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 25
Joined: Jan 1st, 2003
Re: BoardPass V1.5 for YaBB 2.2
Reply #16 - Jan 16th, 2008 at 8:42am
Print Post  
Small bug discovered - or a setting I missed.

I installed the BoardPass MOD, went on with very little trouble and it works great.

But if you are also running the RSS feeds, the posts in the locked forum is displayed to everyone.

Unless I missed a setting, I think this is a bug.

Thanks for all your hard work!

Max
  
Back to top
 
IP Logged
 
helix09
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Joined: Nov 30th, 2007
Re: BoardPass V1.5 for YaBB 2.2
Reply #17 - Jan 17th, 2008 at 1:57pm
Print Post  
Hi

This is a really interesting mod. I tried to install it on my YaBB2.2 forum (using BoardMod) then uploaded the files in ASCII and Binary as the instructions said but when I tried to access my forum I got

"500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator ..blah blah... have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "


I got this message whenn AdminIndex.pl was run (also YABB.pl) so alas I had to uninstall the mod and reinstall AdminIndex/Yabb.pl - the forum works as far as I can make out now but I am unsure whether I'll get more errors when accessing all the features.

Any help/advice regarding this installation issue as I am sure something I did must be wrong but I can't see what?

nick
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #18 - Jan 17th, 2008 at 9:00pm
Print Post  
BlueMax wrote on Jan 16th, 2008 at 8:42am:
Small bug discovered - or a setting I missed.

I installed the BoardPass MOD, went on with very little trouble and it works great.

But if you are also running the RSS feeds, the posts in the locked forum is displayed to everyone.

Unless I missed a setting, I think this is a bug.

Thanks for all your hard work!

Max


Hi
thnx for Bugreport. Confirmed and edit this File. (thnx for MF-B for Code.

RSS.pl

<search for>
Code
Select All
	### Security check ###
	if (&AccessCheck($currentboard, '', $boardperms) ne 'granted') { &RSS_error('no_access'); }
	if ($annboard eq $board && !$iamadmin && !$iamgmod) { &RSS_error('no_access'); } 


</search for>

<add after>
Code
Select All
	if (${$uid.$currentboard}{'brdpasswr'}){
			my $cookiename = "$cookiepassword$currentboard$username";
			my $crypass = ${$uid.$currentboard}{'brdpassw'};
			if (!$iamadmin && !$iamgmod && !$iammod && $yyCookies{$cookiename} ne $crypass) { &RSS_error('no_access'); }
	} 


</add after>

<search for>
Code
Select All
			my $access = &AccessCheck($curboard, '', $boardperms);
			if (!$iamadmin && $access ne 'granted') { next; } 


</search for>

<add after>
Code
Select All
			if (${$uid.$curboard}{'brdpasswr'}){
				my $cookiename = "$cookiepassword$curboard$username";
				my $crypass = ${$uid.$curboard}{'brdpassw'};
				if (!$iamadmin && !$iamgmod && !$iammod && $yyCookies{$cookiename} ne $crypass) { next; }
			} 


</add after>

NOTE: This Fix will in next BoardPass Version if YaBB 2.2.1 released. Because Most of user have Bugfixes installed and is not more Compatible with current modfile. Just edit this file until next Version is updated.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
smith21
Full Member
***
Offline


I love YaBB 2.1

Posts: 130
Location: North East Of Eangland
Joined: Feb 19th, 2006
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #19 - Jan 19th, 2008 at 12:57am
Print Post  
Got these errors when using BoardMod program using YabB2.2 with latest bug fixes « Last Edit: Jan 17th, 2008, 5:56pm by Captain John » this is the latest bug fixes I have

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

Step 7 ... ok

Step 8 ... failed - ERR(12): The line to search for is not complete. Maybe some spaces are missing
in front of it.
  


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


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #20 - Jan 19th, 2008 at 9:36am
Print Post  
Hi smith21
I know. I had tell this in last post.  Grin I no release it, because every bugfix is changed.  Tongue If I update every day and BoardPass is on Version V100.0
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
eepks
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Joined: Sep 3rd, 2007
Re: BoardPass V1.5 for YaBB 2.2
Reply #21 - Jan 20th, 2008 at 2:31am
Print Post  
Will this work with 2.1?

Thanks

Eric
  
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #22 - Jan 20th, 2008 at 9:42am
Print Post  
Hi
haha
what do you think in this Board Section?  Tongue What about this Topic Name?  Tongue

http://www.boardmod.org/yabb/YaBB.pl?board=newsy2;action=display;num=1167986536
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
smith21
Full Member
***
Offline


I love YaBB 2.1

Posts: 130
Location: North East Of Eangland
Joined: Feb 19th, 2006
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #23 - Jan 20th, 2008 at 12:52pm
Print Post  
Quote:
Hi smith21
I know. I had tell this in last post.  Grin I no release it, because every bugfix is changed.  Tongue If I update every day and BoardPass is on Version V100.0


Thanks fro the reply Jet Li

These errors I get when using the the BoardMod Program and the RSS.pl does not get modified??

Error

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

Step 7 ... ok

Step 8 ... failed - ERR(12): The line to search for is not complete. Maybe some spaces are missing 
in front of it.
  


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


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #24 - Jan 20th, 2008 at 1:19pm
Print Post  
Quote:
NOTE: This Fix will in next BoardPass Version if YaBB 2.2.1 released. Because Most of user have Bugfixes installed and is not more Compatible with current modfile. Just edit this file until next Version is updated.
  Grin

RSS.pl will be included in Modfile in next Version.
About Subs.pl Error MF-B need see what need or no need code.

This will say i no want update cvs version.  Wink Just patience with this.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
smith21
Full Member
***
Offline


I love YaBB 2.1

Posts: 130
Location: North East Of Eangland
Joined: Feb 19th, 2006
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #25 - Jan 20th, 2008 at 1:32pm
Print Post  
More information on errors:-

When trying to edit Languages\English\Admin.lng get error Step6 failed - ERR(1): Search string could not be found

When trying to edit Languages\English\Main.lng get error Step8 failed - ERR(12): The line to search for is not complete. Maybe some spaces are missing
in front of it.

Hope that helps??
  


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


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #26 - Jan 20th, 2008 at 1:35pm
Print Post  
i say again, you use CVS Version.  Tongue
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
smith21
Full Member
***
Offline


I love YaBB 2.1

Posts: 130
Location: North East Of Eangland
Joined: Feb 19th, 2006
Gender: Male
Re: BoardPass V1.5 for YaBB 2.2
Reply #27 - Jan 20th, 2008 at 1:54pm
Print Post  
Quote:
i say again, you use CVS Version.  Tongue


Sorry I understand now what you are saying
  


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


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: BoardPass V1.6 for YaBB 2.2/2.2.1
Reply #28 - Mar 5th, 2008 at 1:31am
Print Post  
Hi
This mod is updated for YaBB 2.2.1 Release *5th March 2008*
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
smith21
Full Member
***
Offline


I love YaBB 2.1

Posts: 130
Location: North East Of Eangland
Joined: Feb 19th, 2006
Gender: Male
Re: BoardPass V1.6 for YaBB 2.2/2.2.1
Reply #29 - Mar 5th, 2008 at 5:17pm
Print Post  
Thanks for the Info Jet Li
  


Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint