I've noticed I am getting a TON of spam lately. Enabled Spam Assassin and the headers indicate it is processing the emails, but is scoring obvious spam very low (Akai berries, watches, viagra,...
Type: Posts; User: drklain
I've noticed I am getting a TON of spam lately. Enabled Spam Assassin and the headers indicate it is processing the emails, but is scoring obvious spam very low (Akai berries, watches, viagra,...
How would you compare Google Analytics to AW Stats (which seems pretty good to me...)?
boy do I feel foolish! Thanks!
I used to be able to get to the webmail interface by going to http://mail.mydomain.net but have had no luck since I went to a dedicated IP address with Bluehost (to support other functions). Ever...
Appreciate the suggestion. Am doing it now (calling a PHP script) but was hoping for a more elegant cron solution. Very odd that this script (which I got from this thread) apparently works for some...
At the risk of asking the obvious...you may want ot check your code. Bluehost uses PHP5, many hosts are still on PHP4. There are some differences between the two that can make a PHP4 script fail...
No joy...changed my cron command to and got same error...
Tried it and basically got the same error. New command:
Error:
Note that what looks like a " is actually two single ' right niext ot each other...I think the error is putting the ' in the...
Looking for help. I'm executing the following cron:
/usr/bin/mysqldump -uUSERNAME -pPASSWORD --all-databases | gzip -9 -c > $HOME/backups/dbbackup.`date+%d-%m-%Y `.sql.gz
If I delete the...
Missed it in my cut and paste. There are two fi's at the end of the script..
I'm looking for an assist as well. Loaded teamspeak up. Starts up fine and we can use it, but then seems to hang up after a few hours (as evidenced by an inability of people to login). When I go...
Had no luck doing it. Tech Support told me it's possible to do it and I most likely just wasn't configuring correctly. Gave up because I figured out how to do what I needed to do (upload csv files...
The default bluehost phpmyadmin install only permits uploading sql files. Other installs of phpmyadmin also allow uploading csv and csv using LOADDATA options.
I need to upload CSV data to tables...