Jump to content

stevesh

Members
  • Posts

    162
  • Joined

  • Last visited

Posts posted by stevesh

  1. Thanks for the tutorial, Dennis. I installed SquirrelMail exactly as you described, and the permissions are as follows:

     

    .mysqmail - 777

     

    .mysqmail/data - 770

     

    .mysqmail/tmp - 770

     

     

    When I try to log in, I get the following error message -

     

    Error opening ../data/default_pref

    Could not create initial preference file!

    ../data/ should be writable by user nobody

    Please contact your system administrator and report this error.

     

    Do I need to do the helpdesk ticket chown thing after all?

     

    Thanks.

     

    Steve

  2. I'm having a similar problem when uploading a lot (50Mb) of small files. I get a 'Server Timeout' error now and then. I can Resume, though. I submitted a Help Ticket and Aromal increased the FTP limit on the server, but I don't think it had any effect. I never have more than one connection open at a time. I will say that it seems to happen less often when I upload from home, where the connection is faster. I don't upload that much that often, so I figure I'll just live with it. :)

  3. Yes, I have, and it works fine, too. It's a little tricky to visualize at first, but basically you're creating two forms, each with it's own Phorm config file. The first doesn't send any email or do any logging. It just redirects the visitor to the second form to which you've passed the form results from the first. If you look at the Docs on Phorm.com under Appendices - Appendix A - Tips it explains it in detail, if not that clearly. If you still have trouble, post here or on the Phorm forums, and I (or someone) will help out.

     

    Steve

  4. Also, Phorm (www.phorm.com) will log html form results to a comma-separated text file or mysql database. There is a free version available. It's pretty easy to set up and has worked great for me for a couple of years.

  5. I use a Linksys wireless access point/router, 2 D-Link USB wireless adapters for my desktops, and a Netgear PCMCIA card for my laptop. Everything works great together - no problems. I have had problems in the past with laptops using built-in 802.11 adapters, especially range issues. I think newer laptops do a better job there.

  6. I use Phorm (www.phorm.com). If all you need is a simple form mail script, it's as easy to set up as any, but it has a lot of advanced features, too. There is a free version, but it's just 15 bucks to register. There's a support forum and support questions are answered promptly.

  7. Arvind -

     

    I had a problem setting up the user name and password to access the database with my calendar program, too, and got the same error message you did. I had forgotten that your site user name is appended to the user name you set up in Mysql. For example, if your user name to log into CPanel is 'jimbos' and you set up a Mysql user name as 'calendar', the actual user name Mysql will be looking for is 'jimbos_calendar' and you'll have to use that name in the script which accesses the database.

     

    Hope this helps.

     

    Steve

  8. I'm installing a web-based calendar program on my site from:

     

    http://webcalendar.sourceforge.net

     

    The section of the program docs dealing with email reminders says this:

     

    "PHP does not come with a utility for executing time-based jobs. So, in order to check periodically for email reminders, a shell script was written in PHP. You will need two things to get this working:

     

    You should have a version of PHP built as a CGI (so that you can run php from the command line). This does not mean you must build all of PHP as a CGI. You can still build PHP as a module for your web server and then build the CGI-based PHP later. Note: Many Linux distributions and some Windows LAMP packages come with the PHP built for CGI.

    You must setup cron (on Linux/UNIX) or something like cron for Windows to run the send_reminders.php script periodically.

    Building PHP as a CGI is outside the scope of these instructions. But, if you read the PHP instructions, you'll see that the default build settings will build the CGI-based PHP. If you really can't do this (perhaps you don't have permission to install anything new on the system), skip down a couple of paragraphs to an alternate solution that does not require PHP CGI."

     

    Does anyone know if the PHP build on TCH meets these specs?

     

    Thanks.

     

    Steve

  9. I've had the same situation, with bosses who worry about "those people on the Internet" entering our site. A little knowledge is a dangerous thing.

     

    If you put the following in the <head> of your page, it will prevent the browser from caching the page, and the user will have to re-enter his user name and password each browser session. If he keeps his browser open, he can leave the page and come back without re-entering that info. If you need to stop that, you'll need some kind of script.

     

    <meta http-equiv="expires" content="-1">

    <meta http-equiv="Pragma" content="no-cache">

     

    This works (for my pages, anyway) in both IE6 and Netscape.

     

    Steve

  10. I recommend you take a look at Knoppix (www.knoppix.net) first. It creates and runs from a ramdisk (128Mb or better, please) so you can take a look before installing anything. I does the best job I've found of recognizing hardware, including an old HP laptop that XP had trouble with. You can do anything with it after it's running, including Web surfing. If you like it, you can install it to your hard drive. ( Ask me for instructions, if needed.)

     

    Just download the .iso (mucho big - 600Mb+) and burn to a CD, then boot from it. At the boot: prompt, type knoppix lang=en (unless you speak German!) and watch her go.

     

    I have a hard drive installation running a jabber IM server at work and it hasn't missed a beat.

     

     

    steve

×
×
  • Create New...