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 TouchToneTommy 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: *

  • Users: JonMusto
  • Content: Threads
  • Order by date
  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

    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...
  4. 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
  5. 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'...
  6. 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()" />...
  7. 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...
  8. 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...
  9. JonMusto

    Help with X....

    Hi All, I'm looking for some info on running linux applications remotely. I've done a basic install of RHEL 4 but not included any of the X11 stuff. Could some tell me which RPMs i would need to install to be a able to run linux apps through ssh. Many Thanks in advance... Jonathan.
  10. JonMusto

    libstdc++ help please!!

    Hi all, I'm trying to use a piece of software called Tarantella and Red Hat Enterprise 4. When i start it, it informs me that i need libstdc++-libc6.1-1.so.2. So, I search through /usr/lib, and it's right, its not there, or anything like it. So, i install the compat-libstdc++ RPM, which i...
  11. JonMusto

    PHP vs ASP

    Hi Everyone, I'm doing a project on Microsoft vs Open Source. Ive written two identical sites, one in PHP and one ASP. I'm now looking for some way to compare them on performance. I've got microsofts web app stress tool, but i can obviously only use this on the Windows/IIS box... Does...
  12. JonMusto

    HELP PLEASE!!!! Be warned though.. Dictionary Object!!

    Hi All, Can someone please help me... For my Uni project i'm comparing PHP to ASP... I've written a simple e-commerce site in PHP with user log-in area, and shopping cart... etc... To do the shopping cart I simply stored an associative array in a session variable, with product id as the key...
  13. JonMusto

    Very Strange... Please Read

    Hi Everyone, I have a very strange problem with my PC that is really doing my head in. I have a DVD writer in my PC, is a SONY DW-D22A. Now, up until a few days ago this writer worked fine for Both DVDRs and CDRs. But now... Whenever i put a blank CD in, it doesn't recognise it??. i.e. when...
  14. JonMusto

    Some expert advise please.....

    Hi all, I've just installed Oracle 9i on Redhat 9 and i'm wondering what would be the best way to import customer database backups for support purposes?? i.e a customer will send us their oracle database dmp file for us to import and connect to. All we really need importing are the tables...
  15. JonMusto

    Collation Conflicts

    Hi All, I wonder if anyone can help me? I'm trying to create a view, which is a union of two other views: SELECT * FROM dbo.V_USERS_INTERNAL UNION ALL SELECT * FROM dbo.V_USERS_EXTERNAL When i try to create the view a get a collation error. To be more precice, when i run the...
  16. JonMusto

    Running a script then closing the window.....

    Hi, Can anyone help me? I've got the following javascript which opens a program on my local machine: function LaunchHydra() { var launcher = new ActiveXObject("Shell.Application"); launcher.ShellExecute("C:\\Program Files\\Hydra\\hydra32.exe", "", "", "open", "1"); } What i want to do is...

Part and Inventory Search

Back
Top