Jump to content

TCH-Andy

Members
  • Posts

    4,700
  • Joined

  • Last visited

Everything posted by TCH-Andy

  1. I don't think the move of server is likely to cause the problem, unless you were using the IP address, which you are not. I note you have; My outgoing server (SMTP) requires authentication: NOT CHECKED This should be checked. If you do a POP just before, then it remembers your authentication (hence you don't always need it) but it should be checked. If you are still having problems, open a ticket (including the email account details) and we'll check it all from our side.
  2. Welcome to the forums Depending on exactly what he wants, you can always get PowerPoint to save the files as html, which does much of a slide show for you.
  3. You're welcome I think we have all made the mistake of not using the full email address I'm glad it's all working for you
  4. I think it will be just those two - but if you do that and test, you'll soon see if it works If it doesn't, paste the link where it is failing, and we'll have a look.
  5. it can take very little to convert, it depends what extra functionality you are trying to add. Why do you want to convert it to php? Just to learn PHP? Or for some added function?
  6. Hi, Welcome to the forum Are you behind a firewall, that could be blocking the connection ?
  7. you should be able to POP on all accounts - using your full email address as the username (not just the first part) and that email addresses password. All the other settings are as for the main account.
  8. TCH-Andy

    Pear

    open a ticket, and we'll take a look
  9. TCH-Andy

    Pear

    Have you updated to the latest PEAR libraries? Have you also checked the error log, to see what errors it gives in there? If you have updated the PEAR libraries, and still getting the same error, open a ticket, and we'll take a quick look.
  10. I would just move the folder - rather than each individual file. If you move the Zen cart folder to public_html, then delete the shop folder, then rename the Zen cart folder to shop is probably the easiest.
  11. it used to be there, but it's no longer part of cpanel. Personally I always preferred not to use it anyway. Often it is best just to get some links to your site, and "allow" the search engines to find it. You can always do individual submissions at some of the search engines if you wish.
  12. I would generally move the complete folder (you can do this in file manager in cpanel) and then just modify the config file to show the correct directory.
  13. The errors in your log >[Sat Jan 7 22:21:05 2006] [error] [client 24.1.86.78] File does not exist: /home/bwvwithv/public_html/favicon.ico [Sat Jan 7 22:21:05 2006] [error] [client 24.1.86.78] File does not exist: /home/bwvwithv/public_html/404.shtml are simply when someone has added you to their favourites. It looks for the favicon file, which doesn't exist, hence generates the errors you see. You have the correct logs for most things there. I would open a ticket at the help desk, tell us exactly how to get the error, and ask us to take a quick look. Whilst we do not support third party scripts, we will check if it's any server issue, and sort that out for you.
  14. You should be able to do these by adding the following to your .htaccess >php_flag register_globals off php_flag session.use_trans_sid off
  15. welcome to the family infiniter The other issue, if your account is new, is that the domain name may not have propagated yet, and you will need to use the IP address as the host. If you still have problems, open a ticket and the help desk (link at top of page) and we'll take a look.
  16. Basically the code is different. On the specials page you have ><td><a href="#" onMouseOut="MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_1119142920_0,15,25,null,'top_r2_c2'); MM_swapImage('top_r2_c2','','images/top_r2_c2_f2.gif',1);"> <img name="top_r2_c2" src="images/top_r2_c2.gif" width="119" height="25" border="0" alt=""></a></td> <td><a href="#" onMouseOut="MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_1119143648_1,15,25,null,'top_r2_c3');MM_swapImage('top_r2_c3','','images/top_r2_c3_f2.gif',1);"><img name="top_r2_c3" src="images/top_r2_c3.gif" width="119" height="25" border="0" alt=""></a></td> <td><a href="specials.php"><img name="top_r2_c4_f2" src="images/top_r2_c4_f2.gif" width="119" height="25" border="0" alt=""></a></td> whilst on the ATV page you have; ><td><a href="#" onMouseOut="MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_1119142920_0,15,25,null,'top_r2_c2');"> <img name="top_r2_c2_f2" src="images/top_r2_c2_f2.gif" width="119" height="25" border="0" alt=""></a></td> <td><a href="#" onMouseOut="MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_1119143648_1,15,25,null,'top_r2_c3');MM_swapImage('top_r2_c3','','images/top_r2_c3_f2.gif',1);"><img name="top_r2_c3" src="images/top_r2_c3.gif" width="119" height="25" border="0" alt=""></a></td> <td><a href="specials.php" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('top_r2_c4','','images/top_r2_c4_f2.gif',1);"> <img name="top_r2_c4" src="images/top_r2_c4.gif" width="119" height="25" border="0" alt=""></a></td>
  17. The link points to your own site you need to edit the hml to correct the link
  18. often you need to turn off the password protection - publish the site - then turn the password protection back on. FP doesn't like the password protection.
  19. You do not have permission to access /config/config.php on the server. You should use /home/username/public_html/config/config.php as the full path. where username is your cpanel username.
  20. You need to open a ticket at the help desk (link at the top of the page), and we'll take you through the process. I assume (from your statement) that you have renewed the certificate other then through us, in which case there is simply an installation charge.
  21. remove the hash (#) from infront of the RewriteEngine - as that is turning it into a comment. As long as you are not using FrontPage (which does need stuff in the .htaccess) then you can have one that is blank, or has just the commands above, yes.
  22. Personally I'd just set up a dummy email However, you can set up a real account in cpanel, then set up a filter in cpanel (in the email section) and set the it where "To" that "contains" your email address sith a destination "Discard". Which will delete all emails to that email address.
  23. I don't know the product - but it reminds me of amember http://freshmeat.net/projects/amember/ which may work and be a lot cheaper
  24. I'm glad you have it sorted As a note. The cron job will run as your ID, whilst a PHP from the website will run as nobody... if that makes a difference as to who you want as the owner of those directories
×
×
  • Create New...