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 wOOdy-Soft 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: kevinpham
  • Content: Threads
  • Order by date
  1. kevinpham

    modules

    Hello, My host does not have some PERL module is I want.... Can I simply upload all modules i want to a folder and use this use lib 'path/to/modules/ will it works? or there is any other way??? cheer kevin
  2. kevinpham

    Yahoo search results

    How do I make Yahoo returns more than the default 20 results per page in search???? I hate to keep clicking to find the one i ones... Is there something we can do to the QUERY STRING such as add something like this into the QUERY STRING &link_per_page=200 I know it is not &link_per_page=200...
  3. kevinpham

    Simple Regex

    Hi, I just want a simple regex to do three things 1. take out the part between <body> ... </body> tag in an HTML file. 2. replace every relative image url with its full url <img src='aaa.jpg'> to be <img src='http://www.mydomain.com/aaa.jpg' 3. Replace every relative url with its full url...
  4. kevinpham

    regex : best way to get only the &lt;body&gt;...&lt;/body&gt;

    Hi, What is the bestway to extract only the <body>....</body> of an HTML file, and convert all links and graphics to their predefined URL. For example, if I have <html><head></head><body> junk <a href=&quot;/local/files/.html&quot;><img src=&quot;/local/images/.gif&quot;></a> junk <a...
  5. kevinpham

    Detecting Image Size

    Hi, how do you detect the image size using plain CGI with and without any additionaly modules? It screw up my program when someone upload an image with big size, if I displaying with resizing effect , says width=200, then smaller images whose width is only , says 50, looks distorted So it is...
  6. kevinpham

    compiled perl code

    I have seen a couple of binary PERL (NOT C/C++) codes being distributed, i wonder how do you compile the perl codes? This is a great way to protect your source code from shareware and freeware so that people are not going to remove your links... And I think since the codes are compiled, it...
  7. kevinpham

    compiled perl code

    I have seen a couple of binary PERL (NOT C/C++) codes being distributed, i wonder how do you compile the perl codes? This is a great way to protect your source code from shareware and freeware so that people are not going to remove your links... And I think since the codes are compiled, it...
  8. kevinpham

    subdirectories in Unix and windows

    Do anyone have an idea how many subdirectories (folders) can we create inside a parent directory, in Unix and Windows? is there a limitation at all??? cheer kevin
  9. kevinpham

    error 403 on Windows running Apache

    HI, When i try to execute a CGI script in Win32 running ActiveState 5.6 and Apache 2.0, it says error 403 or forbidden. If it is Unix, then you just change mode the dir and files, but it is windows, what should i do??? cheer kevin
  10. kevinpham

    where is the PERL Interpereter location in Apache running on WIndows?

    Hi, I just installed Apache in my Win2000 comp and trying to run some sample cgi scripts. But i keep getting the 500 errors. I think it's because of the path. Those programs work fine in Unix (with same apache version) My installed Perl is in C:/perl I tried those paths: #!C:/perl (unix...
  11. kevinpham

    .htaccess ip address logger

    Apache use .htaccess to protect directories. Is there anyway i can log the person' username and Ip address to prevent sharing. I have encounter numerous scripts that detect how many times you have logged in, but just wonder how can they detect??? Any help would be abbreciated. kevin
  12. kevinpham

    How To ImageMagick Locally

    Hi, My cheap server does not have ImageMagick module and won't install it for me. So i would like to know if there is any way that i can install it locally, on my own webspace (not at root level)? The ImageMagick documentation does not have this, or i was to dump to see it, and have search...
  13. kevinpham

    htaccess logger

    hi, I am kinda new to htaccess. I am writing a user management script and just wonder how to log user when they login via the protected directory pop up dialog? I have seen many scripts can log user ip address and more to prevent shared usernames... thanks

Part and Inventory Search

Back
Top