inhouse application

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
deeppak
Forum Commoner
Posts: 27
Joined: Thu Apr 06, 2006 6:31 am

inhouse application

Post by deeppak »

hi all,
i have some problem or lets say some assighment, one of my portal, is an inhouse project which is used by internal employees..So I have put on a check on the index page that it will visible to only certain ips i dont want it open for all the people those are not concerned with it..

Now i want it that is there any way that, as some of our sales person are on the move they usually carry the pdas or laptops, and they move around the world..There fore is there any way that we can allow then acess..on the run any where in the world.. and the acess will be restricted to these particular person..not any body else..I think I am Clear with my query..

I want that I allow the acess to only those persons who are somehow related to my company..and the acess will be any where in the world...I dont have their static IP.. even them i want the acess restricted to my marketing people..Not to any body else..

Thanks,
Deeppak
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Use a common username/password login system.
User avatar
deeppak
Forum Commoner
Posts: 27
Joined: Thu Apr 06, 2006 6:31 am

not this way

Post by deeppak »

nor htaacess neither password user system ....


The thing is that i don't want the employees even that are using the portal in house and have their user ids,to have acess of the portal out side the office premises...I want that, i allow only limited persons to have acess..outside th office premises...Take example i want the ceo of the company...to have acess.not every body since he is on the move always....so is their any process which we can adopt...use and passwords is the implementation which we are using internally, and that also restricted to certain ips....that is only within office premises..or outskirts branches ...Since we have their ips..What to do in this case since the persons are on t he move ...and there is a check on the index page that restrict the ips which are not from aour premises... If i do it your way just check the user name passwords their are some problems like i could not achieve my purpose.

Firstly the site will be available to the existing employees from every where,,by using their user name and ids,
and secondly i could not meet my objective to restrict the persons on essecing the site from outside..

I hope now i am more clear.

Thanks,
Deeppak
Reply With Quote
User avatar
technofreak
Forum Commoner
Posts: 74
Joined: Thu Jun 01, 2006 12:30 am
Location: Chennai, India
Contact:

Post by technofreak »

Restricting some one and allowing some one to access a web page, via ip address will work only if you know the ip addresses of such people and also if the ip address remains static. When the employee is said to be on the move and wish to access the portal from anywhere in the world, how will you make useof the ip for the purpose. Also, the common method is to use the same username password as your internal web portal and setting up a security level for each user, depenfing on which you can allow/deny him/her to access any part of the portal or give him superior permissions to perform some task.

If you are meaning something else, please be more clear in what you wish to have!
Post Reply