Tag Archives: Authentication

Do you allow for HTML use on your forums ?

Unclear if here is the right place in order to post this ( mods switch it if necc ) Now how serious is What sort of code are we talking about here It is really extremely dangerous to enable in vBulletin (hence exactly why it’s disabled here), and a lot any other little bit of software that makes use of cookies for authentication.

Posted in Web Design | Tagged , , , , | Leave a comment

MS to drop authentication technique to foil phishing

Read the others here. Not only a bad idea. Almost certainly outweighs the losses.

Posted in Web Design | Tagged , , | Leave a comment

help setting up a simple password protection

For starters I want for you to thank everyone at Website design. I’ve been interested in a site like for an extended time. Thank you for a second time. Formerly suffering with tinnitus trying to do is determined up a basic password protection to counteract access to an internet page. The example Im using is coming from my LinkSys router and I have seem other sites utilize this popup to signon. I know there are other ways of accomplishing this but I want to have this popup to occur when going to a certain page. It appears as though its a javascript this uses an alert1()function. the address into the example is below… http: //24. 59. 213. 122/jobs/screenhunter_002. gif I have faith in every person here!! gives thanks again It is actually done by means of setting password protection through. htaccess information for Apache hosts and AD/NT permissions intended for IIS servers. If your coordinator runs CPanel it’s not hard to do using the " Password Defend Directories" section. Or, for page by way of page authentication, you could use PHP’s (Apache required) built in PHP_AUTH constants. Study more: http: //php. net/manual/en/features. http-auth. php thats what I need " page … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

require name and e-mail to download a PDF

I have a PDF file I want to let users download from my site. However, I want for you to require them in order to enter a appoint and e-mail address to do so. I’m not quite sure how I should try this. Is there some form of CGI/Perl or PHP plug-in WHEN I should install as well as use Or perhaps there is something else For PHP, it must be relatively straightforward. Produce a form, make it point towards PHP script, after which have the PHP script authenticate all of them, then redirect them into the appropriate PDF track. Alternatively, you may make the PHP script straight read the PDF in after which write it out to the browser, which will mean that you could put your PDF FILE somewhere where it’s literally impossible gain access to without authentication. As a final point, you can employ plain ol’ HTTP authentication with a. htaccess and. htpasswd track, if you hence wish.

Posted in Web Design | Tagged , , , , , , , , | Leave a comment