Search results

  1. Z

    Doubled emails?

    Hi, I'm curious if somebody else is getting doubled emails? Initially I thought there was a mistake, but it repeated, randomly, on at least 3 domains (and strange enough, each is on a different mail server).
  2. Z

    Form validation

    Hi, I need a javascript snipet to check if the value entered in a field of a form match a value from a list. To be more specific, I need to check if the username is already taken before the user submit the form. Thanks,
  3. Z

    Centralized blacklist, is it possible?

    I have a reseller account and administer 50+ domains, many of them very small. In time i have accumulate a huge list of spammer domains. Since the list is updated daily, is it possible to have a solution to have a centralized black list so to block for all domains at once ?
  4. Z

    Strange behaviour of a query

    Hi, I have an application in classic ASP and I want to make an alphabetic paging. If I grab the recordset this way: ... ElseIf Request.Querystring("sortby")="let" then msql = "SELECT * FROM tblCandidati Left Join tblIndustrii on tblCandidati.strIndustry=tblIndustrii.indID WHERE...
  5. Z

    win10 down

    i get "Service unavilable" on all my sites.
  6. Z

    Any prognosis on MSSQL 2008 support?

    Any prognosis?
  7. Z

    Question about how server intensive this method would be

    Hi, I have a very complex search over an database and the only solution I could found was to select the records, put them in a temporrary table, perform the filtering over them, display the final results to the user and then delete the temporary table. We are talking about 100,000 + records at...
  8. Z

    Site hijacked

    Hi, I have a site which is became a good target for hijack attempts. Last weekend there was a succesful attempt. I have manage to clear the mess and found the holes and covered them OK. To my surprise, I found that the site was hijacked again although it should have been impossible because the...
  9. Z

    Need some help with counting (ASP + Access)

    Hi, i have 3 tables: tblViziteDoctori - holds details about visits to doctors tblDoctori - holds the details about the doctor tblSpitale - holds the details about the hospital the doctor works in. In tblViziteDoctori I have the ID of the doctor and in tblDoctori I have the ID of the...
  10. Z

    Diacritics problem

    I have stumble into a strange problem and it's been already two days I wasn't abble to solve it. I have a comment form in a Classic ASP CMS that I am building right now. If I use Romanian characters, with diacritics - like "ş", "ţ", "î", "ă" and "â" - they are not taken correctly. I am...
  11. Z

    Unable to load dynamic library error

    Hi, recently I got a strange error on some of my sites: PHP Warning: Unknown(): Unable to load dynamic library 'C:\HSphere.NET\3rdparty\PHP\4.4.7\extensions\php_mssql.dll' - The specified module could not be found. in Unknown on line 0 None of the sites throwing the error are using this...
  12. Z

    DNS Question for a subdomain hosted elsewhere

    Hi, I have a client that has an critical application wich requiers special attention and resources and is to be hosted on his own location on a subdomain. I have already manage to set up this in Hsphere and it's working. So, he has an IP, 123.123.123.123, to which I forward the requests to...
  13. Z

    Problem with Scripting.Dictionary

    Hi, I have noticed recently that anything related to Scripting.Dictionary on my local computer stopped working. Anyone know what might triggered this? I have checked, registered and unregistered scrrun.dll to no avail. Configuration: WinXP, Sp2, all updates installed.
  14. Z

    Greylisting

    I have run into this thing that might help reducing the spam ammount on the mail servers. How does this work? A sends an email. The server receives it and tells it back: "Please, resend the message in 5 minutes, I am busy now doing my homework". But the server register the email address...
  15. Z

    Is there a problem with mail() on Win10?

    Hi, I am using DW Mail as a webmail application. Everything went OK but few hours ago when I have noticed that the emails aren't sent anymore. I don't get any error message, it actualy says that the mails were sent. Any ideeas?
  16. Z

    Mail delays on mail4?

    I am receiving mails on mail4 with about an hour delay. Is it only me or is a large queue there?
  17. Z

    A little help with php for a redirect

    Hi, i have a site that I need to move from www.domain.tld to subdomain.domain.tld. The site is getting many hits from google and other search engines which under the new circumstances would reach to a 404. So I need to make a 404 page that would redirect the visitor to the right pages. The...
  18. Z

    GSM statistics

    Hi, I am doing a study about GSM development and since here there are people from so many different countries I guess it's the best place to ask for help. What I need is: 1. Penetration rate (I know many country are now over 100%) 2. PrePaid/Postpaid rate 3. Number of carriers 4. How...
  19. Z

    Is it possible to setup ISS to

    detect sites automatically? I mean to setup a folder and ISS to autmatically detect all sites placed there, without me adding them manualy in the management console? That is, I make a foder d:/sites and ISS would know that any folder in d:/sites would be a web site and I could access it via...
  20. Z

    AJAX and classic ASP

    Any samples, tutorials, hints? All I could find was php and .Net.
Back
Top