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 SkipVought 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. Seilsong

    Multicasting or an alternative

    Greetings Hope you can help. I have been handed a project at work which involves recieving a unicast real-time data stream over a VPN over a 0.5 Mb pipe from a central data agency to a server at my work location. The data agency will only allow one single unicast stream to one location, with no...
  2. Seilsong

    Beginning with Paradox

    I have been tasked at work with designing a cut down audit records system based on an existing system. The clients want legacy data imported . The exisitng system uses paradox. I must migrate lagacy data to a new SQL server back end. First, I need to find where the Paradox database is located...
  3. Seilsong

    Data Harvesting

    Greetings. I have been tasked with writing something that will carry out the following scheduled or manual task: Problem domain. Poll 120 networked PCs daily by IP address. Navigate to a folder in C drive. Harvest a daily HTML report which is generated by McAffee virus scan. Place each report...
  4. Seilsong

    McAfee Virus Scan - harvesting local HTML reports.

    The problem domain: McAfee Virus Scan installed on networked PCs. (Around 120 machines on a NetWare 6.5 / Microsoft 2000 server network). Daily scan report is generated locally in HTML format and stored in a folder on C drive of each networked PC I have been tasked with writing something that...
  5. Seilsong

    Java Helpdesk Development....a good idea??

    I have been handed the job of developing a Helpdesk for my companys IS department. The Application must produce stats and reports on helpdesk calls, hardware, software, PC images, peripherals, and must integrate with the Net so that helpdesk requests can be submitted online. I thought maybe a...
  6. Seilsong

    smtp problems

    Trying to forward email notifications of changes in a document management system to users and groups. Can telnet mail over port 25 from DMS server to web component server which is in a DMZ, but it gets stuck in queue box and is not forwarded to recipients. The DMS log shows that the notification...
  7. Seilsong

    PHP submits data to MySQL but database not updating

    Yo DRJ478 Thanks for such quick response A lot of code for a message board but here goes. <?php #Script 1.0.1 - addmessage.php if(isset($_POST['submit'])){ // Handle the form $message = NULL; // create an empty new variable // check for a username if(empty($_POST['username'])){ $un =...
  8. Seilsong

    PHP submits data to MySQL but database not updating

    Ok, heres the problem. A message submit form in PHP takes some parameters from user entered data and runs two MySQL queries to get, specifically a user_id value based on the username entered,and a forum_id value based on the forum name entered.These are made $variables and added to an INSERT...
  9. Seilsong

    PHP MyAdmin

    Yo alexkeel. Have had a similar problem albeit with IIS. The PHP install configures IIS and MySQL server automatically. Not sure if it will work on Apache but on IIS it worked when I installed PHP AFTER installing IIS and MySQL. The error only occurred when I installed MySQL after PHP ( all...
  10. Seilsong

    connecting to a machine-local website

    markdmac A thousand thanks. Your post was of great help. To put you in the picture, I must do a whole lot of PHP scripting and MySQL database work on my company's Intranet site and its safer and more flexible to do the development on a local machine ( you can work on it on the train!!) I had...
  11. Seilsong

    connecting to a machine-local website

    I want to do some interactive Intranet site development on my local machine using a local host ( to allow external access for testing in future). I have installed IIS and can see the default W2K page when I enter http://localhost, or http://127.0.0.7 so that is working ok. When I append the...

Part and Inventory Search

Back
Top