Jump to content
Compatible Support Forums

ViolentGreen

Members
  • Content count

    556
  • Joined

  • Last visited

    Never

Everything posted by ViolentGreen

  1. ViolentGreen

    XP and networking

    Quote: Use the lusrmgr.msc tool in your peer to peer system! Problem: lusrmgr.msc does not run in WinXP Home. I am connecting a pro to a home system. Any other solutions?
  2. ViolentGreen

    Need Help with FTP.EXE

    Quote: Quote: Quote: Yes, my application creates the script files dynamically based upon user input. If you're really curious, I'm using the FTP as a subsystem to transfer character data to and from my Quake 2 server to a master FTP database. This allows players of my Q2 RPG mod to play their character from any server, provided they have my special software (and FTP.EXE of course!). Thanks for the help guys, I'll try out your suggestions tonight. GHz http://www.planetquake.com/vortex ghz@planetquake.com Why don't you just write the ftp into the software. I don't know what kind of language you are using but I doubt it is that hard to do. You could probably find a library out there with all the socket based programming done for you. It would take away the need for FTP.exe. Just something to think about, especially if my above suggestion doesn't work. Warning him ahead of time: I wrote an FTP client... I found out that downloading stuff is simpler than uploading them, no question... I got by it & around some hassles I had with it (most all of them I think with MOST ftp servers, but not all), but was headache & VERY frustrating! In fact, the MOST frustrating problem I have ever run into programming actually! (This problem boggled my mind for a good 1/2 year in fact, but I wrote it from scratch & did ALOT of porting of the C/C++ code for it to Delphi... I solved it with time & hassle, but it was a PAIN!) * That's why I was wondering if he was scripting FTP.exe itself... APK P.S.=> BUT, VG does have a point: I think that WSFTP's sourcecode is up online & freely available too... no joke! Trick is, he may not be used to the C/C++ code I believe it is written in... apk I have written a simple http client/server in c. There is pleanty of documentation and source code out there if you wanted to go that way as well. I doubt ftp is much different.
  3. ViolentGreen

    Is anyone here a farker?

    Quote: What's a farker? www.fark.com
  4. Quote: In the new windows (which is open when i click on a link in outlook express), the adress bar is empty !!! If i write some link in, it work !! So, the problem is that when i click on a link in outlook express, the linked adress is not in the new IE windows OUf, hard to explain , but now, i should be easy for you guys to resolve !!! I have noticed that before and I believe it was with Outlook Express. I very rarely click links in emails though so I didn't persue it.
  5. ViolentGreen

    Matshita Dvd-Ram

    Quote: What tpye of dvd discs do i need to buy and also what is a good program to write to dvd. Thanks If you have a DVD-ROM, you cannot write with it. I am assuming you just mispoke and have a burner. The box should say whether it is compatible with DVD-R, DVD+R, DVD+RW or DVD-RW. I don't know specifics about it though.
  6. ViolentGreen

    Is anyone here a Martial Artist?

    lol...from the front page it reads "Is anyone here a Martia..." I was expecting "Is anyone here a Martian?"
  7. Quote: In outlook express, if i click on a HTML link (a valid on), it open Internet explorer but the windows stay BLANK. in this windows is impossible to do anything, i ve to clause it to make my PC re-work... When you say it stays blank, do you mean that there is literally nothing there or does it give an error? Also is there an address in the addressbar or is the address bar even there? Quote: If i click on a DOWNLINK on a webpage, i ve the same problem Not sure what you mean by "DOWNLINK" Also what version of IE are you using?
  8. ViolentGreen

    Opinions on best RPG?

    Quote: I've enjoyed it a lot, especially now that my character moves quickly Yeah that was a pain. I got frustrated with it not letting me complete quests. I patched it so maybe that won't be an issue anymore. Also I wish it wasn't quite as dark and you could grab a horse or something to move faster over large areas.
  9. I am not sure what you want here... Are you trying to get two FAT32 partitions? Try formatting the whole thing as FAT32. Then repartition.
  10. ViolentGreen

    won't chkdsk on reboot :(

    Quote: hi question for everyone... I have WinXP Prof... when I try and schedule a chkdsk on my next reboot (start --> run --> chkdsk /f --> click 'y' to schedule) when I reboot nothing happens it just boots normally... I can't do a chkdsk! can anyone help? thanks I don't even get the WindowsXP screen where you would see the chkdsk... it acts like nothing is scheduled also some background information, b4 this happened I was able to run a chkdsk but it told me cannot access system volume for check or something like that, I booted off the CD and ran a chkdsk that way...now I can't run it at all! please help!! Sounds like you need to clear some entries in a reg tree but I don't know which one.
  11. ViolentGreen

    Need Help with FTP.EXE

    Quote: Yes, my application creates the script files dynamically based upon user input. If you're really curious, I'm using the FTP as a subsystem to transfer character data to and from my Quake 2 server to a master FTP database. This allows players of my Q2 RPG mod to play their character from any server, provided they have my special software (and FTP.EXE of course!). Thanks for the help guys, I'll try out your suggestions tonight. GHz http://www.planetquake.com/vortex ghz@planetquake.com Why don't you just write the ftp into the software. I don't know what kind of language you are using but I doubt it is that hard to do. You could probably find a library out there with all the socket based programming done for you. It would take away the need for FTP.exe. Just something to think about, especially if my above suggestion doesn't work.
  12. ViolentGreen

    tech/computer news

    I have yet to find a good site that has regular updates. Suggestions?
  13. ViolentGreen

    tech/computer news

    Quote: Quote: Jesus on the dashboard? Oohhh yeah.... Nice to see someone else familiar with them. Check it:
  14. ViolentGreen

    tech/computer news

    Quote: Jesus on the dashboard?
  15. ViolentGreen

    Need Help with FTP.EXE

    OK then. What about using the %20 instead of a space?[/i]
  16. ViolentGreen

    Need Help with FTP.EXE

    Quote: I'm trying to use FTP.EXE to send and get files with spaces in them. For instance, it works fine with a file such as "myfile.txt" but fails with "my file.txt". Does anyone know how to get this working? I tried using the 'literal' command with 'RETR my file.txt' but that seems to hang the software. I am quite aware that I could be using another FTP client, but I need FTP.EXE to work because I've tied it into my program. If you don't know how to solve the problem with FTP.EXE, suggesting another command-line program would be useful. Thanks in advance. GHz http://www.planetquake.com/vortex ghz@planetquake.com Try putting the file name in quotes (try "my file.txt" first and then 'my file.txt')
  17. ViolentGreen

    Kt400 Or Geforce Chipset?

    Quote: nforce2 Chipset has proven in over 20 reviews and 100 benchmarks that it is the best chipset for an AMD processor. By the way, SoundStorm isn't all that great, buy an external card. It works great for me. Can't tell any difference in audigy2 with surround sound.
  18. ViolentGreen

    tech/computer news

    Quote: My personal favorite for quite sometime http://www.dailyrotation.com/ Yeah that looks like what I was looking for. Pulls the best from multiple sites. Thanks! I never could get into slashdot.
  19. ViolentGreen

    160GB hard drive format prob. in 2k

    Quote: You can always try to resize the partition using Partition Magic or another similar program. Thats what you have to do. Just make two partitions.
  20. ViolentGreen

    Yet another Nero Question

    Quote: Quote: Actually two questions. 1) Nero detects my Lite-On 52x24x52 as having a max write speed of 40x. I have burned at 52x before. Anyone know why? 2) I have used Nero to find the max speed of my cdr media but I can no longer find where this option is. 1) Do you have the latest Nero upgrade? Nero is constantly adding recorders. 2) Nero includes a 'drivespeed' program which records the top recording speed of your CDRW. I am working on downloading teh latest upgrade but tthe only download server I can connect to is very slow. I guess I will keep trying though. As for point 2, I know the speed of my drive. I want to find the speed of my cd.
  21. ViolentGreen

    Logitech Cordless Elite

    I heard a lot of good things about this wireless keyboard/mouse set so when CompUSA had it on sale for $50 I went for it. Maybe its just me or the fact that i havn't downloaded the latest drivers but it seems like crap. My computer goes black if I hit the FLock key. The mouse seems to have a lot of compatibility issues (doesn't work well in Morrowind or UT2003, these are all I have tried though.) The mouse is heavy and bulky and the right mouse button needs to extend a lttle farther to the right. Anyoen else have problems iwth this?
  22. ViolentGreen

    nt 4 Drivers for Nvidia Geforce4 Go 4200 64Mb???

    Quote: I'm desperatly looking to get a better resolution (VGA driver=800x600). I got an Nvidia Geforce4 Go 4200 64Mb with an 8500 Inspiron. I now have to use Windows NT 4... I tried few drivers from here and there, but all gave me the blue screen. I don't want any 3D stuff. (two screen option would be nice though) Someone knows a way to get there? (what driver, modified inf or ini?) Help! thanks, Weymont I assume you have tried both the official drivers from nVidia and the ones from whoever made your card? Have you also tried up[censored] your monitor's drivers?
  23. ViolentGreen

    Logitech Cordless Elite

    Quote: i have the same model. its awesome.... So are you using the drivers that came on the CD int the box, updated drivers, or MS drivers
  24. ViolentGreen

    Logitech Cordless Elite

    Quote: My advice is to uninstall the Logitech drivers and go with the MS. I suppose doing that disables all those extra buttons on the jeyboard too?
  25. ViolentGreen

    CPUFSB, lightspeed, CPUCool

    Quote: Anybody have any experience with these or any other programs to alter the FSB settings from within Windows? Which is best if any, etc.? I have Athlon XP1800 with Nvidia chipset. Also, I am new here so G'day to all and I'm looking forward to some interesting exchanges !! Hmm... I don't know that I would trust changing the FSB from anywhere but the bios configuration. It seems risky. Just curious, what board are you using?
×