-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
Welcome to the forum, bennyzeb
-
Great News Even runs well on a flash drive as a portable application.
-
I get spam in all my accounts whether they are hosted on TotalChoice or elsewhere. Spam is a big nuisance but can be controlled somewhat by the user by activating Spam Assassin on your account, setting the number of points required to prevent spam mail low enough to catch it without blocking legitimate email. Set your default address for your account to :fail: and a lot of messages will not get through. You can also block it client side using tools like K9, Anti-Spam Servant and a host of other programs. Saying that TCH is selling your email address to spammers is ludicris. Why would they do that? If you have a domain name you will get spam. It's a fact of owning a domain. It is very easy for someone to come to your site and start spamming you doing a dictionary spam for every email address possible.
-
Not true. He could problably get by with 2 four or five accounts versus a $20 reseller account. If you host 4 domains or more it would make sense to get a reseller account. This would be a violation. If you park a domain on top of an existing domain it MUST enter on the same page as the existing domain.
-
I use a text link to TCH on my blog.
-
Same here. If you have cable you can rent a DVR with your service. If you have satellite get a TIVO unit or a DVR from any manufacturer. You can record up to 40 hours minimum with most units. And they don't cost much more than a mid-range DVD player.
-
Can't it's a private channel. If we told you we'd have to kill you!
-
You can download and use this one if you like. Please download it and copy it to your web space and not link to it from my site. Thanks.
-
PHP version is 4.4.2 or 4.4.4 GD is 2.0.28 compatible Yes, ImageMagick is installed. Your cPanel should list the verison of PHP installed. Scroll down the page, it's on the left side near the bottom. And you can run a phpinfo from this help page
-
For those of you running Version 2.0.6 you only need to upload 6 files from the Version 2.0.7 archive. >wp-admin/inline-uploading.php wp-admin/post.php wp-includes/classes.php wp-includes/functions.php wp-settings.php wp-includes/version.php
-
No!!!!!!!! Thanks Thomas All updated!
-
I've used that one too. Sorry the first one did not work for you.
-
Well the three of us know that, but still.....
-
Thanks Thomas
-
This script has worked for me in the past. ><?php /* setup - create a PHP file called fdownload.php with the lines below. Change the $filedir to point to you path on the server Call from a link like this: <a href="www.******/fdownload.php?file=yourfilename"> */ $filedir = "/home/yourcpanelname/public_html/"; $file = "$filedir".$_GET['file'].""; if (file_exists(basename($file))) { header("Content-Description: File Transfer"); header("Content-Type: application/force-download"); header("Content-Disposition: attachment; filename=".basename($file)); readfile($file); } else { echo "$file<br>"; echo basename($file); echo "<br>No File Found"; } ?>
-
Only 21 votes. I know there are more bloggers hosted here. Apparently none of them read the forums.
-
Is It Very Difficult To Build A Site Like This One?
TCH-Bruce replied to ivanmax's topic in HTML and CSS
You can probably find script templates over at hotscripts.com. -
Welcome to the forum, jesselahey
-
Way to go Tina!
-
Currently there are no plans to migrate to PHP5.
-
Hey Rob, where you been? Hope all is going well for you. I've been doing fine, thanks.
-
I would try changing the statements that look like this to your actual path: >$smarty->template_dir = '/home/' . $filepath . '/public_html/templates'; to >$smarty->template_dir = '/home/yourCpanelName/public_html/templates';
-
Welcome to the forums Jeremie I'd recheck the install guide.
-
So you're saying as a technical savvy guy you can install and modify a Wordpress blog but not an MT blog. Yet you say you are still a huge MT fan. Why?
