Search results

  1. B

    Movable Type install problems

    Thanks Steve, quick work. (Thanks to Deepak, too, for helping out on a ticket.) Impressive support from you guys, as always.
  2. B

    Movable Type install problems

    I'm trying to install Movable Type on win24, and it reports "DBI (version >= 1.21) Either your server does not have DBI installed, the version that is installed is too old, or DBI requires another module that is not installed. DBI is required if you want to use any of the SQL database...
  3. B

    ATT block

    Got a couple of these: Connected to 12.102.252.75 but sender was rejected. Remote host said: 550-204.10.107.118 blocked by ldap:ou=rblmx,dc=worldnet,dc=att,dc=net 550 Blocked for abuse. See AT&T Worldnet Service
  4. B

    Blocked by ATT

    PM'd
  5. B

    Blocked by ATT

    Started getting rejections from ATT.net [email protected] Connected to 204.127.208.75 but sender was rejected. Remote host said: 550-x04.10.107.118 blocked by ldap:ou=rblmx,dc=worldnet,dc=att,dc=net 550 Blocked for abuse. See AT&T Worldnet Service
  6. B

    Domain Registry of America scam

    Just a note to mention that the infamous DROA have been doing a massive mailshot in the US lately. (Their address is New York, but they're based in Canada.) They send an official-looking letter to expiring domain holders registered addresses, asking for $30 to renew the domain for a year...
  7. B

    Domain Registry of America scam

    Just a note to mention that the infamous DROA have been doing a massive mailshot in the US lately. (Their address is New York, but they're based in Canada.) They send an official-looking letter to expiring domain holders registered addresses, asking for $30 to renew the domain for a year...
  8. B

    Extremely Easy / Simple CMS ?

    What about using Adobe Contribute? It's not a CMS, but it sort of does the same job more flexibly than most. $150 per user sounds like a lot, but I would say that the Contribute users I have have paid for their copies easily, simply by not having to pay me to change bits of text or links or...
  9. B

    Immediate outage updates for resellers if possible!

    You could use the RSS feed... this is updated immediately by vBulletin when a new topic is created (but not for every post, unfortunately), and you can check it as often as you like. http://support.jodohost.com/external.php?type=RSS If you're an ASP or PHP programmer, you could even write...
  10. B

    Win12 permissions

    I cannot delete some files on a win12 account. Access is denied on FTP. FTP shows permissions variously set to the equivalent of 444 and 555 on some domains. Is this connected with the win12 problem Stephen is currently tackling? If so, please see ticket #DHS-71958-627 and explain to the...
  11. B

    image verification for forms - best option?

    This one's free. http://www.webwizguide.info/asp/sample_scripts/web_wiz_CAPTCHA.asp
  12. B

    ActiveReports

    okay, thanks. Let me know if you find anything out. I'll try to get more details from this end.
  13. B

    ActiveReports

    A client wants to use Data Dynamics ActiveReports on their site with an MsSQL database and .Net What kind of setup/plan/account would they require for this? http://www.datadynamics.com/Products/ProductOverview.aspx?Product=AR2
  14. B

    Front Page Dec 1st.

    It is only Linux servers that will lose Frontpage support in Hsphere, correct? I would have thought that many users may find that moving to a Windows account a suitable alternative to changing a lot of their code, though moving accounts isn't without its problems either.
  15. B

    DSN-less connection problem

    Realised when I re-read the post that you use 'Dbq' for the Access driver, but 'Data source' for Jet. The difference in the password phrase is new to me, though. I'm pretty sure 'password=' on its own works with earlier Windows server versions.
  16. B

    DSN-less connection problem

    got it... the working Access DSN-less connection string for win12 is STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:/hshome/accountname/xxx.mdb;Jet OLEDB:Database Password=xxxxxx;" ---- Saturday night, 9:23pm. Send offers of easier ways to make a living to: bro Will...
  17. B

    DSN-less connection problem

    Yes. (The code works fine if I use DSN.) I might have sorted that problem, however, by using STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Dbq=D:\hshome\accountname\xxx.mdb;Jet OLEDB:Database Password=xxxxxx;" The error I get now is "Microsoft JET Database Engine error '80004005' Could...
  18. B

    DSN-less connection problem

    I'm having a problem making a connection to an Access database using a dsn-less connection on Win12. Using DSN, it works fine. The DB is in the user account root folder, and the connection string I'm using is: STRING = "Provider=Microsoft.Jet.OLEDB.4.0...
  19. B

    Adding include files to an ASP script

    I'm not sure that that's the problem, but you can include one ASP file with another. However, ASP doesn't recognise "<!--#include..." so it won't do anything with the other file. So in a file called test.asp, which is just <% response.write("Hello<br>") <!--#include file=test2.asp -->...
  20. B

    SQL book recommendation?

    'Bite the bullet' meaning it's not something I really want to spend time on but at some point I'm going to have to. I wasn't referring to your particular suggestion directly (and your suggestion is better than all the other ones I got...) The cost of a book or two isn't really much compared...
Back
Top