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

    SMTP Server Error - Domain in Recipient Policy

    Hi, the MX records were set at the same company that hosts the domain - the MX records have been added as A records to point at my exchange server and then added as the primary MX records the remaining part of the header is shown below: ----- Original message ----- Received: by 10.70.52.20...
  2. russellhancock

    SMTP Server Error - Domain in Recipient Policy

    Hi everyone, i have recently installed a new exchange 2003 server and have set up the domain names it is to handel (there are about 8). I have created MX records for one of the domains (mail01.flowswimschool.co.uk) and pointed these at the echange server. i have also added the domain to the...
  3. russellhancock

    Vb Script Query (Website)

    The code you need is: if userbox.value="User" and pswbox.value="123Password" then msgbox"Thank You" ELSEIF userbox.value="User" and pswbox.value="123Password" then else msgbox"Sorry Incorrect Username or Password entered" end if for the redirect, In asp it would be "Response.Redirect("PAGE...
  4. russellhancock

    web hosting

    try looking at streamline.net, they have quite a few features and are cheap, hosting from £14+ vat with server extensions at £25 +vat pa. It's windows or linux based. hope this helps. Cheers Russell
  5. russellhancock

    e-mail servers

    Hi all, not sure if this thread is dead yet or not... i have been using CapeSoft email server (costs $30). i have been happy with this upto v2.21 (there is an annoying small glitch in it) but V2.00 (still downloadable and supported) works faultlessly. It installes on pretty much any windows...
  6. russellhancock

    What features should an online shop have?

    Hi all, I am currently developing and improving the following site and wanted to get the general consensus on what features a shopping site should have. I am thinking of creating a "save basket" option and also improving the search facility but what else should an online shop have? Any ideas...
  7. russellhancock

    How to restrict page access

    The hidden form field is easy to hack, you just post your own form to the destination page. The only way to do this succesfully is with some form of session value. You could try it in an application array that checks which users are logged in but that will be VERY server intensive. Can you...
  8. russellhancock

    two form actions?

    You could submit the form to /formprocess.asp and then put a hidden form on that page replicating the form values and inserting the request.form("") to it. Then on /formprocess.asp have a OnLoad() in the body tag that submits the new hidden form.. Hope that helps. Cheers Russell
  9. russellhancock

    two form actions?

    Which language are you writing the site in? I know that ColdFusion (v4.0 i think) used to have a way of re-submitting a form after looking at it and using the values. ASP has a similar thing with server.transfer, but that can only be a "local" page using relative URLS. Cheers Russell
  10. russellhancock

    two form actions?

    Hi, The only way i know of doing this is with JavaScript onSubmit event on the form. This only works if the user has javascript enabled. Hope this helps Cheers Russell
  11. russellhancock

    Is the AMBCS worth having?

    Hi Craig, Thank you for the reply. You have given me some really usefull things to look at and investigate. It was usefull to hear from someone that already has joined and has "been there done that". Also thank you for the information about Southampton, i will definatly be looking at them...
  12. russellhancock

    Is the AMBCS worth having?

    Hi all, I am trying to get some form of qualifications or recignition / society membership that will help me develop my career. I have 3 years experiance in network administratration and also internet development. I never went to university so my highest current qualification is two A-Level's...
  13. russellhancock

    Wierd Free Space Issue - Windows Explorer

    Hi, Thanks for the prompt reply. I have tried changing the settings for the recyle bin, but it does not effect the actual size it is holding, even setting it to 0%. I have also checked on an identical server, and this has the same settings, but reports only 10Mb in space for recycler... At...
  14. russellhancock

    Wierd Free Space Issue - Windows Explorer

    Hi, Thanks for that tip, the extra space is being used by pagefile.sys and recycler. This has given a new question, recycling bin is empty, but it still has 343MB in size? i have checked my other servers / workstations and none have the same problem. I have also done disk cleanup and it says...
  15. russellhancock

    ASP's hang up on production server - IIS 5.0

    Hi, I know this is a stupid question, but do you have any anti virus software on the server? Another Question, has this happened since the change to the new server or did it work ok for a while? Russell
  16. russellhancock

    Wierd Free Space Issue - Windows Explorer

    The c: is 3.99GB, we are not using folder compression.
  17. russellhancock

    Wierd Free Space Issue - Windows Explorer

    Hi, yesterday one of my webservers, a dell PE1650 running windows 2000 server, crashed. After reboot we descovered that the problem was due to the computer running out of virtual memory. We have since moved the bulk of the page files to the d:, and decided to find out where the space had gone...
  18. russellhancock

    Virus never leaves PC

    Hi, Did you ever get this fixed? If not and you want to try a second anti virus product free try: http://www.pandasoftware.com/activescan/com/activescan_principal.htm This is a compleatly free online scanner that is very good, it found virus on my machine even though i run NAV in the...
  19. russellhancock

    WinXP PRO & 403.9 Error

    Hi, I think that the reason for this is that Win2k (and i think XP Pro) have a maximum connection limit of 10 users, this can not be changed, once that limit is reached it gives the error. Instead of using f5 in VI, try having one browser window open and refresh that each time, that way it...
  20. russellhancock

    SQL7 Connection Problems

    Hi Having a problem with SQL Server 7.0 running on NT4 Server SP6a. Connections through IIS are working without fault, however on trying to log in from within Windows as the System Administrator I receive the following message: SQL Server does not exist or Access Denied...

Part and Inventory Search

Back
Top