-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
Need Suggestions On What I Have Started
TCH-Bruce replied to OnlineAutorama's topic in Scripting Talk
Visit this site. They offer tools to create databases, convert Excel to a database, etc... Also, I recommend picking up a copy of a PHP programming book or start looking for online tutorials to teach you the basics of PHP programming. Once you have done that you will have the fundamentals for producing the kind of site you want to create. -
When/if PHP 5 is going to be rolled out there will be an announcement in the forums. As it stands currently there are no plans at this time. Since I don't want this to become a "Me too" thread I am closing it.
-
Yes, I noticed that Fantastico now sends out emails on outdated installations. I like that. Still, the Wordpress in Fantastico is one release behind. And it is a security release.
-
New To Cron Jobs - How To Fix This Error?
TCH-Bruce replied to laburke's topic in CPanel and Site Maintenance
This error generally indicates that it cannot locate the file "cron.php" in the path specified. So without knowing your userid (and I don't recommend posting it here in the forums). Open a ticket and the techs can take a look. -
I went and dug up the install instructions they are in the readme.txt file in the archive. Create a database in cpanel and a user for the database. Make sure to add the user to the database. Then follow these steps. >1. Open the configuration file 'config.inc.php' with a text editor and set up your MySQL database settings. 2. Upload the guestbook to your website. 3. Run the install script http://your-TCH-domain/lazarusgb/install.php and follow the instructions. 4. Give write permissions to these directories: - public - 777 (drwxrwxrwx) (directory) - tmp - 777 (drwxrwxrwx) (directory) 5. The default account is: Username : test Password : 123 But you can specify different ones in the install process. 6. Delete the install.php file. If you want it in a subdomain create the subdomain first and then upload the guestbook files into it.
-
New To Cron Jobs - How To Fix This Error?
TCH-Bruce replied to laburke's topic in CPanel and Site Maintenance
Does that mean you have it working? -
I'll wait for Carbonize to comment on installation instructions but it's simple to install and I've never had a spam get through using it.
-
TCH does not offer ASP as far as I know.
-
The version of Wordpress in Fantastico is not the latest. Hopefully you have a backup of your site and database that you can restore and then download the update from the Wordpress site and follow their upgrade instructions.
-
New To Cron Jobs - How To Fix This Error?
TCH-Bruce replied to laburke's topic in CPanel and Site Maintenance
You cannot run lynx, wget or curl from cron for they have been disabled on the servers. You will have to find another way to run those jobs. You can try: >/usr/bin/php -q /home/userid/public_html/amember/cron.php -
Would you please enter it like this as I posted above >Redirect permanent /About%20Site.html http://toptenlisted.com/ten-things-about-toptenlisted I have no idea what a RedirectMatch is
-
Get rid of the ^ and the $
-
You need to add redirects to the .htaccess file for your pages like this >Redirect permanent /About%20Site.html http://toptenlisted.com/ten-things-about-toptenlisted You will add one line for each redirect and these should be outside of the Wordpress section. Put them either at the top or bottom of the file.
-
Next suggestion, search Google for "force WWW in URL" and you'll find several methods to accomplish it. I thought you wanted something for indexing purposes. That's why I suggested the plugin. Why do you want your cpanel to be redirected? It's not going to be indexed and you are the only one that should be accessing it.
-
Or you can just get the WWW-Redirect plugin for Wordpress.
-
You would need to add rewrites to your .htaccess file to make it happen.
-
I think it's a bug in Invision. You're welcome.
-
Another feather in Andy's cap. Thanks for the kind words.
-
Thanks Peter
-
Another one? Thanks Thomas
-
Home is already there it's "index.php" It is a relative link to your blog home. If you want it to be the home page of your website then put the full URL in there instead. http://www.mrsmuddled.com As for your coding problems without seeing what it's doing we aren't going to be much help.
-
Mail Server Changes / Maildir Conversion
TCH-Bruce replied to TCH-Dick's topic in Support Announcements
George, TCH did not remove the functionality, it was cPanel that removed it. You can only do it by logging into each account one-by-one and you will need to know the password for the account. Sorry, but TCH has no control over how cPanel chooses to implement changes. Either you will have to get their passwords or have them clean their own email out. -
Thanks for the kind words Chris. Glad you are happy here.
