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. kevin197

    Hacked with html on every php page

    hi, my server has been hacked and I think I have removed everything now apart from I get some html code at the top of every index.php page on the server. index.html and anyname.php files are fine so it's just index.php files in any directory on any site on the server. I'm thinking this might...
  2. kevin197

    Mod redirect

    I am trying to use mod redirect for the first time and finding it a bit confusing. I would like the url page.cgi?part=12345 to become /1/12345.html and page.cgi?part=GHF426 to /G/GHF426.html How can I do this with the first char as a directory or would I be better off to just leave the first...
  3. kevin197

    Save a click

    This a mix of asp.net, ajax and javascript. I have a search box for product codes on the site where people can type in what they are looking for. After the first 2 letters have been entered the ajax brings up a drop bown box for searches starting with them letters. You can then click the...
  4. kevin197

    Isapi rewrite

    Thanks for that, that makes sence. I'm using the ISAPI_Rewrite on http://www.isapirewrite.com from Helicon Tech So as I see it my code should be: <rewrite> <rules> <rule name="Rewrite to Level1.aspx"> <match url="^Level1.aspx\?Grp1Code=([0-9]+)&Grp1Desc=([a-zA-z0-9_]+)" />...
  5. kevin197

    Ajax search

    Thanks cLFlaVA Here is the code I think you need: <asp:Panel ID="yel" runat="server" DefaultButton="imgBtnSearch"> <asp:Label ID="lblLoginName" runat="server" CssClass="BodyText" Font-Bold="True"></asp:Label><p> <span class="q">Quick search:</span> <asp:TextBox ID="txtQuickSearch"...
  6. kevin197

    Isapi rewrite

    Hi, I am trying to rewrite some urls on a windows server and if I can get my head round a basic one I should be ok writing the other rules I need. The url I have is: http://www.mydomain.com/Level1.aspx?Grp1Code=01&amp;Grp1Desc=keyword The url I am after is: http://www.mydomain.com/keyword...
  7. kevin197

    Ajax search

    I've been told I'd get more help here than on the ajax tread so here goes :) I have a search box that works fine using ajax by clicking on the suggested search term it brings up and then clicking the go button.What I'm looking for now is to make this a one click process instead of two.I would...
  8. kevin197

    Ajax onclick?

    I have a search box that works fine using ajax by clicking on the suggested search term it brings up and then clicking the go button. What I'm looking for now is to make this a one click process instead of two. I would like the search to trigger once the user clicks on the suggested term instead...
  9. kevin197

    5 minute delay on printer

    Thanks for your replys, I've took the printer off the network and put it on LPT1. It prints fine like this, no delay at all. I changed the printer cable too just incase and then put it back on the network and it was the same 5 minute delay after the first print job again. You can print 100's of...
  10. kevin197

    LAN printer won't print

    Also make sure that none of the computers, printer or router have the same ip or they will conflict.
  11. kevin197

    5 minute delay on printer

    I happens on other computers too. The printer is a Epson LQ-2180. It's been a ongoing issue for awhile now. What I don't understand is how it only has the 5 minute delay after it has already printed straight away the first time.
  12. kevin197

    5 minute delay on printer

    Does anybody know anything that could cause a 5 minute delay on a network? I'm really stuck on this one and I'm not sure where to start looking.
  13. kevin197

    5 minute delay on printer

    I am getting a 5 minute delay when re-print a document. I can print fine the first time but if I try to print again after it waits 5 minutes. It waits the same amount of time each time. It's the same problem as http://answers.yahoo.com/question/index?qid=20080514200838AAqt9tZ I've tried...
  14. kevin197

    Email not sending

    Thanks jmeckley, but I already had all that in the web.config file too. I've got it to work in the end by using localhost instead of smtp.hosts.co.uk
  15. kevin197

    Email not sending

    Well I've got my script working now, I changed the smtp server from smtp.hosts.co.uk to localhost and it worked straight away. However, using localhost doesn't help when we try and send email from a application being built in asp.net to be run in the office. I've been given this error by the...
  16. kevin197

    Email not sending

    Thanks jmeckley, I changed that code but still don't get any errors. I just don't get the email :(
  17. kevin197

    Email not sending

    Thats what I thought so I added the authentication to web.config but it still don't work :(
  18. kevin197

    Email not sending

    I'm not very good with ASP.NET I normally code in perl on unix so here goes... I'm trying to get a form to be processed by a ASP.NET script and it email the forms fields to me. I've got the script working on a windows server at work but can't get it working on a names.co.uk server. This is...
  19. kevin197

    Multiple where statement

    Thank you so much both of you, it works great now :)
  20. kevin197

    Multiple where statement

    Thanks stevexff but now I'm getting: Undefined subroutine &main::execute called at index.cgi line 229 Is that for mysql or postgresql? As I am using mysql

Part and Inventory Search

Back
Top