Jump to content

gamehead200

Patron
  • Posts

    6,876
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gamehead200

  1. Its in a DOS prompt (command prompt) because you haven't developed a GUI for it yet... Don't worry... This is how C++ starts out for everyone (mostly)... Even I'm still learning using this as well...
  2. You can check which port numbers ARE IN USE by using netstat and its various commands. To use it, open up cmd.exe and type in netstat. If you want other commands, type netstat /?.
  3. I've never had this problem. On my Linksys routers (yes, I have two), I have one 128-bit key on each router (different of course). All I did was set the key index to 1 on all the laptops in my house and it works fine. Out of the four fields that are available on the Linksys routers' WEP key list, I filled out the first one and left the others blank. No problems whatsoever!
  4. sven, I don't think its a scanner... Its probably a worm that's trying to get through... Remember the Blaster worm?? That ran an exploit on port 135 and a few thousand computers in the world probably still have it...
  5. #include <iostream.h> using namespace std; int main() { cout << "Hello World!\n"; system("PAUSE"); // will ask user to press any key to exit return 0; }
  6. Yup... That's what you gotta do. Too bad I didn't see this earlier.
  7. Doubt it. I don't think any Microsoft operating system supports downgrading to an older OS.
  8. Yeah... Linksys' tech support people are really stupid...
  9. There is a way. If you have a download script installed on the server, then you can "trick" that script into downloading the PHP file that you want located on the server. (Not saying how.) Also, if a server somehow doesn't parse the PHP file, it will just output the code. Oh, and of course by FTP! Other than those ways, I don't know...
  10. I think he wants to integrate it into his site!
  11. You can create a script that writes to a MySQL database and stores it and retrieves it from there. Just a suggestion!
  12. OK... This is just getting really annoying! Have you even bothered searching the forums??? I must have answered this questions at least 5 times in the last week. http://www.msfn.org/board/index.php?showtopic=37277 http://www.msfn.org/board/index.php?showtopic=37277 http://www.msfn.org/board/index.php?showtopic=37277
  13. Can you send me the controller adapters?? I have a very good use for them!
  14. Use the search button. Your question has already been answered hundreds of times... Look: http://www.msfn.org/board/index.php?showtopic=37277
  15. Wrong... Doggie has a cap similar to that one... Also, the cable company in Montreal offering cable internet has bandwidth limit of 6GB total!
  16. Yes they are. Have you considered getting an iPod shuffle? Its a flash-based iPod that comes in 512MB and 1GB sizes.
  17. Yep, and it has effects, batch rename, batch convert and other cool stuff. DL <{POST_SNAPBACK}> I love this program! Its even small enough to fit on a thumb drive and I think even a diskette!!
  18. Its all in the thread... Go back to some of the previous posts and you'll find it! Also, why are you logging IPs??
  19. Either that or someone hijacked his account?
  20. ???? You know, there IS a time difference!
  21. xper will fix it ASAP! Hopefully...
  22. I believe its either in the registry or in the Group Policy editor...
  23. I believe its either in the registry or in the Group Policy editor...
  24. That's illegal. Microsoft would receive so many lawsuits, it wouldn't even be funny. How about programmers that would want to write their own programs and not distribute them?
×
×
  • Create New...