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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wagnj1

  1. wagnj1

    taskbar question

    on my laptop I've went to control panel, system, advanced, and turned off all my fancy performance options in the top settings. however, now when I maximize a window, my taskbar is not visible. apparently the window is going in front of the taskbar. I noticed that if I right click on the taskbar...
  2. wagnj1

    lotus script question

    nvmd, I figured it out. I should look around in Notes more before I post questions =) I was editing my local notes R6 template file .ntf instead of my user mail database file on the server. Now it works great. Windows XP Pro - SP2 Intel 3.20 Ghz HT CPU - 512KB L2 Cache MSI 875P Neo-FIS2R Mobo...
  3. wagnj1

    lotus script question

    hi I'm trying to add a custom letterhead to my notes application (its a FireFox logo). My office recently moved from Notes R5 to 6.5. When I open designer, it gives me a list of recent databases on the left pane, one is for R5, one called R6, and one is the Database Library. If I make changes to...
  4. wagnj1

    securing ftp

    I am currently using bulletproof ftp server v2.21. I'm thinking about securing this so that my username/password aren't plaintext if someone is sniffing my network when I logon. Anyone know of some good software for doing this? I really like bulletproof ftp server, so having something that I...
  5. wagnj1

    n00b alert

    well I installed the NWlink IPX/SPX Netbios Compatible Transport Protocol for my connection and the Routing and Remote Access Service starts up successfully now.
  6. wagnj1

    n00b alert

    thanks for the link but none of those suggested fixes work. I have a feeling that my problem might have something to do with the fact that my desktop PC which I want to set up as a VPN server is running my website and is configured as a Virtual Server HTTP. I have everything on my router that...
  7. wagnj1

    n00b alert

    I tried setting up my home desktop as a MS VPN server. I went to network connections in Control Panel and selected "Set up an advanced connection", and then "Allow incoming connections", and then it freezes for about 2 minutes, after which windows informs me that there is a problem with my...
  8. wagnj1

    creating/sending packets

    I'm interested in how exactly one goes about creating a packet and sending it out through the network adapter. Programs like Nemesis and Netwox have multiple types of packets that can be injected. Once I have learning about the structure of a certain type of packet, how could I create one and...
  9. wagnj1

    n00b alert

    thanks for the reply. I've following it up by doing some research into setting up a VPN server & client connections using windows xp. I would also like some info on what some others use for their VPN tunnels. I'm guessing that there is better software out there to use then the Microsoft version.
  10. wagnj1

    n00b alert

    hey all. I've been reading up a bit on using VPN's, as I would like to set one up so I can access my home Pc using it (vs. using remote desktop). I am using the DI-624 router. My question is how exactly do I set this up? Do I need some sort of server software installed on the PC I want to...
  11. wagnj1

    network history log?

    is there any way in windows xp to determine previous network connection history? I'm currently at work, and I just tried remoting home but my IP address has changed and so my website (which is running off my computer at home) has the old IP in the A record and will not work either. However, I...
  12. wagnj1

    easytrieve looping question

    I'm using a Do...While loop in my easytrieve code and I'm wondering if there is a statement to break from the loop. I'm using the Do...While loop to search for a string from an array, and if it finds it, it increments a counter variable and I want the loop to quit.
  13. wagnj1

    remotely executing a dos batch file

    I need to write a section of php that will execute a dos batch file thats located in my htdocs directory of my webserver...anyone know what the php command(s) are to do this? I am not having any luck finding out how to do this, maybe VBscript would be a better choice for doing this?
  14. wagnj1

    reading from txt, using single quote

    thanks again. I've use rtrim() to remove the newline chars but it's still not loading. I have determined why but need some suggestions as per what to do: My echo statement that puts the picture on the page is as follows: echo "<img src='new/".$picture."' width=409 height=293 style='margin-left...
  15. wagnj1

    reading from txt, using single quote

    thanks for the reply. my code that is affected loooks like this: echo "<a class='nav' href='new.php?picture=".rawurlencode($buffer)."'>".$buffer."</a><br />"; The address that it points to looks somewhat like this: http://www.domainname.com/images/new.php?picture=David%27s%20Photo.JPG%0D%0A...

Part and Inventory Search

Back
Top