Technology

Google

WGET

Submitted by Ravindra on Thu, 2008-04-17 06:19.

If you want to wget a sub folder with out parents , then use
the --no-parent option or -np. from the wget manual this means
Do not ever ascend to the parent directory when retrieving recursively. This is a useful option, since it guarantees that only the files below a certain hierarchy will be downloaded.

permalink

Moneybooker integration

Submitted by Ravindra on Tue, 2008-01-29 15:04.

Recently i integrated moneybooker as a payment gateway to a client project. It was my first experience with moneybooker. If you do not know what moneybooker is they serve the same purpose as paypal and they are being more and more popular.
http://www.moneybookers.com/

I made the mistake of completely following the HTML code generated at
http://www.moneybookers.com/app/test_payment.pl
and then customizing it.

I was able to create a mini shopping cart at the moneybooker side with the few available variables. during testing suddenly when the number of items increased the request to moneybooker from the client site failed.

permalink

Apache UID error in running scripts

Submitted by Ravindra on Mon, 2008-01-07 05:26.

if you get an error like below
UID of script "/var/www/index.php" is smaller than min_uid

then chown "/var/www/index.php" to a user, who lies below the current user who owns the file and check.

permalink
Syndicate content