Content Type
Profiles
Forums
Events
Everything posted by Idontwantspam
-
How long will this go on?
-
So... you're trying to break in to the admin account just to prove yourself? Sounds like fun! Sort of. But if we tell you how, you are proving your research and asking skills, not your computer cracking skills. Right? I;d suggest you try on your own some more, and if you don't have it by this time tomorrow, come back and we'll see what we can do for you. I'd head over to google if I were you. Not to be mean or anything, but you'll never learn if you just ask people to do it for you! Good luck. And by the way - XP isn't that easy to crack, either. It's built on Windows 2000, and when configured properly, can be just as secure or better. Maybe you're thinking of windows 98 or something.
-
OK, now you're confusing me. He changed the password to see if you could break in? That doesn't make sense. And actually, Windows 2000 is not "easy 2 breach". Or do you have some proof? So what is it you need to do? Gain Admin access? What do you need to do with your admin access?
-
Well, I don't think so, actually. For example, if someone uploads an attachment to MSFN that is in .html format, clicking on the link to it opens the download dialog; it doesn't open the html file. I'll go look at the source for some pages that offer download rather than direct links and see if I can figure it out.
-
Riff a melodic phrase, often constantly repeated, forming an accompaniment or part of an accompaniment for a soloist.
-
Sorry. I guess I didn't give a good example. Oh well, thanks for trying anyway! ..And no, my name is not O'Rielly. -------------- Now I have a new question. How can I make a link to a file so that it will download the file rather than open it in the browser? For example, if there's a PDF document on a site and I link to it using the standard <a href="... method, it just opens in the window specified by target=. Is there a value for target= that will specify download, or some other option like that? Thanks in advance.
-
Roff "A text formatting language associated with Unix. See groff, nroff, troff." (dictionary.com)
-
Rolf –verb (used without object) Slang. to vomit. (Dictionary.com)
-
I'm not sure I understand your reply. This happens with any form element getting processed in any way by php. Here is a full-document example. page1.html: <html> <head> <title>Example</title> </head> <body> <p>This is an example.</p> <form action="example.php" method="post"> Your name is: <input type="text" value="" id="yourname" name="yourname" /> </form> </body> </html> example.php <html> <head> <title>My name is <?php echo $_POST["yourname"] ?></title> </head> <body> Hello, <?php echo $_POST["yourname"] ?>. Welcome to this example page! </body> </html> Now, say for example, someone's name is John O'rielly. Well, example.php would display the html code as follows: <html> <head> <title>My name is John O\'rielly</title> </head> <body> Hello, John O\'rielly. Welcome to this example page! </body> </html> What I want to do is prevent it from showing that backslash. Does that explain it better? I hope?
-
Why Longhorn? Some facts behind the codename
Idontwantspam replied to Maelstorm's topic in Funny Farm
I wonder if they got free copies of Vista for their computers there? -
Arrg! You beat me! I was going to put poof...
-
OK, here's my problem. I have a php form that submits an email with the text the user specifies, and it works fine except that all of the \ symbols and ' symbols have a \ before them. Is there any way to stop this? It happens with any form element submitted to a form. For example: This is part of "form.html" <form action="example.php" method="post"> <input type="text" value="" id="example1" name="example1" /> <input type="submit" value="Submit" id="example2" name="example2" /> </form> The text field "example1" gets filled in with And then there's example.php: <?php echo $_POST["example1"] ?> Which will display: How can I stop this???
-
Image Validation
Idontwantspam replied to return_03's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
Google captcha. -
Where did the office sub-forums go?
Idontwantspam replied to Idontwantspam's topic in Site & Forum Issues
Well I still don't like it like this but whatever. -
Don't use google desktop. It slows your computer down and has many processes running that get in the way, and does weird things. I don't like it.
-
OK, I've figured out the uxtheme.dll patch, and putting it in WINDOWS/resources/themes, and double-clicking on the .msstyles file, but is there any way to make it show up under all users by default, the way Windows Classic and Luna do? I think there's somewhere in the registry that I have to poke around, but I'm not sure where. Thanks in advance.
-
Where did the office sub-forums go?
Idontwantspam replied to Idontwantspam's topic in Site & Forum Issues
Why????? This doesn't make sense. It is a lot easier when if you need something powerpoint related to go to the powerpoint forum. -
Can anyone suggest a free wysiwyg editor that will work with HTML and or PHP, like what you have when you use yahoo mail or something like that, that I can use so that people can submit rich text in a form on a webpage? I'd like it to be platform/browser-independent if possible, and to be valid (x)html. If anyone can suggest anything or write something, I'd appreciate it. Thanks.
-
Am I missing something? It seems that the Office sub-forums are missing, just totally gone. What happened?
-
Whenever I use RA, I just have the user send the little file, I think they end in .raincident or something like that. Then I double-click and Voila! it works. I've never tried on a domain though. But I don't think I've ever needed a .net passport.
-
Please help me undo my IT dept's insane regedits/changes
Idontwantspam replied to Marty1781's topic in Windows XP
Hmmm. Will this affect all U.S. Government computers or just USAF? Do you know where I can find more info on this, like a PDF or official website or something? Google doesn't appear to turn up anything specific. As for the guy asking the question... if you work for the gov, don't screw with their computers. Let them do what they want, or else you'll be the one in trouble. -
I'm going to post some pictures maybe. But I haven't even gotten around to downloading them yet, so we'll see. And I don't want to upload too many or you'll know who I am. But yeah, eventually maybe.
-
Sounds like something got screwed up somehow. I'd try just starting all over. Oh, and just leave the original MSGINA.dll in tact, then name the new one mygina.dll or something. Then use the reg tweak to specify the new gina. Try that.