Welcome, Guest. Please Login or Register.
April 26, 2025, 09:26:53 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  ADDITIONAL USER PAGES « previous next »
Pages: [1] Reply Ignore Print
Author Topic: ADDITIONAL USER PAGES  (Read 2365 times)
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
ADDITIONAL USER PAGES
« on: December 28, 2002, 12:26:08 AM »
Reply with quote

Sorry about before the file is NOW there.

Inserts additional secure member pages for each memberGroup if wanted easily adjusted in the admin menu also removes all the YaBBSE tags. You make the pages we make the security. This mod allows you to create zones for your member groups. A few bugs but all will be fixed in the next one. Such problems as one memberGroup per zone, but none the less its a great mod which is simple to implement and very secure built into the forums security with my added extra no switching zones security meaning users can't change the link and view the other memberGroups zone pages, still secure on all zone pages if you follow my instructions on links to other zone pages for that memberGroup and securing the pages incase they go the long way round.

DEVELOPED FOR YABBSE V 1.5.0

Problem is Subs.php, English.lng, index.php and Admin.php have been modified so it may remove all other mods but if oyu want to know how to install it without removing any previous mods you have made to those files email me at [email protected]
Heres are the files Click Here To Download

Please Reply or add me to your MSN/ICQ list if you have problems or say whether you like it.

Remember you have to make the the member pages this is just the security.
To link to the zone for each member you just goto

index.php?zone=zonenumber

and to link between pages within a zone you go

index.php?zone=zonenumber&link=/login/zonepage2.php

You start the link part at your websites root directory.
I am currently working on the bugfix for having multiple membergroups with the same zone number and URL this should be sorted in the near future. Also working on a display feature to add a button to the menu for users with an extra zone, if you could tell me where the menu is built from it would be greatly appreaciated as it would speed up the process.
« Last Edit: December 28, 2002, 09:17:08 PM by tdodnz » Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:ADDITIONAL USER PAGES
« Reply #1 on: December 28, 2002, 01:37:10 PM »
Reply with quote

This Mod is great for clan websites and websites where you want to intergrate your members area into the forum securely without having to login seperatly for each, can all be done in one with the next version comming out soon with a bug fix and and option for the new member pages to go to a specified if they use a login on a different page than the one in the forum these pages are able to be set from the admin area for specific groups. Currently it does not support extra pages for addtional membergroups you add this is being worked on so it will be out in the next 2 or so versions.
Logged
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:ADDITIONAL USER PAGES
« Reply #2 on: December 28, 2002, 02:46:03 PM »
Reply with quote

File isn't there... :-\

Talk about a mod that arrives just too late ;D I wanted something similar to this a little while ago, but I had already gotten through it and made my own fix. :-\
Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:ADDITIONAL USER PAGES
« Reply #3 on: December 28, 2002, 09:10:02 PM »
Reply with quote

Well that was just noted thankyou (Spelling Error) but non the less it is there now I have tried downloading the file and it downloads fine so I suggest you test it out as it is very easily used I am creating a package for it at the moment if you wish to wait around to try that.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.0] ADDITIONAL USER PAGES
« Reply #4 on: December 28, 2002, 09:17:34 PM »
Reply with quote

Yes, that would be nice..... I've other mods installed and I'm not about to replace everything with these files.

My understanding of this (an example board would be great) is that it creates like... supercategories that are restricted to certain membergroups... is that right?

-[Unknown]
Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:ADDITIONAL USER PAGES
« Reply #5 on: December 28, 2002, 09:41:20 PM »
Reply with quote

Yes that is so ;D
You make tha page and insert the following script at the top before the <html> or any other PHP you might have.

if ($url == false OR $zone == false OR $zonegroup == false OR $usergroup == false OR $admingroup == false) {

header ('Location: http://www.yoursite.com/forum/index.php');
exit;
}
to send users to these pages first you have to enable the system in the forum settings which can be done from admin.
The you insert a zone number as such into the Edit Zone Members page in the admin options menu located below Edit Member Groups, there you specify the zone number and the address for it to go to. The address will be as such .
/login/zone1/zone.phpit starts at your websites root directory as security is implemented via includes and checking to see if variables exist and so on, security revision being done for next version.
Yes you have to put the link on a page or modify the forum to have a button im doing so currently for the next version.

But to send a user to a zone you have to put in their zone number as you set for their membergroup another one being revised. I didn't release it as a Beta because its not its fully functional just not as advanced.

so link to the zone is
index.php?zone=zonenumthey are only able to goto their zone number if the one in browser is changed it is like calling a different zone so they are rejected.

to link between pages in a zone use this format

index.php?zone=zonenum&link=/zones/zone1/page2.php
once again starting at your default directory.
I recommend wait for version 1.1 which should be out within a week or so major userbility (you included) and security/bug fixes.

Ahh yes and the example goto my Clan site and sign up i will give you access using the zones system to my members area to show you what i mean Click Here to go to my site. Send me an email or IM in the forum when youv'e created your account name in my forum is CrazyKiller.

I hope this post answers all your Questions, if not post again.

Well Heres the link to the YaBB pak server
http://www.cnd.net.nz/Zones to
« Last Edit: December 29, 2002, 11:30:06 AM by tdodnz » Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:ADDITIONAL USER PAGES
« Reply #6 on: December 30, 2002, 06:58:36 AM »
Reply with quote

Guys trist me test this zones thing out if your trying to add additional member pages with security it makes life so much easier. just adding a few lines and doing some stuff in the admin area for setting the pages/zone number
Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:ADDITIONAL USER PAGES
« Reply #7 on: December 30, 2002, 10:15:46 AM »
Reply with quote

can you post the this mod in boardmod format??
Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:ADDITIONAL USER PAGES
« Reply #8 on: December 31, 2002, 11:18:35 AM »
Reply with quote

I don't know the boardmod format give me a bit and i will   ;)
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  ADDITIONAL USER PAGES « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.026 seconds with 18 queries.