GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 23-May-2004, 02:05
WebMember WebMember is offline
New Member
 
Join Date: May 2004
Posts: 1
WebMember is on a distinguished road
Exclamation

Need a MEMBERS ONLY AREA for my business site. Please help! Thanks.


Hello everybody,

I have been researching a project for my web design company. I have been trying to find a way to accomplish my goals, but to be honest, I have not found any scripts that meet my needs. If you do not mind, please read what I want to accomplish...this topic may even help answer other people's questions as well, because I am sure many of you are looking for the same thing.

Here are my goals:

1) On my business website, I want a "Client Area" just for clients. The area would include special articles, updates, and other such things just for my clients.

2) However, I want each client to have their own page that is dedicated to the current website design project that I am working on for them. Therefore, when they login as "Billy" for instance, they are redirected to their own page that displays the status of "Billy's Website." The page that they are redirected to can be manually created by me with my web design program and it will include a picture of their web design, a progress report, etc.

3) It doesn't have to be automated, I just want the client to be able to login and have access to his own page as well as the other pages too.

4) So here is the final result:
-The client "Billy" would login at www.mysite.com
-He would then be redirected to www.mysite.com
-He would also have access to www.mysite.com which would be linked from www.mysite.com

This seems like a straighforward thing to do and I am sure it is common among website businesses...does anyone know where I can find a script that would enable me to do this? Your help would be GREATLY appreciated!

Thanks,
WebMember
  #2  
Old 23-May-2004, 02:27
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,060
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
Welcome to GIDForums™ WebMember. Try this link and see if it has the script your looking for. Let me know if this helped.
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #3  
Old 23-May-2004, 02:57
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,234
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all
Quote:
Originally Posted by WebMember
Hello everybody,

I have been researching a project for my web design company. I have been trying to find a way to accomplish my goals, but to be honest, I have not found any scripts that meet my needs. If you do not mind, please read what I want to accomplish...this topic may even help answer other people's questions as well, because I am sure many of you are looking for the same thing.

Here are my goals:

1) On my business website, I want a "Client Area" just for clients. The area would include special articles, updates, and other such things just for my clients.

2) However, I want each client to have their own page that is dedicated to the current website design project that I am working on for them. Therefore, when they login as "Billy" for instance, they are redirected to their own page that displays the status of "Billy's Website." The page that they are redirected to can be manually created by me with my web design program and it will include a picture of their web design, a progress report, etc.

3) It doesn't have to be automated, I just want the client to be able to login and have access to his own page as well as the other pages too.

4) So here is the final result:
-The client "Billy" would login at www.mysite.com
-He would then be redirected to www.mysite.com/billy
-He would also have access to www.mysite.com/membersarea which would be linked from www.mysite.com/billy

This seems like a straighforward thing to do and I am sure it is common among website businesses...does anyone know where I can find a script that would enable me to do this? Your help would be GREATLY appreciated!

Thanks,
WebMember
The way I accomplished this on my site is as follows:
1) main page has the following script section:
CPP / C++ / C Code:
<script language="JavaScript">
<!--
function jumpto()
{
    var pgn;
    pgn = document.getpg.pgname.value;
    ndoc = "ww" + pgn + "/index.htm";
    this.location.href = ndoc;
}
function rtnto()
{
    var pgn;
    pgn = document.getpg.pgname.value;
    ndoc = "ww" + pgn + "/index.htm";
    window.document.getpg.action=ndoc;
}
//-->
</script>
2) The page has an input box defined:
HTML Code:
<b>Enter your ID</b> <form name="getpg">&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="pgname" maxlength="10" onChange="javascript:rtnto()" > <input type="button" value="Go" onClick="javascript:jumpto()" height="20" width="30" > </form>
This will handle Netscape, IE, and Opera for sure.

What this does is accept their special codeword, say grtsite, tack on the prefix ww, then open the page wwgrtsite/index.htm.

Try it with the code test
__________________

Cow: You're a lawyer too?
Mooseblood (mosquito): Ma'am, I was already a bloodsucking parasite. All I needed was a briefcase!
  #4  
Old 30-Jul-2004, 23:23
stevewatt88 stevewatt88 is offline
New Member
 
Join Date: Jul 2004
Posts: 22
stevewatt88 is an unknown quantity at this point
use .htaccess ony on apache doh

.htaccess can limites the certain folder by using password protected stuff
  #5  
Old 10-Aug-2004, 15:02
blurry blurry is offline
New Member
 
Join Date: Jul 2004
Posts: 12
blurry is on a distinguished road
Any of the above methods will work. The Apache or PHP methods would be the most effective choice due to the control, flexibilty and security those solutions would provide. The javascript solution provided is simple and easy to implement, but I would advise against using it.
  #6  
Old 16-Aug-2004, 08:59
Corey Bryant Corey Bryant is offline
Member
 
Join Date: Oct 2003
Location: Castle Rock, CO
Posts: 216
Corey Bryant will become famous soon enough
It depends on what type of OS you are on. JS is easily hacked. PHP or ASP would be your best & easiest way.
  #7  
Old 17-Aug-2004, 10:39
calande calande is offline
New Member
 
Join Date: Aug 2004
Posts: 1
calande is on a distinguished road
if you have CPanel you can create a folder protected by a username and password in just a sec.
Last edited by JdS : 19-Aug-2004 at 06:07. Reason: Please set up signature in your profile only
 

Recent GIDBlogPrepping for deployment by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Staying Legal - Music, Websites and Copyright abacomedia Music Forum 4 20-Jun-2004 01:49
How soon does googlebot crawl the rest of the pages off a NEW site JdS Search Engine Optimization Forum 10 09-Apr-2004 05:12
Search Engine Positioning 101 and 201 "How To" Tips... 000 Search Engine Optimization Forum 0 29-May-2003 10:34
Link to our site suggestions / ideas jrobbio Advertising & Affiliates Forum 2 02-Apr-2003 02:37

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 15:43.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.