Search results

  1. skypanther

    Transfer logs on Win servers

    Well, I found I can download the .log file. I guess I was hoping there was something in my control panel because I thought it might be more convenient, faster, or something. Tim
  2. skypanther

    Transfer logs on Win servers

    I'm trying to debug a script and would like to look at my server's transfer log. In looking through my control panel, I can't for the life of me find the view log button. I see the "On" icon next to Transfer Logs in the control panel's Settings page. The account is on a Windows server. I know...
  3. skypanther

    fsockopen to SSL address giving "no SSL support" error

    The custom php.ini and enabling the openssl extension did the trick. Now, back to debugging my php! Tim
  4. skypanther

    fsockopen to SSL address giving "no SSL support" error

    Thanks for the suggestions. Stephen, you're correct in assuming this site is on a Windows server...wincf I think. I tried switching the site to php 5. I get a different error: fsockopen() [function.fsockopen]: unable to connect to ssl://site.example.com :443 (Unable to find the socket...
  5. skypanther

    fsockopen to SSL address giving "no SSL support" error

    To implement an online payment script, I'm trying to connect via PHP to an https address using fsockopen. I get this error: Warning: fsockopen() [function.fsockopen]: no SSL support in this build Yet, when I use phpinfo() I see SSL support is installed and enabled for the domain. I found...
  6. skypanther

    phplist - batch sending vs all at once, and account limits

    Hi Tanmaya, This is the site you've been helping me with on those announce only mailing lists. We're giving phplist a try as an alternative. So, they have 8 or so mailing lists. The largest with roughly 250 addresses, the rest in the 80-120 range. There would be one or two mailings per week...
  7. skypanther

    phplist - batch sending vs all at once, and account limits

    I'm setting up phplist and see two options for mailing: batched or all at once. If I choose batched, it looks like I have to keep the browser window open till the mailing completes. If I choose all at once, I can close the browser window and phplist keeps sending "in the background." So, my...
  8. skypanther

    session variables unavailable in subdirectory

    I've got an app that works fine on my localhost PC but fails when uploaded here. The app includes a core library that does login checking by looking for session variables. Pages in the site's root directory work fine--the library file is included at the top of each page, and they all...
  9. skypanther

    .cn (China) domain come-on or legit?

    Indeed! Thanks for confirming my skepticism on this one. Tim
  10. skypanther

    .cn (China) domain come-on or legit?

    I got the following today. It appears to me to be a come-on or scam of sorts, but I'm not sure. Have you gotten anything like this? Skypanther is my registered trademark and domain name (com, info, net) here in the States. I'm thinking they're just trying to get me to buy the .cn from them. I...
  11. skypanther

    Burning board installtion. Got account and stuck during installation

    You want to enable safe mode? Or turn it off? It should be off on any of the servers here, at least it always has been for any of my sites. I've never seen an app want safe mode on, but most say they want it off. In any case, if you're on Windows, submit a ticket requesting a copy of the...
  12. skypanther

    SQL date range query help

    Can't you just do something like SELECT * FROM tbl_name WHERE start_date > '12/12/07 00:00:00' AND end_date < '05/01/08 00:00:00' You would need to be sure to build your date strings according to the locale (date format) used by your MySQL server. For example, today could be 11/6/08 or...
  13. skypanther

    CFML help, need to block spammers from hijacking my forms

    No problem on the delay. In looking at the logs, I can see that the php measure wasn't stopping the spammers anyway. It used to be that the would bypass the form, sending their own values directly to the processing page. In the logs, I could see the form page being loaded, then the processing...
  14. skypanther

    Code payment gateway

    I'll second the recommendation for CDG Commerce. They have a nice reseller program, through which I have a couple of client sites hooked up for ecommerce processing. Mostly those sites are running cart software (X-Cart or ZenCart) but one is running custom payment forms that I built using the...
  15. skypanther

    CFML help, need to block spammers from hijacking my forms

    I'm afraid my CFML is a bit rusty, as I mostly do PHP nowadays. One of my client's forms is being hijacked by spammers. In this case, it's a "tell a friend" form with an accompanying action page which does the actual mailing. The spammers are "stuffing" the send-mail page, bypassing the entry...
  16. skypanther

    AmaZoop anybody?

    I've never used AmaZoop but the error you posted is a PHP string issue. The file in question looks like perhaps the configuration file. Based on the error, I'm going to guess, you're running on a Windows host and you haven't doubled-up your slashes. On Windows, you'll need to enter file paths...
  17. skypanther

    CMS Programs ans EasyApps collection

    For ease of use (from the perspective of the person posting content), CMS Made Simple is the easiest I've found yet. In terms of customizability, features, add-ons, etc. Mambo seems the best. Tim
  18. skypanther

    Announce only type mailing list

    I'm getting requests from two different clients for features that ezmlm can't handle. Well, it should handle them; the ezmlm site says it can. But, either the version installed or the version compatible with HSphere can't... Is it possible to install another mailing list manager? I guess...
  19. skypanther

    Changing domain name

    I can think of only one scenario in which it would matter: if another JodoHost customer tries to host the domain here. If not, DNS would never send a request for your old domain to the servers here and it would not matter if you had a domain under that name here. Tim
  20. skypanther

    Changing domain name

    I don't think those steps would work, but hopefully someone from JH will respond with the definitive answer. If it were me, I would add a domain alias (an alias for your current domain name). Then, set the nameserver info at the registrar on the new domain. And then, I'd just leave everything...
Back
Top