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 IamaSherpa 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. JonMusto

    Local Profile to Multiple User

    Hi All, I wonder if someone can help me. I want to run a .bat file which in turn updates a CU reg key when a user logs into my terminal server. I've managed to get it working by using a logon script on the user profile. However, i need to run a deferent script depending on which local...
  2. JonMusto

    Same Port - Different IP's

    Hi All, I have a Server 2003 machine with 2 IP address. One IP address is used by IIS, the other I want to use for JBOSS/Tomcat, both using SSL port 443. Now, I've had this working perfectly in JBOSS 3x by simply adding inet="xxx.xxx.xxx.xxx" into the relevent connector in my...
  3. JonMusto

    Regional Setting - Per User

    Excellent... I'll see if can find anything too... Thanks for all your help...
  4. JonMusto

    Regional Setting - Per User

    I'll give that a try thanks. They are all in different local groups... The server time is not really important, just the date format.. I.E. Some users wan't to see dd-mm-yyyy and others want to see mm-dd-yyyy. I thought that it might be a current_user key?
  5. JonMusto

    Regional Setting - Per User

    No, sadly not... Where can I get this script from markdmac??? thanks, jonathan,
  6. JonMusto

    Regional Setting - Per User

    Hi All, I have a Windows 2003 terminal server. Some users are in the UK and some in the USA, therefor they want defferent regional settings. Is there any easy way to control this? The only way i've figured out so far is to make sure the regional setting a set correctly BEFORE I create the...
  7. JonMusto

    Form Misuse - Help!

    Ahh... That would make more sense.. Doh! Its PHP, he're is the specific function, you'll notice i'm trying foamcows logic, which i think should work as i did notice MIME: Version: in the attmepted attack, but anything to strengthen it further would be great, and always usefull in future...
  8. JonMusto

    Form Misuse - Help!

    Thanks for all the help guys... TamedTech, here is the code. Foamcow, thanks i'll give that function a try. <form id="enquiry" action="" name="enquiry" method="post"> <h2>Contact Form</h2> <label><span>Your Name</span> <input id="Name" name="name" type="text" value="Name"/>...
  9. JonMusto

    Form Misuse - Help!

    Hi Guys, I've have recenty done a web site with a web form. It looks like someone is trying to inject emails into it to try and send spam emails. Does anyone know of a way to "protect" this form? Thanks in advance for any help. Jonathan
  10. JonMusto

    Splitting up a string... RegExp??

    That Works a treat! Thanks very much..
  11. JonMusto

    Splitting up a string... RegExp??

    Hi All, I wonder if someone can help me. I'm a bit of a noob when it comes to SQL server programming. I'm looking to explode a string by a particular value using an SQL function, e.g. 'aaa/bbb/cccc/ddddd/ee' Say for example i want to pick out element 4 of this string and return just 'dddd'...
  12. JonMusto

    Auto Sumitting Check Boxes - Help please!!

    Here is the one of the forms, on a page that has only one checkbox, i've changed the checkbox names to begin with a char and it still doesn't work... Some things just ain't meant to be...: <form id="enquiry" name="enquiry" action="" method="post" enctype="text/plain">...
  13. JonMusto

    Auto Sumitting Check Boxes - Help please!!

    That is cut down yes... There are various other tags in form for arranging data, such as <p>'s and </p>'s etc. But no submit button. I'll try renaming the variables and let you know how it goes... Cheers.
  14. JonMusto

    Auto Sumitting Check Boxes - Help please!!

    Hi Folks, I'm trying to create a form with a number of checkboxes, that once changed automatically submit the form. I have the following: <form id="enquiry" name="enquiry" action="" method="post"> <input type="checkbox" name="1" class="chk" value="1" onchange="document.enquiry.submit()" />...
  15. JonMusto

    Help.... ODBC Timeout

    Hi All, I'm desperately seeking some help with a SQL Server ODBC. I have a database stored on a server over a 2Meg link. The system DSN is set up on my laptop. The ODBC settings all test fine. I can even connect to the database using Microsoft Excel and pull back data from any table I...
  16. JonMusto

    Two SSL site on one Server

    That would be even better... I have two public IPs for the server but only 1 private IP... Will i need 2 privite IPs??
  17. JonMusto

    Two SSL site on one Server

    Hi all, I don't know if this is the right place to be posting this but i have a small problem. Basically i'm trying to run 2 secure web sites on one Server located in London, one using IIS and one using Tomcat. The Tomcat one is already running on the default port 443 and is accessable fine...
  18. JonMusto

    Help with X....

    Yey!!! Thanks very much for all you help guys...
  19. JonMusto

    Help with X....

    Further update.. I'm trying to install the xorg-x11-6.8.1-23.EL.i386.rpm RPM but it says that I need the xinitrc RPM... So i try and install the xinitrc RPM and it says i need the xorg-x11-6.8.1-23.EL.i386.rpm!!! How on earth are you supposed to get around that...??? Help Please...
  20. JonMusto

    Help with X....

    Hi agian... The cleints will be web based... Its a system called Tarantella, i don't know if you've heard of it. Basically, i'm unable to run the Object Manager and Array Manager within this application. I get the following error: ../.././bin/bin/ttaxset: unable to open display "" Exception...

Part and Inventory Search

Back
Top