Re: Blind SQL Injection Programming Web Development by tony75 … error? This is my local host which is vulnerability for Blind SQL Injection http://localhost/xxxx/index.php The acunetix web… set to -1' or 11 = '9 How can I use blind SQL Injection attack to see error according this Attack details… Blind Input Programming Software Development by harish92 In a game of Hangman, the setter must input the word/phrase. However the user would be able to see the word/phrase that has been input. Is there a way of inputting the word without it coming up on the screen - a blind input? For example as asterix much in the way that passwords are entered... Blind faith in Social Media Digital Media Digital Marketing by MktgRob … using had ROI measurement capabalities. Is this a case of blind faith in the power of social media or just a… Blind Carbon Copy with address list Programming Software Development by sbanks_charles … a BCC. How do I get this array into my blind copy list? Also, is there a way NOT to show… Blind SQL Injection Programming Web Development by tony75 Hi Anyone can explain whats means with this vulnerability(Blind SQL Injection) and explain Attack details 1 and 2? 1. … Set Accessibility Features for People Who are Blind or Who Have Low Vision in WinXP Hardware and Software Microsoft Windows by Dani …=5][color=#0000ff]Set Accessibility Features for People Who Are Blind or Who Have Low Vision in Windows XP [/color][/size… is a text-to-speech utility for users who are blind or who have low vision. Narrator is designed to work…=2]For users with low vision, click the I am blind or have difficulty seeing things on screen option, and then… Television for the blind Hardware and Software Linux and Unix by happygeek … not, it helps fund the good old BBC), that blind people get a 50 percent reduction on the annual £135… for years, technology is now bringing the same benefit to blind folk. The technology in question being Audio Description (AD) …available when people clearly do not want it. Meanwhile, the blind and partially sighted are, on the whole, not even … an interface between a blind person and a mute person Programming Software Development by Zet_ … year project. The system will be an interface between a blind person and a mute person; I have chosen android platform… Re: Blind faith in Social Media Digital Media Digital Marketing by InsightsDigital Yes, many companies and people are jumping into the "social media bandwagon". I was actually commissioned a few months ago to develop metrics for social media due to its strong qualitative nature. These metrics per se may not necessarily drive financial business decisions but it does help assess if the tactic is working or not. Re: Blind faith in Social Media Digital Media Digital Marketing by MktgRob [QUOTE=InsightsDigital;1003164]Yes, many companies and people are jumping into the "social media bandwagon". I was actually commissioned a few months ago to develop metrics for social media due to its strong qualitative nature. These metrics per se may not necessarily drive financial business decisions but it does help assess if the … Re: Blind SQL Injection Programming Web Development by cereal In both cases it means that the application does not filter the data received from the clients, and so an attacher can enter additional statements to the query, for example, you receive a GET request on this link: * http://localhost/article.php?id=17&action=delete and the script does not filter: $id = $_GET['id']; $query = "… Re: Blind SQL Injection Programming Web Development by cereal Show the code of this page if you want, we can suggest you what to fix. In general the rule is: whenever the script receives data from $_POST, $_GET, $_REQUEST, $_COOKIE or any external source (as a file), then filter and validate it. Additional documentation: http://php.net/filter Re: Blind SQL Injection Programming Web Development by tony75 Thanks for answer cereal blind leading the blind Hardware and Software Microsoft Windows by bugtussellmom I'm trying to teach my 10 yr old son to upgrade his PC. It will be handed down to his little sister soon but we wanted to make game playing a little faster (she's 4 yrs old so we're not looking for super speed). I have not done this in over a decade but I'm self-educated so I'm not well versed in the lingo. I'll start with the hard drive and … Re: blind leading the blind Hardware and Software Microsoft Windows by Aia For your Dell you need to use the "Reinstallation CD". That would partition your hard drive the way it came first from Dell, and it will install the Operating System it came with the Computer. Floppy is a thing from the past. Installation are done today from DVD. CD's are still use as well. The sequence for a generic installation is … Re: blind leading the blind Hardware and Software Microsoft Windows by Jupiter 2 Don't muck around with a computer that is important for you. A ten year old may not have the understanding of what you say. I've been using computers since 1989 and I'm still a novice. Get a computer from the tip or roadside or buy an old one from the local classifieds. Use that one for teaching. It is so easy to blow a circuit or frack a hdd … Re: blind leading the blind Hardware and Software Microsoft Windows by bugtussellmom Thanks both of you! This will get us started...and likely finished too :). I will do a google search also, as suggested. I found some other posts here that will help, this is a great website! It's an old computer. I gave so many details because we've spent $170.00 on parts (we're in the US) and yes, I realize that a new PC would only cost … Re: blind leading the blind Hardware and Software Microsoft Windows by Jupiter 2 I have about 15 old HDD, most of them are only 4gb. I'm not sure what I going to do with them either. They are barely big enough to put a DVD movie on. A couple I've used to store Audio files and data files. A format does not erase the files. You need to FDISK them. You remember FDISK? Otherwise, get your hammer out, the one you used to "… Re: blind leading the blind Hardware and Software Microsoft Windows by bugtussellmom [QUOTE=Jupiter 2;880336]I have about 15 old HDD, most of them are only 4gb. I'm not sure what I going to do with them either. They are barely big enough to put a DVD movie on. A couple I've used to store Audio files and data files. A format does not erase the files. You need to FDISK them. You remember FDISK? Otherwise, get your hammer out, … Re: blind leading the blind Hardware and Software Microsoft Windows by Jupiter 2 Just a hint about FDISK that you may not be aware. Through each procedure you do, where it says to restart your computer, turn it off. Wait 10 seconds before you turn it on again. A restart doesn't actually make your actions take effect, effectively. Re: blind leading the blind Hardware and Software Microsoft Windows by caperjack [url]http://www.daniweb.com/forums/thread55459.html[/url] Re: blind leading the blind Hardware and Software Microsoft Windows by Aia bugtussellmom> I'm guessing there is some way to destroy them so the data can't be read? A cheap and easy way of producing satisfactory results, destroying hard drives, is to drill a couple holes with a twisted bit, through the body. No need to go any other extends to prevent data mining. Re: blind leading the blind Hardware and Software Microsoft Windows by bugtussellmom Wow! How easy that was!!! The hardest part was getting the hard drive bracket off the case. It took the longest to get the front panel off, lol! It didn't take the internet down, as I was afraid it would, so all is good! Thanks a bunch to everyone! I'll be back in a few days, I'm adding a graphics card next. I like the idea of drilling … Blind Input Programming Software Development by harish92 In a game of Hangman, a setter of the word/phrase is required to enter a phrase. However, I was wondering if there was any way to input data blindly, so that the guesser cannot see the phrase getting typed in. An example of its use would be passwords being entered. Re: Blind Input Programming Software Development by FlamingClaw example: edit box ->Object Inspector->Properties->PasswordChar :) [code=delphi] Edit1.PasswordChar:=#42; {*} {or} Edit1.PasswordChar:=#35; {#} {or} Edit1.PasswordChar:='*'; {or} Edit1.PasswordChar:='x'; { Use the PasswordChar property to create an edit control that displays a special character in place of any entered text. If … Re: Blind Input Programming Software Development by jsosnowski FlamingClaw's example is for using an editbox in a Form application. Are you creating a form or are you doing a consule application? Re: Blind Input Programming Software Development by harish92 [QUOTE=jsosnowski;841542]FlamingClaw's example is for using an editbox in a Form application. Are you creating a form or are you doing a consule application?[/QUOTE] console application Re: Blind Input Programming Software Development by glindhot [code] program echostar; uses Crt; const EnterKey = ord(13); var Entry :char; SecretMessage :string; begin ClrScr; SecretMessage := ''; Entry := ' '; writeln('Enter your secret word or message:'); repeat begin Entry := (Readkey); write('*'); if ord(Entry) <> EnterKey then … Re: Blind Input Programming Software Development by FlamingClaw Hi [b]glindhot[/b] I know that my opinion is means nothing,but I like your code.Nice work! Re: Blind Input Programming Software Development by FlamingClaw I think that [b]glindhot[/b] is solved your problem.Only one thing that you have to to do is download a unit .There are people who rewrote the Turbo Pascal's Crt unit for Delphi.All procedure and function can be found,that working with delphi,such as 'ReadKey','KeyPressed',ClrScr....etc So try the 'google'...