Recent content by Padwah

  1. P

    Anyone uses freetextbox?

    I use tinyMCE which is pretty similar to fck but I find it a bit lighter and easier to use.
  2. P

    Webmail Branding?

    haha, no worries. Sometimes the most obvious things are the hardest to find.
  3. P

    Webmail Branding?

    You could either create your own login page that will forward their details to the real login page. Other than that you could install your own webmail application on a new sub-domain, currently I'm using roundcube which looks great but does have some issues as it's still an early beta release.
  4. P

    Consuming RSS Feeds in ASP

    Have you tried the code with any other RSS feeds? I've found using xmlhttp and xmldom somponents to display RSS feeds to be a little erratic at times, either not displaying the feed or producing the error that you mention. I've looked around the web for ages and unfortunately am yet to find a...
  5. P

    Prevent duplicate email in ASP

    I wrote a short artice on this here: http://www.aspstuff.co.uk/default.asp?Display=2 but an alternative to stripping out escape characters you could also look in to parameterised queries.
  6. P

    Script eMail Server

    DUnno, but I use localhost to send emails using aspEmail
  7. P

    Script eMail Server

    localhost should work I think.
  8. P

    M$sql 2005

    I think your keyboard is broken, there's something wrong with your 's' key.
  9. P

    mailing script & AOL

    AOL are a nightmare. A friend of mine runs a massively busy forum which sends out email notifications when people reply to topics etc. AOL keep blocking the forums email account because people who have subscribed to topics keep reporting the emails as spam when they have chosen to receive the...
  10. P

    Live Chat - What do you think?

    I've only used live chat a couple of times and I've found it to be an excellent resource with quick responses to any of the queries that I've raised.
  11. P

    Please assist, it is a humanitarian matter

    The stats are updated over night and are generally a day out of synch with the actuall results.
  12. P

    I've been hacked!! - But how?

    As networx says it is most likely an SQL injection attack. I've written a short article on what they are and how to prevent them here. As for preventing them now, I'd suggest upgrading your forums as soon as possible. Webwiz forums are up to version 7.97 which includes a lot of security fixes...
  13. P

    My new site

    just a quick bump to show the edit :D
  14. P

    Age frm Birthday script?

    hehe, sometimes the simplest things are the hardest to spot :) The functions list on Hanengs is really handy, especially when you forget the syntax to something.
  15. P

    Age frm Birthday script?

    Why not just use ASPs built in datediff function: datediff("yyyy", birthday, now()) Check here for more info.
Back
Top