Current location: Hot Scripts Forums » General Community » Script Requests » Login and Redirect user script


Login and Redirect user script

Reply
  #1 (permalink)  
Old 12-16-04, 04:08 PM
alistairgd alistairgd is offline
Newbie Coder
 
Join Date: Dec 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Login and Redirect user script

I have searched hotscripts, but cannot see script that does _exactly_ what I'm looking for - any help please?

I need a login script where the user is redirected to his own folder upon login. For example, User Sam logs in and gets redirected to the /Sam folder. etc.

Anyone seen something like that?

Thanks.

Alistair.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 12-16-04, 06:05 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Thumbs up

Quote:
Originally Posted by alistairgd
I have searched hotscripts, but cannot see script that does _exactly_ what I'm looking for - any help please?

I need a login script where the user is redirected to his own folder upon login. For example, User Sam logs in and gets redirected to the /Sam folder. etc.
I have something that does this, the destiniation upon a "good" login is configurable and could be set to the user's particular folder. PM me and we'll take it from there, or email me at jadedangel99@yahoo.com.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 01-03-05, 11:28 AM
phprogramming phprogramming is offline
Wannabe Coder
 
Join Date: Nov 2004
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
that is not hard, if you pm me i will give you a cheap quote and i'll have it done within 3 days of the quote if you accept
__________________
Source Code Talk - Programming Discussion, Tutorials, and More!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 01-03-05, 04:01 PM
alistairgd alistairgd is offline
Newbie Coder
 
Join Date: Dec 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by phprogramming
that is not hard, if you pm me i will give you a cheap quote and i'll have it done within 3 days of the quote if you accept
Thanks for the offer, but I am just setting up a site and don't have any cash up front for a script right now.

I have now spent about 4 hours trawling script archives for somehting that does this simple job though, and although there are some they are for the most part all over $100. There are 2 free ones that seem to do the job but one doesnlt have a downloadlink anywhere on the web anymore (MMC) and the other one seems to have a bug preventing it from running. So if it is a simple job, you might want to write it up and market it for the budget sections at under $20 and you might strike it lucky!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 01-03-05, 04:30 PM
jonlg_uk jonlg_uk is offline
New Member
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
quite easy

This is quite easy to do i hope you are talking about php because i wrote this in HTML with 2 php commands for my site a while ago bascially it detects when a user has logged in and redirects the user to a desired page or URL of your choice.


<!-- BEGIN switch_user_logged_out -->
<!-- Doorway Page generated by Title of your site -->
<HTML>
<Head>
<META name="Description" content=" ">
<META name="Keywords" content="">
<Title>Ecommerces.net</Title>
<SCRIPT LANGUAGE="Javascript">
browser= navigator.appName;
if (browser == "Netscape")
window.location="1stLink to desired Destination here"; else window.location="2ndLink to desired destination here"
</SCRIPT>
</Head>
<BODY>
<CENTER>
<!--TITLE OF YOUR SITE-->
<TABLE WIDTH="620">
<TR>
<TD ALIGN="CENTER">
<FONT FACE="Arial Black" COLOR="#808080" SIZE="+1">TITLE HERE OF YOUR SITE
</FONT></TD></TR></TABLE><P></P>
<TABLE WIDTH="620">
<TR><TD ALIGN="CENTER">
<FONT FACE="Arial" COLOR="#C0C0C0"><STRONG>
Javascript in Progress...</STRONG></FONT>
<FONT FACE="Arial" COLOR="#C0C0C0"><A HREF="The LINK TO THE PAGE YOU WANT TO DIRECT USERS TO">Click Here
</A> if you do not redirect in 5 seconds. You may not have a javascript enabled browser!</FONT></TD></TR></TABLE>
<P>
<BODY></HTML>
<!-- END switch_user_logged_in -->

I dont know if this is what your looking for but there u go


Regards jon www.webdevs4u.com

Last edited by jonlg_uk; 01-03-05 at 04:33 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with PHP/.htaccess script, when using Internet Explorer digioz PHP 7 07-27-07 12:17 AM
Classified Ads skipper23 Perl 3 11-22-05 03:22 AM
User Authentication StevieB PHP 12 08-07-04 07:04 AM
PHP User Authentication dihan PHP 4 07-01-04 04:38 PM
Classified Ads skipper23 Perl 2 12-30-03 04:43 AM


All times are GMT -5. The time now is 12:35 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.