galexcd
Members-
Content Count
1,313 -
Joined
-
Last visited
Everything posted by galexcd
-
The big 26 eh? I remember my 26th birthday... yes it was 8 years from now... I still remember it like it was yesterday... oh did I mention I have a time machine? Caus thats kinda important... yeah... a time machine...
-
Woman Sues Apple Over Iphone Price Cut
galexcd replied to Saint_Michael's topic in General Discussion
Hahahahahahahahahahaha HAhaahahahahahaNow if only she would have payed with american express we wouldn't be having this problem. Amex has this deal where if the product they buy goes down in price within 30 days of buying it, Amex will actually pay the customer the difference! one of my friends bought an iPhone at the more expencive price but bought it with Amex and now got $200 back! -
Just to make sure I got you right... You have post data being submited to page A, and page A opens page B with javascript, and you want page B to have that post data? If this is it, there is quite a simple solution... Set the post data as get data when opening the next page with javascript (see below) and replace all $_POST's with $_GETS in page B. function openFormWindow(){OpenWindow=window.open("add_attendance.php?<?php$firstrun=true;foreach($_POST as $i => $data){if($firstrun)$firstrun=false;else echo'&';echo $i."=".$data;}?>", "newwin", "height=250, width=400,toolbar=no,scrollbars=no,menubar=no,location=no,resizable=no");var x = getElementByName("form1");x.target="newwin";x.submit();} If this is not what you meant please re-explain what exactly you are trying to do...
-
I don't see any checks there for multiple guesses. It looks like anybody could just guess every single number until they win. The point of a lottery is to only be allowed to guess once... variables can be put into quotes in php, but if you put an array in you must denote it with brackets$nument="{$_REQUEST['nument']}";$name="{$_REQUEST['name']}";But there is no real point in doing that because theres no other string you want to combign it with so I agree with sonesay... Get rid of those quotes... even if you wanted to combine strings and variables I don't suggest putting the variables right in the string. Even though it works its a bad habbit to get into. Just combine the strings with a period... Request is both $_POST and $_GET together. It recieves both post and get data sent to the page. I usualy only use it when dealing with ajax because I found some browsers when doing ajax send the data via get rather than post, while others use post, and request gets em both. Otherwise I use whichever type I am expecting to receive.
-
If you wanted php (or any other server side language) could do this for you but it's a little basic for php. You could have simliar results with javascript if you wanted. You might enjoy how much easyer it would be to change the template if you use php, but either one should wrok fine...
-
You might be able to make it better to not combign it with a mouse. All computers come with mice and if your like me, the users are overrun with the amount of mice in their homes. What if you made it a separate little gadget that sat on your desk with a button on it that printed out whatever was selected. Now that would be nice. But i love your idea mate! Keep up the good work.
-
Yeah but as a big mac guy myself, its going to take more than that to tell me a product made by Microsoft is better than a product made by apple. Personally I've only used winamp a little bit so I probably don't have enough experience to have an opinion, but like I said.... something by Microsoft can't POSSIBLY be better than something made by apple?! If it is then it's the only case!
-
They will see whatever you put in for YOUREMAIL@GOES.HERE. Any string you put in there is what they will see as from. I'd advise making it a real email address otherwise they won't know what email to return it to. If you want to you could even change the domain name behind the @ symbol, but they can always see the actual domain that mailed it by looking at the headers of the original mailed data, but that data is usually hidden from the user unless you specifically request it.
-
Resolved. Thanks.
-
I'm not sure if Xisto offers it but I know Xisto - Web Hosting offers it. There is a tool called "web protect" in the cpanel that does what you want. You just select the folder you want to protect with a username and password.Edit: Just realized you were talking about your personal computer and not a webhost >.<MY BAD!
-
He can connect to Xisto, It's just my site. His IP is *edited out*, we started having this problem after he was trying to connect multiple times to an ftp account I made for him but accidently deleted, and was banned after so many tries. Could it be a brute force protection? If so he wasn't trying to brute force, just to access the ftp account I made for him.
-
What do you mean "no copy-paste"? Does it work? And is that what you wanted it to do?
-
If I understand what you are asking this should work. You will need a webhost with php, and its own mailservers, which Xisto has both! (I think) Try this: <?phpif(isset($_POST['From'])){if(mail("YOUREMAIL@GOES.HERE",$_POST['Subject'],$_POST['Message'],"From: ".$_POST['From']))echo'<font color="green">Your message was sent!</font>';else echo'<font color="red">There was an error sending the message</font>';}else{?><form method="post"><input type="text" name="From" value="From"><br /><input type="text" name="Subject" value="Subject"><br /><textarea cols="5" rows="10" wrap="true" name="Message">Message</textarea><br /><input type="submit" value="Send"> <input type="reset" value="Reset"></form><?php}?>
-
Ok this isn't the same as my previous problem where anybody who would make too many page requests got temporary ip banned, which was fixed when velma helped me move servers, BUT, recently my friend hasn't been able to connect to my website. I thought perhaps it was a bug or a temporary IP ban but it's lasted for about a week already. There are no ip's being banned in my cpanel. What's going on?
-
Hah its ok I reported my own double post too Well perhaps the version of iTunes for windows might not be as efficient, because mac dosn't know window's api as well, but the mac version of iTunes is almost compleatly integrated with the OS so it runs really well... I'm running optical out of my computer into a dolby receiver running 5.1, and it sounds magnificent in iTunes, so I'm not quite sure what you are talking about.
-
YES I know what you mean! TechTV was freaking awesome! Leo Laporte and Patrick Norton!!!! And what kind of crap did they replace them with? Cops? "Ninja Warrior"? What the hell is that crap? I've completely stopped watching the channel...
-
Heat Listerine up to a boil and add some lemon juice, vinegar, and olive oil to it. Throw a burning match into the pot while it is still hot (do this outside for it might explode), and while it is in flames add baking soda.I really have no idea what it's going to do but it sounds really cool... Perhaps I?m going to try it. It might be the cure to cancer!But here's one I do know what it will do:Mix orange juice (or another highly acidic substance) with some C4. Now that will defiantly explode!
-
I'd like to first start out by writing a little about this topic. First off, if you didn?t read this topic ALL THE WAY THROUGH, DO NOT EVEN THINK ABOUT POSTING BELOW. Secondly, I?m sure what I?m about to write here has probably been thought up by many scientists and mathematicians, but I would like to emphasize I did not get these theories anywhere. I personally came up with every single one of them through my own logic. I have been thinking of this for 3 years and a few months ago decided that I was going to post it on Xisto, so here I am. This post is so significant for me I even waited for my 500th post to post this. This is officially my 500th post on trap and I hope it?s a good one! Unlike my ?Earth is flat? topic, this is NOT a joke, and it is what I seriously have been trying to figure out for some time. Please post your criticisms and ideas on how either I am right or wrong below. Ok now that I got that out of the way, I shall begin my theories: [hr=noshade] [/hr] I used to wonder what exactly the 4th dimension was. I didn?t understand it and I was even more confused when somebody told me that the 4th dimension was time. I did eventually figure out how it works by looking at the comparisons between the 3th and 2nd dimensions. My theory (even though I?m sure lots of people already came up with this) is that a dimension is infinite ?instances? or copies of the dimension 1 less than it. For example, the 2nd dimension has width and height, but the 3rd dimension has depth, which would be infinite second dimensions lined up. I like to imagine infinite stacks of paper making it into a cube, or 3 dimensional object. So this brings in the question of the 3rd to the 4th dimensions. This would mean that there are infinite 3rd dimensions in the 4th dimension, which is why to us in the 3rd dimension, the 4th represents time. Just like if we were living in the 2nd dimension, 3rd would represent time. I believe we are actually moving through all these instances of the 3rd dimension. For example, picture a stack of papers again. Let?s say we are 2nd dimensional organisms and in 1 instance of time, we are living in 1 paper, but then we are moved onto the next paper in the stack. If only we could some how get out of that stack of papers and move forward in the 3rd dimension, we could easily travel through time. I believe this is how one would travel through time in our dimension. Not black holes, worm holes, or any of that. I believe that if we can somehow get part of us into the 4th dimension, we could very easily move to another ?instance? of the 3rd dimension. Now my theory on paradoxes. I understand the theory behind how a paradox works, you go back in time, and the fact that your very existence is in a place that didn?t have you before would theoretically destroy the universe. BUT, if my theory of how dimensions work is true, we would move ourselves from instance to instance leaving past instances empty. Thus going back it time we would be in an empty plane of the 3rd dimension, no world, no life, but also no paradox would occur. Now finally I just want to close with my last theory. Imagine the 2nd dimension for a second. Lets say I am living on a 2 dimensional plane, I can only see along the 2 dimensional plane, I can not look in a direction to see the other instances of the 2nd dimension around me but they are physically so close to me that If I was able to all I had to do is move an infinitely small amount of distance toward the other instance of another dimension and I would have traveled through time. That being said, there is another instance of the 3rd physically so close to us but in a direction that we cannot see. All we need to do is find something that can bridge that gap and we could physically move between instances of the 3rd dimension. These are my theories, as I have said, and no I have no physical proof of it, I don?t think anybody does, but I spent a long time formulating them and I hope you think of the world differently now. P.S. 500th Xisto post! Horray for me
-
Did you even bother to read the posts above you i wonder?
-
Desktop Resolution What desktop resolution are you using?
galexcd replied to flash4satheesh's topic in Hardware Workshop
ARGH WHAT THE HECK!? 800x600?!?!This proves your ignorance to computers.SM is the only one who matches my res of 1920x1200 on my desktop, 23" HD cinema display -
@haslip I belive it is spelled googol *checks wikipedia* Yep googol! Also, I heard the original name for google was backrub back when the two founders were in college together, but they changed it to google because people didn't get the joke Edit: @tetraca nevermind looks like you already said that. When I read your post the first time i thought spelled it google! Damn this dyslexia!