however i cant get a cron job to work properly. i kee pgetting a message back saying it wasnt given a username to search for. after looking around the net, i ended up having tried 3 different commands, none of which worked.
wget -O - -q http://runetracker.org/updateUser.php?&user=zezima
wget -O - -q http://runetracker.org/updateUser.php zezima
wget -O - -q http://runetracker.org/updateUser.php user=zezima
Do you guys have any idea as to what else i can try to try and get the parameter to be passed onto the script properly? thanks.