Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. StargazeR82

    rsync to mirror two servers

    Ok, I read the man page and some examples and I understand about how to sync a coupla' folders. But what about the whole entire filesystem? Is that possible? What about copying the OS while it is running? Could that even be possible? Or will it only work for folders and files not in use?
  2. StargazeR82

    rsync to mirror two servers

    I hear that you can use rsync to mirror two servers to create a redundant system. Is this true? And if so could someone give me an example how they have done it in the past? These are two cobalt raq4 web servers.
  3. StargazeR82

    session variable

    I need to do the same thing with that....load a value from a form into a session variable when a button is clicked...but since the button clicking code is client-side and ASP is server side...is there a way to do it? Surely there must be.
  4. StargazeR82

    Using OnClick event on a Submit Button

    I'm using ASP/VBScript. I want to put a form value into an ASP Session variable when the submit button on the form is clicked. Is this possible? I thought that the onclick event had to be executed on the client side to work and therefore ASP code that is executed on the server side wouldn't...
  5. StargazeR82

    FTP users can't see each others files

    "then they are not where you think they are." I know what directory i'm in. You can see the files in that very directory if you log in as that user. If I go to that very same directory as root then I can't see them. I have to log in as that user to delete his files. "What are...
  6. StargazeR82

    FTP users can't see each others files

    Ok, here's the deal. I have an web server that we are ftp-ing files to. i can upload the files as admin and it works just fine as far as the web site is working etc. Problem is, the user that is 'supposed' to be uploading and administering this site can't see the files that I uploaded when he...
  7. StargazeR82

    email accounts being used to send mail

    What does a question mark after and email address followed by another completely separate email address mean. Some one is using the computers on our network to do some squirrly stuff and they are sending junk mail to each other too. Recommendations?
  8. StargazeR82

    Need mysqldump help FAST!!

    I'm trying to do a restore and I get the error 1065 at line 26: Query was empty. What should I do. This is really critical.
  9. StargazeR82

    Help dealing with a date string

    I'm using a MySQL backend with ASP/VBScript. On an update page for orders there are several dates. When viewed on the page, the data is in the format mm/dd/yy. But for it to be input into the database, it must be in the format yyyy/mm/dd. So when you go to update a record, you see the date...
  10. StargazeR82

    Problems handling dates using MySQL backend

    I'm using MX to develop a web interface for a MySQL backend. MySQL wants dates in the format yyyy/mm/dd. When I show an update page for an order, it shows me the date in the format mm/dd/yy. If you update the order and just leave the date the same...it won't take the date b/c it's no longer in...
  11. StargazeR82

    How do I execute ASP when submit button is pressed

    I need to execute two asp functions when the submit button on a form is pressed. Can't get it to work. Any ideas or examples?
  12. StargazeR82

    How to do client side adding of form fields before submission

    Thanks Rob. That was just what I was looking for.
  13. StargazeR82

    How to do client side adding of form fields before submission

    If I have two fields on a form, and need to add them together and place the sum in another field in the form automatically so the user can see the total before submission, how would I do that?
  14. StargazeR82

    Only one insert record server behavior?

    Thanks, lebisol. That tutorial was just what I have been looking for.
  15. StargazeR82

    Need help with an if statement

    Yea man. That's all I needed. I've only ever programmed in C++ and I haven't learned this syntax yet. It's a little loose for my taste. I knew what I wanted, just didn't know how to get it. Thanks a lot.
  16. StargazeR82

    Need help with an if statement

    I'm new to VBScript and I need to write this code in a hurry. It's for an ASP Page, and basically I need it to check to see if there is a query string passed to it and if so to execute an ASP statement and otherwise not to execute it. Any help would be appreciated.
  17. StargazeR82

    Need to populate Menu Box

    How do I go about making the possible values for a menu box in a form dynamic( where I can populate the list with values from the database )?
  18. StargazeR82

    Only one insert record server behavior?

    Why can you only have one insert record server behavior per page? I need to insert into two tables from one form? Any idea on how to do this?
  19. StargazeR82

    Two DNS Servers with one static IP

    How would I go about setting up two dns servers if I have one static IP address assigned from my ISP? My router is running NAT and has pinholes on given ports. Port 53(dns)is pointed to my primary server. Is it possible to set up a second dns server behind the router? If so, how? Thanks.
  20. StargazeR82

    FTP Problems

    And btw, telnet is taking forever to give me a login prompt as well. And one more interesting tidbit...when I go to upload some files to my FTP server, I get a message that the file on the server is newer than the one I'm trying to upload...and that's never happened before, but it may be unrelated.

Part and Inventory Search

Back
Top