-
Posts
6,029 -
Joined
-
Last visited
Everything posted by TCH-Dick
-
No problem, your cPanel can be found at www.your-TCH-hosted-site.com/cpanel or www.your-TCH-hosted-site.com:2082
-
/forums/style_images/1/ is the directory/folder you need to upload your image to. You can do this via FTP or the File Manager in cPanel.
-
Welcome to the forums, Dick! You might want to take a look at our cPanel Page for information on some of the cPanel basics.
-
Here is the problem, the script is creating directories and they are being assigned to the user nobody. Then you try to run the upgrades and they run with you as the user. Since the user nobody owns the directory you can not make the necessary change to run the script. If you want to see what I'm talking about try to delete the directory 'plugin_manager' under 'wp-content' I'm not sure how to permanently fix this, but you can try the help desk.
-
I'm assuming you are talking about the oneClick backup plugin and you are running WP 1.5. I have no problem running it and that error is usally caused by incorrect permissions. Try changing the permissions on you backup directory to 777.
-
Not a problem, just drop them a ticket and let them know what you want to do.
-
You can try "SendTo FTP". I use WS_FTP Pro for my ftp client, which includes this feature and work much better than "SendTo FTP". It only takes a few clicks and you can choose from any site stored in WS_FTP.
-
The help desk is the way to go, but you may find that you can not see your stats from previous months. This is easy to fix. Look in /home/ tmp / awstats / You will se several files that are named: awstats******.old site.com.txt Rename them to: awstats******.new site.com.txt Now your previous months stats should be avaliable in Awstats. If you have not put in a ticket to the help desk, you can also rename the '.conf' files.
-
You could it into your template of try this plugin "Adsense inline with WordPress blog posts"
-
Just put anything for the cPanel info. e.g N/A
-
Hi Kim, This is being looked into and someone will update you soon.
-
Hi juergen, No you didn't offend anyone, and I'm apologize that your post slipped by unanswered. What you can do is point your new domain to our names servers and we can park it for free. Then just drop a ticket to https://www.tchhelp.com/ to request the changes you need to your DNS records.
-
Nice! and recent too. Most of the ones I find online are alot older.
-
Awstats Monthly Total Passed To A Php Page
TCH-Dick replied to Thumper's topic in CPanel and Site Maintenance
You are using php nuke, why not use the statistics module? -
True but by backing it up locally you will not lose any contact notifications, contact notes, or group notes. Considering the amount of contacts that I have and the need to mintain these notes I find it important to back up. Then again some people don't use the features so it would not matter in thier case.
-
I had to read this whole thread again to see what you were talking about. Yes JavaScript can be serverside, but I believe the server has to be running the JavaScript runtime engine. Which I think is not supported here. It is stored in MySQL but you can also have it create a cache of php files, if I remember correctly. This particular thread though refers to IPB 1.2, which was the version in use here when this thread was created. IPB 1.2 is also what is included with cPanel and used by alot of users here.
-
Just make a copy of the users directory. I had an issue with Trillian a few days ago and just dropped the copy over the original and everthing was back to normal.
-
Hi Brian, Even though I know nothing about Macs, I tried to see if I could find out if this was a common problem. While I found one post on a Mac forum(which also uses invision), that person was using safari. I did find several forums via Google that are for Mac users and run on Invision. I would have to assume that if an entire forum was dedicated to mac users and Invision had this issue then they would not be using Invision. I also dropped into the cPanel forum and could not find any issues similar to yours. If this is indeed an issue with cPanel or Invision I was unable to find it. I know this doesn't help and I don't have a Mac to test this on but just wanted to let you know what I found.
-
Have you tried enclosing it in a div? ><div align="center"><img src="/logo.jpg" /></div> You could also try ><p align="center"><img src="/logo.jpg" /></p>
-
-
In case anyone missed it , Google's April Fool's day joke is Google Gulp
-
Forum Guidelines
-
The instructions are pretty clear but just in case, you need to edit the file named config.php. You can view the instructions here. http://www.totalchoicehosting.com/help/statisticspage.htm The PDF on hotscripts.com only makes a copy of that page it does not contain instructions. This a feature of hotscripts.com so I have no control over it. If you want to use the script without a login then replace index.php with this ><? require_once("config.php"); /* if (!isset($PHP_AUTH_USER)) { header('WWW-Authenticate: Basic realm="Site Statistics"'); header('HTTP/1.0 401 Unauthorized'); echo 'Authorization Required.'; exit; } else if (isset($PHP_AUTH_USER)) { if (($PHP_AUTH_USER != $username) || ($PHP_AUTH_PW != $password)) { header('WWW-Authenticate: Basic realm="Site Statistics"'); header('HTTP/1.0 401 Unauthorized'); echo 'Authorization Required.'; exit; } else { */ if($QUERY_STRING == ""){$query = "config=$site";}else{$query=$QUERY_STRING;}; $Previous = false; if(isset($_POST)) { foreach($_POST as $key => $value) { if($Previous) { $POSTED .= "&"; } $POSTED = "$key=$value"; $Previous = true; } /* } */ $Curl = curl_init("http://$cpnlusername:$cpnlpassword@$site:2082/awstats.pl?$query"); if(isset($_POST)) { curl_setopt($Curl, CURLOPT_POST, TRUE); curl_setopt($Curl, CURLOPT_POSTFIELDS, $POSTED); } curl_setopt($Curl, CURLOPT_RETURNTRANSFER, 1); $results = curl_exec($Curl); for ($i = 0; $i < count($return_message_array); $i++) { $results = $results.$return_message_array[$i]; } if($query == "config=$site"){$results = str_replace("src=\"", "src=\"?", $results);} if($framename==index){$results = str_replace("src=\"", "src=\"index.php?", $results);} $results = str_replace("action=\"", "action=\"index.php?", $results); $results = str_replace("href=\"", "href=\"?", $results); $results = str_replace("href=\"?http://", "href=\"http://", $results); $results = str_replace("awstats.pl?", "", $results); echo $results; } /* } */ ?>
-
Hi Elise, You can contact any member of the TCH team via the forums. http://www.totalchoicehosting.com/forums/i...ts&CODE=leaders If you want a direct email address just look in the signature of any staff member. Since your concerns are with the help desk I would suggest contacting our Help Desk Manager, Robert Mulhern. He can be reached at robertm AT totalchoicehosting.com I would like to address your concerns about the accuracy and helpfulness of the MT Intall tutorial. Our tutuorials are created by our TCH and our customers and do become outdated as the script changes. I have notified about this paticular tutorial before and made changes to it. http://www.totalchoicehosting.com/forums/i...showtopic=15595 I have never used MT to so I have no idea what the installation process requires. If you have any suggestion or corrections just post to the above thread and I will make them. If you want to write a tutorial for MT or any other subject we will gladly post it. If you need anything else just let us know.
