Jump to content

Azu

Members
  • Posts

    1,047
  • Joined

  • Last visited

    Never

Everything posted by Azu

  1. Well, I hope you don't get caught :) I know that if I caught someone trying to hack into my network and steal my internet, I would definitely press charges, and I'm sure most people would to. If you think it's worth the risk of having legal action taken against you, and you have no morals, then by all means, go right ahead.
  2. How can you use google to search only a certain subdirectory of a site?
  3. I bet you can't make someone run arbitrary Javascript on MY website from just clicking a link..
  4. Curl And you don't need PEAR for it.
  5. Personally, I just put a donations page on my website where people can donate at into my paypal account. I don't make them register, but if they are registered then I mark their account as a donor so everyone can know they helped.
  6. I use ' whenever I don't need to put any variables in it, because ' is faster then ". I use " when I need to use a variable, because using " with a variable is faster then using '.$variable.'. I base all of my programming decisions purely on speed/efficiency.
  7. Hi.. how can I compile a simple C program that just has a .cpp and a .h file on windows? I compiled something before with visual c++ studio thing but that had a .sln file for me to open.. when I open the .cpp or .h it doesn't work..
  8. Okay.. what exactly is the problem then o_o?
  9. Hi, try using print_r($GCodeList); And see if it outputs the right stuff. If it's not, then your array isn't being populated right.
  10. Sorry I just thought that it was weird that the mysql_(p)connect takes longer then all of the queries and all of the time taken by PHP to process the data put to together..
  11. Okay I'm sorry. I never claimed that my opinions were 100% true solid facts though. Always try for yourself to confirm something
  12. You don't need to try to insult my intelligence just because I have a different opinion then you.
  13. Oops typo, and for some reason this forum can't even let me edit my post now. Meant to write this; By hooking up your phone to [b]their[/b] phone line, just like you hook up your wireless internet to their wireless internet to steal their bandwidth.
  14. Okay sorry I don't know who to contact though since I'm running this all by myself. But anyways, when all the queries put together take less then 4ms, and it takes PHP about 3MS to process the page not counting the mysql stuff, and 8MS is being wasted on every page generation, that more then doubles server load, meaning less then half as much traffic can be handled. Please tell me how I can fix it so that it doesn't take so (relatively) long.
  15. If the webserver dead, then PHP will also be dead.
  16. [quote author=neylitalo link=topic=105646.msg643502#msg643502 date=1184301425] Just out of curiosity, how can you piggyback on someone's phone, and what would it accomplish? I'm not sure I understand what you mean. [/quote]By hooking up your phone to your phone line, just like you hook up your wireless internet to their wireless internet to steal bandwidth.
  17. IE doesn't count it's not standards compliant.
  18. mysql_connect and mysql_pconnect are both doubling the time it takes for my PHP scripts to run. They take 8ms each no matter what I do. Please help :X
  19. Thanks you're a genius it works perfectly.
  20. I wander if it would be possible to make a mail server using PHP itself, instead of just connecting to one that already exists? =O
  21. Azu

    words fail me

    ROFL! Reminds me of the "bush pwnz" arguments. Except that this is just a joke (I hope) lol.
  22. Azu

    words fail me

    Oh my god. The sad part is, some people probably really ARE that retarded.
  23. Hi, could somebody please tell me how to do this? Something like select * from row where x,y,z is closest to 1,2,3 I have a table with x y z coordinates in it and I want to select select from there whichever one is closest..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.