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

    Can't get GET / query_string params to work

    Okay, I've fixed the url encoding part. I am still getting the 404s http://chat.l-word.com/main.swf?gatewayURL=http%3A%2F%2Fchat.l-word.com%2F%2Fgateway.php%3Fsessionname%3D1144085297
  2. inlandpac

    Can't get GET / query_string params to work

    Why would we get a mixture of 200 AND 404 responses? I would think if it was purely the fact that the value in the request was not url encoded, we would always get a 404?
  3. inlandpac

    Can't get GET / query_string params to work

    This is an interesting one. The access logs show plenty of status 200s for this url but then there are periods of 404s chat.l-word.com xxx.xxx.xxx.xx - [16/Mar/2006:17:09:48 -0600] "GET /main.swf?gatewayURL=http://chat.l-word.com//gateway.php?sessionname=1142550584 HTTP/1.1" "-" 404 300...
  4. inlandpac

    Can't get GET / query_string params to work

    How do I make it so that my server will allow query strings to be passed to files like swf, images, etc. When I go to a file such as /dir/file.swf?name=value I get a 404. If I remove the ?name=value the file loads just fine. What to do!!!!!!!!!
  5. inlandpac

    access denied error

    It was a code problem. I rewrote the code to look like: Dim strFileType As String = strFile.PostedFile.ContentType Dim intFileSize As Integer = strFile.PostedFile.ContentLength Dim strpath As String Dim strFileName As String...
  6. inlandpac

    access denied error

    Never mind. I figured it out! Thanks anyways.
  7. inlandpac

    access denied error

    Hello, After searching and following the instructions that I found on a number of locations, I am at a loss. I have a file upload script (very simple) that is trying to upload to c:\tmpfiles I set permissions for the ASP.NET user as well as the IUSR_{machinename} to have full access to...
  8. inlandpac

    ezmlm and qmail

    Hello, I have newsletters that I send out to our subscribers and we have no way of knowing which subscribers actually open the newsletters I have a php script I wrote that generates a small image at the bottom of the newsletter when it gets sent out. I have this image code in...
  9. inlandpac

    import existing log files to mysql

    Hello, I've been trying to import our entire history of log files to mysql, but am having a hard time. There are about 20 2GB files to start, but the actual imported data should be much smaller. My log format is 211.75.91.2 - - [22/Jul/2005:09:28:50 -0400] "GET /reviews/season2soundtrack.php...
  10. inlandpac

    Track or Log sent mail

    Actually, this is what I have already done and it only forwards INBOUND email to the account - not outbound. I need to receive a copy OR have a log that shows every email this user sends through their account.
  11. inlandpac

    Track or Log sent mail

    Hello, We have a possible problem with a user sending confidential/prorprietary information to people via email. I have set up a forward for any inbound email to this account so I can track the email this user is receiving (I am saving a copy so the user will still be able to receive the...
  12. inlandpac

    Form Keyboard Imput Detection and Action

    Perfect. Thank you both so much! ICQ: 54380631
  13. inlandpac

    Form Keyboard Imput Detection and Action

    I am working on my first vb app and have run into a stickler. I have a form frmCalculator. This form is a calculator that allows for numbers and operations to be entered either by clicking on the buttons in the form or by keystroke. I do not want to require focus in the number display text...
  14. inlandpac

    Banning users from site

    There will NEVER be a 100% effective way of blocking someone. There are just too many ways people can spoof ips, enter through anonymizers, etc. So, short of using their email address to send a registration confirmation and activation before they can access the site (where they must go to the...
  15. inlandpac

    No output from query...

    try this: <cfdump var="#GetQuestion#"> and see if you are getting anything from your resultset. ICQ: 54380631
  16. inlandpac

    Textarea input issue

    not 100% sure, but the passed content needs to be cleansed before attempting to insert it into the database. The problem here is that when someone copies content from a web page, there is very good chance that hidden characters will be present which when translated on the server side come back...
  17. inlandpac

    CFMLInterpreterImp::writeEmergencyMessage

    no which is why I posted this and posted the link to the very page that has just what you quoted. I wouldn't have posted this otherwise. ICQ: 54380631
  18. inlandpac

    can someone please translate this for me

    (?m)^[ \t]*({3}[^\n]*?{3}|[^\n]*?\d{1,2}/\d{1,2}/\d{4}[ \t]+\d{1,2}:\d{1,2}:\d{1,2})[ \t]*$ Well, here's something to get you going in the right direction for interpreting this: (?m)^[\t]*({3}[^\n]*?{3} somthing followed by 0 or more spaces and tabs at the beginning follored by 3 asterics...
  19. inlandpac

    CFMLInterpreterImp::writeEmergencyMessage

    We started getting this error. Nothing we read makes sense about this error - not that there is much to read. Macromedia has a statement about it on their site (http://www.macromedia.com/support/coldfusion/ts/documents/tn17893.htm), but if anyone has any further information about why this...
  20. inlandpac

    Newbie need help with strtok and calloc

    Thanks, all! I will work through all of this (a lot of information here) and will see what I can do. I appreciate your help! ICQ: 54380631

Part and Inventory Search

Back
Top