php help..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cash69
    So Fucking Banned
    • Oct 2002
    • 1052

    #1

    php help..

    does anybody know what this means..

    PHP has encountered an Access Violation at 77FC8DBD

    the script is getting 50 - 100 clicks per second.. im using this script as my counter.php for my traffic.. it seems like 1 out of 4 times it says this error
  • psili
    Confirmed User
    • Apr 2003
    • 5526

    #2
    how is your counter script storing it's increment (count) ? if it's in a text file that keeps getting rewritten you could have a concurrency issue with multiple processes trying to access the file at once.
    Your post count means nothing.

    Comment

    • cash69
      So Fucking Banned
      • Oct 2002
      • 1052

      #3
      <?php

      $pathtoscript = "http://www.domain.com/click.php";
      fopen($pathtoscript . "?null", "r");

      ?>

      the box just like blew up or something.. that is the whole script.. the cpu usage just ran to 100% and it says maximum sockets are in use

      Comment

      • psili
        Confirmed User
        • Apr 2003
        • 5526

        #4
        you also have an fclose($pathtoscript) ?
        Your post count means nothing.

        Comment

        • cash69
          So Fucking Banned
          • Oct 2002
          • 1052

          #5
          thanks for helping i think it's ram i need tho.. says im using 280,000 k ram when i only got 225 on that pc.. i don't think that's good

          Comment

          • jovigirl
            Confirmed User
            • Apr 2003
            • 1796

            #6
            According to the php bug database your error code is PDF related.
            http://www.geocrawler.com/archives/3.../5/0/10471682/

            23542 Open IIS/ISAPI: PHP has encountered an Access Violation at 77FC8DBD
            Last edited by jovigirl; 08-11-2003, 10:54 AM.
            ICQ :333-548-380

            Comment

            Working...