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
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...
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...
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="/local/files/.html"><img src="/local/images/.gif"></a>
junk <a...
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...
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...
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...
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
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
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...
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
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.