Search results

  1. S

    ASP Redirect based on Geo Location

    I have a request from a client to redirect visitors from Japan to his US .com site back to the .jp website (which is hosted by his distributor and not under my control). I know sites like Google do this all the time - detect your incoming IP location and redirect you to the local version...
  2. S

    Creating ZIP file from classic ASP

    Zaboss, I haven't run that code, but at a guess I'd say the filename you end up with from this would be an illegal filename, because it's likely to contain / or other illegal characters. You might want to first get the date, replace all non-alpha characters, then use it in the file name. Rory
  3. S

    Joomla - Windows or Linux?

    Just wondering if anyone's had experience installing Joomla? Any reason I should favor Win or Linux platform? This would be an existing Joomla site I'm moving from another (unresponsive) host, probably on Linux. Has anyone ever migrated an existing site before? Are there database issues I...
  4. S

    Using Export wizard to move from dev to production

    Ok, got it. The 2nd time around I put in 25mb it increased to 12, for some reason. The export completed, but for some reason I still can't see my table in SQL Server Server Management Studio. However, if I run a query, the data is there. All I see is System Databases.
  5. S

    Using Export wizard to move from dev to production

    It looks like it's 4Mb - I just accepted the defaults during setup. Here's what it currently tells me: Database/Transaction Log file quota ratio 50 % Used database file 4.19 MB out of 5.00 MB Used transaction log file 0.49 MB out of 5.00 MB Used total 4.680000000000001 MB out of 10 MB I...
  6. S

    Using Export wizard to move from dev to production

    I've been developing a site on my testing server and now need to move the SQL database to my client's Jodo account on MSSQL12. On my dev server I start the Import/Export wixard, but it fails with the message "Could not allocate a new page for database because of insufficient disk space in...
  7. S

    Exe in cgi-bin?

    Yes, I've got a reseller account. I'll try to get more info on this program and maybe sell them on a VPS account. thanks
  8. S

    Exe in cgi-bin?

    I've got a prospective client who has a cart software that needs to install an executable in the cgi-bin. Has anyone come across this or know if it's possible. I've asked for more info from the developer, but from what I can see it all runs on a url in the form of /cgi-bin/commerce.exe It may...
  9. S

    Webalizer still randomly quitting

    I was assured the Webalizer problem was almost fixed. But it's still stopping randomly for several clients - including one who is getting very frustrated with me at this stage because it seems to be stopping frequently. I really don't want to have to check every clients We stats every day to...
  10. S

    AWStats on Win Servers?

    Definitely not working on several domains I checked. QST-39195-370, ARV-16555-349, EMV-90083-348 All three have failed before and been reported before.
  11. S

    AWStats on Win Servers?

    Any updates on this problem? I opened a bunch of tickets for missing stats back in March, and support reported the problem was solved. But several of my domains stopped recording stats (Webalizer) again on April 9th. This now means I have to go in and check every one and report individually...
  12. S

    Webalizer not updating multiple domains

    Just wondering if I need to check and open tickets for all of my domains? Seems like it stopped on different dates for each.
  13. S

    Webalizer not updating multiple domains

    I previously had a ticket open about Webalizer not updating one domain. Issue was reported as fixed, but today I got a call from my customer that stats stopped generating again mid-March. When I randomly checked 4 or 5 other domains, all of them have not had stats generating since various...
  14. S

    Unable to see db on MSSQL11

    Ok, well that solved one problem: Apparently the hyphenated user login name was an issue, since that was also being used to name databases and users. I created a new user without the hyphen, and now I am able to connect with SQL Server Management Studio. I still need to put the database name...
  15. S

    Unable to see db on MSSQL11

    Stephen, I just spent the last few weeks learning MS SQL Server Management Studio, accessing my database on mssql9, so it would be nice not to have to learn yet another interface. Management Studio seems to be able to get to mssql9 without problem, so why would it not work on mssql11? In...
  16. S

    Unable to see db on MSSQL11

    In client CP I created a MSSQL user and two databases on MSSQL11. However when I connect to it with MS Management Studio I can not see the databases I created. I get an error message if I try to issue command "USE [database name] On suggestion of support I also installed SQL Manager Lite...
  17. S

    Finding which Win server domain is on

    Ok, maybe a dumb question after being here so long, but is there an easier way to see which Win server my domains are on? I know I can go into my reseller CP and search for the domain, then click the account number to open another window and look at Host Name. But is there some more central...
  18. S

    AWStats on Win Servers?

    I heard from a client Webalizer stats had not generated on his domain since March 4th. Opened a ticket and they told me it was fixed, but the next day stats stopped being reported again. There have now been no Webalizer reports generated since March 5th. I have not stopped and started...
  19. S

    Can we use Management Studio to connect to db?

    Actually, the problem was only temporarily solved. I was not connecting to the SQL Server for a couple of weeks, but when I tried yesterday I again get the error "Server user 'my_sql_admin_name' is not a valid user in database 'actinet_main'" if I try to expand the list of databases. I am in...
  20. S

    Creating ZIP file from classic ASP

    Stephen, That XZip component worked perfectly - does exactly what I need it to do and my client is very happy. Thanks
Back
Top