-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
place (your) bets
-
Squirrel Mail To Outlook For My Mail
TCH-Bruce replied to ThereseM's topic in CPanel and Site Maintenance
Welcome to the forums ThereseM I could be wrong but I do not think there is a way to export your address book natively from Squirrel Mail. There is a plugin that would allow importing/exporting but that plugin is not installed on the shared version of Squirrel Mail offered on the servers. -
Regardless, the file attachments being blocked is not going to change unless more extensions are added.
-
Welcome to the forums Nick!
-
There you go, multiple solutions for you.
-
You can set a variable just before your loop such as >$odd = '-odd'; Then within your loop you can add >if("-odd" == $odd) $odd = ""; else $odd="-odd"; If $i is odd $odd will have a value of "-odd" if even it will be empty. Hope that helps.
-
Welcome to the forums stb76 What the error message is telling you is the function "odbc_connect()" was not defined or can't be found. Please open a ticket with the help desk and have them take a look.
-
Php: Setting Permissions For Moodle Session Files
TCH-Bruce replied to PiezoSapphire's topic in Installing Scripts
Welcome to the forums PiezoSapphire If you open a ticket with the help desk and ask them to change the ownership of the folder to "nobody" that should solve your problem. Since the server runs as user "nobody" it will be able to write to that folder. -
No there is not. I would recommend if you really want a counter on your pages you head on over to hotscripts.com and check out some of their scripts. Counters are not really necessary since you have access to AwStats that will show you which pages are being hit and which are being hit most frequently.
-
Never thought of it that way Bob, but you are probably right.
-
They all work for me but as Peter points out you have to click each one to activate it and then the second click will take you to the page requested. Thomas do you have Javascript turned off in your IE?
-
They just don't make them as well as they used too.
-
I don't understand Don, it shouldn't take much longer to download a full backup than it does to download a home backup and all your databases. At least on my connection it didn't take any longer.
-
Speaking from experience I prefer D-Link to Linksys. I had a D-Link wireless DL-614+ for several years and wanted to upgrade to 54mb. I purchased a Linksys and was happy with it until it started shutting down the wireless portion for no reason every Friday for an hour or so. I have since replaced it with a new D-Link WBR-1310 and have experienced zero problems so far.
-
Don't have an answer for you Lee but here is a link to the phpwebsite manual and their support forums that may help.
-
Anytime I make significant changes to my website I do a full backup. Other than that I only backup the database regularly since that is the part that is constantly changing.
-
This is the TCH techs can only restore from a full backup as they are the server administrators. A Home Backup is everything in your web space less any databases, aliases and filters. These you can restore yourself. A Full backup includes the databases, aliases and filters but requires you upload the backup and have a tech overwrite your existing account with the contents of the backup. You are mixing apples and oranges again. Yes, you are the administrator of your databases. But the tech are the administrators of the servers.
-
Joomla 1.0.10 Security Release!
TCH-Bruce replied to TCH-Thomas's topic in Software/Scripts/Other Alerts
Thanks Thomas
