Search results

  1. skypanther

    Problems on winCF

    I'm also having mail issues on WinCF. Pages are loading, sometimes slowly. But mail is not going out. I'm using code copied from another working page, with SMTP Auth included. I've wrapped the code in <cftry> blocks to catch any errors. It all seems to be working but the mail never arrives...
  2. skypanther

    Cannot upload: joomla & cmsmadesimple

    Just for the record, I have quite a few CMS Made Simple installs here at JodoHost. It definitely works. On linux hosts, you can upload a .gz compressed file and use webshell to expand it. That saves a lot of FTP time, transfer bandwidth, and potential for missed files. A cool option. Tim
  3. skypanther

    mySQL db from both Windows and UNIX

    I have done this quite successfully. However, I'm doing reads so I don't have to worry about the insert/update conflicts Stephen wisely warns about. Tim
  4. skypanther

    Election / voting script, Mambo or just PHP based

    Thanks, apparently they don't have the polls module/component installed. At least I can't find it in the menus. I'm not sure it would meet the needs anyway: multiple offices (so multiple questions) and ensuring a single unique vote per member. I'm trying to convince the client to upgrade to...
  5. skypanther

    Election / voting script, Mambo or just PHP based

    A client requested a voting / election system for their Mambo 4.51 based site. They want to hold their organization's elections via the web rather than paper-based ballots. Any suggestions? Standalone would be fine if it runs via PHP, but Mambo / Joomla integrated would be better so that I...
  6. skypanther

    phpBB Upgrade from 2.x to 3.x

    @zardiw - I did an upgrade for a client a month or so ago. The process was fairly simple. The docs give info about how to upgrade. Basically, you create a new install of phpBB and then import the data from the old version. The biggest problem I had was the enormous number of users, mostly...
  7. skypanther

    PHPmailer - anyone got a script?

    I have a script for processing mail forms on my site. It's a wrapper for phpMailer with additional spam protections. Check it out at http://skypanther.com/spmailer.php. There are install instructions, plus lots of comments in the spMailer file to help you out. The newest version requires...
  8. skypanther

    Emails not going through to other Jodohost domains

    DSPAM supposedly just marks the messages, and your control panel spam settings determine what is done with those messages. So, have you tried whitelisting your form-sender's address? I have CF and PHP sending out "contact us" form results that look nearly identical to what you posted. They...
  9. skypanther

    Emails not going through to other Jodohost domains

    You add the username and password attributes to your cfmail tab. Like this: <cfmail to="to_address" from="from_address" subject="subject" server="mail.example.com" username="[email protected]" password="the_password"> <cfmailparam name="Reply-To" value="from_address">...
  10. skypanther

    Emails not going through to other Jodohost domains

    Just came upon this thread and checked a client's site. Mail to non-Jodo domains was not going out from his tell-a-friend and contact forms. But, I hadn't enabled SMTP Authentication (didn't need to when I created his site). I enabled it and now mail is sending to jodo and non-jodo accounts. Tim
  11. skypanther

    Most annoying Jodo reseller - post tickets

    56 in 32 months for 1.75/mo, a few of which were for ColdFusion DSNs that I can't create through HSphere...oh wait, I have another one to submit, oh man, there goes my average! :tsk: Tim
  12. skypanther

    PHP Mail (on mediawiki)

    This looks like a case of a missing file, not a php mail problem. Make sure the Mail.php file is where the error is saying it should be. I use php to send mail on quite a few sites. You'll need to configure SMTP authentication, otherwise you're restricted to sending mail to accounts hosted at...
  13. skypanther

    Yearly stats summary? (webalizer script for this?)

    A client has asked for yearly summary stats. I don't see this option in webalizer and the option is turned off at the system level in AWstats. Is there a way to generate this info from the compiled webalizer or AWstats files? Maybe there's some script I can run that parses the files or...
  14. skypanther

    AWstats requires logon but Webalizer doesn't ??

    Why is access to AWstats protected (you have to log on using the CP user account) but Webalizer stats are not? Can I turn off the log-on for AWStats? Thanks, Tim
  15. skypanther

    Tip to resellers, keep current on those server aliases

    Indeed, I got the announcement. But, as usual, I put off adding the server alias "until I had time." I'll be better about doing it right away from now on! Tim
  16. skypanther

    Tip to resellers, keep current on those server aliases

    Resellers, don't be like me. Keep up to date on adding the new server aliases in your control panel. I was in quite a panic yesterday when trying to set up a new client. I created the account but then couldn't access the temporary URL to test the setup. As their old host was shutting them...
  17. skypanther

    Mysql3 still having problems

    Thanks for the update Stephen. It seems to be running okay now...keeping my fingers crossed! Tim
  18. skypanther

    Mysql3 still having problems

    Mysql3 is still having problems today...up, down, very slow. Actually, it has been rather slow for quite some time (weeks). Unfortunately, I have a high proportion of sites using this DB server so problems hit me more than probably most. A true fix would be greatly appreciated! Tim
  19. skypanther

    AJAX/Web 2.0 Hsphere CP Login Script

    Willing to share your code? Tim
  20. skypanther

    PHP Error Handler

    Where do you have the error_reporting() statement? It should be at or near the top. Can you post your PHP code here or as a text file on your site so I can take a peek? BTW, I have no troubles getting programming errors to show up...in fact errors are sort of my specialty! :D Tim
Back
Top