Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
sbai
Posted - 04 June 2010 : 19:22:00 hello every one !
I'd like to open a page for a member whose I select his number from the adminstration ! so I do this in config.asp : Dim strIdMember strIdMember = Application(strCookieURL & "STRIDMEMBER") and i do this in admin_config_features.asp :
now i want the condition wich allow the member id which i enter it to acces a page !!!!
It's like this :
if MemberID = chkString(strIdMember, "0") then
please help me !!
7 L A T E S T R E P L I E S (Newest First)
sbai
Posted - 06 June 2010 : 16:33:45
quote:Originally posted by cripto9t
Try again
if MemberID <> cLng(strIdMember) then Response.Redirect("default.asp")
thank you , I will try to do this condition !
cripto9t
Posted - 06 June 2010 : 10:48:26 Try again
if MemberID <> cLng(strIdMember) then Response.Redirect("default.asp")
leatherlips
Posted - 05 June 2010 : 20:13:01 You can set the forum to Allowed Member List (Hidden) and then select the members you want to access it.
sbai
Posted - 05 June 2010 : 19:19:22 I want to programming a private page which controlled from the adminstration !!
sbai
Posted - 05 June 2010 : 19:15:34
quote:Originally posted by AnonJr
First, you're not likely to get too many people to see what they can do to help with a subject of "help *plz*" - we kinda figured you were looking for help when you posted to this forum, so maybe use something a little more descriptive.
Which leads to the second thing, I have no idea what you're trying to do... I know its hard when English isn't your first language, but could you try to give us a little more detail on what you are trying to do?
I'm trying to programming a page that no body can acces it , except the member who i set his ID in the adminstration
cripto9t
Posted - 05 June 2010 : 09:14:56 Did you add STRMEMBERID to the CONFIG_NEW table in the Database?
If you're not going to be changing the id number a lot, you could hard code it in config.asp like this:
Dim strMemberID: strMemberID = Member ID here
AnonJr
Posted - 04 June 2010 : 22:59:51 First, you're not likely to get too many people to see what they can do to help with a subject of "help *plz*" - we kinda figured you were looking for help when you posted to this forum, so maybe use something a little more descriptive.
Which leads to the second thing, I have no idea what you're trying to do... I know its hard when English isn't your first language, but could you try to give us a little more detail on what you are trying to do?