HTML - Security Certificate Error
is there something I can do to my site, which is giving people the security certificate errror page?
TIA Similar TutorialsSorry I am not sure if this is the right forum but i have a qestion: Hi I currently have a web application that presents a user with a username and password box (text boxes) - once the user registers their password is encrypted and stored in a database. My question is this - the password is sent from their machine to the server in plain text. Is there a simple way of encrypting the form without using javascript to make it more difficult for their password to be seen across the internet/network Also are there basic security issues i should look into or does any one have any resources/links that will help me make a secure site. PS the client may not have the .NET framework installed so no .NET solutions please Thanks and sorry for the general nature of the problem Dan. Hi, I have made a website for a friend and it has a guestbook. The problem is that someone makes lots of entries and link to sex sites and things like that. I guess mabye its a program somone made to do this, but its really annoying. Is there a common way of solving this problem? I have some ideas but dont know how to do it: 1: How can i check entries if they contain cirtain words, and if they do, not make that entry. 2: How can i make entries with a html link not enter in the guestbook? Or HTML code at all. Hope someone can help me out. Parashurama hi, im creating a script where users will be able to upload files to my site from a form, i was wondering if i could stop files from being executed from the upload directory because if a user desides to upload a harmfull php file them execute it on the site, well it would be bad. so, can i do this by setting the directory permissions (chmodd) to 444, only allowing reading? thanks! Hi guys, I need help with password protecting a specific area of my website. Easy?! Me thinks not. Here is the challenge... I need to create a popup box that appears when people navigate to a specific page of my website. No username, just a password to continue. HOWEVER!!! the page(s) can only use HTML due to browser restrictions. If anyone has a way of doing this then please let me know. If you need more information please ask. Ill try anything you throw at me and let you know if it works. Please also send a short detail of how to use whatever you send if it is slightly ambiguous to apply. Hope to hear from yous all soon!! P.S. The password cant be 'EMBEDDED' in the actual page itself, because to me that is not really defined as 'secure'. Its like having a post-it stuck to your credit card with you PIN number on it. Encryption is allowed and works in this specific browser. Hi, just wondering if there was any way of having a little password box without too much messing. Also without somebody being able to view the source and find out the password. I know some companies do this sort of thing but you have to pay for no ads. Preview: You just enter your password, click a 'Login' or 'Enter' button and away you go to another page. But if you get it wrong you just go to a 'Wrong Password' page. At this address: http://into.net23.net/ beyond the index page lies just one other file, an .html page, on that page is a string of characters. This is a website created to test security for a website at a different address, it is my hope to keep paid content there using this format, without using any genuine security. I have tried all i know to find the page, download the entire website. nothing has yielded this page yet. Can anyone find this page and tell me what this string of characters is please? Or is it genuinely secure? I am working with a new client and am trying to access their admin area on the ecommerce site. I think I found the correct directory but am not able to get past a directory security pop up that asks for login information. Of course the client does not have this. I have FTP access and am trying to figure out if I can get around this pop up and finally get to the admin login. There is a .htaccess file with the following contents: PHP Code: #AuthType Basic #AuthName "OS Commerce Administration" #AuthUserFile "/home/lucid/.htpasswds/catalog/admin/passwd" #require valid-user I've removed this file completely and I still get that pop up. Can someone help. Please. PLEASE SEE POST NUMBER THREE Original 1st Post: I need a form to ask three Security-like questions to the user, before directing them to a page where they may download stuff. i resently used the folowing site to create an email form, and would like to know whether there are any services that provide the Questions code http://www.emailmeform.com/?page=cphome is there any services like that one, or can anyone give my a code to solve the problem. Hi Guys, I have created a basic secure login for members to my site. There is noting really secure on the members area but it started me thinking on what I can do in order to improve security. Does anyone have a set of steps they follow when creating a login using php and html pages? How do I stop people just going straight to the succesful login page and bypassing the login screen for example? Thanks all Hey, I'm new but I'll tell all of you right now that I've googled and searched all over this forum for a relatively simple problem. I built a website (http://www.kingklick.freehosting.net) which is essentially a fake front for my underground website. We use it to post data on how to get around the schools unfair internet security (Not just myspace either..) They block anything questionable. We tried proxies but they blocked those too. So far, I have it so that the hidden link goes to this page, http://www.kingklick.freehosting.net/coms.html were it asks for a password. I have it so the password is encrypted (PW: death) and the page it would go to is ...death.html - the password. If they see this, they could block it, so it auto-refreshes in 0.1 seconds to real.html which is the actual page. Real problem: When you type in the full URL, http://www.kingklick.freehosting.net/real.html it does not prompt you for the password, nor does it bring you to the password page, it bypasses it! The second problem is that once you type in the password and click enter, you can click the "Back" button on the web browser and the URL reads: http://kingklick.freehosting.net/com...assword2=death -With the password right in the URL!!! I need code to make the real.html prompt for the password every time you log in, and I want to somehow encode the URL so the password isn't displayed or recorded in history. - This is for a good cause. All of our browsing freedoms have been taken away. Not like normal either, we've been completely screwed and can only use educationally based websites. They block others that they haven't seen which really limits my ability to research and do work!!! The security of my informative site is incredibly important and everyones help will be returned in the utmost respect from everyone here at my High School. Code: Parse error: syntax error, unexpected T_DNUMBER in /home/a6989956/public_html/include/database.php on line 24 Can anyone please tell me whats wrong? Here is line a few lines Code: class MySQLDB { var $connection; //The MySQL database connection var $num_active_users; //Number of active users viewing site var $num_active_guests; //Number of active guests viewing site var $num_members; //Number of signed-up users /* Note: call getNumMembers() to access $num_members! */ /* Class constructor */ function MySQLDB(){ /* Make connection to database */ $this->connection = mysql_connect(hostname, username, ********) or die(mysql_error()); mysql_select_db(database, $this->connection) or die(mysql_error()); /** * Only query database to find out number of members * when getNumMembers() is called for the first time, * until then, default value set. */ $this->num_members = -1; if(TRACK_VISITORS){ /* Calculate number of users at site */ $this->calcNumActiveUsers(); /* Calculate number of guests at site */ $this->calcNumActiveGuests(); } } line 24-25 is Code: $this->connection = mysql_connect(hostname, username, ********) or die(mysql_error()); mysql_select_db(database, $this->connection) or die(mysql_error()); PLEASE HELP! hi i keep getting spam from my site because their is no security on my 'comments' box. where can i find a code for putting one of those scrambled images that u have to type in that computers arent meant to be able to recognise? i dont know what to type in in google? thanks in advance I'm having an annoying problem that I'm not understanding why it doesn't work. At this point I'm sure it's something simple I'm overlooking. I have a horizontal accordion menu, which is using a UL, now in my Services section of the menu, I have another UL that only shows the first item, and the button that is suppose to be there disappears. According to W3 validation tools, all of my HTML and CSS is error free, so not sure why it's behaving like this. The website is http://dev.jabrowndesigns.com Thanks for any advice. P.S. The menu doesn't work IE for some reason, haven't quite reached it yet as it's not too high on my list at the moment, but if anyone knows off the bat how to fix it, thanks for that too! it says that end tag for table is not finished. here is the sequence <form action="$vboptions[forumhome].php" method="get"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"></table> <div align="center"> apreciate any help you can give me I inherited a web page that has "background" as an attribute for a <td>: <td background="images/nav_back.jpg"... Validation gives - there is no attribute "BACKGROUND" The doctype is <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Is there a work-around? That background image is needed. Thanks... I've a Syntax error with the following code, any helpwould be grateful <div class="menuBar c2"><a class="menuButton" href="" onclick="return buttonClick(event, 'lifesavingmenu');" onmouseover="buttonMouseover(event, 'lifesavingmenu');">Lifesaving<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'mnoticesmenu');" onmouseover="buttonMouseover(event, 'mnoticesmenu');">"M" Notices<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'stabilitymenu');" onmouseover="buttonMouseover(event, 'stabilitymenu');">Stability<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'radarmenu');" onmouseover="buttonMouseover(event, 'radarMenu');">Radar<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'merchantnavymenu');" onmouseover="buttonMouseover(event, 'merchantnavymenu');">Merchant Navy<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'alterationsmenu');" onmouseover="buttonMouseover(event, 'alterationsmenu');">Alterations<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'lightrecognitionmenu');" onmouseover="buttonMouseover(event, 'lightrecognitionmenu');">Light Recognition<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'checklistsmenu');" onmouseover="buttonMouseover(event, 'checklistsmenu');">Checklists<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'chartworkmenu');" onmouseover="buttonMouseover(event, 'chartworkmenu');">Chartwork<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'situationsmenu');" onmouseover="buttonMouseover(event, 'situationsmenu');">Situations<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'photogallerymenu');" onmouseover="buttonMouseover(event, 'alterationsmenu');">Photo Gallery<\/a><\/div> Hi there I have edited a website in front page and it has a basic slideshow of top pictures. When previewing it in frontpage it shows fine and works well. However, when uploading to the site, it shows the three pictures as one large block. Can anyone advise where I am going wrong? the page on the site is www.thepullmanlodge.co.uk/weddings.htm Thanks Hello, I am new here and pretty new to the HTML world. I am trying to post something on a website using DreamWeaver. I keep getting an error that looks like an A with a carrot pointing upward. How do I get rid of this or what does this mean? THANKS! |