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.
Technology
WGET
Moneybooker integration
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.
Apache UID error in running scripts
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.
